@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
@@ -544,26 +544,6 @@
544
544
  "declaringAssemblyName": "System.Private.CoreLib",
545
545
  "isExtensionMethod": false,
546
546
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
547
- },
548
- {
549
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
550
- "clrName": "GetObjectData",
551
- "metadataToken": 0,
552
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
553
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
554
- "emitScope": "ClassSurface",
555
- "provenance": "BaseOverload",
556
- "arity": 0,
557
- "parameterCount": 2,
558
- "isStatic": false,
559
- "isAbstract": false,
560
- "isVirtual": true,
561
- "isOverride": false,
562
- "isSealed": false,
563
- "visibility": "Public",
564
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
565
- "declaringAssemblyName": "System.IO.IsolatedStorage",
566
- "isExtensionMethod": false
567
547
  }
568
548
  ],
569
549
  "properties": [],
@@ -2062,7 +2042,7 @@
2062
2042
  "isAbstract": false,
2063
2043
  "isVirtual": true,
2064
2044
  "isOverride": false,
2065
- "isSealed": false,
2045
+ "isSealed": true,
2066
2046
  "visibility": "Public",
2067
2047
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2068
2048
  "declaringAssemblyName": "System.IO.IsolatedStorage",
@@ -2088,46 +2068,6 @@
2088
2068
  "declaringAssemblyName": "System.IO.IsolatedStorage",
2089
2069
  "isExtensionMethod": false
2090
2070
  },
2091
- {
2092
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::Read(System.Span_1):System.Int32",
2093
- "clrName": "Read",
2094
- "metadataToken": 0,
2095
- "canonicalSignature": "(System.Span_1):System.Int32",
2096
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
2097
- "emitScope": "ClassSurface",
2098
- "provenance": "BaseOverload",
2099
- "arity": 0,
2100
- "parameterCount": 1,
2101
- "isStatic": false,
2102
- "isAbstract": false,
2103
- "isVirtual": true,
2104
- "isOverride": false,
2105
- "isSealed": false,
2106
- "visibility": "Public",
2107
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2108
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2109
- "isExtensionMethod": false
2110
- },
2111
- {
2112
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2113
- "clrName": "ReadAsync",
2114
- "metadataToken": 0,
2115
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2116
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
2117
- "emitScope": "ClassSurface",
2118
- "provenance": "BaseOverload",
2119
- "arity": 0,
2120
- "parameterCount": 4,
2121
- "isStatic": false,
2122
- "isAbstract": false,
2123
- "isVirtual": true,
2124
- "isOverride": false,
2125
- "isSealed": false,
2126
- "visibility": "Public",
2127
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2128
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2129
- "isExtensionMethod": false
2130
- },
2131
2071
  {
2132
2072
  "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2133
2073
  "clrName": "ReadAsync",
@@ -2168,26 +2108,6 @@
2168
2108
  "declaringAssemblyName": "System.IO.IsolatedStorage",
2169
2109
  "isExtensionMethod": false
2170
2110
  },
2171
- {
2172
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::Write(System.ReadOnlySpan_1):System.Void",
2173
- "clrName": "Write",
2174
- "metadataToken": 0,
2175
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
2176
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
2177
- "emitScope": "ClassSurface",
2178
- "provenance": "BaseOverload",
2179
- "arity": 0,
2180
- "parameterCount": 1,
2181
- "isStatic": false,
2182
- "isAbstract": false,
2183
- "isVirtual": true,
2184
- "isOverride": false,
2185
- "isSealed": false,
2186
- "visibility": "Public",
2187
- "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2188
- "declaringAssemblyName": "System.IO.IsolatedStorage",
2189
- "isExtensionMethod": false
2190
- },
2191
2111
  {
2192
2112
  "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2193
2113
  "clrName": "WriteAsync",
@@ -63,12 +63,11 @@ export const IsolatedStorage: (abstract new() => IsolatedStorage) & {
63
63
 
64
64
  export type IsolatedStorage = IsolatedStorage$instance;
65
65
 
66
- export interface IsolatedStorageException$instance extends Exception {
66
+ export interface IsolatedStorageException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
67
67
  readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageException: never;
68
68
 
69
69
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
70
70
 
71
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
72
71
  }
73
72
 
74
73
 
@@ -176,10 +175,8 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
176
175
  Lock(position: long, length: long): void;
177
176
  Read(buffer: byte[], offset: int, count: int): int;
178
177
  Read(buffer: Span_1<System_Internal.Byte>): int;
179
- Read(buffer: Span_1<System_Internal.Byte>): int;
180
178
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
181
179
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Int32>;
182
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
183
180
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
184
181
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
185
182
  ReadByte(): int;
@@ -188,7 +185,6 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
188
185
  Unlock(position: long, length: long): void;
189
186
  Write(buffer: byte[], offset: int, count: int): void;
190
187
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
191
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
192
188
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
193
189
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
194
190
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
@@ -1058,7 +1058,7 @@
1058
1058
  "isAbstract": false,
1059
1059
  "isVirtual": true,
1060
1060
  "isOverride": false,
1061
- "isSealed": false,
1061
+ "isSealed": true,
1062
1062
  "visibility": "Public",
1063
1063
  "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
1064
1064
  "declaringAssemblyName": "System.IO.MemoryMappedFiles",
@@ -1251,27 +1251,7 @@
1251
1251
  "isAbstract": false,
1252
1252
  "isVirtual": true,
1253
1253
  "isOverride": false,
1254
- "isSealed": false,
1255
- "visibility": "Public",
1256
- "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
1257
- "declaringAssemblyName": "System.IO.MemoryMappedFiles",
1258
- "isExtensionMethod": false
1259
- },
1260
- {
1261
- "stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedViewStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1262
- "clrName": "DisposeAsync",
1263
- "metadataToken": 0,
1264
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
1265
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
1266
- "emitScope": "ClassSurface",
1267
- "provenance": "BaseOverload",
1268
- "arity": 0,
1269
- "parameterCount": 0,
1270
- "isStatic": false,
1271
- "isAbstract": false,
1272
- "isVirtual": true,
1273
- "isOverride": false,
1274
- "isSealed": false,
1254
+ "isSealed": true,
1275
1255
  "visibility": "Public",
1276
1256
  "declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
1277
1257
  "declaringAssemblyName": "System.IO.MemoryMappedFiles",
@@ -116,7 +116,7 @@ export interface __MemoryMappedViewAccessor$views {
116
116
  export type MemoryMappedViewAccessor = MemoryMappedViewAccessor$instance & __MemoryMappedViewAccessor$views;
117
117
 
118
118
 
119
- export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
119
+ export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream, System_Internal.IAsyncDisposable$instance {
120
120
  readonly __tsonic_type_System_IO_MemoryMappedFiles_MemoryMappedViewStream: never;
121
121
 
122
122
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -126,7 +126,6 @@ export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
126
126
  readonly SafeMemoryMappedViewHandle: SafeMemoryMappedViewHandle;
127
127
  Dispose(disposing: boolean): void;
128
128
  Dispose(): void;
129
- DisposeAsync(): ValueTask;
130
129
  Flush(): void;
131
130
  SetLength(value: long): void;
132
131
  }
@@ -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",
@@ -3509,26 +3289,6 @@
3509
3289
  "declaringAssemblyName": "System.IO.Pipes",
3510
3290
  "isExtensionMethod": false
3511
3291
  },
3512
- {
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
3292
  {
3533
3293
  "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3534
3294
  "clrName": "ReadAsync",
@@ -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": [