@tsonic/dotnet 10.0.12 → 10.0.16

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 (133) 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 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -682,10 +682,10 @@ export interface ConstraintCollection$instance extends InternalDataCollectionBas
682
682
  CanRemove(constraint: Constraint): boolean;
683
683
  Clear(): void;
684
684
  Contains(name: string): boolean;
685
+ CopyTo(array: Constraint[], index: int): void;
685
686
  CopyTo(ar: ClrArray, index: int): void;
686
687
  get_Item(index: int): Constraint;
687
688
  get_Item(name: string): Constraint | undefined;
688
- GetEnumerator(): IEnumerator;
689
689
  IndexOf(constraint: Constraint): int;
690
690
  IndexOf(constraintName: string): int;
691
691
  Remove(constraint: Constraint): void;
@@ -706,12 +706,11 @@ export interface __ConstraintCollection$views {
706
706
  export type ConstraintCollection = ConstraintCollection$instance & __ConstraintCollection$views;
707
707
 
708
708
 
709
- export interface ConstraintException$instance extends DataException$instance {
709
+ export interface ConstraintException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
710
710
  readonly __tsonic_type_System_Data_ConstraintException: never;
711
711
 
712
712
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
713
713
 
714
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
715
714
  }
716
715
 
717
716
 
@@ -729,7 +728,7 @@ export interface __ConstraintException$views {
729
728
  export type ConstraintException = ConstraintException$instance & __ConstraintException$views;
730
729
 
731
730
 
732
- export interface DataColumn$instance extends MarshalByValueComponent {
731
+ export interface DataColumn$instance extends MarshalByValueComponent, System_Internal.IServiceProvider$instance {
733
732
  readonly __tsonic_type_System_Data_DataColumn: never;
734
733
 
735
734
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -755,9 +754,6 @@ export interface DataColumn$instance extends MarshalByValueComponent {
755
754
  ReadOnly: boolean;
756
755
  readonly Table: DataTable | undefined;
757
756
  Unique: boolean;
758
- Dispose(): void;
759
- Dispose(disposing: boolean): void;
760
- GetService(service: Type): unknown | undefined;
761
757
  OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
762
758
  SetOrdinal(ordinal: int): void;
763
759
  ToString(): string;
@@ -815,10 +811,10 @@ export interface DataColumnCollection$instance extends InternalDataCollectionBas
815
811
  CanRemove(column: DataColumn): boolean;
816
812
  Clear(): void;
817
813
  Contains(name: string): boolean;
814
+ CopyTo(array: DataColumn[], index: int): void;
818
815
  CopyTo(ar: ClrArray, index: int): void;
819
816
  get_Item(index: int): DataColumn;
820
817
  get_Item(name: string): DataColumn | undefined;
821
- GetEnumerator(): IEnumerator;
822
818
  IndexOf(column: DataColumn): int;
823
819
  IndexOf(columnName: string): int;
824
820
  Remove(column: DataColumn): void;
@@ -839,12 +835,11 @@ export interface __DataColumnCollection$views {
839
835
  export type DataColumnCollection = DataColumnCollection$instance & __DataColumnCollection$views;
840
836
 
841
837
 
842
- export interface DataException$instance extends SystemException {
838
+ export interface DataException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
843
839
  readonly __tsonic_type_System_Data_DataException: never;
844
840
 
845
841
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
846
842
 
847
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
848
843
  }
849
844
 
850
845
 
@@ -909,11 +904,11 @@ export interface DataRelationCollection$instance extends InternalDataCollectionB
909
904
  CanRemove(relation: DataRelation): boolean;
910
905
  Clear(): void;
911
906
  Contains(name: string): boolean;
907
+ CopyTo(array: DataRelation[], index: int): void;
912
908
  CopyTo(ar: ClrArray, index: int): void;
913
909
  get_Item(index: int): DataRelation;
914
910
  get_Item(name: string): DataRelation | undefined;
915
911
  GetDataSet(): DataSet;
916
- GetEnumerator(): IEnumerator;
917
912
  IndexOf(relation: DataRelation): int;
918
913
  IndexOf(relationName: string): int;
919
914
  OnCollectionChanged(ccevent: CollectionChangeEventArgs): void;
@@ -1067,7 +1062,9 @@ export interface DataRowComparer_1$instance<TRow extends DataRow> {
1067
1062
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1068
1063
 
1069
1064
  Equals(leftRow: TRow, rightRow: TRow): boolean;
1065
+ Equals(obj: unknown): boolean;
1070
1066
  GetHashCode(row: TRow): int;
1067
+ GetHashCode(): int;
1071
1068
  }
1072
1069
 
1073
1070
 
@@ -1126,7 +1123,7 @@ export interface __DataRowView$views {
1126
1123
  export type DataRowView = DataRowView$instance & __DataRowView$views;
1127
1124
 
1128
1125
 
1129
- export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1126
+ export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1130
1127
  readonly __tsonic_type_System_Data_DataSet: never;
1131
1128
 
1132
1129
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -1161,14 +1158,11 @@ export interface DataSet$instance extends MarshalByValueComponent, System_Compon
1161
1158
  Copy(): DataSet;
1162
1159
  CreateDataReader(): DataTableReader;
1163
1160
  CreateDataReader(...dataTables: DataTable[]): DataTableReader;
1164
- Dispose(): void;
1165
- Dispose(disposing: boolean): void;
1166
1161
  EndInit(): void;
1167
1162
  GetChanges(): DataSet | undefined;
1168
1163
  GetChanges(rowStates: DataRowState): DataSet | undefined;
1169
1164
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1170
1165
  GetSchemaSerializable(): XmlSchema | undefined;
1171
- GetService(service: Type): unknown | undefined;
1172
1166
  GetXml(): string;
1173
1167
  GetXmlSchema(): string;
1174
1168
  HasChanges(): boolean;
@@ -1262,7 +1256,7 @@ export const DataSysDescriptionAttribute: {
1262
1256
 
1263
1257
  export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
1264
1258
 
1265
- export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1259
+ export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1266
1260
  readonly __tsonic_type_System_Data_DataTable: never;
1267
1261
 
1268
1262
  readonly __tsonic_iface_System_ComponentModel_IComponent: never;
@@ -1304,8 +1298,6 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1304
1298
  Copy(): DataTable;
1305
1299
  CreateDataReader(): DataTableReader;
1306
1300
  CreateInstance(): DataTable;
1307
- Dispose(): void;
1308
- Dispose(disposing: boolean): void;
1309
1301
  EndInit(): void;
1310
1302
  EndLoadData(): void;
1311
1303
  GetChanges(): DataTable | undefined;
@@ -1314,7 +1306,6 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1314
1306
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1315
1307
  GetRowType(): Type;
1316
1308
  GetSchema(): XmlSchema | undefined;
1317
- GetService(service: Type): unknown | undefined;
1318
1309
  ImportRow(row: DataRow): void;
1319
1310
  Load(reader: IDataReader): void;
1320
1311
  Load(reader: IDataReader, loadOption: LoadOption): void;
@@ -1434,11 +1425,11 @@ export interface DataTableCollection$instance extends InternalDataCollectionBase
1434
1425
  Clear(): void;
1435
1426
  Contains(name: string): boolean;
1436
1427
  Contains(name: string, tableNamespace: string): boolean;
1428
+ CopyTo(array: DataTable[], index: int): void;
1437
1429
  CopyTo(ar: ClrArray, index: int): void;
1438
1430
  get_Item(index: int): DataTable;
1439
1431
  get_Item(name: string): DataTable | undefined;
1440
1432
  get_Item(name: string, tableNamespace: string): DataTable | undefined;
1441
- GetEnumerator(): IEnumerator;
1442
1433
  IndexOf(table: DataTable): int;
1443
1434
  IndexOf(tableName: string): int;
1444
1435
  IndexOf(tableName: string, tableNamespace: string): int;
@@ -1475,7 +1466,7 @@ export const DataTableNewRowEventArgs: {
1475
1466
 
1476
1467
  export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
1477
1468
 
1478
- export interface DataTableReader$instance extends DbDataReader {
1469
+ export interface DataTableReader$instance extends DbDataReader, System_Internal.IAsyncDisposable$instance {
1479
1470
  readonly __tsonic_type_System_Data_DataTableReader: never;
1480
1471
 
1481
1472
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
@@ -1490,9 +1481,6 @@ export interface DataTableReader$instance extends DbDataReader {
1490
1481
  readonly IsClosed: boolean;
1491
1482
  readonly RecordsAffected: int;
1492
1483
  Close(): void;
1493
- Dispose(): void;
1494
- Dispose(disposing: boolean): void;
1495
- DisposeAsync(): ValueTask;
1496
1484
  get_Item(ordinal: int): unknown;
1497
1485
  get_Item(name: string): unknown;
1498
1486
  GetBoolean(ordinal: int): boolean;
@@ -1500,8 +1488,6 @@ export interface DataTableReader$instance extends DbDataReader {
1500
1488
  GetBytes(ordinal: int, dataIndex: long, buffer: byte[], bufferIndex: int, length: int): long;
1501
1489
  GetChar(ordinal: int): char;
1502
1490
  GetChars(ordinal: int, dataIndex: long, buffer: char[], bufferIndex: int, length: int): long;
1503
- GetData(ordinal: int): DbDataReader;
1504
- GetData(i: int): IDataReader;
1505
1491
  GetDataTypeName(ordinal: int): string;
1506
1492
  GetDateTime(ordinal: int): DateTime;
1507
1493
  GetDecimal(ordinal: int): decimal;
@@ -1545,7 +1531,7 @@ export interface __DataTableReader$views {
1545
1531
  export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
1546
1532
 
1547
1533
 
1548
- export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance {
1534
+ export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
1549
1535
  readonly __tsonic_type_System_Data_DataView: never;
1550
1536
 
1551
1537
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -1588,7 +1574,6 @@ export interface DataView$instance extends MarshalByValueComponent, System_Compo
1588
1574
  FindRows(key: unknown): DataRowView[];
1589
1575
  FindRows(key: unknown[]): DataRowView[];
1590
1576
  GetEnumerator(): IEnumerator;
1591
- GetService(service: Type): unknown | undefined;
1592
1577
  IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
1593
1578
  OnListChanged(e: ListChangedEventArgs): void;
1594
1579
  ToTable(): DataTable;
@@ -1623,7 +1608,7 @@ export interface __DataView$views {
1623
1608
  export type DataView = DataView$instance & __DataView$views & { readonly [recordIndex: number]: DataRowView; };
1624
1609
 
1625
1610
 
1626
- export interface DataViewManager$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance {
1611
+ export interface DataViewManager$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
1627
1612
  readonly __tsonic_type_System_Data_DataViewManager: never;
1628
1613
 
1629
1614
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -1640,9 +1625,6 @@ export interface DataViewManager$instance extends MarshalByValueComponent, Syste
1640
1625
  DataViewSettingCollectionString: string;
1641
1626
  readonly DataViewSettings: DataViewSettingCollection;
1642
1627
  CreateDataView(table: DataTable): DataView;
1643
- Dispose(): void;
1644
- Dispose(disposing: boolean): void;
1645
- GetService(service: Type): unknown | undefined;
1646
1628
  OnListChanged(e: ListChangedEventArgs): void;
1647
1629
  RelationCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1648
1630
  TableCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
@@ -1749,12 +1731,11 @@ export interface __DBConcurrencyException$views {
1749
1731
  export type DBConcurrencyException = DBConcurrencyException$instance & __DBConcurrencyException$views;
1750
1732
 
1751
1733
 
1752
- export interface DeletedRowInaccessibleException$instance extends DataException$instance {
1734
+ export interface DeletedRowInaccessibleException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1753
1735
  readonly __tsonic_type_System_Data_DeletedRowInaccessibleException: never;
1754
1736
 
1755
1737
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1756
1738
 
1757
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1758
1739
  }
1759
1740
 
1760
1741
 
@@ -1772,12 +1753,11 @@ export interface __DeletedRowInaccessibleException$views {
1772
1753
  export type DeletedRowInaccessibleException = DeletedRowInaccessibleException$instance & __DeletedRowInaccessibleException$views;
1773
1754
 
1774
1755
 
1775
- export interface DuplicateNameException$instance extends DataException$instance {
1756
+ export interface DuplicateNameException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1776
1757
  readonly __tsonic_type_System_Data_DuplicateNameException: never;
1777
1758
 
1778
1759
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1779
1760
 
1780
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1781
1761
  }
1782
1762
 
1783
1763
 
@@ -1820,7 +1800,7 @@ export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowC
1820
1800
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1821
1801
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1822
1802
 
1823
- GetEnumerator(): IEnumerator;
1803
+ GetEnumerator(): IEnumerator_1<TRow>;
1824
1804
  }
1825
1805
 
1826
1806
 
@@ -1836,12 +1816,11 @@ export interface __EnumerableRowCollection_1$views<TRow> {
1836
1816
  export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance<TRow> & __EnumerableRowCollection_1$views<TRow>;
1837
1817
 
1838
1818
 
1839
- export interface EvaluateException$instance extends InvalidExpressionException$instance {
1819
+ export interface EvaluateException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1840
1820
  readonly __tsonic_type_System_Data_EvaluateException: never;
1841
1821
 
1842
1822
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1843
1823
 
1844
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1845
1824
  }
1846
1825
 
1847
1826
 
@@ -1904,12 +1883,11 @@ export const ForeignKeyConstraint: {
1904
1883
 
1905
1884
  export type ForeignKeyConstraint = ForeignKeyConstraint$instance;
1906
1885
 
1907
- export interface InRowChangingEventException$instance extends DataException$instance {
1886
+ export interface InRowChangingEventException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1908
1887
  readonly __tsonic_type_System_Data_InRowChangingEventException: never;
1909
1888
 
1910
1889
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1911
1890
 
1912
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1913
1891
  }
1914
1892
 
1915
1893
 
@@ -1956,12 +1934,11 @@ export interface __InternalDataCollectionBase$views {
1956
1934
  export type InternalDataCollectionBase = InternalDataCollectionBase$instance & __InternalDataCollectionBase$views;
1957
1935
 
1958
1936
 
1959
- export interface InvalidConstraintException$instance extends DataException$instance {
1937
+ export interface InvalidConstraintException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1960
1938
  readonly __tsonic_type_System_Data_InvalidConstraintException: never;
1961
1939
 
1962
1940
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1963
1941
 
1964
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1965
1942
  }
1966
1943
 
1967
1944
 
@@ -1979,12 +1956,11 @@ export interface __InvalidConstraintException$views {
1979
1956
  export type InvalidConstraintException = InvalidConstraintException$instance & __InvalidConstraintException$views;
1980
1957
 
1981
1958
 
1982
- export interface InvalidExpressionException$instance extends DataException$instance {
1959
+ export interface InvalidExpressionException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1983
1960
  readonly __tsonic_type_System_Data_InvalidExpressionException: never;
1984
1961
 
1985
1962
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1986
1963
 
1987
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1988
1964
  }
1989
1965
 
1990
1966
 
@@ -2017,12 +1993,11 @@ export const MergeFailedEventArgs: {
2017
1993
 
2018
1994
  export type MergeFailedEventArgs = MergeFailedEventArgs$instance;
2019
1995
 
2020
- export interface MissingPrimaryKeyException$instance extends DataException$instance {
1996
+ export interface MissingPrimaryKeyException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2021
1997
  readonly __tsonic_type_System_Data_MissingPrimaryKeyException: never;
2022
1998
 
2023
1999
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2024
2000
 
2025
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2026
2001
  }
2027
2002
 
2028
2003
 
@@ -2040,12 +2015,11 @@ export interface __MissingPrimaryKeyException$views {
2040
2015
  export type MissingPrimaryKeyException = MissingPrimaryKeyException$instance & __MissingPrimaryKeyException$views;
2041
2016
 
2042
2017
 
2043
- export interface NoNullAllowedException$instance extends DataException$instance {
2018
+ export interface NoNullAllowedException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2044
2019
  readonly __tsonic_type_System_Data_NoNullAllowedException: never;
2045
2020
 
2046
2021
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2047
2022
 
2048
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2049
2023
  }
2050
2024
 
2051
2025
 
@@ -2069,8 +2043,6 @@ export interface OrderedEnumerableRowCollection_1$instance<TRow> extends Enumera
2069
2043
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
2070
2044
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
2071
2045
 
2072
- GetEnumerator(): IEnumerator_1<TRow>;
2073
- GetEnumerator(): IEnumerator;
2074
2046
  }
2075
2047
 
2076
2048
 
@@ -2086,7 +2058,7 @@ export interface __OrderedEnumerableRowCollection_1$views<TRow> {
2086
2058
  export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollection_1$instance<TRow> & __OrderedEnumerableRowCollection_1$views<TRow>;
2087
2059
 
2088
2060
 
2089
- export interface PropertyCollection$instance extends Hashtable {
2061
+ export interface PropertyCollection$instance extends Hashtable, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2090
2062
  readonly __tsonic_type_System_Data_PropertyCollection: never;
2091
2063
 
2092
2064
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -2096,16 +2068,7 @@ export interface PropertyCollection$instance extends Hashtable {
2096
2068
  readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
2097
2069
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2098
2070
 
2099
- Add(key: unknown, value: unknown): void;
2100
- Clear(): void;
2101
2071
  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
2072
  }
2110
2073
 
2111
2074
 
@@ -2126,12 +2089,11 @@ export interface __PropertyCollection$views {
2126
2089
  export type PropertyCollection = PropertyCollection$instance & __PropertyCollection$views;
2127
2090
 
2128
2091
 
2129
- export interface ReadOnlyException$instance extends DataException$instance {
2092
+ export interface ReadOnlyException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2130
2093
  readonly __tsonic_type_System_Data_ReadOnlyException: never;
2131
2094
 
2132
2095
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2133
2096
 
2134
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2135
2097
  }
2136
2098
 
2137
2099
 
@@ -2149,12 +2111,11 @@ export interface __ReadOnlyException$views {
2149
2111
  export type ReadOnlyException = ReadOnlyException$instance & __ReadOnlyException$views;
2150
2112
 
2151
2113
 
2152
- export interface RowNotInTableException$instance extends DataException$instance {
2114
+ export interface RowNotInTableException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2153
2115
  readonly __tsonic_type_System_Data_RowNotInTableException: never;
2154
2116
 
2155
2117
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2156
2118
 
2157
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2158
2119
  }
2159
2120
 
2160
2121
 
@@ -2201,12 +2162,11 @@ export const StatementCompletedEventArgs: {
2201
2162
 
2202
2163
  export type StatementCompletedEventArgs = StatementCompletedEventArgs$instance;
2203
2164
 
2204
- export interface StrongTypingException$instance extends DataException$instance {
2165
+ export interface StrongTypingException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2205
2166
  readonly __tsonic_type_System_Data_StrongTypingException: never;
2206
2167
 
2207
2168
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2208
2169
 
2209
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2210
2170
  }
2211
2171
 
2212
2172
 
@@ -2224,12 +2184,11 @@ export interface __StrongTypingException$views {
2224
2184
  export type StrongTypingException = StrongTypingException$instance & __StrongTypingException$views;
2225
2185
 
2226
2186
 
2227
- export interface SyntaxErrorException$instance extends InvalidExpressionException$instance {
2187
+ export interface SyntaxErrorException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2228
2188
  readonly __tsonic_type_System_Data_SyntaxErrorException: never;
2229
2189
 
2230
2190
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2231
2191
 
2232
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2233
2192
  }
2234
2193
 
2235
2194
 
@@ -2247,7 +2206,7 @@ export interface __SyntaxErrorException$views {
2247
2206
  export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
2248
2207
 
2249
2208
 
2250
- export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance {
2209
+ 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
2210
  readonly __tsonic_type_System_Data_TypedTableBase_1: never;
2252
2211
 
2253
2212
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -2261,36 +2220,8 @@ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$
2261
2220
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2262
2221
  readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
2263
2222
 
2264
- BeginInit(): void;
2265
2223
  Cast<TResult>(): EnumerableRowCollection_1<TResult>;
2266
- Dispose(): void;
2267
- Dispose(disposing: boolean): void;
2268
2224
  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
2225
  }
2295
2226
 
2296
2227
 
@@ -2340,12 +2271,11 @@ export const UniqueConstraint: {
2340
2271
 
2341
2272
  export type UniqueConstraint = UniqueConstraint$instance;
2342
2273
 
2343
- export interface VersionNotFoundException$instance extends DataException$instance {
2274
+ export interface VersionNotFoundException$instance extends DataException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2344
2275
  readonly __tsonic_type_System_Data_VersionNotFoundException: never;
2345
2276
 
2346
2277
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2347
2278
 
2348
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2349
2279
  }
2350
2280
 
2351
2281
 
@@ -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": [