@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
@@ -1251,7 +1251,7 @@
1251
1251
  "isAbstract": false,
1252
1252
  "isVirtual": true,
1253
1253
  "isOverride": false,
1254
- "isSealed": false,
1254
+ "isSealed": true,
1255
1255
  "visibility": "Public",
1256
1256
  "declaringClrType": "System.IO.Compression.BrotliStream",
1257
1257
  "declaringAssemblyName": "System.IO.Compression.Brotli",
@@ -1277,26 +1277,6 @@
1277
1277
  "declaringAssemblyName": "System.IO.Compression.Brotli",
1278
1278
  "isExtensionMethod": false
1279
1279
  },
1280
- {
1281
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::Read(System.Span_1):System.Int32",
1282
- "clrName": "Read",
1283
- "metadataToken": 0,
1284
- "canonicalSignature": "(System.Span_1):System.Int32",
1285
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
1286
- "emitScope": "ClassSurface",
1287
- "provenance": "BaseOverload",
1288
- "arity": 0,
1289
- "parameterCount": 1,
1290
- "isStatic": false,
1291
- "isAbstract": false,
1292
- "isVirtual": true,
1293
- "isOverride": false,
1294
- "isSealed": false,
1295
- "visibility": "Public",
1296
- "declaringClrType": "System.IO.Compression.BrotliStream",
1297
- "declaringAssemblyName": "System.IO.Compression.Brotli",
1298
- "isExtensionMethod": false
1299
- },
1300
1280
  {
1301
1281
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
1302
1282
  "clrName": "ReadAsync",
@@ -1317,66 +1297,6 @@
1317
1297
  "declaringAssemblyName": "System.IO.Compression.Brotli",
1318
1298
  "isExtensionMethod": false
1319
1299
  },
1320
- {
1321
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
1322
- "clrName": "ReadAsync",
1323
- "metadataToken": 0,
1324
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
1325
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
1326
- "emitScope": "ClassSurface",
1327
- "provenance": "BaseOverload",
1328
- "arity": 0,
1329
- "parameterCount": 4,
1330
- "isStatic": false,
1331
- "isAbstract": false,
1332
- "isVirtual": true,
1333
- "isOverride": false,
1334
- "isSealed": false,
1335
- "visibility": "Public",
1336
- "declaringClrType": "System.IO.Compression.BrotliStream",
1337
- "declaringAssemblyName": "System.IO.Compression.Brotli",
1338
- "isExtensionMethod": false
1339
- },
1340
- {
1341
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1342
- "clrName": "ReadAsync",
1343
- "metadataToken": 0,
1344
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1345
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1346
- "emitScope": "ClassSurface",
1347
- "provenance": "BaseOverload",
1348
- "arity": 0,
1349
- "parameterCount": 2,
1350
- "isStatic": false,
1351
- "isAbstract": false,
1352
- "isVirtual": true,
1353
- "isOverride": false,
1354
- "isSealed": false,
1355
- "visibility": "Public",
1356
- "declaringClrType": "System.IO.Compression.BrotliStream",
1357
- "declaringAssemblyName": "System.IO.Compression.Brotli",
1358
- "isExtensionMethod": false
1359
- },
1360
- {
1361
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::Write(System.ReadOnlySpan_1):System.Void",
1362
- "clrName": "Write",
1363
- "metadataToken": 0,
1364
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
1365
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
1366
- "emitScope": "ClassSurface",
1367
- "provenance": "BaseOverload",
1368
- "arity": 0,
1369
- "parameterCount": 1,
1370
- "isStatic": false,
1371
- "isAbstract": false,
1372
- "isVirtual": true,
1373
- "isOverride": false,
1374
- "isSealed": false,
1375
- "visibility": "Public",
1376
- "declaringClrType": "System.IO.Compression.BrotliStream",
1377
- "declaringAssemblyName": "System.IO.Compression.Brotli",
1378
- "isExtensionMethod": false
1379
- },
1380
1300
  {
1381
1301
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
1382
1302
  "clrName": "WriteAsync",
@@ -1396,26 +1316,6 @@
1396
1316
  "declaringClrType": "System.IO.Compression.BrotliStream",
1397
1317
  "declaringAssemblyName": "System.IO.Compression.Brotli",
1398
1318
  "isExtensionMethod": false
1399
- },
1400
- {
1401
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1402
- "clrName": "WriteAsync",
1403
- "metadataToken": 0,
1404
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1405
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
1406
- "emitScope": "ClassSurface",
1407
- "provenance": "BaseOverload",
1408
- "arity": 0,
1409
- "parameterCount": 2,
1410
- "isStatic": false,
1411
- "isAbstract": false,
1412
- "isVirtual": true,
1413
- "isOverride": false,
1414
- "isSealed": false,
1415
- "visibility": "Public",
1416
- "declaringClrType": "System.IO.Compression.BrotliStream",
1417
- "declaringAssemblyName": "System.IO.Compression.Brotli",
1418
- "isExtensionMethod": false
1419
1319
  }
