@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
@@ -728,66 +728,6 @@
728
728
  "declaringAssemblyName": "System.Private.CoreLib",
729
729
  "isExtensionMethod": false,
730
730
  "sourceInterface": "System.IAsyncDisposable"
731
- },
732
- {
733
- "stableId": "System.IO.Pipes:System.IO.Pipes.AnonymousPipeClientStream::Dispose(System.Boolean):System.Void",
734
- "clrName": "Dispose",
735
- "metadataToken": 0,
736
- "canonicalSignature": "(System.Boolean):System.Void",
737
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
738
- "emitScope": "ClassSurface",
739
- "provenance": "BaseOverload",
740
- "arity": 0,
741
- "parameterCount": 1,
742
- "isStatic": false,
743
- "isAbstract": false,
744
- "isVirtual": true,
745
- "isOverride": false,
746
- "isSealed": false,
747
- "visibility": "Protected",
748
- "declaringClrType": "System.IO.Pipes.AnonymousPipeClientStream",
749
- "declaringAssemblyName": "System.IO.Pipes",
750
- "isExtensionMethod": false
751
- },
752
- {
753
- "stableId": "System.IO.Pipes:System.IO.Pipes.AnonymousPipeClientStream::Dispose():System.Void",
754
- "clrName": "Dispose",
755
- "metadataToken": 0,
756
- "canonicalSignature": "():System.Void",
757
- "normalizedSignature": "Dispose|():System.Void|static=false",
758
- "emitScope": "ClassSurface",
759
- "provenance": "BaseOverload",
760
- "arity": 0,
761
- "parameterCount": 0,
762
- "isStatic": false,
763
- "isAbstract": false,
764
- "isVirtual": true,
765
- "isOverride": false,
766
- "isSealed": false,
767
- "visibility": "Public",
768
- "declaringClrType": "System.IO.Pipes.AnonymousPipeClientStream",
769
- "declaringAssemblyName": "System.IO.Pipes",
770
- "isExtensionMethod": false
771
- },
772
- {
773
- "stableId": "System.IO.Pipes:System.IO.Pipes.AnonymousPipeClientStream::DisposeAsync():System.Threading.Tasks.ValueTask",
774
- "clrName": "DisposeAsync",
775
- "metadataToken": 0,
776
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
777
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
778
- "emitScope": "ClassSurface",
779
- "provenance": "BaseOverload",
780
- "arity": 0,
781
- "parameterCount": 0,
782
- "isStatic": false,
783
- "isAbstract": false,
784
- "isVirtual": true,
785
- "isOverride": false,
786
- "isSealed": false,
787
- "visibility": "Public",
788
- "declaringClrType": "System.IO.Pipes.AnonymousPipeClientStream",
789
- "declaringAssemblyName": "System.IO.Pipes",
790
- "isExtensionMethod": false
791
731
  }
792
732
  ],
