@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
@@ -137,26 +137,9 @@ export interface AlternateViewCollection$instance extends Collection_1<Alternate
137
137
  readonly __tsonic_iface_System_Collections_IList: never;
138
138
  readonly __tsonic_iface_System_IDisposable: never;
139
139
 
140
- Add(item: AlternateView): void;
141
- Add(value: unknown): int;
142
- Clear(): void;
143
140
  ClearItems(): void;
144
- Contains(item: AlternateView): boolean;
145
- Contains(value: unknown): boolean;
146
- CopyTo(array: AlternateView[], index: int): void;
147
- CopyTo(array: ClrArray, index: int): void;
148
141
  Dispose(): void;
149
- GetEnumerator(): IEnumerator_1<AlternateView>;
150
- GetEnumerator(): IEnumerator;
151
- IndexOf(item: AlternateView): int;
152
- Insert(index: int, item: AlternateView): void;
153
- Insert(index: int, value: unknown): void;
154
- InsertItem(index: int, item: AlternateView): void;
155
- Remove(item: AlternateView): boolean;
156
- Remove(value: unknown): void;
157
- RemoveAt(index: int): void;
158
142
  RemoveItem(index: int): void;
159
- SetItem(index: int, item: AlternateView): void;
160
143
  }
161
144
 
162
145
 
@@ -188,8 +171,6 @@ export interface Attachment$instance extends AttachmentBase$instance {
188
171
  set Name(value: string | undefined);
189
172
  get NameEncoding(): Encoding | undefined;
190
173
  set NameEncoding(value: Encoding | undefined);
191
- Dispose(): void;
192
- Dispose(disposing: boolean): void;
193
174
  }
194
175
 
195
176
 
@@ -251,26 +232,9 @@ export interface AttachmentCollection$instance extends Collection_1<Attachment>,
251
232
  readonly __tsonic_iface_System_Collections_IList: never;
252
233
  readonly __tsonic_iface_System_IDisposable: never;
253
234
 
254
- Add(item: Attachment): void;
255
- Add(value: unknown): int;
256
- Clear(): void;
257
235
  ClearItems(): void;
258
- Contains(item: Attachment): boolean;
259
- Contains(value: unknown): boolean;
260
- CopyTo(array: Attachment[], index: int): void;
261
- CopyTo(array: ClrArray, index: int): void;
262
236
  Dispose(): void;
263
- GetEnumerator(): IEnumerator_1<Attachment>;
264
- GetEnumerator(): IEnumerator;
265
- IndexOf(item: Attachment): int;
266
- Insert(index: int, item: Attachment): void;
267
- Insert(index: int, value: unknown): void;
268
- InsertItem(index: int, item: Attachment): void;
269
- Remove(item: Attachment): boolean;
270
- Remove(value: unknown): void;
271
- RemoveAt(index: int): void;
272
237
  RemoveItem(index: int): void;
273
- SetItem(index: int, item: Attachment): void;
274
238
  }
275
239
 
276
240
 
@@ -299,8 +263,6 @@ export interface LinkedResource$instance extends AttachmentBase$instance {
299
263
 
300
264
  get ContentLink(): Uri | undefined;
301
265
  set ContentLink(value: Uri | undefined);
302
- Dispose(): void;
303
- Dispose(disposing: boolean): void;
304
266
  }
305
267
 
306
268
 
@@ -337,26 +299,9 @@ export interface LinkedResourceCollection$instance extends Collection_1<LinkedRe
337
299
  readonly __tsonic_iface_System_Collections_IList: never;
338
300
  readonly __tsonic_iface_System_IDisposable: never;
339
301
 
340
- Add(item: LinkedResource): void;
341
- Add(value: unknown): int;
342
- Clear(): void;
343
302
  ClearItems(): void;
344
- Contains(item: LinkedResource): boolean;
345
- Contains(value: unknown): boolean;
346
- CopyTo(array: LinkedResource[], index: int): void;
347
- CopyTo(array: ClrArray, index: int): void;
348
303
  Dispose(): void;
349
- GetEnumerator(): IEnumerator_1<LinkedResource>;
350
- GetEnumerator(): IEnumerator;
351
- IndexOf(item: LinkedResource): int;
352
- Insert(index: int, item: LinkedResource): void;
353
- Insert(index: int, value: unknown): void;
354
- InsertItem(index: int, item: LinkedResource): void;
355
- Remove(item: LinkedResource): boolean;
356
- Remove(value: unknown): void;
357
- RemoveAt(index: int): void;
358
304
  RemoveItem(index: int): void;
