@tsonic/dotnet 10.0.1 → 10.0.3
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.
- package/Internal/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"isAbstract": true,
|
|
33
33
|
"isVirtual": true,
|
|
34
34
|
"isOverride": false,
|
|
35
|
+
"visibility": "Public",
|
|
35
36
|
"declaringClrType": "System.IO.Pipelines.IDuplexPipe",
|
|
36
37
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
37
38
|
},
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"isAbstract": true,
|
|
51
52
|
"isVirtual": true,
|
|
52
53
|
"isOverride": false,
|
|
54
|
+
"visibility": "Public",
|
|
53
55
|
"declaringClrType": "System.IO.Pipelines.IDuplexPipe",
|
|
54
56
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
55
57
|
}
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"isAbstract": false,
|
|
91
93
|
"isVirtual": false,
|
|
92
94
|
"isOverride": false,
|
|
95
|
+
"visibility": "Public",
|
|
93
96
|
"declaringClrType": "System.IO.Pipelines.FlushResult",
|
|
94
97
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
95
98
|
},
|
|
@@ -108,6 +111,7 @@
|
|
|
108
111
|
"isAbstract": false,
|
|
109
112
|
"isVirtual": false,
|
|
110
113
|
"isOverride": false,
|
|
114
|
+
"visibility": "Public",
|
|
111
115
|
"declaringClrType": "System.IO.Pipelines.FlushResult",
|
|
112
116
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
113
117
|
}
|
|
@@ -122,6 +126,7 @@
|
|
|
122
126
|
"normalizedSignature": "constructor|(System.Boolean,System.Boolean):void|static=false",
|
|
123
127
|
"isStatic": false,
|
|
124
128
|
"parameterCount": 2,
|
|
129
|
+
"visibility": "Public",
|
|
125
130
|
"declaringClrType": "System.IO.Pipelines.FlushResult",
|
|
126
131
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
127
132
|
}
|
|
@@ -159,6 +164,7 @@
|
|
|
159
164
|
"isAbstract": false,
|
|
160
165
|
"isVirtual": false,
|
|
161
166
|
"isOverride": false,
|
|
167
|
+
"visibility": "Public",
|
|
162
168
|
"declaringClrType": "System.IO.Pipelines.ReadResult",
|
|
163
169
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
164
170
|
},
|
|
@@ -177,6 +183,7 @@
|
|
|
177
183
|
"isAbstract": false,
|
|
178
184
|
"isVirtual": false,
|
|
179
185
|
"isOverride": false,
|
|
186
|
+
"visibility": "Public",
|
|
180
187
|
"declaringClrType": "System.IO.Pipelines.ReadResult",
|
|
181
188
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
182
189
|
},
|
|
@@ -195,6 +202,7 @@
|
|
|
195
202
|
"isAbstract": false,
|
|
196
203
|
"isVirtual": false,
|
|
197
204
|
"isOverride": false,
|
|
205
|
+
"visibility": "Public",
|
|
198
206
|
"declaringClrType": "System.IO.Pipelines.ReadResult",
|
|
199
207
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
200
208
|
}
|
|
@@ -209,6 +217,7 @@
|
|
|
209
217
|
"normalizedSignature": "constructor|(System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean):void|static=false",
|
|
210
218
|
"isStatic": false,
|
|
211
219
|
"parameterCount": 3,
|
|
220
|
+
"visibility": "Public",
|
|
212
221
|
"declaringClrType": "System.IO.Pipelines.ReadResult",
|
|
213
222
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
214
223
|
}
|
|
@@ -245,6 +254,7 @@
|
|
|
245
254
|
"isVirtual": false,
|
|
246
255
|
"isOverride": false,
|
|
247
256
|
"isSealed": false,
|
|
257
|
+
"visibility": "Public",
|
|
248
258
|
"declaringClrType": "System.IO.Pipelines.Pipe",
|
|
249
259
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
250
260
|
"isExtensionMethod": false
|
|
@@ -266,6 +276,7 @@
|
|
|
266
276
|
"isAbstract": false,
|
|
267
277
|
"isVirtual": false,
|
|
268
278
|
"isOverride": false,
|
|
279
|
+
"visibility": "Public",
|
|
269
280
|
"declaringClrType": "System.IO.Pipelines.Pipe",
|
|
270
281
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
271
282
|
},
|
|
@@ -284,6 +295,7 @@
|
|
|
284
295
|
"isAbstract": false,
|
|
285
296
|
"isVirtual": false,
|
|
286
297
|
"isOverride": false,
|
|
298
|
+
"visibility": "Public",
|
|
287
299
|
"declaringClrType": "System.IO.Pipelines.Pipe",
|
|
288
300
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
289
301
|
}
|
|
@@ -298,6 +310,7 @@
|
|
|
298
310
|
"normalizedSignature": "constructor|():void|static=false",
|
|
299
311
|
"isStatic": false,
|
|
300
312
|
"parameterCount": 0,
|
|
313
|
+
"visibility": "Public",
|
|
301
314
|
"declaringClrType": "System.IO.Pipelines.Pipe",
|
|
302
315
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
303
316
|
},
|
|
@@ -308,6 +321,7 @@
|
|
|
308
321
|
"normalizedSignature": "constructor|(System.IO.Pipelines.PipeOptions):void|static=false",
|
|
309
322
|
"isStatic": false,
|
|
310
323
|
"parameterCount": 1,
|
|
324
|
+
"visibility": "Public",
|
|
311
325
|
"declaringClrType": "System.IO.Pipelines.Pipe",
|
|
312
326
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
313
327
|
}
|
|
@@ -345,6 +359,7 @@
|
|
|
345
359
|
"isAbstract": false,
|
|
346
360
|
"isVirtual": false,
|
|
347
361
|
"isOverride": false,
|
|
362
|
+
"visibility": "Public",
|
|
348
363
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
349
364
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
350
365
|
},
|
|
@@ -363,6 +378,7 @@
|
|
|
363
378
|
"isAbstract": false,
|
|
364
379
|
"isVirtual": false,
|
|
365
380
|
"isOverride": false,
|
|
381
|
+
"visibility": "Public",
|
|
366
382
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
367
383
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
368
384
|
},
|
|
@@ -381,6 +397,7 @@
|
|
|
381
397
|
"isAbstract": false,
|
|
382
398
|
"isVirtual": false,
|
|
383
399
|
"isOverride": false,
|
|
400
|
+
"visibility": "Public",
|
|
384
401
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
385
402
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
386
403
|
},
|
|
@@ -399,6 +416,7 @@
|
|
|
399
416
|
"isAbstract": false,
|
|
400
417
|
"isVirtual": false,
|
|
401
418
|
"isOverride": false,
|
|
419
|
+
"visibility": "Public",
|
|
402
420
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
403
421
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
404
422
|
},
|
|
@@ -417,6 +435,7 @@
|
|
|
417
435
|
"isAbstract": false,
|
|
418
436
|
"isVirtual": false,
|
|
419
437
|
"isOverride": false,
|
|
438
|
+
"visibility": "Public",
|
|
420
439
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
421
440
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
422
441
|
},
|
|
@@ -435,6 +454,7 @@
|
|
|
435
454
|
"isAbstract": false,
|
|
436
455
|
"isVirtual": false,
|
|
437
456
|
"isOverride": false,
|
|
457
|
+
"visibility": "Public",
|
|
438
458
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
439
459
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
440
460
|
},
|
|
@@ -453,6 +473,7 @@
|
|
|
453
473
|
"isAbstract": false,
|
|
454
474
|
"isVirtual": false,
|
|
455
475
|
"isOverride": false,
|
|
476
|
+
"visibility": "Public",
|
|
456
477
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
457
478
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
458
479
|
},
|
|
@@ -471,6 +492,7 @@
|
|
|
471
492
|
"isAbstract": false,
|
|
472
493
|
"isVirtual": false,
|
|
473
494
|
"isOverride": false,
|
|
495
|
+
"visibility": "Public",
|
|
474
496
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
475
497
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
476
498
|
}
|
|
@@ -485,6 +507,7 @@
|
|
|
485
507
|
"normalizedSignature": "constructor|(System.Buffers.MemoryPool_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean):void|static=false",
|
|
486
508
|
"isStatic": false,
|
|
487
509
|
"parameterCount": 7,
|
|
510
|
+
"visibility": "Public",
|
|
488
511
|
"declaringClrType": "System.IO.Pipelines.PipeOptions",
|
|
489
512
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
490
513
|
}
|
|
@@ -521,6 +544,7 @@
|
|
|
521
544
|
"isVirtual": true,
|
|
522
545
|
"isOverride": false,
|
|
523
546
|
"isSealed": false,
|
|
547
|
+
"visibility": "Public",
|
|
524
548
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
525
549
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
526
550
|
"isExtensionMethod": false,
|
|
@@ -546,6 +570,7 @@
|
|
|
546
570
|
"isVirtual": true,
|
|
547
571
|
"isOverride": false,
|
|
548
572
|
"isSealed": false,
|
|
573
|
+
"visibility": "Public",
|
|
549
574
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
550
575
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
551
576
|
"isExtensionMethod": false
|
|
@@ -565,6 +590,27 @@
|
|
|
565
590
|
"isVirtual": false,
|
|
566
591
|
"isOverride": false,
|
|
567
592
|
"isSealed": false,
|
|
593
|
+
"visibility": "Public",
|
|
594
|
+
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
595
|
+
"declaringAssemblyName": "System.IO.Pipelines",
|
|
596
|
+
"isExtensionMethod": false
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeReader::ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.IO.Pipelines.ReadResult,System.IO.Pipelines,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
600
|
+
"clrName": "ReadAtLeastAsyncCore",
|
|
601
|
+
"metadataToken": 100663506,
|
|
602
|
+
"canonicalSignature": "(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.IO.Pipelines.ReadResult,System.IO.Pipelines,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
603
|
+
"normalizedSignature": "ReadAtLeastAsyncCore|(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.IO.Pipelines.ReadResult,System.IO.Pipelines,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false",
|
|
604
|
+
"emitScope": "ClassSurface",
|
|
605
|
+
"provenance": "Original",
|
|
606
|
+
"arity": 0,
|
|
607
|
+
"parameterCount": 2,
|
|
608
|
+
"isStatic": false,
|
|
609
|
+
"isAbstract": false,
|
|
610
|
+
"isVirtual": true,
|
|
611
|
+
"isOverride": false,
|
|
612
|
+
"isSealed": false,
|
|
613
|
+
"visibility": "Protected",
|
|
568
614
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
569
615
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
570
616
|
"isExtensionMethod": false
|
|
@@ -584,6 +630,7 @@
|
|
|
584
630
|
"isVirtual": true,
|
|
585
631
|
"isOverride": false,
|
|
586
632
|
"isSealed": false,
|
|
633
|
+
"visibility": "Public",
|
|
587
634
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
588
635
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
589
636
|
"isExtensionMethod": false
|
|
@@ -603,6 +650,7 @@
|
|
|
603
650
|
"isVirtual": true,
|
|
604
651
|
"isOverride": false,
|
|
605
652
|
"isSealed": false,
|
|
653
|
+
"visibility": "Public",
|
|
606
654
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
607
655
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
608
656
|
"isExtensionMethod": false
|
|
@@ -622,6 +670,7 @@
|
|
|
622
670
|
"isVirtual": true,
|
|
623
671
|
"isOverride": false,
|
|
624
672
|
"isSealed": false,
|
|
673
|
+
"visibility": "Public",
|
|
625
674
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
626
675
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
627
676
|
"isExtensionMethod": false
|
|
@@ -641,6 +690,7 @@
|
|
|
641
690
|
"isVirtual": true,
|
|
642
691
|
"isOverride": false,
|
|
643
692
|
"isSealed": false,
|
|
693
|
+
"visibility": "Public",
|
|
644
694
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
645
695
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
646
696
|
"isExtensionMethod": false
|
|
@@ -660,6 +710,7 @@
|
|
|
660
710
|
"isVirtual": true,
|
|
661
711
|
"isOverride": false,
|
|
662
712
|
"isSealed": false,
|
|
713
|
+
"visibility": "Public",
|
|
663
714
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
664
715
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
665
716
|
"isExtensionMethod": false
|
|
@@ -679,6 +730,7 @@
|
|
|
679
730
|
"isVirtual": true,
|
|
680
731
|
"isOverride": false,
|
|
681
732
|
"isSealed": false,
|
|
733
|
+
"visibility": "Public",
|
|
682
734
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
683
735
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
684
736
|
"isExtensionMethod": false
|
|
@@ -698,6 +750,7 @@
|
|
|
698
750
|
"isVirtual": true,
|
|
699
751
|
"isOverride": false,
|
|
700
752
|
"isSealed": false,
|
|
753
|
+
"visibility": "Public",
|
|
701
754
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
702
755
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
703
756
|
"isExtensionMethod": false
|
|
@@ -717,6 +770,7 @@
|
|
|
717
770
|
"isVirtual": false,
|
|
718
771
|
"isOverride": false,
|
|
719
772
|
"isSealed": false,
|
|
773
|
+
"visibility": "Public",
|
|
720
774
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
721
775
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
722
776
|
"isExtensionMethod": false
|
|
@@ -736,6 +790,7 @@
|
|
|
736
790
|
"isVirtual": false,
|
|
737
791
|
"isOverride": false,
|
|
738
792
|
"isSealed": false,
|
|
793
|
+
"visibility": "Public",
|
|
739
794
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
740
795
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
741
796
|
"isExtensionMethod": false
|
|
@@ -755,6 +810,7 @@
|
|
|
755
810
|
"isVirtual": true,
|
|
756
811
|
"isOverride": false,
|
|
757
812
|
"isSealed": false,
|
|
813
|
+
"visibility": "Public",
|
|
758
814
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
759
815
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
760
816
|
"isExtensionMethod": false
|
|
@@ -774,6 +830,7 @@
|
|
|
774
830
|
"isVirtual": true,
|
|
775
831
|
"isOverride": false,
|
|
776
832
|
"isSealed": false,
|
|
833
|
+
"visibility": "Public",
|
|
777
834
|
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
778
835
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
779
836
|
"isExtensionMethod": false
|
|
@@ -782,7 +839,19 @@
|
|
|
782
839
|
"properties": [],
|
|
783
840
|
"fields": [],
|
|
784
841
|
"events": [],
|
|
785
|
-
"constructors": [
|
|
842
|
+
"constructors": [
|
|
843
|
+
{
|
|
844
|
+
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeReader::.ctor():void",
|
|
845
|
+
"metadataToken": 100663519,
|
|
846
|
+
"canonicalSignature": "():void",
|
|
847
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
848
|
+
"isStatic": false,
|
|
849
|
+
"parameterCount": 0,
|
|
850
|
+
"visibility": "Protected",
|
|
851
|
+
"declaringClrType": "System.IO.Pipelines.PipeReader",
|
|
852
|
+
"declaringAssemblyName": "System.IO.Pipelines"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
786
855
|
},
|
|
787
856
|
{
|
|
788
857
|
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeScheduler",
|
|
@@ -815,6 +884,7 @@
|
|
|
815
884
|
"isVirtual": true,
|
|
816
885
|
"isOverride": false,
|
|
817
886
|
"isSealed": false,
|
|
887
|
+
"visibility": "Public",
|
|
818
888
|
"declaringClrType": "System.IO.Pipelines.PipeScheduler",
|
|
819
889
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
820
890
|
"isExtensionMethod": false
|
|
@@ -836,6 +906,7 @@
|
|
|
836
906
|
"isAbstract": false,
|
|
837
907
|
"isVirtual": false,
|
|
838
908
|
"isOverride": false,
|
|
909
|
+
"visibility": "Public",
|
|
839
910
|
"declaringClrType": "System.IO.Pipelines.PipeScheduler",
|
|
840
911
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
841
912
|
},
|
|
@@ -854,13 +925,26 @@
|
|
|
854
925
|
"isAbstract": false,
|
|
855
926
|
"isVirtual": false,
|
|
856
927
|
"isOverride": false,
|
|
928
|
+
"visibility": "Public",
|
|
857
929
|
"declaringClrType": "System.IO.Pipelines.PipeScheduler",
|
|
858
930
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
859
931
|
}
|
|
860
932
|
],
|
|
861
933
|
"fields": [],
|
|
862
934
|
"events": [],
|
|
863
|
-
"constructors": [
|
|
935
|
+
"constructors": [
|
|
936
|
+
{
|
|
937
|
+
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeScheduler::.ctor():void",
|
|
938
|
+
"metadataToken": 100663569,
|
|
939
|
+
"canonicalSignature": "():void",
|
|
940
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
941
|
+
"isStatic": false,
|
|
942
|
+
"parameterCount": 0,
|
|
943
|
+
"visibility": "Protected",
|
|
944
|
+
"declaringClrType": "System.IO.Pipelines.PipeScheduler",
|
|
945
|
+
"declaringAssemblyName": "System.IO.Pipelines"
|
|
946
|
+
}
|
|
947
|
+
]
|
|
864
948
|
},
|
|
865
949
|
{
|
|
866
950
|
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeWriter",
|
|
@@ -902,6 +986,7 @@
|
|
|
902
986
|
"isVirtual": true,
|
|
903
987
|
"isOverride": false,
|
|
904
988
|
"isSealed": false,
|
|
989
|
+
"visibility": "Public",
|
|
905
990
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
906
991
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
907
992
|
"isExtensionMethod": false
|
|
@@ -921,6 +1006,7 @@
|
|
|
921
1006
|
"isVirtual": true,
|
|
922
1007
|
"isOverride": false,
|
|
923
1008
|
"isSealed": false,
|
|
1009
|
+
"visibility": "Public",
|
|
924
1010
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
925
1011
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
926
1012
|
"isExtensionMethod": false
|
|
@@ -940,6 +1026,7 @@
|
|
|
940
1026
|
"isVirtual": true,
|
|
941
1027
|
"isOverride": false,
|
|
942
1028
|
"isSealed": false,
|
|
1029
|
+
"visibility": "Public",
|
|
943
1030
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
944
1031
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
945
1032
|
"isExtensionMethod": false
|
|
@@ -959,6 +1046,7 @@
|
|
|
959
1046
|
"isVirtual": true,
|
|
960
1047
|
"isOverride": false,
|
|
961
1048
|
"isSealed": false,
|
|
1049
|
+
"visibility": "Public",
|
|
962
1050
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
963
1051
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
964
1052
|
"isExtensionMethod": false
|
|
@@ -978,6 +1066,7 @@
|
|
|
978
1066
|
"isVirtual": true,
|
|
979
1067
|
"isOverride": false,
|
|
980
1068
|
"isSealed": false,
|
|
1069
|
+
"visibility": "Public",
|
|
981
1070
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
982
1071
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
983
1072
|
"isExtensionMethod": false
|
|
@@ -997,6 +1086,7 @@
|
|
|
997
1086
|
"isVirtual": true,
|
|
998
1087
|
"isOverride": false,
|
|
999
1088
|
"isSealed": false,
|
|
1089
|
+
"visibility": "Public",
|
|
1000
1090
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1001
1091
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1002
1092
|
"isExtensionMethod": false
|
|
@@ -1016,6 +1106,7 @@
|
|
|
1016
1106
|
"isVirtual": true,
|
|
1017
1107
|
"isOverride": false,
|
|
1018
1108
|
"isSealed": false,
|
|
1109
|
+
"visibility": "Public",
|
|
1019
1110
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1020
1111
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1021
1112
|
"isExtensionMethod": false
|
|
@@ -1035,6 +1126,7 @@
|
|
|
1035
1126
|
"isVirtual": true,
|
|
1036
1127
|
"isOverride": false,
|
|
1037
1128
|
"isSealed": false,
|
|
1129
|
+
"visibility": "Public",
|
|
1038
1130
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1039
1131
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1040
1132
|
"isExtensionMethod": false
|
|
@@ -1054,6 +1146,7 @@
|
|
|
1054
1146
|
"isVirtual": true,
|
|
1055
1147
|
"isOverride": false,
|
|
1056
1148
|
"isSealed": false,
|
|
1149
|
+
"visibility": "Public",
|
|
1057
1150
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1058
1151
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1059
1152
|
"isExtensionMethod": false
|
|
@@ -1073,6 +1166,7 @@
|
|
|
1073
1166
|
"isVirtual": false,
|
|
1074
1167
|
"isOverride": false,
|
|
1075
1168
|
"isSealed": false,
|
|
1169
|
+
"visibility": "Public",
|
|
1076
1170
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1077
1171
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1078
1172
|
"isExtensionMethod": false
|
|
@@ -1092,6 +1186,27 @@
|
|
|
1092
1186
|
"isVirtual": true,
|
|
1093
1187
|
"isOverride": false,
|
|
1094
1188
|
"isSealed": false,
|
|
1189
|
+
"visibility": "Public",
|
|
1190
|
+
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1191
|
+
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1192
|
+
"isExtensionMethod": false
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeWriter::CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1196
|
+
"clrName": "CopyFromAsync",
|
|
1197
|
+
"metadataToken": 100663583,
|
|
1198
|
+
"canonicalSignature": "(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1199
|
+
"normalizedSignature": "CopyFromAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1200
|
+
"emitScope": "ClassSurface",
|
|
1201
|
+
"provenance": "Original",
|
|
1202
|
+
"arity": 0,
|
|
1203
|
+
"parameterCount": 2,
|
|
1204
|
+
"isStatic": false,
|
|
1205
|
+
"isAbstract": false,
|
|
1206
|
+
"isVirtual": true,
|
|
1207
|
+
"isOverride": false,
|
|
1208
|
+
"isSealed": false,
|
|
1209
|
+
"visibility": "ProtectedInternal",
|
|
1095
1210
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1096
1211
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1097
1212
|
"isExtensionMethod": false
|
|
@@ -1111,6 +1226,7 @@
|
|
|
1111
1226
|
"isVirtual": true,
|
|
1112
1227
|
"isOverride": false,
|
|
1113
1228
|
"isSealed": false,
|
|
1229
|
+
"visibility": "Public",
|
|
1114
1230
|
"declaringClrType": "System.Buffers.IBufferWriter\u00601",
|
|
1115
1231
|
"declaringAssemblyName": "System.Memory",
|
|
1116
1232
|
"isExtensionMethod": false,
|
|
@@ -1131,6 +1247,7 @@
|
|
|
1131
1247
|
"isVirtual": true,
|
|
1132
1248
|
"isOverride": false,
|
|
1133
1249
|
"isSealed": false,
|
|
1250
|
+
"visibility": "Public",
|
|
1134
1251
|
"declaringClrType": "System.Buffers.IBufferWriter\u00601",
|
|
1135
1252
|
"declaringAssemblyName": "System.Memory",
|
|
1136
1253
|
"isExtensionMethod": false,
|
|
@@ -1151,6 +1268,7 @@
|
|
|
1151
1268
|
"isVirtual": true,
|
|
1152
1269
|
"isOverride": false,
|
|
1153
1270
|
"isSealed": false,
|
|
1271
|
+
"visibility": "Public",
|
|
1154
1272
|
"declaringClrType": "System.Buffers.IBufferWriter\u00601",
|
|
1155
1273
|
"declaringAssemblyName": "System.Memory",
|
|
1156
1274
|
"isExtensionMethod": false,
|
|
@@ -1173,6 +1291,7 @@
|
|
|
1173
1291
|
"isAbstract": false,
|
|
1174
1292
|
"isVirtual": true,
|
|
1175
1293
|
"isOverride": false,
|
|
1294
|
+
"visibility": "Public",
|
|
1176
1295
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1177
1296
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1178
1297
|
},
|
|
@@ -1191,13 +1310,26 @@
|
|
|
1191
1310
|
"isAbstract": false,
|
|
1192
1311
|
"isVirtual": true,
|
|
1193
1312
|
"isOverride": false,
|
|
1313
|
+
"visibility": "Public",
|
|
1194
1314
|
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1195
1315
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1196
1316
|
}
|
|
1197
1317
|
],
|
|
1198
1318
|
"fields": [],
|
|
1199
1319
|
"events": [],
|
|
1200
|
-
"constructors": [
|
|
1320
|
+
"constructors": [
|
|
1321
|
+
{
|
|
1322
|
+
"stableId": "System.IO.Pipelines:System.IO.Pipelines.PipeWriter::.ctor():void",
|
|
1323
|
+
"metadataToken": 100663585,
|
|
1324
|
+
"canonicalSignature": "():void",
|
|
1325
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1326
|
+
"isStatic": false,
|
|
1327
|
+
"parameterCount": 0,
|
|
1328
|
+
"visibility": "Protected",
|
|
1329
|
+
"declaringClrType": "System.IO.Pipelines.PipeWriter",
|
|
1330
|
+
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1201
1333
|
},
|
|
1202
1334
|
{
|
|
1203
1335
|
"stableId": "System.IO.Pipelines:System.IO.Pipelines.StreamPipeReaderOptions",
|
|
@@ -1231,6 +1363,7 @@
|
|
|
1231
1363
|
"isAbstract": false,
|
|
1232
1364
|
"isVirtual": false,
|
|
1233
1365
|
"isOverride": false,
|
|
1366
|
+
"visibility": "Public",
|
|
1234
1367
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1235
1368
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1236
1369
|
},
|
|
@@ -1249,6 +1382,7 @@
|
|
|
1249
1382
|
"isAbstract": false,
|
|
1250
1383
|
"isVirtual": false,
|
|
1251
1384
|
"isOverride": false,
|
|
1385
|
+
"visibility": "Public",
|
|
1252
1386
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1253
1387
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1254
1388
|
},
|
|
@@ -1267,6 +1401,7 @@
|
|
|
1267
1401
|
"isAbstract": false,
|
|
1268
1402
|
"isVirtual": false,
|
|
1269
1403
|
"isOverride": false,
|
|
1404
|
+
"visibility": "Public",
|
|
1270
1405
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1271
1406
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1272
1407
|
},
|
|
@@ -1285,6 +1420,7 @@
|
|
|
1285
1420
|
"isAbstract": false,
|
|
1286
1421
|
"isVirtual": false,
|
|
1287
1422
|
"isOverride": false,
|
|
1423
|
+
"visibility": "Public",
|
|
1288
1424
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1289
1425
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1290
1426
|
},
|
|
@@ -1303,6 +1439,7 @@
|
|
|
1303
1439
|
"isAbstract": false,
|
|
1304
1440
|
"isVirtual": false,
|
|
1305
1441
|
"isOverride": false,
|
|
1442
|
+
"visibility": "Public",
|
|
1306
1443
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1307
1444
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1308
1445
|
}
|
|
@@ -1317,6 +1454,7 @@
|
|
|
1317
1454
|
"normalizedSignature": "constructor|(System.Buffers.MemoryPool_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32,System.Boolean):void|static=false",
|
|
1318
1455
|
"isStatic": false,
|
|
1319
1456
|
"parameterCount": 4,
|
|
1457
|
+
"visibility": "Public",
|
|
1320
1458
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1321
1459
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1322
1460
|
},
|
|
@@ -1327,6 +1465,7 @@
|
|
|
1327
1465
|
"normalizedSignature": "constructor|(System.Buffers.MemoryPool_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32,System.Boolean,System.Boolean):void|static=false",
|
|
1328
1466
|
"isStatic": false,
|
|
1329
1467
|
"parameterCount": 5,
|
|
1468
|
+
"visibility": "Public",
|
|
1330
1469
|
"declaringClrType": "System.IO.Pipelines.StreamPipeReaderOptions",
|
|
1331
1470
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1332
1471
|
}
|
|
@@ -1364,6 +1503,7 @@
|
|
|
1364
1503
|
"isAbstract": false,
|
|
1365
1504
|
"isVirtual": false,
|
|
1366
1505
|
"isOverride": false,
|
|
1506
|
+
"visibility": "Public",
|
|
1367
1507
|
"declaringClrType": "System.IO.Pipelines.StreamPipeWriterOptions",
|
|
1368
1508
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1369
1509
|
},
|
|
@@ -1382,6 +1522,7 @@
|
|
|
1382
1522
|
"isAbstract": false,
|
|
1383
1523
|
"isVirtual": false,
|
|
1384
1524
|
"isOverride": false,
|
|
1525
|
+
"visibility": "Public",
|
|
1385
1526
|
"declaringClrType": "System.IO.Pipelines.StreamPipeWriterOptions",
|
|
1386
1527
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1387
1528
|
},
|
|
@@ -1400,6 +1541,7 @@
|
|
|
1400
1541
|
"isAbstract": false,
|
|
1401
1542
|
"isVirtual": false,
|
|
1402
1543
|
"isOverride": false,
|
|
1544
|
+
"visibility": "Public",
|
|
1403
1545
|
"declaringClrType": "System.IO.Pipelines.StreamPipeWriterOptions",
|
|
1404
1546
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1405
1547
|
}
|
|
@@ -1414,6 +1556,7 @@
|
|
|
1414
1556
|
"normalizedSignature": "constructor|(System.Buffers.MemoryPool_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Boolean):void|static=false",
|
|
1415
1557
|
"isStatic": false,
|
|
1416
1558
|
"parameterCount": 3,
|
|
1559
|
+
"visibility": "Public",
|
|
1417
1560
|
"declaringClrType": "System.IO.Pipelines.StreamPipeWriterOptions",
|
|
1418
1561
|
"declaringAssemblyName": "System.IO.Pipelines"
|
|
1419
1562
|
}
|
|
@@ -1450,6 +1593,7 @@
|
|
|
1450
1593
|
"isVirtual": false,
|
|
1451
1594
|
"isOverride": false,
|
|
1452
1595
|
"isSealed": false,
|
|
1596
|
+
"visibility": "Public",
|
|
1453
1597
|
"declaringClrType": "System.IO.Pipelines.StreamPipeExtensions",
|
|
1454
1598
|
"declaringAssemblyName": "System.IO.Pipelines",
|
|
1455
1599
|
"isExtensionMethod": true
|
|
@@ -98,11 +98,12 @@ export interface PipeReader$instance {
|
|
|
98
98
|
OnWriterCompleted(callback: Action_2<Exception, unknown>, state: unknown): void;
|
|
99
99
|
ReadAsync(cancellationToken?: CancellationToken): ValueTask_1<ReadResult>;
|
|
100
100
|
ReadAtLeastAsync(minimumSize: int, cancellationToken?: CancellationToken): ValueTask_1<ReadResult>;
|
|
101
|
+
ReadAtLeastAsyncCore(minimumSize: int, cancellationToken: CancellationToken): ValueTask_1<ReadResult>;
|
|
101
102
|
TryRead(result: ReadResult): boolean;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
|
|
105
|
-
export const PipeReader: {
|
|
106
|
+
export const PipeReader: (abstract new() => PipeReader) & {
|
|
106
107
|
Create(sequence: ReadOnlySequence_1<System_Internal.Byte>): PipeReader;
|
|
107
108
|
Create(stream: Stream, readerOptions?: StreamPipeReaderOptions): PipeReader;
|
|
108
109
|
};
|
|
@@ -115,7 +116,7 @@ export interface PipeScheduler$instance {
|
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
|
|
118
|
-
export const PipeScheduler: {
|
|
119
|
+
export const PipeScheduler: (abstract new() => PipeScheduler) & {
|
|
119
120
|
readonly ThreadPool: PipeScheduler;
|
|
120
121
|
readonly Inline: PipeScheduler;
|
|
121
122
|
};
|
|
@@ -131,6 +132,7 @@ export interface PipeWriter$instance {
|
|
|
131
132
|
CancelPendingFlush(): void;
|
|
132
133
|
Complete(exception?: Exception): void;
|
|
133
134
|
CompleteAsync(exception?: Exception): ValueTask;
|
|
135
|
+
CopyFromAsync(source: Stream, cancellationToken?: CancellationToken): Task;
|
|
134
136
|
FlushAsync(cancellationToken?: CancellationToken): ValueTask_1<FlushResult>;
|
|
135
137
|
GetMemory(sizeHint?: int): Memory_1<System_Internal.Byte>;
|
|
136
138
|
GetSpan(sizeHint?: int): Span_1<System_Internal.Byte>;
|
|
@@ -139,7 +141,7 @@ export interface PipeWriter$instance {
|
|
|
139
141
|
}
|
|
140
142
|
|
|
141
143
|
|
|
142
|
-
export const PipeWriter: {
|
|
144
|
+
export const PipeWriter: (abstract new() => PipeWriter) & {
|
|
143
145
|
Create(stream: Stream, writerOptions?: StreamPipeWriterOptions): PipeWriter;
|
|
144
146
|
};
|
|
145
147
|
|