1420
1320
  ],
1421
1321
  "properties": [
@@ -2196,7 +2096,7 @@
2196
2096
  "isAbstract": false,
2197
2097
  "isVirtual": true,
2198
2098
  "isOverride": false,
2199
- "isSealed": false,
2099
+ "isSealed": true,
2200
2100
  "visibility": "Public",
2201
2101
  "declaringClrType": "System.IO.Compression.DeflateStream",
2202
2102
  "declaringAssemblyName": "System.IO.Compression",
@@ -2222,26 +2122,6 @@
2222
2122
  "declaringAssemblyName": "System.IO.Compression",
2223
2123
  "isExtensionMethod": false
2224
2124
  },
2225
- {
2226
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::Read(System.Span_1):System.Int32",
2227
- "clrName": "Read",
2228
- "metadataToken": 0,
2229
- "canonicalSignature": "(System.Span_1):System.Int32",
2230
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
2231
- "emitScope": "ClassSurface",
2232
- "provenance": "BaseOverload",
2233
- "arity": 0,
2234
- "parameterCount": 1,
2235
- "isStatic": false,
2236
- "isAbstract": false,
2237
- "isVirtual": true,
2238
- "isOverride": false,
2239
- "isSealed": false,
2240
- "visibility": "Public",
2241
- "declaringClrType": "System.IO.Compression.DeflateStream",
2242
- "declaringAssemblyName": "System.IO.Compression",
2243
- "isExtensionMethod": false
2244
- },
2245
2125
  {
2246
2126
  "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2247
2127
  "clrName": "ReadAsync",
@@ -2262,66 +2142,6 @@
2262
2142
  "declaringAssemblyName": "System.IO.Compression",
2263
2143
  "isExtensionMethod": false
2264
2144
  },