359
- SetItem(index: int, item: LinkedResource): void;
360
305
  }
361
306
 
362
307
 
@@ -415,23 +360,6 @@ export interface MailAddressCollection$instance extends Collection_1<MailAddress
415
360
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
416
361
  readonly __tsonic_iface_System_Collections_IList: never;
417
362
 
418
- Add(item: MailAddress): void;
419
- Add(value: unknown): int;
420
- Clear(): void;
421
- Contains(item: MailAddress): boolean;
422
- Contains(value: unknown): boolean;
423
- CopyTo(array: MailAddress[], index: int): void;
424
- CopyTo(array: ClrArray, index: int): void;
425
- GetEnumerator(): IEnumerator_1<MailAddress>;
426
- GetEnumerator(): IEnumerator;
427
- IndexOf(item: MailAddress): int;
428
- Insert(index: int, item: MailAddress): void;
429
- Insert(index: int, value: unknown): void;
430
- InsertItem(index: int, item: MailAddress): void;
431
- Remove(item: MailAddress): boolean;
432
- Remove(value: unknown): void;
433
- RemoveAt(index: int): void;
434
- SetItem(index: int, item: MailAddress): void;
435
363
  ToString(): string;
436
364
  }
437
365
 
@@ -7225,26 +7225,6 @@
7225
7225
  "declaringAssemblyName": "System.Private.CoreLib",
7226
7226
  "isExtensionMethod": false,
7227
7227
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
7228
- },
7229
- {
7230
- "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInformationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
7231
- "clrName": "GetObjectData",
7232
- "metadataToken": 0,
7233
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
7234
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
7235
- "emitScope": "ClassSurface",
7236
- "provenance": "BaseOverload",
7237
- "arity": 0,
7238
- "parameterCount": 2,
7239
- "isStatic": false,
7240
- "isAbstract": false,
7241
- "isVirtual": true,
7242
- "isOverride": false,
7243
- "isSealed": false,
7244
- "visibility": "Public",
7245
- "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
7246
- "declaringAssemblyName": "System.Net.NetworkInformation",
7247
- "isExtensionMethod": false
7248
7228
  }
7249
7229
  ],
7250
7230
  "properties": [
@@ -8571,7 +8551,7 @@
8571
8551
  "isAbstract": false,
8572
8552
  "isVirtual": true,
8573
8553
  "isOverride": false,
8574
- "isSealed": false,
8554
+ "isSealed": true,
8575
8555
  "visibility": "Public",
8576
8556
  "declaringClrType": "System.Net.NetworkInformation.Ping",
8577
8557
  "declaringAssemblyName": "System.Net.Ping",
@@ -8710,26 +8690,6 @@
8710
8690
  "declaringAssemblyName": "System.Private.CoreLib",
8711
8691
  "isExtensionMethod": false,
8712
8692
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
8713
- },
8714
- {
8715
- "stableId": "System.Net.Ping:System.Net.NetworkInformation.PingException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
8716
- "clrName": "GetObjectData",
8717
- "metadataToken": 0,
8718
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
8719
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
8720
- "emitScope": "ClassSurface",
8721
- "provenance": "BaseOverload",
8722
- "arity": 0,
8723
- "parameterCount": 2,
8724
- "isStatic": false,
8725
- "isAbstract": false,
8726
- "isVirtual": true,
8727
- "isOverride": false,
8728
- "isSealed": false,
8729
- "visibility": "Public",
8730
- "declaringClrType": "System.Net.NetworkInformation.PingException",
8731
- "declaringAssemblyName": "System.Net.Ping",
8732
- "isExtensionMethod": false
8733
8693
  }
8734
8694
  ],
8735
8695
  "properties": [],
@@ -635,7 +635,6 @@ export interface NetworkInformationException$instance extends Win32Exception {
635
635
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
636
636
 
637
637
  readonly ErrorCode: int;
638
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
639
638
  }
640
639
 
641
640
 
