@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
@@ -140,22 +140,17 @@ export interface BrotliStream$instance extends Stream {
140
140
  FlushAsync(): Task;
141
141
  Read(buffer: byte[], offset: int, count: int): int;
142
142
  Read(buffer: Span_1<System_Internal.Byte>): int;
143
- Read(buffer: Span_1<System_Internal.Byte>): int;
144
143
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
145
144
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
146
145
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
147
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
148
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
149
146
  ReadByte(): int;
150
147
  Seek(offset: long, origin: SeekOrigin): long;
151
148
  SetLength(value: long): void;
152
149
  Write(buffer: byte[], offset: int, count: int): void;
153
150
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
154
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
155
151
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
156
152
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
157
153
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
158
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
159
154
  WriteByte(value: byte): void;
160
155
  }
161
156
 
@@ -207,22 +202,17 @@ export interface DeflateStream$instance extends Stream {
207
202
  FlushAsync(): Task;
208
203
  Read(buffer: byte[], offset: int, count: int): int;
209
204
  Read(buffer: Span_1<System_Internal.Byte>): int;
210
- Read(buffer: Span_1<System_Internal.Byte>): int;
211
205
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
212
206
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
213
207
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
214
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
215
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
216
208
  ReadByte(): int;
217
209
  Seek(offset: long, origin: SeekOrigin): long;
218
210
  SetLength(value: long): void;
219
211
  Write(buffer: byte[], offset: int, count: int): void;
220
212
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
221
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
222
213
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
223
214
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
224
215
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
225
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
226
216
  WriteByte(value: byte): void;
227
217
  }
228
218
 
@@ -274,22 +264,17 @@ export interface GZipStream$instance extends Stream {
274
264
  FlushAsync(): Task;
275
265
  Read(buffer: byte[], offset: int, count: int): int;
276
266
  Read(buffer: Span_1<System_Internal.Byte>): int;
277
- Read(buffer: Span_1<System_Internal.Byte>): int;
278
267
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
279
268
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
280
269
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
281
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
282
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
283
270
  ReadByte(): int;
284
271
  Seek(offset: long, origin: SeekOrigin): long;
285
272
  SetLength(value: long): void;
286
273
  Write(buffer: byte[], offset: int, count: int): void;
287
274
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
288
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
289
275
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
290
276
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
291
277
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
292
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
293
278
  WriteByte(value: byte): void;
294
279
  }
295
280
 
@@ -388,12 +373,11 @@ export const ZLibCompressionOptions: {
388
373
 
389
374
  export type ZLibCompressionOptions = ZLibCompressionOptions$instance;
390
375
 
391
- export interface ZLibException$instance extends IOException {
376
+ export interface ZLibException$instance extends IOException, System_Runtime_Serialization_Internal.ISerializable$instance {
392
377
  readonly __tsonic_type_System_IO_Compression_ZLibException: never;
393
378
 
394
379
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
395
380
 
396
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
397
381
  }
398
382
 
399
383
 
@@ -441,22 +425,17 @@ export interface ZLibStream$instance extends Stream {
441
425
  FlushAsync(): Task;
442
426
  Read(buffer: byte[], offset: int, count: int): int;
443
427
  Read(buffer: Span_1<System_Internal.Byte>): int;
444
- Read(buffer: Span_1<System_Internal.Byte>): int;
445
428
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
446
429
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
447
430
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
448
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
449
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
450
431
  ReadByte(): int;
451
432
  Seek(offset: long, origin: SeekOrigin): long;
452
433
  SetLength(value: long): void;
453
434
  Write(buffer: byte[], offset: int, count: int): void;
454
435
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
455
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
456
436
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
457
437
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
458
438
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
459
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
460
439
  WriteByte(value: byte): void;
461
440
  }
462
441
 
@@ -544,26 +544,6 @@
544
544
  "declaringAssemblyName": "System.Private.CoreLib",
545
545
  "isExtensionMethod": false,
546
546
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
547
- },
548
- {
549
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
550
- "clrName": "GetObjectData",
551
- "metadataToken": 0,
552
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
553
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
554
- "emitScope": "ClassSurface",
555
- "provenance": "BaseOverload",
556
- "arity": 0,
557
- "parameterCount": 2,
558
- "isStatic": false,
559
- "isAbstract": false,
560
- "isVirtual": true,
561
- "isOverride": false,
562
- "isSealed": false,
563
- "visibility": "Public",
564
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
565
- "declaringAssemblyName": "System.IO.IsolatedStorage",
566
- "isExtensionMethod": false
567
547
  }
568
548
  ],