793
733
  "properties": [
@@ -1030,27 +970,7 @@
1030
970
  "isAbstract": false,
1031
971
  "isVirtual": true,
1032
972
  "isOverride": false,
1033
- "isSealed": false,
1034
- "visibility": "Public",
1035
- "declaringClrType": "System.IO.Pipes.AnonymousPipeServerStream",
1036
- "declaringAssemblyName": "System.IO.Pipes",
1037
- "isExtensionMethod": false
1038
- },
1039
- {
1040
- "stableId": "System.IO.Pipes:System.IO.Pipes.AnonymousPipeServerStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1041
- "clrName": "DisposeAsync",
1042
- "metadataToken": 0,
1043
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
1044
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
1045
- "emitScope": "ClassSurface",
1046
- "provenance": "BaseOverload",
1047
- "arity": 0,
1048
- "parameterCount": 0,
1049
- "isStatic": false,
1050
- "isAbstract": false,
1051
- "isVirtual": true,
1052
- "isOverride": false,
1053
- "isSealed": false,
973
+ "isSealed": true,
1054
974
  "visibility": "Public",
1055
975
  "declaringClrType": "System.IO.Pipes.AnonymousPipeServerStream",
1056
976
  "declaringAssemblyName": "System.IO.Pipes",
@@ -1443,66 +1363,6 @@
1443
1363
  "declaringAssemblyName": "System.Private.CoreLib",
1444
1364
  "isExtensionMethod": false,
1445
1365
  "sourceInterface": "System.IAsyncDisposable"
1446
- },
1447
- {
1448
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeClientStream::Dispose(System.Boolean):System.Void",
1449
- "clrName": "Dispose",
1450
- "metadataToken": 0,
1451
- "canonicalSignature": "(System.Boolean):System.Void",
1452
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
1453
- "emitScope": "ClassSurface",
1454
- "provenance": "BaseOverload",
1455
- "arity": 0,
1456
- "parameterCount": 1,
1457
- "isStatic": false,
1458
- "isAbstract": false,
1459
- "isVirtual": true,
1460
- "isOverride": false,
1461
- "isSealed": false,
1462
- "visibility": "Protected",
1463
- "declaringClrType": "System.IO.Pipes.NamedPipeClientStream",
1464
- "declaringAssemblyName": "System.IO.Pipes",
1465
- "isExtensionMethod": false
1466
- },
1467
- {
1468
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeClientStream::Dispose():System.Void",
1469
- "clrName": "Dispose",
1470
- "metadataToken": 0,
1471
- "canonicalSignature": "():System.Void",
1472
- "normalizedSignature": "Dispose|():System.Void|static=false",
1473
- "emitScope": "ClassSurface",
1474
- "provenance": "BaseOverload",
1475
- "arity": 0,
1476
- "parameterCount": 0,
1477
- "isStatic": false,
1478
- "isAbstract": false,
1479
- "isVirtual": true,
1480
- "isOverride": false,
1481
- "isSealed": false,
1482
- "visibility": "Public",
1483
- "declaringClrType": "System.IO.Pipes.NamedPipeClientStream",
1484
- "declaringAssemblyName": "System.IO.Pipes",
1485
- "isExtensionMethod": false
1486
- },
1487
- {
1488
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeClientStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1489
- "clrName": "DisposeAsync",
1490
- "metadataToken": 0,
1491
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
1492
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
1493
- "emitScope": "ClassSurface",
1494
- "provenance": "BaseOverload",
1495
- "arity": 0,
1496
- "parameterCount": 0,
1497
- "isStatic": false,
1498
- "isAbstract": false,
1499
- "isVirtual": true,
1500
- "isOverride": false,
1501
- "isSealed": false,
1502
- "visibility": "Public",
1503
- "declaringClrType": "System.IO.Pipes.NamedPipeClientStream",
1504
- "declaringAssemblyName": "System.IO.Pipes",
1505
- "isExtensionMethod": false
1506
1366
  }
1507
1367
  ],
1508
1368
  "properties": [
@@ -1904,66 +1764,6 @@
1904
1764
  "declaringAssemblyName": "System.Private.CoreLib",
1905
1765
  "isExtensionMethod": false,
1906
1766
  "sourceInterface": "System.IAsyncDisposable"
1907
- },
1908
- {
1909
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeServerStream::Dispose(System.Boolean):System.Void",
1910
- "clrName": "Dispose",
1911
- "metadataToken": 0,
1912
- "canonicalSignature": "(System.Boolean):System.Void",
1913
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
1914
- "emitScope": "ClassSurface",
1915
- "provenance": "BaseOverload",
1916
- "arity": 0,
1917
- "parameterCount": 1,
1918
- "isStatic": false,
1919
- "isAbstract": false,
1920
- "isVirtual": true,
1921
- "isOverride": false,
1922
- "isSealed": false,
1923
- "visibility": "Protected",
1924
- "declaringClrType": "System.IO.Pipes.NamedPipeServerStream",
1925
- "declaringAssemblyName": "System.IO.Pipes",
1926
- "isExtensionMethod": false
1927
- },
1928
- {
1929
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeServerStream::Dispose():System.Void",
1930
- "clrName": "Dispose",
1931
- "metadataToken": 0,
1932
- "canonicalSignature": "():System.Void",
1933
- "normalizedSignature": "Dispose|():System.Void|static=false",
1934
- "emitScope": "ClassSurface",
1935
- "provenance": "BaseOverload",
1936
- "arity": 0,
1937
- "parameterCount": 0,
1938
- "isStatic": false,
1939
- "isAbstract": false,
1940
- "isVirtual": true,
1941
- "isOverride": false,
1942
- "isSealed": false,
1943
- "visibility": "Public",
1944
- "declaringClrType": "System.IO.Pipes.NamedPipeServerStream",
1945
- "declaringAssemblyName": "System.IO.Pipes",
1946
- "isExtensionMethod": false
1947
- },
1948
- {
1949
- "stableId": "System.IO.Pipes:System.IO.Pipes.NamedPipeServerStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1950
- "clrName": "DisposeAsync",
1951
- "metadataToken": 0,
1952
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
1953
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
1954
- "emitScope": "ClassSurface",
1955
- "provenance": "BaseOverload",
1956
- "arity": 0,
1957
- "parameterCount": 0,
1958
- "isStatic": false,
1959
- "isAbstract": false,
1960
- "isVirtual": true,
1961
- "isOverride": false,
1962
- "isSealed": false,
1963
- "visibility": "Public",
1964
- "declaringClrType": "System.IO.Pipes.NamedPipeServerStream",
1965
- "declaringAssemblyName": "System.IO.Pipes",
1966
- "isExtensionMethod": false
1967
1767
  }
