@tsonic/dotnet 10.0.11 → 10.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. package/package.json +2 -2
@@ -685,7 +685,6 @@ export interface ConstraintCollection$instance extends InternalDataCollectionBas
685
685
  CopyTo(ar: ClrArray, index: int): void;
686
686
  get_Item(index: int): Constraint;
687
687
  get_Item(name: string): Constraint | undefined;
688
- GetEnumerator(): IEnumerator;
689
688
  IndexOf(constraint: Constraint): int;
690
689
  IndexOf(constraintName: string): int;
691
690
  Remove(constraint: Constraint): void;
@@ -706,12 +705,11 @@ export interface __ConstraintCollection$views {
706
705
  export type ConstraintCollection = ConstraintCollection$instance & __ConstraintCollection$views;
707
706
 
708
707
 
709
- export interface ConstraintException$instance extends DataException$instance {
708
+ export interface ConstraintException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
710
709
  readonly __tsonic_type_System_Data_ConstraintException: never;
711
710
 
712
711
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
713
712
 
714
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
715
713
  }
716
714
 
717
715
 
@@ -729,7 +727,7 @@ export interface __ConstraintException$views {
729
727
  export type ConstraintException = ConstraintException$instance & __ConstraintException$views;
730
728
 
731
729
 
732
- export interface DataColumn$instance extends MarshalByValueComponent {
730
+ export interface DataColumn$instance extends MarshalByValueComponent, System_Internal.IServiceProvider$instance {
733
731
  readonly __tsonic_type_System_Data_DataColumn: never;
734
732
 
735
733
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -755,9 +753,6 @@ export interface DataColumn$instance extends MarshalByValueComponent {
755
753
  ReadOnly: boolean;
756
754
  readonly Table: DataTable | undefined;
757
755
  Unique: boolean;
758
- Dispose(): void;
759
- Dispose(disposing: boolean): void;
760
- GetService(service: Type): unknown | undefined;
761
756
  OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
762
757
  SetOrdinal(ordinal: int): void;
763
758
  ToString(): string;
@@ -818,7 +813,6 @@ export interface DataColumnCollection$instance extends InternalDataCollectionBas
818
813
  CopyTo(ar: ClrArray, index: int): void;
819
814
  get_Item(index: int): DataColumn;
820
815
  get_Item(name: string): DataColumn | undefined;
821
- GetEnumerator(): IEnumerator;
822
816
  IndexOf(column: DataColumn): int;
823
817
  IndexOf(columnName: string): int;
824
818
  Remove(column: DataColumn): void;
@@ -839,12 +833,11 @@ export interface __DataColumnCollection$views {
839
833
  export type DataColumnCollection = DataColumnCollection$instance & __DataColumnCollection$views;
840
834
 
841
835
 
842
- export interface DataException$instance extends SystemException {
836
+ export interface DataException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
843
837
  readonly __tsonic_type_System_Data_DataException: never;
844
838
 
845
839
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
846
840
 
847
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
848
841
  }
849
842
 
850
843
 
@@ -913,7 +906,6 @@ export interface DataRelationCollection$instance extends InternalDataCollectionB
913
906
  get_Item(index: int): DataRelation;
914
907
  get_Item(name: string): DataRelation | undefined;
915
908
  GetDataSet(): DataSet;
916
- GetEnumerator(): IEnumerator;
917
909
  IndexOf(relation: DataRelation): int;
918
910
  IndexOf(relationName: string): int;
919
911
  OnCollectionChanged(ccevent: CollectionChangeEventArgs): void;
@@ -1126,7 +1118,7 @@ export interface __DataRowView$views {
1126
1118
  export type DataRowView = DataRowView$instance & __DataRowView$views;
1127
1119
 
1128
1120
 
1129
- export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1121
+ export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1130
1122
  readonly __tsonic_type_System_Data_DataSet: never;
1131
1123
 
1132
1124
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -1161,14 +1153,11 @@ export interface DataSet$instance extends MarshalByValueComponent, System_Compon
1161
1153
  Copy(): DataSet;
1162
1154
  CreateDataReader(): DataTableReader;
1163
1155
  CreateDataReader(...dataTables: DataTable[]): DataTableReader;
1164
- Dispose(): void;
1165
- Dispose(disposing: boolean): void;
1166
1156
  EndInit(): void;
1167
1157
  GetChanges(): DataSet | undefined;
1168
1158
  GetChanges(rowStates: DataRowState): DataSet | undefined;
1169
1159
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1170
1160
  GetSchemaSerializable(): XmlSchema | undefined;
1171
- GetService(service: Type): unknown | undefined;
1172
1161
  GetXml(): string;
1173
1162
  GetXmlSchema(): string;
1174
1163
  HasChanges(): boolean;
@@ -1262,7 +1251,7 @@ export const DataSysDescriptionAttribute: {
1262
1251
 
1263
1252
  export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
1264
1253
 
1265
- export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1254
+ export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1266
1255
  readonly __tsonic_type_System_Data_DataTable: never;
1267
1256
 
1268
1257
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -1304,8 +1293,6 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1304
1293
  Copy(): DataTable;
1305
1294
  CreateDataReader(): DataTableReader;
1306
1295
  CreateInstance(): DataTable;
1307
- Dispose(): void;
1308
- Dispose(disposing: boolean): void;
1309
1296
  EndInit(): void;
1310
1297
  EndLoadData(): void;
1311
1298
  GetChanges(): DataTable | undefined;
@@ -1314,7 +1301,6 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1314
1301
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1315
1302
  GetRowType(): Type;
1316
1303
  GetSchema(): XmlSchema | undefined;
1317
- GetService(service: Type): unknown | undefined;
1318
1304
  ImportRow(row: DataRow): void;
1319
1305
  Load(reader: IDataReader): void;
1320
1306
  Load(reader: IDataReader, loadOption: LoadOption): void;
@@ -1438,7 +1424,6 @@ export interface DataTableCollection$instance extends InternalDataCollectionBase
1438
1424
  get_Item(index: int): DataTable;
1439
1425
  get_Item(name: string): DataTable | undefined;
1440
1426
  get_Item(name: string, tableNamespace: string): DataTable | undefined;
1441
- GetEnumerator(): IEnumerator;
1442
1427
  IndexOf(table: DataTable): int;
1443
1428
  IndexOf(tableName: string): int;
1444
1429
  IndexOf(tableName: string, tableNamespace: string): int;
@@ -1475,7 +1460,7 @@ export const DataTableNewRowEventArgs: {
1475
1460
 
1476
1461
  export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
1477
1462
 
1478
- export interface DataTableReader$instance extends DbDataReader {
1463
+ export interface DataTableReader$instance extends DbDataReader, System_Internal.IAsyncDisposable$instance {
1479
1464
  readonly __tsonic_type_System_Data_DataTableReader: never;
1480
1465
 
1481
1466
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
@@ -1490,9 +1475,6 @@ export interface DataTableReader$instance extends DbDataReader {
1490
1475
  readonly IsClosed: boolean;
1491
1476
  readonly RecordsAffected: int;
1492
1477
  Close(): void;
1493
- Dispose(): void;
1494
- Dispose(disposing: boolean): void;
1495
- DisposeAsync(): ValueTask;
1496
1478
  get_Item(ordinal: int): unknown;
1497
1479
  get_Item(name: string): unknown;
1498
1480
  GetBoolean(ordinal: int): boolean;
@@ -1500,8 +1482,6 @@ export interface DataTableReader$instance extends DbDataReader {
1500
1482
  GetBytes(ordinal: int, dataIndex: long, buffer: byte[], bufferIndex: int, length: int): long;
1501
1483
  GetChar(ordinal: int): char;
1502
1484
  GetChars(ordinal: int, dataIndex: long, buffer: char[], bufferIndex: int, length: int): long;
1503
- GetData(ordinal: int): DbDataReader;
1504
- GetData(i: int): IDataReader;
1505
1485
  GetDataTypeName(ordinal: int): string;
1506
1486
  GetDateTime(ordinal: int): DateTime;
1507
1487
  GetDecimal(ordinal: int): decimal;
@@ -1545,7 +1525,7 @@ export interface __DataTableReader$views {
1545
1525
  export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
1546
1526
 
1547
1527
 
1548
- export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance {
1528
+ export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
1549
1529
  readonly __tsonic_type_System_Data_DataView: never;
1550
1530
 
1551
1531
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -1588,7 +1568,6 @@ export interface DataView$instance extends MarshalByValueComponent, System_Compo
1588
1568
  FindRows(key: unknown): DataRowView[];
1589
1569
  FindRows(key: unknown[]): DataRowView[];
1590
1570
  GetEnumerator(): IEnumerator;
1591
- GetService(service: Type): unknown | undefined;
1592
1571
  IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
1593
1572
  OnListChanged(e: ListChangedEventArgs): void;
1594
1573
  ToTable(): DataTable;
@@ -1623,7 +1602,7 @@ export interface __DataView$views {
1623
1602
  export type DataView = DataView$instance & __DataView$views & { readonly [recordIndex: number]: DataRowView; };
1624
1603
 
1625
1604
 
1626
- export interface DataViewManager$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance {
1605
+ export interface DataViewManager$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
1627
1606
  readonly __tsonic_type_System_Data_DataViewManager: never;
1628
1607
 
1629
1608
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -1640,9 +1619,6 @@ export interface DataViewManager$instance extends MarshalByValueComponent, Syste
1640
1619
  DataViewSettingCollectionString: string;
1641
1620
  readonly DataViewSettings: DataViewSettingCollection;
1642
1621
  CreateDataView(table: DataTable): DataView;
1643
- Dispose(): void;
1644
- Dispose(disposing: boolean): void;
1645
- GetService(service: Type): unknown | undefined;
1646
1622
  OnListChanged(e: ListChangedEventArgs): void;
1647
1623
  RelationCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1648
1624
  TableCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
@@ -1749,12 +1725,11 @@ export interface __DBConcurrencyException$views {
1749
1725
  export type DBConcurrencyException = DBConcurrencyException$instance & __DBConcurrencyException$views;
1750
1726
 
1751
1727
 
1752
- export interface DeletedRowInaccessibleException$instance extends DataException$instance {
1728
+ export interface DeletedRowInaccessibleException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1753
1729
  readonly __tsonic_type_System_Data_DeletedRowInaccessibleException: never;
1754
1730
 
1755
1731
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1756
1732
 
1757
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1758
1733
  }
1759
1734
 
1760
1735
 
@@ -1772,12 +1747,11 @@ export interface __DeletedRowInaccessibleException$views {
1772
1747
  export type DeletedRowInaccessibleException = DeletedRowInaccessibleException$instance & __DeletedRowInaccessibleException$views;
1773
1748
 
1774
1749
 
1775
- export interface DuplicateNameException$instance extends DataException$instance {
1750
+ export interface DuplicateNameException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1776
1751
  readonly __tsonic_type_System_Data_DuplicateNameException: never;
1777
1752
 
1778
1753
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1779
1754
 
1780
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1781
1755
  }
1782
1756
 
1783
1757
 
@@ -1820,7 +1794,6 @@ export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowC
1820
1794
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1821
1795
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1822
1796
 
1823
- GetEnumerator(): IEnumerator;
1824
1797
  }
1825
1798
 
1826
1799
 
@@ -1836,12 +1809,11 @@ export interface __EnumerableRowCollection_1$views<TRow> {
1836
1809
  export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance<TRow> & __EnumerableRowCollection_1$views<TRow>;
1837
1810
 
1838
1811
 
1839
- export interface EvaluateException$instance extends InvalidExpressionException$instance {
1812
+ export interface EvaluateException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1840
1813
  readonly __tsonic_type_System_Data_EvaluateException: never;
1841
1814
 
1842
1815
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1843
1816
 
1844
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1845
1817
  }
1846
1818
 
1847
1819
 
@@ -1904,12 +1876,11 @@ export const ForeignKeyConstraint: {
1904
1876
 
1905
1877
  export type ForeignKeyConstraint = ForeignKeyConstraint$instance;
1906
1878
 
1907
- export interface InRowChangingEventException$instance extends DataException$instance {
1879
+ export interface InRowChangingEventException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1908
1880
  readonly __tsonic_type_System_Data_InRowChangingEventException: never;
1909
1881
 
1910
1882
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1911
1883
 
1912
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1913
1884
  }
1914
1885
 
1915
1886
 
@@ -1956,12 +1927,11 @@ export interface __InternalDataCollectionBase$views {
1956
1927
  export type InternalDataCollectionBase = InternalDataCollectionBase$instance & __InternalDataCollectionBase$views;
1957
1928
 
1958
1929
 
1959
- export interface InvalidConstraintException$instance extends DataException$instance {
1930
+ export interface InvalidConstraintException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1960
1931
  readonly __tsonic_type_System_Data_InvalidConstraintException: never;
1961
1932
 
1962
1933
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1963
1934
 
1964
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1965
1935
  }
1966
1936
 
1967
1937
 
@@ -1979,12 +1949,11 @@ export interface __InvalidConstraintException$views {
1979
1949
  export type InvalidConstraintException = InvalidConstraintException$instance & __InvalidConstraintException$views;
1980
1950
 
1981
1951
 
1982
- export interface InvalidExpressionException$instance extends DataException$instance {
1952
+ export interface InvalidExpressionException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1983
1953
  readonly __tsonic_type_System_Data_InvalidExpressionException: never;
1984
1954
 
1985
1955
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1986
1956
 
1987
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1988
1957
  }
1989
1958
 
1990
1959
 
@@ -2017,12 +1986,11 @@ export const MergeFailedEventArgs: {
2017
1986
 
2018
1987
  export type MergeFailedEventArgs = MergeFailedEventArgs$instance;
2019
1988
 
2020
- export interface MissingPrimaryKeyException$instance extends DataException$instance {
1989
+ export interface MissingPrimaryKeyException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2021
1990
  readonly __tsonic_type_System_Data_MissingPrimaryKeyException: never;
2022
1991
 
2023
1992
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2024
1993
 
2025
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2026
1994
  }
2027
1995
 
2028
1996
 
@@ -2040,12 +2008,11 @@ export interface __MissingPrimaryKeyException$views {
2040
2008
  export type MissingPrimaryKeyException = MissingPrimaryKeyException$instance & __MissingPrimaryKeyException$views;
2041
2009
 
2042
2010
 
2043
- export interface NoNullAllowedException$instance extends DataException$instance {
2011
+ export interface NoNullAllowedException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2044
2012
  readonly __tsonic_type_System_Data_NoNullAllowedException: never;
2045
2013
 
2046
2014
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2047
2015
 
2048
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2049
2016
  }
2050
2017
 
2051
2018
 
@@ -2069,8 +2036,6 @@ export interface OrderedEnumerableRowCollection_1$instance<TRow> extends Enumera
2069
2036
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
2070
2037
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
2071
2038
 
2072
- GetEnumerator(): IEnumerator_1<TRow>;
2073
- GetEnumerator(): IEnumerator;
2074
2039
  }
2075
2040
 
2076
2041
 
@@ -2086,7 +2051,7 @@ export interface __OrderedEnumerableRowCollection_1$views<TRow> {
2086
2051
  export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollection_1$instance<TRow> & __OrderedEnumerableRowCollection_1$views<TRow>;
2087
2052
 
2088
2053
 
2089
- export interface PropertyCollection$instance extends Hashtable {
2054
+ export interface PropertyCollection$instance extends Hashtable, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2090
2055
  readonly __tsonic_type_System_Data_PropertyCollection: never;
2091
2056
 
2092
2057
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -2096,16 +2061,7 @@ export interface PropertyCollection$instance extends Hashtable {
2096
2061
  readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
2097
2062
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2098
2063
 
2099
- Add(key: unknown, value: unknown): void;
2100
- Clear(): void;
2101
2064
  Clone(): unknown;
2102
- Contains(key: unknown): boolean;
2103
- CopyTo(array: ClrArray, arrayIndex: int): void;
2104
- GetEnumerator(): IDictionaryEnumerator;
2105
- GetEnumerator(): IEnumerator;
2106
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2107
- OnDeserialization(sender: unknown): void;
2108
- Remove(key: unknown): void;
2109
2065
  }
2110
2066
 
2111
2067
 
@@ -2126,12 +2082,11 @@ export interface __PropertyCollection$views {
2126
2082
  export type PropertyCollection = PropertyCollection$instance & __PropertyCollection$views;
2127
2083
 
2128
2084
 
2129
- export interface ReadOnlyException$instance extends DataException$instance {
2085
+ export interface ReadOnlyException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2130
2086
  readonly __tsonic_type_System_Data_ReadOnlyException: never;
2131
2087
 
2132
2088
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2133
2089
 
2134
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2135
2090
  }
2136
2091
 
2137
2092
 
@@ -2149,12 +2104,11 @@ export interface __ReadOnlyException$views {
2149
2104
  export type ReadOnlyException = ReadOnlyException$instance & __ReadOnlyException$views;
2150
2105
 
2151
2106
 
2152
- export interface RowNotInTableException$instance extends DataException$instance {
2107
+ export interface RowNotInTableException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2153
2108
  readonly __tsonic_type_System_Data_RowNotInTableException: never;
2154
2109
 
2155
2110
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2156
2111
 
2157
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2158
2112
  }
2159
2113
 
2160
2114
 
@@ -2201,12 +2155,11 @@ export const StatementCompletedEventArgs: {
2201
2155
 
2202
2156
  export type StatementCompletedEventArgs = StatementCompletedEventArgs$instance;
2203
2157
 
2204
- export interface StrongTypingException$instance extends DataException$instance {
2158
+ export interface StrongTypingException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2205
2159
  readonly __tsonic_type_System_Data_StrongTypingException: never;
2206
2160
 
2207
2161
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2208
2162
 
2209
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2210
2163
  }
2211
2164
 
2212
2165
 
@@ -2224,12 +2177,11 @@ export interface __StrongTypingException$views {
2224
2177
  export type StrongTypingException = StrongTypingException$instance & __StrongTypingException$views;
2225
2178
 
2226
2179
 
2227
- export interface SyntaxErrorException$instance extends InvalidExpressionException$instance {
2180
+ export interface SyntaxErrorException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2228
2181
  readonly __tsonic_type_System_Data_SyntaxErrorException: never;
2229
2182
 
2230
2183
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2231
2184
 
2232
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2233
2185
  }
2234
2186
 
2235
2187
 
@@ -2247,7 +2199,7 @@ export interface __SyntaxErrorException$views {
2247
2199
  export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
2248
2200
 
2249
2201
 
2250
- export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance {
2202
+ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2251
2203
  readonly __tsonic_type_System_Data_TypedTableBase_1: never;
2252
2204
 
2253
2205
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -2261,36 +2213,8 @@ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$
2261
2213
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2262
2214
  readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
2263
2215
 
2264
- BeginInit(): void;
2265
2216
  Cast<TResult>(): EnumerableRowCollection_1<TResult>;
2266
- Dispose(): void;
2267
- Dispose(disposing: boolean): void;
2268
2217
  GetEnumerator(): IEnumerator_1<T>;
2269
- GetList(): IList;
2270
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2271
- GetSchema(): XmlSchema | undefined;
2272
- GetService(serviceType: Type): unknown | undefined;
2273
- ReadXml(stream: Stream): XmlReadMode;
2274
- ReadXml(reader: TextReader): XmlReadMode;
2275
- ReadXml(fileName: string): XmlReadMode;
2276
- ReadXml(reader: XmlReader): XmlReadMode;
2277
- ReadXml(reader: XmlReader): void;
2278
- WriteXml(stream: Stream): void;
2279
- WriteXml(stream: Stream, writeHierarchy: boolean): void;
2280
- WriteXml(writer: TextWriter): void;
2281
- WriteXml(writer: TextWriter, writeHierarchy: boolean): void;
2282
- WriteXml(writer: XmlWriter): void;
2283
- WriteXml(writer: XmlWriter, writeHierarchy: boolean): void;
2284
- WriteXml(fileName: string): void;
2285
- WriteXml(fileName: string, writeHierarchy: boolean): void;
2286
- WriteXml(stream: Stream, mode: XmlWriteMode): void;
2287
- WriteXml(stream: Stream, mode: XmlWriteMode, writeHierarchy: boolean): void;
2288
- WriteXml(writer: TextWriter, mode: XmlWriteMode): void;
2289
- WriteXml(writer: TextWriter, mode: XmlWriteMode, writeHierarchy: boolean): void;
2290
- WriteXml(writer: XmlWriter, mode: XmlWriteMode): void;
2291
- WriteXml(writer: XmlWriter, mode: XmlWriteMode, writeHierarchy: boolean): void;
2292
- WriteXml(fileName: string, mode: XmlWriteMode): void;
2293
- WriteXml(fileName: string, mode: XmlWriteMode, writeHierarchy: boolean): void;
2294
2218
  }
2295
2219
 
2296
2220
 
@@ -2340,12 +2264,11 @@ export const UniqueConstraint: {
2340
2264
 
2341
2265
  export type UniqueConstraint = UniqueConstraint$instance;
2342
2266
 
2343
- export interface VersionNotFoundException$instance extends DataException$instance {
2267
+ export interface VersionNotFoundException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2344
2268
  readonly __tsonic_type_System_Data_VersionNotFoundException: never;
2345
2269
 
2346
2270
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2347
2271
 
2348
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2349
2272
  }
2350
2273
 
2351
2274
 
@@ -918,7 +918,7 @@
918
918
  "isAbstract": false,
919
919
  "isVirtual": true,
920
920
  "isOverride": false,
921
- "isSealed": false,
921
+ "isSealed": true,
922
922
  "visibility": "Public",
923
923
  "declaringClrType": "System.Data.Common.DataAdapter",
924
924
  "declaringAssemblyName": "System.Data.Common",
@@ -5975,46 +5975,6 @@
5975
5975
  "declaringAssemblyName": "System.Private.CoreLib",
5976
5976
  "isExtensionMethod": false,
5977
5977
  "sourceInterface": "System.IAsyncDisposable"
5978
- },
5979
- {
5980
- "stableId": "System.Data.Common:System.Data.Common.DbCommand::Dispose():System.Void",
5981
- "clrName": "Dispose",
5982
- "metadataToken": 0,
5983
- "canonicalSignature": "():System.Void",
5984
- "normalizedSignature": "Dispose|():System.Void|static=false",
5985
- "emitScope": "ClassSurface",
5986
- "provenance": "BaseOverload",
5987
- "arity": 0,
5988
- "parameterCount": 0,
5989
- "isStatic": false,
5990
- "isAbstract": false,
5991
- "isVirtual": true,
5992
- "isOverride": false,
5993
- "isSealed": false,
5994
- "visibility": "Public",
5995
- "declaringClrType": "System.Data.Common.DbCommand",
5996
- "declaringAssemblyName": "System.Data.Common",
5997
- "isExtensionMethod": false
5998
- },
5999
- {
6000
- "stableId": "System.Data.Common:System.Data.Common.DbCommand::Dispose(System.Boolean):System.Void",
6001
- "clrName": "Dispose",
6002
- "metadataToken": 0,
6003
- "canonicalSignature": "(System.Boolean):System.Void",
6004
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
6005
- "emitScope": "ClassSurface",
6006
- "provenance": "BaseOverload",
6007
- "arity": 0,
6008
- "parameterCount": 1,
6009
- "isStatic": false,
6010
- "isAbstract": false,
6011
- "isVirtual": true,
6012
- "isOverride": false,
6013
- "isSealed": false,
6014
- "visibility": "Protected",
6015
- "declaringClrType": "System.Data.Common.DbCommand",
6016
- "declaringAssemblyName": "System.Data.Common",
6017
- "isExtensionMethod": false
6018
5978
  }
6019
5979
  ],
6020
5980
  "properties": [
@@ -6825,7 +6785,7 @@
6825
6785
  "isAbstract": false,
6826
6786
  "isVirtual": true,
6827
6787
  "isOverride": false,
6828
- "isSealed": false,
6788
+ "isSealed": true,
6829
6789
  "visibility": "Public",
6830
6790
  "declaringClrType": "System.Data.Common.DbCommandBuilder",
6831
6791
  "declaringAssemblyName": "System.Data.Common",
@@ -7722,46 +7682,6 @@
7722
7682
  "declaringAssemblyName": "System.Private.CoreLib",
7723
7683
  "isExtensionMethod": false,
7724
7684
  "sourceInterface": "System.IAsyncDisposable"
7725
- },
7726
- {
7727
- "stableId": "System.Data.Common:System.Data.Common.DbConnection::Dispose():System.Void",
7728
- "clrName": "Dispose",
7729
- "metadataToken": 0,
7730
- "canonicalSignature": "():System.Void",
7731
- "normalizedSignature": "Dispose|():System.Void|static=false",
7732
- "emitScope": "ClassSurface",
7733
- "provenance": "BaseOverload",
7734
- "arity": 0,
7735
- "parameterCount": 0,
7736
- "isStatic": false,
7737
- "isAbstract": false,
7738
- "isVirtual": true,
7739
- "isOverride": false,
7740
- "isSealed": false,
7741
- "visibility": "Public",
7742
- "declaringClrType": "System.Data.Common.DbConnection",
7743
- "declaringAssemblyName": "System.Data.Common",
7744
- "isExtensionMethod": false
7745
- },
7746
- {
7747
- "stableId": "System.Data.Common:System.Data.Common.DbConnection::Dispose(System.Boolean):System.Void",
7748
- "clrName": "Dispose",
7749
- "metadataToken": 0,
7750
- "canonicalSignature": "(System.Boolean):System.Void",
7751
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
7752
- "emitScope": "ClassSurface",
7753
- "provenance": "BaseOverload",
7754
- "arity": 0,
7755
- "parameterCount": 1,
7756
- "isStatic": false,
7757
- "isAbstract": false,
7758
- "isVirtual": true,
7759
- "isOverride": false,
7760
- "isSealed": false,
7761
- "visibility": "Protected",
7762
- "declaringClrType": "System.Data.Common.DbConnection",
7763
- "declaringAssemblyName": "System.Data.Common",
7764
- "isExtensionMethod": false
7765
7685
  }
7766
7686
  ],
7767
7687
  "properties": [
@@ -9832,7 +9752,7 @@
9832
9752
  "isAbstract": false,
9833
9753
  "isVirtual": true,
9834
9754
  "isOverride": false,
9835
- "isSealed": false,
9755
+ "isSealed": true,
9836
9756
  "visibility": "Public",
9837
9757
  "declaringClrType": "System.Data.Common.DbDataAdapter",
9838
9758
  "declaringAssemblyName": "System.Data.Common",
@@ -13942,26 +13862,6 @@
13942
13862
  "declaringAssemblyName": "System.Private.CoreLib",
13943
13863
  "isExtensionMethod": false,
13944
13864
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
13945
- },
13946
- {
13947
- "stableId": "System.Data.Common:System.Data.Common.DbException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
13948
- "clrName": "GetObjectData",
13949
- "metadataToken": 0,
13950
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
13951
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
13952
- "emitScope": "ClassSurface",
13953
- "provenance": "BaseOverload",
13954
- "arity": 0,
13955
- "parameterCount": 2,
13956
- "isStatic": false,
13957
- "isAbstract": false,
13958
- "isVirtual": true,
13959
- "isOverride": false,
13960
- "isSealed": false,
13961
- "visibility": "Public",
13962
- "declaringClrType": "System.Data.Common.DbException",
13963
- "declaringAssemblyName": "System.Data.Common",
13964
- "isExtensionMethod": false
13965
13865
  }
13966
13866
  ],
13967
13867
  "properties": [
@@ -458,8 +458,6 @@ export interface DbCommand$instance extends Component, System_Internal.IAsyncDis
458
458
  Cancel(): void;
459
459
  CreateDbParameter(): DbParameter;
460
460
  CreateParameter(): DbParameter;
461
- Dispose(): void;
462
- Dispose(disposing: boolean): void;
463
461
  DisposeAsync(): ValueTask;
464
462
  ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
465
463
  ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
@@ -572,8 +570,6 @@ export interface DbConnection$instance extends Component, System_Internal.IAsync
572
570
  CreateCommand(): DbCommand;
573
571
  CreateDbBatch(): DbBatch;
574
572
  CreateDbCommand(): DbCommand;
575
- Dispose(): void;
576
- Dispose(disposing: boolean): void;
577
573
  DisposeAsync(): ValueTask;
578
574
  EnlistTransaction(transaction: Transaction): void;
579
575
  GetSchema(): DataTable;
@@ -917,7 +913,7 @@ export interface __DbEnumerator$views {
917
913
  export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
918
914
 
919
915
 
920
- export interface DbException$instance extends ExternalException {
916
+ export interface DbException$instance extends ExternalException, System_Runtime_Serialization_Internal.ISerializable$instance {
921
917
  readonly __tsonic_type_System_Data_Common_DbException: never;
922
918
 
923
919
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -926,7 +922,6 @@ export interface DbException$instance extends ExternalException {
926
922
  readonly DbBatchCommand: DbBatchCommand | undefined;
927
923
  readonly IsTransient: boolean;
928
924
  readonly SqlState: string | undefined;
929
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
930
925
  }
931
926
 
932
927