@@ -769,12 +768,11 @@ export const PingCompletedEventArgs: {
769
768
 
770
769
  export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
771
770
 
772
- export interface PingException$instance extends InvalidOperationException {
771
+ export interface PingException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
773
772
  readonly __tsonic_type_System_Net_NetworkInformation_PingException: never;
774
773
 
775
774
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
776
775
 
777
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
778
776
  }
779
777
 
780
778
 
@@ -1072,26 +1072,6 @@
1072
1072
  "declaringAssemblyName": "System.Private.CoreLib",
1073
1073
  "isExtensionMethod": false,
1074
1074
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
1075
- },
1076
- {
1077
- "stableId": "System.Net.Quic:System.Net.Quic.QuicException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
1078
- "clrName": "GetObjectData",
1079
- "metadataToken": 0,
1080
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
1081
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
1082
- "emitScope": "ClassSurface",
1083
- "provenance": "BaseOverload",
1084
- "arity": 0,
1085
- "parameterCount": 2,
1086
- "isStatic": false,
1087
- "isAbstract": false,
1088
- "isVirtual": true,
1089
- "isOverride": false,
1090
- "isSealed": false,
1091
- "visibility": "Public",
1092
- "declaringClrType": "System.Net.Quic.QuicException",
1093
- "declaringAssemblyName": "System.Net.Quic",
1094
- "isExtensionMethod": false
1095
1075
  }
1096
1076
  ],
1097
1077
  "properties": [
@@ -2172,7 +2152,7 @@
2172
2152
  "isAbstract": false,
2173
2153
  "isVirtual": true,
2174
2154
  "isOverride": false,
2175
- "isSealed": false,
2155
+ "isSealed": true,
2176
2156
  "visibility": "Public",
2177
2157
  "declaringClrType": "System.Net.Quic.QuicStream",
2178
2158
  "declaringAssemblyName": "System.Net.Quic",
@@ -2198,26 +2178,6 @@
2198
2178
  "declaringAssemblyName": "System.Net.Quic",
2199
2179
  "isExtensionMethod": false
2200
2180
  },
2201
- {
2202
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::Read(System.Span_1):System.Int32",
2203
- "clrName": "Read",
2204
- "metadataToken": 0,
2205
- "canonicalSignature": "(System.Span_1):System.Int32",
2206
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
2207
- "emitScope": "ClassSurface",
2208
- "provenance": "BaseOverload",
2209
- "arity": 0,
2210
- "parameterCount": 1,
2211
- "isStatic": false,
2212
- "isAbstract": false,
2213
- "isVirtual": true,
2214
- "isOverride": false,
2215
- "isSealed": false,
2216
- "visibility": "Public",
2217
- "declaringClrType": "System.Net.Quic.QuicStream",
2218
- "declaringAssemblyName": "System.Net.Quic",
2219
- "isExtensionMethod": false
2220
- },
2221
2181
  {
2222
2182
  "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2223
2183
  "clrName": "ReadAsync",
@@ -2258,46 +2218,6 @@
2258
2218
  "declaringAssemblyName": "System.Net.Quic",
2259
2219
  "isExtensionMethod": false
2260
2220
  },
2261
- {
2262
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2263
- "clrName": "ReadAsync",
2264
- "metadataToken": 0,
2265
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2266
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2267
- "emitScope": "ClassSurface",
2268
- "provenance": "BaseOverload",
2269
- "arity": 0,
2270
- "parameterCount": 2,
2271
- "isStatic": false,
2272
- "isAbstract": false,
2273
- "isVirtual": true,
2274
- "isOverride": false,
2275
- "isSealed": false,
2276
- "visibility": "Public",
2277
- "declaringClrType": "System.Net.Quic.QuicStream",
2278
- "declaringAssemblyName": "System.Net.Quic",
2279
- "isExtensionMethod": false
2280
- },
2281
- {
2282
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::Write(System.ReadOnlySpan_1):System.Void",
2283
- "clrName": "Write",
2284
- "metadataToken": 0,
2285
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
2286
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
2287
- "emitScope": "ClassSurface",
2288
- "provenance": "BaseOverload",
2289
- "arity": 0,
2290
- "parameterCount": 1,
2291
- "isStatic": false,
2292
- "isAbstract": false,
2293
- "isVirtual": true,
2294
- "isOverride": false,
2295
- "isSealed": false,
2296
- "visibility": "Public",
2297
- "declaringClrType": "System.Net.Quic.QuicStream",
2298
- "declaringAssemblyName": "System.Net.Quic",
2299
- "isExtensionMethod": false
2300
- },
2301
2221
  {
2302
2222
  "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
2303
2223
  "clrName": "WriteAsync",
@@ -2317,26 +2237,6 @@
2317
2237
  "declaringClrType": "System.Net.Quic.QuicStream",
2318
2238
  "declaringAssemblyName": "System.Net.Quic",
2319
2239
  "isExtensionMethod": false
2320
- },
2321
- {
2322
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2323
- "clrName": "WriteAsync",
2324
- "metadataToken": 0,
2325
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2326
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2327
- "emitScope": "ClassSurface",
2328
- "provenance": "BaseOverload",
2329
- "arity": 0,
2330
- "parameterCount": 2,
2331
- "isStatic": false,
2332
- "isAbstract": false,
2333
- "isVirtual": true,
2334
- "isOverride": false,
2335
- "isSealed": false,
2336
- "visibility": "Public",
2337
- "declaringClrType": "System.Net.Quic.QuicStream",
2338
- "declaringAssemblyName": "System.Net.Quic",
2339
- "isExtensionMethod": false
2340
2240
  }