1968
1768
  ],
1969
1769
  "properties": [
@@ -2579,7 +2379,7 @@
2579
2379
  "isAbstract": false,
2580
2380
  "isVirtual": true,
2581
2381
  "isOverride": false,
2582
- "isSealed": false,
2382
+ "isSealed": true,
2583
2383
  "visibility": "Protected",
2584
2384
  "declaringClrType": "System.IO.Pipes.PipeSecurity",
2585
2385
  "declaringAssemblyName": "System.IO.Pipes.AccessControl",
@@ -2619,7 +2419,7 @@
2619
2419
  "isAbstract": false,
2620
2420
  "isVirtual": true,
2621
2421
  "isOverride": false,
2622
- "isSealed": false,
2422
+ "isSealed": true,
2623
2423
  "visibility": "Protected",
2624
2424
  "declaringClrType": "System.IO.Pipes.PipeSecurity",
2625
2425
  "declaringAssemblyName": "System.IO.Pipes.AccessControl",
@@ -3463,27 +3263,7 @@
3463
3263
  "isAbstract": false,
3464
3264
  "isVirtual": true,
3465
3265
  "isOverride": false,
3466
- "isSealed": false,
3467
- "visibility": "Public",
3468
- "declaringClrType": "System.IO.Pipes.PipeStream",
3469
- "declaringAssemblyName": "System.IO.Pipes",
3470
- "isExtensionMethod": false
3471
- },
3472
- {
3473
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::DisposeAsync():System.Threading.Tasks.ValueTask",
3474
- "clrName": "DisposeAsync",
3475
- "metadataToken": 0,
3476
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
3477
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
3478
- "emitScope": "ClassSurface",
3479
- "provenance": "BaseOverload",
3480
- "arity": 0,
3481
- "parameterCount": 0,
3482
- "isStatic": false,
3483
- "isAbstract": false,
3484
- "isVirtual": true,
3485
- "isOverride": false,
3486
- "isSealed": false,
3266
+ "isSealed": true,
3487
3267
  "visibility": "Public",
3488
3268
  "declaringClrType": "System.IO.Pipes.PipeStream",
3489
3269
  "declaringAssemblyName": "System.IO.Pipes",
@@ -3510,31 +3290,11 @@
3510
3290
  "isExtensionMethod": false
3511
3291
  },
3512
3292
  {
3513
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::Read(System.Span_1):System.Int32",
3514
- "clrName": "Read",
3515
- "metadataToken": 0,
3516
- "canonicalSignature": "(System.Span_1):System.Int32",
3517
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
3518
- "emitScope": "ClassSurface",
3519
- "provenance": "BaseOverload",
3520
- "arity": 0,
3521
- "parameterCount": 1,
3522
- "isStatic": false,
3523
- "isAbstract": false,
3524
- "isVirtual": true,
3525
- "isOverride": false,
3526
- "isSealed": false,
3527
- "visibility": "Public",
3528
- "declaringClrType": "System.IO.Pipes.PipeStream",
3529
- "declaringAssemblyName": "System.IO.Pipes",
3530
- "isExtensionMethod": false
3531
- },
3532
- {
3533
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3293
+ "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3534
3294
  "clrName": "ReadAsync",
3535
3295
  "metadataToken": 0,
3536
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3537
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
3296
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3297
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
3538
3298
  "emitScope": "ClassSurface",
3539
3299
  "provenance": "BaseOverload",
3540
3300
  "arity": 0,
@@ -3549,66 +3309,6 @@
3549
3309
  "declaringAssemblyName": "System.IO.Pipes",
3550
3310
  "isExtensionMethod": false
3551
3311
  },