2265
- {
2266
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2267
- "clrName": "ReadAsync",
2268
- "metadataToken": 0,
2269
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2270
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
2271
- "emitScope": "ClassSurface",
2272
- "provenance": "BaseOverload",
2273
- "arity": 0,
2274
- "parameterCount": 4,
2275
- "isStatic": false,
2276
- "isAbstract": false,
2277
- "isVirtual": true,
2278
- "isOverride": false,
2279
- "isSealed": false,
2280
- "visibility": "Public",
2281
- "declaringClrType": "System.IO.Compression.DeflateStream",
2282
- "declaringAssemblyName": "System.IO.Compression",
2283
- "isExtensionMethod": false
2284
- },
2285
- {
2286
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2287
- "clrName": "ReadAsync",
2288
- "metadataToken": 0,
2289
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2290
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2291
- "emitScope": "ClassSurface",
2292
- "provenance": "BaseOverload",
2293
- "arity": 0,
2294
- "parameterCount": 2,
2295
- "isStatic": false,
2296
- "isAbstract": false,
2297
- "isVirtual": true,
2298
- "isOverride": false,
2299
- "isSealed": false,
2300
- "visibility": "Public",
2301
- "declaringClrType": "System.IO.Compression.DeflateStream",
2302
- "declaringAssemblyName": "System.IO.Compression",
2303
- "isExtensionMethod": false
2304
- },
2305
- {
2306
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::Write(System.ReadOnlySpan_1):System.Void",
2307
- "clrName": "Write",
2308
- "metadataToken": 0,
2309
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
2310
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
2311
- "emitScope": "ClassSurface",
2312
- "provenance": "BaseOverload",
2313
- "arity": 0,
2314
- "parameterCount": 1,
2315
- "isStatic": false,
2316
- "isAbstract": false,
2317
- "isVirtual": true,
2318
- "isOverride": false,
2319
- "isSealed": false,
2320
- "visibility": "Public",
2321
- "declaringClrType": "System.IO.Compression.DeflateStream",
2322
- "declaringAssemblyName": "System.IO.Compression",
2323
- "isExtensionMethod": false
2324
- },
2325
2145
  {
2326
2146
  "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
2327
2147
  "clrName": "WriteAsync",
@@ -2341,26 +2161,6 @@
2341
2161
  "declaringClrType": "System.IO.Compression.DeflateStream",
2342
2162
  "declaringAssemblyName": "System.IO.Compression",
2343
2163
  "isExtensionMethod": false
2344
- },
2345
- {
2346
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2347
- "clrName": "WriteAsync",
2348
- "metadataToken": 0,
2349
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2350
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2351
- "emitScope": "ClassSurface",
2352
- "provenance": "BaseOverload",
2353
- "arity": 0,
2354
- "parameterCount": 2,
2355
- "isStatic": false,
2356
- "isAbstract": false,
2357
- "isVirtual": true,
2358
- "isOverride": false,
2359
- "isSealed": false,
2360
- "visibility": "Public",
2361
- "declaringClrType": "System.IO.Compression.DeflateStream",
2362
- "declaringAssemblyName": "System.IO.Compression",
2363
- "isExtensionMethod": false
2364
2164
  }
2365
2165
  ],
2366
2166
  "properties": [
@@ -3141,7 +2941,7 @@
3141
2941
  "isAbstract": false,
3142
2942
  "isVirtual": true,
3143
2943
  "isOverride": false,
3144
- "isSealed": false,
2944
+ "isSealed": true,
3145
2945
  "visibility": "Public",
3146
2946
  "declaringClrType": "System.IO.Compression.GZipStream",
3147
2947
  "declaringAssemblyName": "System.IO.Compression",
@@ -3167,26 +2967,6 @@
3167
2967
  "declaringAssemblyName": "System.IO.Compression",
3168
2968
  "isExtensionMethod": false
3169
2969
  },
3170
- {
3171
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::Read(System.Span_1):System.Int32",
3172
- "clrName": "Read",
3173
- "metadataToken": 0,
3174
- "canonicalSignature": "(System.Span_1):System.Int32",
3175
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
3176
- "emitScope": "ClassSurface",
3177
- "provenance": "BaseOverload",
3178
- "arity": 0,
3179
- "parameterCount": 1,
3180
- "isStatic": false,
3181
- "isAbstract": false,
3182
- "isVirtual": true,
3183
- "isOverride": false,
3184
- "isSealed": false,
3185
- "visibility": "Public",
3186
- "declaringClrType": "System.IO.Compression.GZipStream",
3187
- "declaringAssemblyName": "System.IO.Compression",
3188
- "isExtensionMethod": false
3189
- },
3190
2970
  {
3191
2971
  "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3192
2972
  "clrName": "ReadAsync",
@@ -3207,66 +2987,6 @@
3207
2987
  "declaringAssemblyName": "System.IO.Compression",
3208
2988
  "isExtensionMethod": false
3209
2989
  },