569
549
  "properties": [],
@@ -2062,7 +2042,7 @@
2062
2042
  "isAbstract": false,
2063
2043
  "isVirtual": true,
2064
2044
  "isOverride": false,
2065
- "isSealed": false,
2045
+ "isSealed": true,
2066
2046
  "visibility": "Public",
2067
2047
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2068
2048
  "declaringAssemblyName": "System.IO.IsolatedStorage",
@@ -2089,51 +2069,11 @@
2089
2069
  "isExtensionMethod": false
2090
2070
  },
2091
2071
  {
2092
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::Read(System.Span_1):System.Int32",
2093
- "clrName": "Read",
2094
- "metadataToken": 0,
2095
- "canonicalSignature": "(System.Span_1):System.Int32",
2096
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
2097
- "emitScope": "ClassSurface",
2098
- "provenance": "BaseOverload",
2099
- "arity": 0,
2100
- "parameterCount": 1,
2101
- "isStatic": false,
2102
- "isAbstract": false,
2103
- "isVirtual": true,
2104
- "isOverride": false,
2105
- "isSealed": false,
2106
- "visibility": "Public",
2107
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2108
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2109
- "isExtensionMethod": false
2110
- },
2111
- {
2112
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2113
- "clrName": "ReadAsync",
2114
- "metadataToken": 0,
2115
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2116
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
2117
- "emitScope": "ClassSurface",
2118
- "provenance": "BaseOverload",
2119
- "arity": 0,
2120
- "parameterCount": 4,
2121
- "isStatic": false,
2122
- "isAbstract": false,
2123
- "isVirtual": true,
2124
- "isOverride": false,
2125
- "isSealed": false,
2126
- "visibility": "Public",
2127
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2128
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2129
- "isExtensionMethod": false
2130
- },
2131
- {
2132
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2072
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E",
2133
2073
  "clrName": "ReadAsync",
2134
2074
  "metadataToken": 0,
2135
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2136
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2075
+ "canonicalSignature": "(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E",
2076
+ "normalizedSignature": "ReadAsync|(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E|static=false",
2137
2077
  "emitScope": "ClassSurface",
2138
2078
  "provenance": "BaseOverload",
2139
2079
  "arity": 0,
@@ -2149,11 +2089,11 @@
2149
2089
  "isExtensionMethod": false
2150
2090
  },
2151
2091
  {
2152
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2092
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2153
2093
  "clrName": "ReadAsync",
2154
2094
  "metadataToken": 0,
2155
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2156
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2095
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2096
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2157
2097
  "emitScope": "ClassSurface",
2158
2098
  "provenance": "BaseOverload",
2159
2099
  "arity": 0,
@@ -2169,31 +2109,11 @@
2169
2109
  "isExtensionMethod": false
2170
2110
  },