3552
- {
3553
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
3554
- "clrName": "ReadAsync",
3555
- "metadataToken": 0,
3556
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
3557
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
3558
- "emitScope": "ClassSurface",
3559
- "provenance": "BaseOverload",
3560
- "arity": 0,
3561
- "parameterCount": 4,
3562
- "isStatic": false,
3563
- "isAbstract": false,
3564
- "isVirtual": true,
3565
- "isOverride": false,
3566
- "isSealed": false,
3567
- "visibility": "Public",
3568
- "declaringClrType": "System.IO.Pipes.PipeStream",
3569
- "declaringAssemblyName": "System.IO.Pipes",
3570
- "isExtensionMethod": false
3571
- },
3572
- {
3573
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
3574
- "clrName": "ReadAsync",
3575
- "metadataToken": 0,
3576
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
3577
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
3578
- "emitScope": "ClassSurface",
3579
- "provenance": "BaseOverload",
3580
- "arity": 0,
3581
- "parameterCount": 2,
3582
- "isStatic": false,
3583
- "isAbstract": false,
3584
- "isVirtual": true,
3585
- "isOverride": false,
3586
- "isSealed": false,
3587
- "visibility": "Public",
3588
- "declaringClrType": "System.IO.Pipes.PipeStream",
3589
- "declaringAssemblyName": "System.IO.Pipes",
3590
- "isExtensionMethod": false
3591
- },
3592
- {
3593
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::Write(System.ReadOnlySpan_1):System.Void",
3594
- "clrName": "Write",
3595
- "metadataToken": 0,
3596
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
3597
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
3598
- "emitScope": "ClassSurface",
3599
- "provenance": "BaseOverload",
3600
- "arity": 0,
3601
- "parameterCount": 1,
3602
- "isStatic": false,
3603
- "isAbstract": false,
3604
- "isVirtual": true,
3605
- "isOverride": false,
3606
- "isSealed": false,
3607
- "visibility": "Public",
3608
- "declaringClrType": "System.IO.Pipes.PipeStream",
3609
- "declaringAssemblyName": "System.IO.Pipes",
3610
- "isExtensionMethod": false
3611
- },
3612
3312
  {
3613
3313
  "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
3614
3314
  "clrName": "WriteAsync",
@@ -3628,26 +3328,6 @@
3628
3328
  "declaringClrType": "System.IO.Pipes.PipeStream",
3629
3329
  "declaringAssemblyName": "System.IO.Pipes",
3630
3330
  "isExtensionMethod": false
3631
- },
3632
- {
3633
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3634
- "clrName": "WriteAsync",
3635
- "metadataToken": 0,
3636
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3637
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
3638
- "emitScope": "ClassSurface",
3639
- "provenance": "BaseOverload",
3640
- "arity": 0,
3641
- "parameterCount": 2,
3642
- "isStatic": false,
3643
- "isAbstract": false,
3644
- "isVirtual": true,
3645
- "isOverride": false,
3646
- "isSealed": false,
3647
- "visibility": "Public",
3648
- "declaringClrType": "System.IO.Pipes.PipeStream",
3649
- "declaringAssemblyName": "System.IO.Pipes",
3650
- "isExtensionMethod": false
3651
3331
  }
3652
3332
  ],