3210
- {
3211
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
3212
- "clrName": "ReadAsync",
3213
- "metadataToken": 0,
3214
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
3215
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
3216
- "emitScope": "ClassSurface",
3217
- "provenance": "BaseOverload",
3218
- "arity": 0,
3219
- "parameterCount": 4,
3220
- "isStatic": false,
3221
- "isAbstract": false,
3222
- "isVirtual": true,
3223
- "isOverride": false,
3224
- "isSealed": false,
3225
- "visibility": "Public",
3226
- "declaringClrType": "System.IO.Compression.GZipStream",
3227
- "declaringAssemblyName": "System.IO.Compression",
3228
- "isExtensionMethod": false
3229
- },
3230
- {
3231
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
3232
- "clrName": "ReadAsync",
3233
- "metadataToken": 0,
3234
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
3235
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
3236
- "emitScope": "ClassSurface",
3237
- "provenance": "BaseOverload",
3238
- "arity": 0,
3239
- "parameterCount": 2,
3240
- "isStatic": false,
3241
- "isAbstract": false,
3242
- "isVirtual": true,
3243
- "isOverride": false,
3244
- "isSealed": false,
3245
- "visibility": "Public",
3246
- "declaringClrType": "System.IO.Compression.GZipStream",
3247
- "declaringAssemblyName": "System.IO.Compression",
3248
- "isExtensionMethod": false
3249
- },
3250
- {
3251
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::Write(System.ReadOnlySpan_1):System.Void",
3252
- "clrName": "Write",
3253
- "metadataToken": 0,
3254
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
3255
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
3256
- "emitScope": "ClassSurface",
3257
- "provenance": "BaseOverload",
3258
- "arity": 0,
3259
- "parameterCount": 1,
3260
- "isStatic": false,
3261
- "isAbstract": false,
3262
- "isVirtual": true,
3263
- "isOverride": false,
3264
- "isSealed": false,
3265
- "visibility": "Public",
3266
- "declaringClrType": "System.IO.Compression.GZipStream",
3267
- "declaringAssemblyName": "System.IO.Compression",
3268
- "isExtensionMethod": false
3269
- },
3270
2990
  {
3271
2991
  "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
3272
2992
  "clrName": "WriteAsync",
@@ -3286,26 +3006,6 @@
3286
3006
  "declaringClrType": "System.IO.Compression.GZipStream",
3287
3007
  "declaringAssemblyName": "System.IO.Compression",
3288
3008
  "isExtensionMethod": false
3289
- },
3290
- {
3291
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3292
- "clrName": "WriteAsync",
3293
- "metadataToken": 0,
3294
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3295
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
3296
- "emitScope": "ClassSurface",
3297
- "provenance": "BaseOverload",
3298
- "arity": 0,
3299
- "parameterCount": 2,
3300
- "isStatic": false,
3301
- "isAbstract": false,
3302
- "isVirtual": true,
3303
- "isOverride": false,
3304
- "isSealed": false,
3305
- "visibility": "Public",
3306
- "declaringClrType": "System.IO.Compression.GZipStream",
3307
- "declaringAssemblyName": "System.IO.Compression",
3308
- "isExtensionMethod": false
3309
3009
  }
3310
3010
  ],
3311
3011
  "properties": [
@@ -4228,26 +3928,6 @@
4228
3928
  "declaringAssemblyName": "System.Private.CoreLib",
4229
3929
  "isExtensionMethod": false,
4230
3930
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
4231
- },
4232
- {
4233
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4234
- "clrName": "GetObjectData",
4235
- "metadataToken": 0,
4236
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4237
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
4238
- "emitScope": "ClassSurface",
4239
- "provenance": "BaseOverload",
4240
- "arity": 0,
4241
- "parameterCount": 2,
4242
- "isStatic": false,
4243
- "isAbstract": false,
4244
- "isVirtual": true,
4245
- "isOverride": false,
4246
- "isSealed": false,
4247
- "visibility": "Public",
4248
- "declaringClrType": "System.IO.Compression.ZLibException",
4249
- "declaringAssemblyName": "System.IO.Compression",
4250
- "isExtensionMethod": false
4251
3931
  }
4252
3932
  ],
4253
3933
  "properties": [],
@@ -4902,7 +4582,7 @@
4902
4582
  "isAbstract": false,
4903
4583
  "isVirtual": true,
4904
4584
  "isOverride": false,
4905
- "isSealed": false,
4585
+ "isSealed": true,
4906
4586
  "visibility": "Public",
4907
4587
  "declaringClrType": "System.IO.Compression.ZLibStream",
4908
4588
  "declaringAssemblyName": "System.IO.Compression",
@@ -4928,26 +4608,6 @@
4928
4608
  "declaringAssemblyName": "System.IO.Compression",
4929
4609
  "isExtensionMethod": false
4930
4610
  },