2171
2111
  {
2172
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::Write(System.ReadOnlySpan_1):System.Void",
2173
- "clrName": "Write",
2174
- "metadataToken": 0,
2175
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
2176
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
2177
- "emitScope": "ClassSurface",
2178
- "provenance": "BaseOverload",
2179
- "arity": 0,
2180
- "parameterCount": 1,
2181
- "isStatic": false,
2182
- "isAbstract": false,
2183
- "isVirtual": true,
2184
- "isOverride": false,
2185
- "isSealed": false,
2186
- "visibility": "Public",
2187
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2188
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2189
- "isExtensionMethod": false
2190
- },
2191
- {
2192
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2112
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::WriteAsync(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2193
2113
  "clrName": "WriteAsync",
2194
2114
  "metadataToken": 0,
2195
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2196
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2115
+ "canonicalSignature": "(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2116
+ "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2197
2117
  "emitScope": "ClassSurface",
2198
2118
  "provenance": "BaseOverload",
2199
2119
  "arity": 0,
@@ -63,12 +63,11 @@ export const IsolatedStorage: (abstract new() => IsolatedStorage) & {
63
63
 
64
64
  export type IsolatedStorage = IsolatedStorage$instance;
65
65
 
66
- export interface IsolatedStorageException$instance extends Exception {
66
+ export interface IsolatedStorageException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
67
67
  readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageException: never;
68
68
 
69
69
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
70
70
 
71
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
72
71
  }
73
72
 
74
73
 
@@ -176,10 +175,8 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
176
175
  Lock(position: long, length: long): void;
177
176
  Read(buffer: byte[], offset: int, count: int): int;
178
177
  Read(buffer: Span_1<System_Internal.Byte>): int;
179
- Read(buffer: Span_1<System_Internal.Byte>): int;
180
178
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
181
179
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Int32>;
182
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
183
180
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
184
181
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
185
182
  ReadByte(): int;
@@ -188,7 +185,6 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
188
185
  Unlock(position: long, length: long): void;
189
186
  Write(buffer: byte[], offset: int, count: int): void;
190
187
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
191
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
192
188
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
193
189
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
194
190
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
@@ -1058,7 +1058,7 @@
1058
1058
  "isAbstract": false,
1059
1059
  "isVirtual": true,
1060
1060
  "isOverride": false,
1061
- "isSealed": false,
1061
+ "isSealed": true,
1062
1062
  "visibility": "Public",
1063
1063
  "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
1064
1064
  "declaringAssemblyName": "System.IO.MemoryMappedFiles",
@@ -1251,27 +1251,7 @@
1251
1251
  "isAbstract": false,
1252
1252
  "isVirtual": true,
1253
1253
  "isOverride": false,
1254
- "isSealed": false,
1255
- "visibility": "Public",
1256
- "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
1257
- "declaringAssemblyName": "System.IO.MemoryMappedFiles",
1258
- "isExtensionMethod": false
1259
- },
1260
- {
1261
- "stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedViewStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1262
- "clrName": "DisposeAsync",
1263
- "metadataToken": 0,
1264
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
1265
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
1266
- "emitScope": "ClassSurface",
1267
- "provenance": "BaseOverload",
1268
- "arity": 0,
1269
- "parameterCount": 0,
1270
- "isStatic": false,
1271
- "isAbstract": false,
1272
- "isVirtual": true,
1273
- "isOverride": false,
1274
- "isSealed": false,
1254
+ "isSealed": true,
1275
1255
  "visibility": "Public",
1276
1256
  "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
1277
1257
  "declaringAssemblyName": "System.IO.MemoryMappedFiles",
@@ -116,7 +116,7 @@ export interface __MemoryMappedViewAccessor$views {
116
116
  export type MemoryMappedViewAccessor = MemoryMappedViewAccessor$instance & __MemoryMappedViewAccessor$views;
117
117
 
118
118
 
119
- export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
119
+ export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream, System_Internal.IAsyncDisposable$instance {
120
120
  readonly __tsonic_type_System_IO_MemoryMappedFiles_MemoryMappedViewStream: never;
121
121
 
122
122
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -126,7 +126,6 @@ export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
126
126
  readonly SafeMemoryMappedViewHandle: SafeMemoryMappedViewHandle;
127
127
  Dispose(disposing: boolean): void;
128
128
  Dispose(): void;
129
- DisposeAsync(): ValueTask;
130
129
  Flush(): void;
131
130
  SetLength(value: long): void;
132
131
  }