3653
3333
  "properties": [
@@ -67,7 +67,7 @@ export enum PipeTransmissionMode {
67
67
  export type PipeStreamImpersonationWorker = () => void;
68
68
 
69
69
 
70
- export interface AnonymousPipeClientStream$instance extends PipeStream$instance {
70
+ export interface AnonymousPipeClientStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
71
71
  readonly __tsonic_type_System_IO_Pipes_AnonymousPipeClientStream: never;
72
72
 
73
73
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -75,9 +75,6 @@ export interface AnonymousPipeClientStream$instance extends PipeStream$instance
75
75
 
76
76
  ReadMode: PipeTransmissionMode;
77
77
  readonly TransmissionMode: PipeTransmissionMode;
78
- Dispose(disposing: boolean): void;
79
- Dispose(): void;
80
- DisposeAsync(): ValueTask;
81
78
  Finalize(): void;
82
79
  }
83
80
 
@@ -97,7 +94,7 @@ export interface __AnonymousPipeClientStream$views {
97
94
  export type AnonymousPipeClientStream = AnonymousPipeClientStream$instance & __AnonymousPipeClientStream$views;
98
95
 
99
96
 
100
- export interface AnonymousPipeServerStream$instance extends PipeStream$instance {
97
+ export interface AnonymousPipeServerStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
101
98
  readonly __tsonic_type_System_IO_Pipes_AnonymousPipeServerStream: never;
102
99
 
103
100
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -108,7 +105,6 @@ export interface AnonymousPipeServerStream$instance extends PipeStream$instance
108
105
  readonly TransmissionMode: PipeTransmissionMode;
109
106
  Dispose(disposing: boolean): void;
110
107
  Dispose(): void;
111
- DisposeAsync(): ValueTask;
112
108
  DisposeLocalCopyOfClientHandle(): void;
113
109
  Finalize(): void;
114
110
  GetClientHandleAsString(): string;
@@ -132,7 +128,7 @@ export interface __AnonymousPipeServerStream$views {
132
128
  export type AnonymousPipeServerStream = AnonymousPipeServerStream$instance & __AnonymousPipeServerStream$views;
133
129
 
134
130
 
135
- export interface NamedPipeClientStream$instance extends PipeStream$instance {
131
+ export interface NamedPipeClientStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
136
132
  readonly __tsonic_type_System_IO_Pipes_NamedPipeClientStream: never;
137
133
 
138
134
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -150,9 +146,6 @@ export interface NamedPipeClientStream$instance extends PipeStream$instance {
150
146
  ConnectAsync(cancellationToken: CancellationToken): Task;
151
147
  ConnectAsync(timeout: int, cancellationToken: CancellationToken): Task;
152
148
  ConnectAsync(timeout: TimeSpan, cancellationToken?: CancellationToken): Task;
153
- Dispose(disposing: boolean): void;
154
- Dispose(): void;
155
- DisposeAsync(): ValueTask;
156
149
  Finalize(): void;
157
150
  }
158
151
 
@@ -177,7 +170,7 @@ export interface __NamedPipeClientStream$views {
177
170
  export type NamedPipeClientStream = NamedPipeClientStream$instance & __NamedPipeClientStream$views;
178
171
 
179
172
 
180
- export interface NamedPipeServerStream$instance extends PipeStream$instance {
173
+ export interface NamedPipeServerStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
181
174
  readonly __tsonic_type_System_IO_Pipes_NamedPipeServerStream: never;
182
175
 
183
176
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -187,9 +180,6 @@ export interface NamedPipeServerStream$instance extends PipeStream$instance {
187
180
  readonly OutBufferSize: int;
188
181
  BeginWaitForConnection(callback: AsyncCallback, state: unknown): IAsyncResult;
189
182
  Disconnect(): void;
190
- Dispose(disposing: boolean): void;
191
- Dispose(): void;
192
- DisposeAsync(): ValueTask;
193
183
  EndWaitForConnection(asyncResult: IAsyncResult): void;
194
184
  Finalize(): void;
195
185
  GetImpersonationUserName(): string;
@@ -281,7 +271,7 @@ export const PipeSecurity: {
281
271
 
282
272
  export type PipeSecurity = PipeSecurity$instance;
283
273
 
284
- export interface PipeStream$instance extends Stream {
274
+ export interface PipeStream$instance extends Stream, System_Internal.IAsyncDisposable$instance {
285
275
  readonly __tsonic_type_System_IO_Pipes_PipeStream: never;
286
276
 
287
277
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -305,7 +295,6 @@ export interface PipeStream$instance extends Stream {
305
295
  CheckPipePropertyOperations(): void;
306
296
  Dispose(disposing: boolean): void;
307
297
  Dispose(): void;
308
- DisposeAsync(): ValueTask;
309
298
  EndRead(asyncResult: IAsyncResult): int;
310
299
  EndWrite(asyncResult: IAsyncResult): void;
311
300
  Flush(): void;
@@ -313,23 +302,18 @@ export interface PipeStream$instance extends Stream {
313
302
  FlushAsync(): Task;
314
303
  Read(buffer: byte[], offset: int, count: int): int;
315
304
  Read(buffer: Span_1<System_Internal.Byte>): int;
316
- Read(buffer: Span_1<System_Internal.Byte>): int;
317
305
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
318
306
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
319
307
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
320
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
321
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
322
308
  ReadByte(): int;
323
309
  Seek(offset: long, origin: SeekOrigin): long;
324
310
  SetLength(value: long): void;
325
311
  WaitForPipeDrain(): void;
326
312
  Write(buffer: byte[], offset: int, count: int): void;
327
313
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
328
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
329
314
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
330
315
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
331
316
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
332
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
333
317
  WriteByte(value: byte): void;
334
318
  }
335
319
 
@@ -1884,46 +1884,6 @@
1884
1884
  "declaringAssemblyName": "System.Private.CoreLib",
1885
1885
  "isExtensionMethod": false,
1886
1886
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
1887
- },
1888
- {
1889
- "stableId": "System.Linq.Parallel:System.Linq.OrderedParallelQuery\u00601::GetEnumerator():System.Collections.Generic.IEnumerator_1",
1890
- "clrName": "GetEnumerator",
1891
- "metadataToken": 0,
1892
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
1893
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
1894
- "emitScope": "ClassSurface",
1895
- "provenance": "BaseOverload",
1896
- "arity": 0,
1897
- "parameterCount": 0,
1898
- "isStatic": false,
1899
- "isAbstract": false,
1900
- "isVirtual": true,
1901
- "isOverride": false,
1902
- "isSealed": false,
1903
- "visibility": "Public",
1904
- "declaringClrType": "System.Linq.OrderedParallelQuery\u00601",
1905
- "declaringAssemblyName": "System.Linq.Parallel",
1906
- "isExtensionMethod": false
1907
- },
1908
- {
1909
- "stableId": "System.Linq.Parallel:System.Linq.OrderedParallelQuery\u00601::GetEnumerator():System.Collections.IEnumerator",
1910
- "clrName": "GetEnumerator",
1911
- "metadataToken": 0,
1912
- "canonicalSignature": "():System.Collections.IEnumerator",
1913
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1914
- "emitScope": "ClassSurface",
1915
- "provenance": "BaseOverload",
1916
- "arity": 0,
1917
- "parameterCount": 0,
1918
- "isStatic": false,
1919
- "isAbstract": false,
1920
- "isVirtual": true,
1921
- "isOverride": false,
1922
- "isSealed": false,
1923
- "visibility": "Public",
1924
- "declaringClrType": "System.Linq.OrderedParallelQuery\u00601",
1925
- "declaringAssemblyName": "System.Linq.Parallel",
1926
- "isExtensionMethod": false
1927
1887
  }
1928
1888
  ],
1929
1889
  "properties": [],
@@ -2073,26 +2033,6 @@
2073
2033
  "declaringAssemblyName": "System.Private.CoreLib",
2074
2034
  "isExtensionMethod": false,
2075
2035
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
2076
- },
2077
- {
2078
- "stableId": "System.Linq.Parallel:System.Linq.ParallelQuery\u00601::GetEnumerator():System.Collections.IEnumerator",
2079
- "clrName": "GetEnumerator",
2080
- "metadataToken": 0,
2081
- "canonicalSignature": "():System.Collections.IEnumerator",
2082
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2083
- "emitScope": "ClassSurface",
2084
- "provenance": "BaseOverload",
2085
- "arity": 0,
2086
- "parameterCount": 0,
2087
- "isStatic": false,
2088
- "isAbstract": false,
2089
- "isVirtual": true,
2090
- "isOverride": false,
2091
- "isSealed": false,
2092
- "visibility": "Public",
2093
- "declaringClrType": "System.Linq.ParallelQuery\u00601",
2094
- "declaringAssemblyName": "System.Linq.Parallel",
2095
- "isExtensionMethod": false
2096
2036
  }
2097
2037
  ],
2098
2038
  "properties": [],
@@ -254,8 +254,6 @@ export interface OrderedParallelQuery_1$instance<TSource> extends ParallelQuery_
254
254
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
255
255
 
256
256
  GetEnumerator(): IEnumerator_1<TSource>;
257
- GetEnumerator(): IEnumerator_1<TSource>;
258
- GetEnumerator(): IEnumerator;
259
257
  }
260
258
 
261
259
 
@@ -296,7 +294,7 @@ export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instanc
296
294
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
297
295
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
298
296
 
299
- GetEnumerator(): IEnumerator;
297
+ GetEnumerator(): IEnumerator_1<TSource>;
300
298
  }
301
299
 
302
300