2341
2241
  ],
2342
2242
  "properties": [
@@ -138,7 +138,7 @@ export const QuicConnectionOptions: {
138
138
 
139
139
  export type QuicConnectionOptions = QuicConnectionOptions$instance;
140
140
 
141
- export interface QuicException$instance extends IOException {
141
+ export interface QuicException$instance extends IOException, System_Runtime_Serialization_Internal.ISerializable$instance {
142
142
  readonly __tsonic_type_System_Net_Quic_QuicException: never;
143
143
 
144
144
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -146,7 +146,6 @@ export interface QuicException$instance extends IOException {
146
146
  readonly ApplicationErrorCode: Nullable_1<System_Internal.Int64>;
147
147
  readonly QuicError: QuicError;
148
148
  readonly TransportErrorCode: Nullable_1<System_Internal.Int64>;
149
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
150
149
  }
151
150
 
152
151
 
@@ -267,23 +266,19 @@ export interface QuicStream$instance extends Stream {
267
266
  FlushAsync(): Task;
268
267
  Read(buffer: byte[], offset: int, count: int): int;
269
268
  Read(buffer: Span_1<System_Internal.Byte>): int;
270
- Read(buffer: Span_1<System_Internal.Byte>): int;
271
269
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
272
270
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
273
271
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
274
272
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
275
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
276
273
  ReadByte(): int;
277
274
  Seek(offset: long, origin: SeekOrigin): long;
278
275
  SetLength(value: long): void;
279
276
  ToString(): string;
280
277
  Write(buffer: byte[], offset: int, count: int): void;
281
278
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
282
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
283
279
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
284
280
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken?: CancellationToken): Task;
285
281
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
286
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
287
282
  WriteByte(value: byte): void;
288
283
  }
289
284
 
@@ -5531,7 +5531,7 @@
5531
5531
  "isAbstract": false,
5532
5532
  "isVirtual": true,
5533
5533
  "isOverride": false,
5534
- "isSealed": false,
5534
+ "isSealed": true,
5535
5535
  "visibility": "Public",
5536
5536
  "declaringClrType": "System.Net.Security.AuthenticatedStream",
5537
5537
  "declaringAssemblyName": "System.Net.Security",
@@ -7500,7 +7500,7 @@
7500
7500
  "isAbstract": false,
7501
7501
  "isVirtual": true,
7502
7502
  "isOverride": false,
7503
- "isSealed": false,
7503
+ "isSealed": true,
7504
7504
  "visibility": "Public",
7505
7505
  "declaringClrType": "System.Net.Security.NegotiateStream",
7506
7506
  "declaringAssemblyName": "System.Net.Security",
@@ -7566,46 +7566,6 @@
7566
7566
  "declaringAssemblyName": "System.Net.Security",
7567
7567
  "isExtensionMethod": false
7568
7568
  },
7569
- {
7570
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7571
- "clrName": "ReadAsync",
7572
- "metadataToken": 0,
7573
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7574
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
7575
- "emitScope": "ClassSurface",
7576
- "provenance": "BaseOverload",
7577
- "arity": 0,
7578
- "parameterCount": 4,
7579
- "isStatic": false,
7580
- "isAbstract": false,
7581
- "isVirtual": true,
7582
- "isOverride": false,
7583
- "isSealed": false,
7584
- "visibility": "Public",
7585
- "declaringClrType": "System.Net.Security.NegotiateStream",
7586
- "declaringAssemblyName": "System.Net.Security",
7587
- "isExtensionMethod": false
7588
- },
7589
- {
7590
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
7591
- "clrName": "ReadAsync",
7592
- "metadataToken": 0,
7593
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
7594
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
7595
- "emitScope": "ClassSurface",
7596
- "provenance": "BaseOverload",
7597
- "arity": 0,
7598
- "parameterCount": 2,
7599
- "isStatic": false,
7600
- "isAbstract": false,
7601
- "isVirtual": true,
7602
- "isOverride": false,
7603
- "isSealed": false,
7604
- "visibility": "Public",
7605
- "declaringClrType": "System.Net.Security.NegotiateStream",
7606
- "declaringAssemblyName": "System.Net.Security",
7607
- "isExtensionMethod": false
7608
- },
7609
7569
  {
7610
7570
  "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::Write(System.ReadOnlySpan_1):System.Void",
7611
7571
  "clrName": "Write",
@@ -7645,26 +7605,6 @@
7645
7605
  "declaringClrType": "System.Net.Security.NegotiateStream",
7646
7606
  "declaringAssemblyName": "System.Net.Security",
7647
7607
  "isExtensionMethod": false
7648
- },
7649
- {
7650
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
7651
- "clrName": "WriteAsync",
7652
- "metadataToken": 0,
7653
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
7654
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
7655
- "emitScope": "ClassSurface",
7656
- "provenance": "BaseOverload",
7657
- "arity": 0,
7658
- "parameterCount": 2,
7659
- "isStatic": false,
7660
- "isAbstract": false,
7661
- "isVirtual": true,
7662
- "isOverride": false,
7663
- "isSealed": false,
7664
- "visibility": "Public",
7665
- "declaringClrType": "System.Net.Security.NegotiateStream",
7666
- "declaringAssemblyName": "System.Net.Security",
7667
- "isExtensionMethod": false
7668
7608
  }
7669
7609
  ],
7670
7610
  "properties": [
@@ -9743,7 +9683,7 @@
9743
9683
  "isAbstract": false,
9744
9684
  "isVirtual": true,
9745
9685
  "isOverride": false,
9746
- "isSealed": false,
9686
+ "isSealed": true,
9747
9687
  "visibility": "Public",
9748
9688
  "declaringClrType": "System.Net.Security.SslStream",
9749
9689
  "declaringAssemblyName": "System.Net.Security",
@@ -9769,26 +9709,6 @@
9769
9709
  "declaringAssemblyName": "System.Net.Security",
9770
9710
  "isExtensionMethod": false
9771
9711
  },
9772
- {
9773
- "stableId": "System.Net.Security:System.Net.Security.SslStream::Read(System.Span_1):System.Int32",
9774
- "clrName": "Read",
9775
- "metadataToken": 0,
9776
- "canonicalSignature": "(System.Span_1):System.Int32",
9777
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
9778
- "emitScope": "ClassSurface",
9779
- "provenance": "BaseOverload",
9780
- "arity": 0,
9781
- "parameterCount": 1,
9782
- "isStatic": false,
9783
- "isAbstract": false,
9784
- "isVirtual": true,
9785
- "isOverride": false,
9786
- "isSealed": false,
9787
- "visibility": "Public",
9788
- "declaringClrType": "System.Net.Security.SslStream",
9789
- "declaringAssemblyName": "System.Net.Security",
9790
- "isExtensionMethod": false
9791
- },
9792
9712
  {
9793
9713
  "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
9794
9714
  "clrName": "ReadAsync",
@@ -9809,66 +9729,6 @@
9809
9729
  "declaringAssemblyName": "System.Net.Security",
9810
9730
  "isExtensionMethod": false
9811
9731
  },
9812
- {
9813
- "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
9814
- "clrName": "ReadAsync",
9815
- "metadataToken": 0,
9816
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
9817
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
9818
- "emitScope": "ClassSurface",
9819
- "provenance": "BaseOverload",
9820
- "arity": 0,
9821
- "parameterCount": 4,
9822
- "isStatic": false,
9823
- "isAbstract": false,
9824
- "isVirtual": true,
9825
- "isOverride": false,
9826
- "isSealed": false,
9827
- "visibility": "Public",
9828
- "declaringClrType": "System.Net.Security.SslStream",
9829
- "declaringAssemblyName": "System.Net.Security",
9830
- "isExtensionMethod": false
9831
- },
9832
- {
9833
- "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
9834
- "clrName": "ReadAsync",
9835
- "metadataToken": 0,
9836
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
9837
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
9838
- "emitScope": "ClassSurface",
9839
- "provenance": "BaseOverload",
9840
- "arity": 0,
9841
- "parameterCount": 2,
9842
- "isStatic": false,
9843
- "isAbstract": false,
9844
- "isVirtual": true,
9845
- "isOverride": false,
9846
- "isSealed": false,
9847
- "visibility": "Public",
9848
- "declaringClrType": "System.Net.Security.SslStream",
9849
- "declaringAssemblyName": "System.Net.Security",
9850
- "isExtensionMethod": false
9851
- },
9852
- {
9853
- "stableId": "System.Net.Security:System.Net.Security.SslStream::Write(System.ReadOnlySpan_1):System.Void",
9854
- "clrName": "Write",
9855
- "metadataToken": 0,
9856
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
9857
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
9858
- "emitScope": "ClassSurface",
9859
- "provenance": "BaseOverload",
9860
- "arity": 0,
9861
- "parameterCount": 1,
9862
- "isStatic": false,
9863
- "isAbstract": false,
9864
- "isVirtual": true,
9865
- "isOverride": false,
9866
- "isSealed": false,
9867
- "visibility": "Public",
9868
- "declaringClrType": "System.Net.Security.SslStream",
9869
- "declaringAssemblyName": "System.Net.Security",
9870
- "isExtensionMethod": false
9871
- },
9872
9732
  {
9873
9733
  "stableId": "System.Net.Security:System.Net.Security.SslStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
9874
9734
  "clrName": "WriteAsync",
@@ -9888,26 +9748,6 @@
9888
9748
  "declaringClrType": "System.Net.Security.SslStream",
9889
9749
  "declaringAssemblyName": "System.Net.Security",
9890
9750
  "isExtensionMethod": false
9891
- },
9892
- {
9893
- "stableId": "System.Net.Security:System.Net.Security.SslStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
9894
- "clrName": "WriteAsync",
9895
- "metadataToken": 0,
9896
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
9897
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
9898
- "emitScope": "ClassSurface",
9899
- "provenance": "BaseOverload",
9900
- "arity": 0,
9901
- "parameterCount": 2,
9902
- "isStatic": false,
9903
- "isAbstract": false,
9904
- "isVirtual": true,
9905
- "isOverride": false,
9906
- "isSealed": false,
9907
- "visibility": "Public",
9908
- "declaringClrType": "System.Net.Security.SslStream",
9909
- "declaringAssemblyName": "System.Net.Security",
9910
- "isExtensionMethod": false
9911
9751
  }
9912
9752
  ],
