@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
@@ -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",
@@ -1278,31 +1278,11 @@
1278
1278
  "isExtensionMethod": false
1279
1279
  },
1280
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
- {
1301
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
1281
+ "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
1302
1282
  "clrName": "ReadAsync",
1303
1283
  "metadataToken": 0,
1304
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
1305
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
1284
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
1285
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
1306
1286
  "emitScope": "ClassSurface",
1307
1287
  "provenance": "BaseOverload",
1308
1288
  "arity": 0,
@@ -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",
@@ -2223,31 +2123,11 @@
2223
2123
  "isExtensionMethod": false
2224
2124
  },
2225
2125
  {
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
- {
2246
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2126
+ "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2247
2127
  "clrName": "ReadAsync",
2248
2128
  "metadataToken": 0,
2249
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2250
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2129
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2130
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2251
2131
  "emitScope": "ClassSurface",
2252
2132
  "provenance": "BaseOverload",
2253
2133
  "arity": 0,
@@ -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",
@@ -3168,31 +2968,11 @@
3168
2968
  "isExtensionMethod": false
3169
2969
  },
3170
2970
  {
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
- {
3191
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2971
+ "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3192
2972
  "clrName": "ReadAsync",
3193
2973
  "metadataToken": 0,
3194
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3195
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2974
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2975
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
3196
2976
  "emitScope": "ClassSurface",
3197
2977
  "provenance": "BaseOverload",
3198
2978
  "arity": 0,
@@ -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",
@@ -4929,31 +4609,11 @@
4929
4609
  "isExtensionMethod": false
4930
4610
  },
4931
4611
  {
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
- {
4952
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4612
+ "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4953
4613
  "clrName": "ReadAsync",
4954
4614
  "metadataToken": 0,
4955
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4956
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
4615
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4616
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
4957
4617
  "emitScope": "ClassSurface",
4958
4618
  "provenance": "BaseOverload",
4959
4619
  "arity": 0,
@@ -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": [