4931
- {
4932
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::Read(System.Span_1):System.Int32",
4933
- "clrName": "Read",
4934
- "metadataToken": 0,
4935
- "canonicalSignature": "(System.Span_1):System.Int32",
4936
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
4937
- "emitScope": "ClassSurface",
4938
- "provenance": "BaseOverload",
4939
- "arity": 0,
4940
- "parameterCount": 1,
4941
- "isStatic": false,
4942
- "isAbstract": false,
4943
- "isVirtual": true,
4944
- "isOverride": false,
4945
- "isSealed": false,
4946
- "visibility": "Public",
4947
- "declaringClrType": "System.IO.Compression.ZLibStream",
4948
- "declaringAssemblyName": "System.IO.Compression",
4949
- "isExtensionMethod": false
4950
- },
4951
4611
  {
4952
4612
  "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4953
4613
  "clrName": "ReadAsync",
@@ -4968,66 +4628,6 @@
4968
4628
  "declaringAssemblyName": "System.IO.Compression",
4969
4629
  "isExtensionMethod": false
4970
4630
  },
4971
- {
4972
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
4973
- "clrName": "ReadAsync",
4974
- "metadataToken": 0,
4975
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
4976
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
4977
- "emitScope": "ClassSurface",
4978
- "provenance": "BaseOverload",
4979
- "arity": 0,
4980
- "parameterCount": 4,
4981
- "isStatic": false,
4982
- "isAbstract": false,
4983
- "isVirtual": true,
4984
- "isOverride": false,
4985
- "isSealed": false,
4986
- "visibility": "Public",
4987
- "declaringClrType": "System.IO.Compression.ZLibStream",
4988
- "declaringAssemblyName": "System.IO.Compression",
4989
- "isExtensionMethod": false
4990
- },
4991
- {
4992
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
4993
- "clrName": "ReadAsync",
4994
- "metadataToken": 0,
4995
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
4996
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
4997
- "emitScope": "ClassSurface",
4998
- "provenance": "BaseOverload",
4999
- "arity": 0,
5000
- "parameterCount": 2,
5001
- "isStatic": false,
5002
- "isAbstract": false,
5003
- "isVirtual": true,
5004
- "isOverride": false,
5005
- "isSealed": false,
5006
- "visibility": "Public",
5007
- "declaringClrType": "System.IO.Compression.ZLibStream",
5008
- "declaringAssemblyName": "System.IO.Compression",
5009
- "isExtensionMethod": false
5010
- },
5011
- {
5012
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::Write(System.ReadOnlySpan_1):System.Void",
5013
- "clrName": "Write",
5014
- "metadataToken": 0,
5015
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
5016
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
5017
- "emitScope": "ClassSurface",
5018
- "provenance": "BaseOverload",
5019
- "arity": 0,
5020
- "parameterCount": 1,
5021
- "isStatic": false,
5022
- "isAbstract": false,
5023
- "isVirtual": true,
5024
- "isOverride": false,
5025
- "isSealed": false,
5026
- "visibility": "Public",
5027
- "declaringClrType": "System.IO.Compression.ZLibStream",
5028
- "declaringAssemblyName": "System.IO.Compression",
5029
- "isExtensionMethod": false
5030
- },
5031
4631
  {
5032
4632
  "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
5033
4633
  "clrName": "WriteAsync",
@@ -5047,26 +4647,6 @@
5047
4647
  "declaringClrType": "System.IO.Compression.ZLibStream",
5048
4648
  "declaringAssemblyName": "System.IO.Compression",
5049
4649
  "isExtensionMethod": false
5050
- },
5051
- {
5052
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
5053
- "clrName": "WriteAsync",
5054
- "metadataToken": 0,
5055
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
5056
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
5057
- "emitScope": "ClassSurface",
5058
- "provenance": "BaseOverload",
5059
- "arity": 0,
5060
- "parameterCount": 2,
5061
- "isStatic": false,
5062
- "isAbstract": false,
5063
- "isVirtual": true,
5064
- "isOverride": false,
5065
- "isSealed": false,
5066
- "visibility": "Public",
5067
- "declaringClrType": "System.IO.Compression.ZLibStream",
5068
- "declaringAssemblyName": "System.IO.Compression",
5069
- "isExtensionMethod": false
5070
4650
  }
5071
4651
  ],
5072
4652
  "properties": [
@@ -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