9913
9753
  "properties": [
@@ -667,8 +667,6 @@ export interface NegotiateStream$instance extends AuthenticatedStream$instance {
667
667
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
668
668
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
669
669
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
670
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
671
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
672
670
  Seek(offset: long, origin: SeekOrigin): long;
673
671
  SetLength(value: long): void;
674
672
  Write(buffer: byte[], offset: int, count: int): void;
@@ -676,7 +674,6 @@ export interface NegotiateStream$instance extends AuthenticatedStream$instance {
676
674
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
677
675
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
678
676
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
679
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
680
677
  }
681
678
 
682
679
 
@@ -851,12 +848,9 @@ export interface SslStream$instance extends AuthenticatedStream$instance {
851
848
  NegotiateClientCertificateAsync(cancellationToken?: CancellationToken): Task;
852
849
  Read(buffer: Span_1<System_Internal.Byte>): int;
853
850
  Read(buffer: byte[], offset: int, count: int): int;
854
- Read(buffer: Span_1<System_Internal.Byte>): int;
855
851
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
856
852
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
857
853
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
858
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
859
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
860
854
  ReadByte(): int;
861
855
  Seek(offset: long, origin: SeekOrigin): long;
862
856
  SetLength(value: long): void;
@@ -864,11 +858,9 @@ export interface SslStream$instance extends AuthenticatedStream$instance {
864
858
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
865
859
  Write(buffer: byte[]): void;
866
860
  Write(buffer: byte[], offset: int, count: int): void;
867
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
868
861
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
869
862
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
870
863
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
871
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
872
864
  WriteByte(value: byte): void;
873
865
  }
874
866