@tsonic/dotnet 0.7.4 → 0.7.7
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/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -2915,7 +2915,17 @@
|
|
|
2915
2915
|
"isSealed": false,
|
|
2916
2916
|
"arity": 0,
|
|
2917
2917
|
"parameterCount": 2,
|
|
2918
|
-
"isExtensionMethod": false
|
|
2918
|
+
"isExtensionMethod": false,
|
|
2919
|
+
"parameterModifiers": [
|
|
2920
|
+
{
|
|
2921
|
+
"index": 0,
|
|
2922
|
+
"modifier": "in"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"index": 1,
|
|
2926
|
+
"modifier": "out"
|
|
2927
|
+
}
|
|
2928
|
+
]
|
|
2919
2929
|
}
|
|
2920
2930
|
],
|
|
2921
2931
|
"properties": [],
|
|
@@ -4116,7 +4126,13 @@
|
|
|
4116
4126
|
"isSealed": false,
|
|
4117
4127
|
"arity": 0,
|
|
4118
4128
|
"parameterCount": 2,
|
|
4119
|
-
"isExtensionMethod": false
|
|
4129
|
+
"isExtensionMethod": false,
|
|
4130
|
+
"parameterModifiers": [
|
|
4131
|
+
{
|
|
4132
|
+
"index": 1,
|
|
4133
|
+
"modifier": "out"
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
4120
4136
|
},
|
|
4121
4137
|
{
|
|
4122
4138
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Runtime.InteropServices.NFloat\u0026):System.Boolean",
|
|
@@ -4132,7 +4148,13 @@
|
|
|
4132
4148
|
"isSealed": false,
|
|
4133
4149
|
"arity": 0,
|
|
4134
4150
|
"parameterCount": 2,
|
|
4135
|
-
"isExtensionMethod": false
|
|
4151
|
+
"isExtensionMethod": false,
|
|
4152
|
+
"parameterModifiers": [
|
|
4153
|
+
{
|
|
4154
|
+
"index": 1,
|
|
4155
|
+
"modifier": "out"
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4136
4158
|
},
|
|
4137
4159
|
{
|
|
4138
4160
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Runtime.InteropServices.NFloat\u0026):System.Boolean",
|
|
@@ -4148,7 +4170,13 @@
|
|
|
4148
4170
|
"isSealed": false,
|
|
4149
4171
|
"arity": 0,
|
|
4150
4172
|
"parameterCount": 2,
|
|
4151
|
-
"isExtensionMethod": false
|
|
4173
|
+
"isExtensionMethod": false,
|
|
4174
|
+
"parameterModifiers": [
|
|
4175
|
+
{
|
|
4176
|
+
"index": 1,
|
|
4177
|
+
"modifier": "out"
|
|
4178
|
+
}
|
|
4179
|
+
]
|
|
4152
4180
|
},
|
|
4153
4181
|
{
|
|
4154
4182
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Runtime.InteropServices.NFloat\u0026):System.Boolean",
|
|
@@ -4164,7 +4192,13 @@
|
|
|
4164
4192
|
"isSealed": false,
|
|
4165
4193
|
"arity": 0,
|
|
4166
4194
|
"parameterCount": 4,
|
|
4167
|
-
"isExtensionMethod": false
|
|
4195
|
+
"isExtensionMethod": false,
|
|
4196
|
+
"parameterModifiers": [
|
|
4197
|
+
{
|
|
4198
|
+
"index": 3,
|
|
4199
|
+
"modifier": "out"
|
|
4200
|
+
}
|
|
4201
|
+
]
|
|
4168
4202
|
},
|
|
4169
4203
|
{
|
|
4170
4204
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,System.Runtime.InteropServices.NFloat\u0026):System.Boolean",
|
|
@@ -4180,7 +4214,13 @@
|
|
|
4180
4214
|
"isSealed": false,
|
|
4181
4215
|
"arity": 0,
|
|
4182
4216
|
"parameterCount": 4,
|
|
4183
|
-
"isExtensionMethod": false
|
|
4217
|
+
"isExtensionMethod": false,
|
|
4218
|
+
"parameterModifiers": [
|
|
4219
|
+
{
|
|
4220
|
+
"index": 3,
|
|
4221
|
+
"modifier": "out"
|
|
4222
|
+
}
|
|
4223
|
+
]
|
|
4184
4224
|
},
|
|
4185
4225
|
{
|
|
4186
4226
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::CompareTo(System.Object):System.Int32",
|
|
@@ -4340,7 +4380,13 @@
|
|
|
4340
4380
|
"isSealed": true,
|
|
4341
4381
|
"arity": 0,
|
|
4342
4382
|
"parameterCount": 4,
|
|
4343
|
-
"isExtensionMethod": false
|
|
4383
|
+
"isExtensionMethod": false,
|
|
4384
|
+
"parameterModifiers": [
|
|
4385
|
+
{
|
|
4386
|
+
"index": 1,
|
|
4387
|
+
"modifier": "out"
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4344
4390
|
},
|
|
4345
4391
|
{
|
|
4346
4392
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
@@ -4356,7 +4402,13 @@
|
|
|
4356
4402
|
"isSealed": true,
|
|
4357
4403
|
"arity": 0,
|
|
4358
4404
|
"parameterCount": 4,
|
|
4359
|
-
"isExtensionMethod": false
|
|
4405
|
+
"isExtensionMethod": false,
|
|
4406
|
+
"parameterModifiers": [
|
|
4407
|
+
{
|
|
4408
|
+
"index": 1,
|
|
4409
|
+
"modifier": "out"
|
|
4410
|
+
}
|
|
4411
|
+
]
|
|
4360
4412
|
},
|
|
4361
4413
|
{
|
|
4362
4414
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::IsPow2(System.Runtime.InteropServices.NFloat):System.Boolean",
|
|
@@ -5396,7 +5448,13 @@
|
|
|
5396
5448
|
"isSealed": false,
|
|
5397
5449
|
"arity": 0,
|
|
5398
5450
|
"parameterCount": 3,
|
|
5399
|
-
"isExtensionMethod": false
|
|
5451
|
+
"isExtensionMethod": false,
|
|
5452
|
+
"parameterModifiers": [
|
|
5453
|
+
{
|
|
5454
|
+
"index": 2,
|
|
5455
|
+
"modifier": "out"
|
|
5456
|
+
}
|
|
5457
|
+
]
|
|
5400
5458
|
},
|
|
5401
5459
|
{
|
|
5402
5460
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::Pow(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat):System.Runtime.InteropServices.NFloat",
|
|
@@ -5508,7 +5566,13 @@
|
|
|
5508
5566
|
"isSealed": false,
|
|
5509
5567
|
"arity": 0,
|
|
5510
5568
|
"parameterCount": 3,
|
|
5511
|
-
"isExtensionMethod": false
|
|
5569
|
+
"isExtensionMethod": false,
|
|
5570
|
+
"parameterModifiers": [
|
|
5571
|
+
{
|
|
5572
|
+
"index": 2,
|
|
5573
|
+
"modifier": "out"
|
|
5574
|
+
}
|
|
5575
|
+
]
|
|
5512
5576
|
},
|
|
5513
5577
|
{
|
|
5514
5578
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::Acos(System.Runtime.InteropServices.NFloat):System.Runtime.InteropServices.NFloat",
|
|
@@ -5796,7 +5860,13 @@
|
|
|
5796
5860
|
"isSealed": false,
|
|
5797
5861
|
"arity": 0,
|
|
5798
5862
|
"parameterCount": 4,
|
|
5799
|
-
"isExtensionMethod": false
|
|
5863
|
+
"isExtensionMethod": false,
|
|
5864
|
+
"parameterModifiers": [
|
|
5865
|
+
{
|
|
5866
|
+
"index": 3,
|
|
5867
|
+
"modifier": "out"
|
|
5868
|
+
}
|
|
5869
|
+
]
|
|
5800
5870
|
},
|
|
5801
5871
|
{
|
|
5802
5872
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Runtime.InteropServices.NFloat",
|
|
@@ -5828,7 +5898,13 @@
|
|
|
5828
5898
|
"isSealed": false,
|
|
5829
5899
|
"arity": 0,
|
|
5830
5900
|
"parameterCount": 3,
|
|
5831
|
-
"isExtensionMethod": false
|
|
5901
|
+
"isExtensionMethod": false,
|
|
5902
|
+
"parameterModifiers": [
|
|
5903
|
+
{
|
|
5904
|
+
"index": 2,
|
|
5905
|
+
"modifier": "out"
|
|
5906
|
+
}
|
|
5907
|
+
]
|
|
5832
5908
|
},
|
|
5833
5909
|
{
|
|
5834
5910
|
"stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::IsPow2(TSelf):System.Boolean",
|
|
@@ -5998,7 +6074,13 @@
|
|
|
5998
6074
|
"arity": 0,
|
|
5999
6075
|
"parameterCount": 4,
|
|
6000
6076
|
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
6001
|
-
"isExtensionMethod": false
|
|
6077
|
+
"isExtensionMethod": false,
|
|
6078
|
+
"parameterModifiers": [
|
|
6079
|
+
{
|
|
6080
|
+
"index": 3,
|
|
6081
|
+
"modifier": "out"
|
|
6082
|
+
}
|
|
6083
|
+
]
|
|
6002
6084
|
},
|
|
6003
6085
|
{
|
|
6004
6086
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
|
|
@@ -6015,7 +6097,13 @@
|
|
|
6015
6097
|
"arity": 0,
|
|
6016
6098
|
"parameterCount": 4,
|
|
6017
6099
|
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
6018
|
-
"isExtensionMethod": false
|
|
6100
|
+
"isExtensionMethod": false,
|
|
6101
|
+
"parameterModifiers": [
|
|
6102
|
+
{
|
|
6103
|
+
"index": 3,
|
|
6104
|
+
"modifier": "out"
|
|
6105
|
+
}
|
|
6106
|
+
]
|
|
6019
6107
|
},
|
|
6020
6108
|
{
|
|
6021
6109
|
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
@@ -6066,7 +6154,13 @@
|
|
|
6066
6154
|
"arity": 0,
|
|
6067
6155
|
"parameterCount": 3,
|
|
6068
6156
|
"sourceInterface": "System.ISpanParsable\u00601",
|
|
6069
|
-
"isExtensionMethod": false
|
|
6157
|
+
"isExtensionMethod": false,
|
|
6158
|
+
"parameterModifiers": [
|
|
6159
|
+
{
|
|
6160
|
+
"index": 2,
|
|
6161
|
+
"modifier": "out"
|
|
6162
|
+
}
|
|
6163
|
+
]
|
|
6070
6164
|
},
|
|
6071
6165
|
{
|
|
6072
6166
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -6100,7 +6194,13 @@
|
|
|
6100
6194
|
"arity": 0,
|
|
6101
6195
|
"parameterCount": 3,
|
|
6102
6196
|
"sourceInterface": "System.IParsable\u00601",
|
|
6103
|
-
"isExtensionMethod": false
|
|
6197
|
+
"isExtensionMethod": false,
|
|
6198
|
+
"parameterModifiers": [
|
|
6199
|
+
{
|
|
6200
|
+
"index": 2,
|
|
6201
|
+
"modifier": "out"
|
|
6202
|
+
}
|
|
6203
|
+
]
|
|
6104
6204
|
},
|
|
6105
6205
|
{
|
|
6106
6206
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::ScaleB(TSelf,System.Int32):TSelf",
|
|
@@ -6202,7 +6302,13 @@
|
|
|
6202
6302
|
"arity": 0,
|
|
6203
6303
|
"parameterCount": 2,
|
|
6204
6304
|
"sourceInterface": "System.Numerics.IFloatingPoint\u00601",
|
|
6205
|
-
"isExtensionMethod": false
|
|
6305
|
+
"isExtensionMethod": false,
|
|
6306
|
+
"parameterModifiers": [
|
|
6307
|
+
{
|
|
6308
|
+
"index": 1,
|
|
6309
|
+
"modifier": "out"
|
|
6310
|
+
}
|
|
6311
|
+
]
|
|
6206
6312
|
},
|
|
6207
6313
|
{
|
|
6208
6314
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
|
|
@@ -6304,7 +6410,13 @@
|
|
|
6304
6410
|
"arity": 0,
|
|
6305
6411
|
"parameterCount": 4,
|
|
6306
6412
|
"sourceInterface": "System.IUtf8SpanFormattable",
|
|
6307
|
-
"isExtensionMethod": false
|
|
6413
|
+
"isExtensionMethod": false,
|
|
6414
|
+
"parameterModifiers": [
|
|
6415
|
+
{
|
|
6416
|
+
"index": 1,
|
|
6417
|
+
"modifier": "out"
|
|
6418
|
+
}
|
|
6419
|
+
]
|
|
6308
6420
|
},
|
|
6309
6421
|
{
|
|
6310
6422
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -6406,7 +6518,13 @@
|
|
|
6406
6518
|
"arity": 0,
|
|
6407
6519
|
"parameterCount": 4,
|
|
6408
6520
|
"sourceInterface": "System.IUtf8SpanFormattable",
|
|
6409
|
-
"isExtensionMethod": false
|
|
6521
|
+
"isExtensionMethod": false,
|
|
6522
|
+
"parameterModifiers": [
|
|
6523
|
+
{
|
|
6524
|
+
"index": 1,
|
|
6525
|
+
"modifier": "out"
|
|
6526
|
+
}
|
|
6527
|
+
]
|
|
6410
6528
|
},
|
|
6411
6529
|
{
|
|
6412
6530
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
|
|
@@ -6440,7 +6558,13 @@
|
|
|
6440
6558
|
"arity": 0,
|
|
6441
6559
|
"parameterCount": 3,
|
|
6442
6560
|
"sourceInterface": "System.IUtf8SpanParsable\u00601",
|
|
6443
|
-
"isExtensionMethod": false
|
|
6561
|
+
"isExtensionMethod": false,
|
|
6562
|
+
"parameterModifiers": [
|
|
6563
|
+
{
|
|
6564
|
+
"index": 2,
|
|
6565
|
+
"modifier": "out"
|
|
6566
|
+
}
|
|
6567
|
+
]
|
|
6444
6568
|
},
|
|
6445
6569
|
{
|
|
6446
6570
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::Atan2(TSelf,TSelf):TSelf",
|
|
@@ -7567,7 +7691,13 @@
|
|
|
7567
7691
|
"isSealed": false,
|
|
7568
7692
|
"arity": 0,
|
|
7569
7693
|
"parameterCount": 1,
|
|
7570
|
-
"isExtensionMethod": false
|
|
7694
|
+
"isExtensionMethod": false,
|
|
7695
|
+
"parameterModifiers": [
|
|
7696
|
+
{
|
|
7697
|
+
"index": 0,
|
|
7698
|
+
"modifier": "out"
|
|
7699
|
+
}
|
|
7700
|
+
]
|
|
7571
7701
|
},
|
|
7572
7702
|
{
|
|
7573
7703
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.WeakGCHandle\u00601::SetTarget(T):System.Void",
|
|
@@ -8888,7 +9018,21 @@
|
|
|
8888
9018
|
"isSealed": false,
|
|
8889
9019
|
"arity": 0,
|
|
8890
9020
|
"parameterCount": 3,
|
|
8891
|
-
"isExtensionMethod": false
|
|
9021
|
+
"isExtensionMethod": false,
|
|
9022
|
+
"parameterModifiers": [
|
|
9023
|
+
{
|
|
9024
|
+
"index": 0,
|
|
9025
|
+
"modifier": "out"
|
|
9026
|
+
},
|
|
9027
|
+
{
|
|
9028
|
+
"index": 1,
|
|
9029
|
+
"modifier": "out"
|
|
9030
|
+
},
|
|
9031
|
+
{
|
|
9032
|
+
"index": 2,
|
|
9033
|
+
"modifier": "out"
|
|
9034
|
+
}
|
|
9035
|
+
]
|
|
8892
9036
|
},
|
|
8893
9037
|
{
|
|
8894
9038
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComWrappers::TryGetComInstance(System.Object,System.IntPtr\u0026):System.Boolean",
|
|
@@ -8904,7 +9048,13 @@
|
|
|
8904
9048
|
"isSealed": false,
|
|
8905
9049
|
"arity": 0,
|
|
8906
9050
|
"parameterCount": 2,
|
|
8907
|
-
"isExtensionMethod": false
|
|
9051
|
+
"isExtensionMethod": false,
|
|
9052
|
+
"parameterModifiers": [
|
|
9053
|
+
{
|
|
9054
|
+
"index": 1,
|
|
9055
|
+
"modifier": "out"
|
|
9056
|
+
}
|
|
9057
|
+
]
|
|
8908
9058
|
},
|
|
8909
9059
|
{
|
|
8910
9060
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComWrappers::TryGetObject(System.IntPtr,System.Object\u0026):System.Boolean",
|
|
@@ -8920,7 +9070,13 @@
|
|
|
8920
9070
|
"isSealed": false,
|
|
8921
9071
|
"arity": 0,
|
|
8922
9072
|
"parameterCount": 2,
|
|
8923
|
-
"isExtensionMethod": false
|
|
9073
|
+
"isExtensionMethod": false,
|
|
9074
|
+
"parameterModifiers": [
|
|
9075
|
+
{
|
|
9076
|
+
"index": 1,
|
|
9077
|
+
"modifier": "out"
|
|
9078
|
+
}
|
|
9079
|
+
]
|
|
8924
9080
|
},
|
|
8925
9081
|
{
|
|
8926
9082
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComWrappers::GetOrCreateComInterfaceForObject(System.Object,System.Runtime.InteropServices.CreateComInterfaceFlags):System.IntPtr",
|
|
@@ -10963,7 +11119,13 @@
|
|
|
10963
11119
|
"isSealed": false,
|
|
10964
11120
|
"arity": 0,
|
|
10965
11121
|
"parameterCount": 1,
|
|
10966
|
-
"isExtensionMethod": false
|
|
11122
|
+
"isExtensionMethod": false,
|
|
11123
|
+
"parameterModifiers": [
|
|
11124
|
+
{
|
|
11125
|
+
"index": 0,
|
|
11126
|
+
"modifier": "ref"
|
|
11127
|
+
}
|
|
11128
|
+
]
|
|
10967
11129
|
},
|
|
10968
11130
|
{
|
|
10969
11131
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeBuffer::ReleasePointer():System.Void",
|
|
@@ -11221,7 +11383,13 @@
|
|
|
11221
11383
|
"isSealed": false,
|
|
11222
11384
|
"arity": 0,
|
|
11223
11385
|
"parameterCount": 1,
|
|
11224
|
-
"isExtensionMethod": false
|
|
11386
|
+
"isExtensionMethod": false,
|
|
11387
|
+
"parameterModifiers": [
|
|
11388
|
+
{
|
|
11389
|
+
"index": 0,
|
|
11390
|
+
"modifier": "ref"
|
|
11391
|
+
}
|
|
11392
|
+
]
|
|
11225
11393
|
},
|
|
11226
11394
|
{
|
|
11227
11395
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeHandle::DangerousRelease():System.Void",
|
|
@@ -12168,7 +12336,13 @@
|
|
|
12168
12336
|
"isSealed": false,
|
|
12169
12337
|
"arity": 2,
|
|
12170
12338
|
"parameterCount": 3,
|
|
12171
|
-
"isExtensionMethod": false
|
|
12339
|
+
"isExtensionMethod": false,
|
|
12340
|
+
"parameterModifiers": [
|
|
12341
|
+
{
|
|
12342
|
+
"index": 2,
|
|
12343
|
+
"modifier": "out"
|
|
12344
|
+
}
|
|
12345
|
+
]
|
|
12172
12346
|
},
|
|
12173
12347
|
{
|
|
12174
12348
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.CollectionsMarshal::GetValueRefOrAddDefault(AlternateLookup_1,TAlternateKey,System.Boolean\u0026):TValue\u0026",
|
|
@@ -12184,7 +12358,13 @@
|
|
|
12184
12358
|
"isSealed": false,
|
|
12185
12359
|
"arity": 3,
|
|
12186
12360
|
"parameterCount": 3,
|
|
12187
|
-
"isExtensionMethod": false
|
|
12361
|
+
"isExtensionMethod": false,
|
|
12362
|
+
"parameterModifiers": [
|
|
12363
|
+
{
|
|
12364
|
+
"index": 2,
|
|
12365
|
+
"modifier": "out"
|
|
12366
|
+
}
|
|
12367
|
+
]
|
|
12188
12368
|
},
|
|
12189
12369
|
{
|
|
12190
12370
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.CollectionsMarshal::SetCount(List_1,System.Int32):System.Void",
|
|
@@ -12861,7 +13041,17 @@
|
|
|
12861
13041
|
"isSealed": false,
|
|
12862
13042
|
"arity": 0,
|
|
12863
13043
|
"parameterCount": 3,
|
|
12864
|
-
"isExtensionMethod": false
|
|
13044
|
+
"isExtensionMethod": false,
|
|
13045
|
+
"parameterModifiers": [
|
|
13046
|
+
{
|
|
13047
|
+
"index": 1,
|
|
13048
|
+
"modifier": "in"
|
|
13049
|
+
},
|
|
13050
|
+
{
|
|
13051
|
+
"index": 2,
|
|
13052
|
+
"modifier": "out"
|
|
13053
|
+
}
|
|
13054
|
+
]
|
|
12865
13055
|
},
|
|
12866
13056
|
{
|
|
12867
13057
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshal::AddRef(System.IntPtr):System.Int32",
|
|
@@ -13789,7 +13979,13 @@
|
|
|
13789
13979
|
"isSealed": false,
|
|
13790
13980
|
"arity": 0,
|
|
13791
13981
|
"parameterCount": 3,
|
|
13792
|
-
"isExtensionMethod": false
|
|
13982
|
+
"isExtensionMethod": false,
|
|
13983
|
+
"parameterModifiers": [
|
|
13984
|
+
{
|
|
13985
|
+
"index": 1,
|
|
13986
|
+
"modifier": "in"
|
|
13987
|
+
}
|
|
13988
|
+
]
|
|
13793
13989
|
},
|
|
13794
13990
|
{
|
|
13795
13991
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshal::ThrowExceptionForHR(System.Int32):System.Void",
|
|
@@ -13837,7 +14033,13 @@
|
|
|
13837
14033
|
"isSealed": false,
|
|
13838
14034
|
"arity": 0,
|
|
13839
14035
|
"parameterCount": 3,
|
|
13840
|
-
"isExtensionMethod": false
|
|
14036
|
+
"isExtensionMethod": false,
|
|
14037
|
+
"parameterModifiers": [
|
|
14038
|
+
{
|
|
14039
|
+
"index": 1,
|
|
14040
|
+
"modifier": "in"
|
|
14041
|
+
}
|
|
14042
|
+
]
|
|
13841
14043
|
},
|
|
13842
14044
|
{
|
|
13843
14045
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshal::SecureStringToBSTR(System.Security.SecureString):System.IntPtr",
|
|
@@ -15233,7 +15435,13 @@
|
|
|
15233
15435
|
"isSealed": false,
|
|
15234
15436
|
"arity": 1,
|
|
15235
15437
|
"parameterCount": 2,
|
|
15236
|
-
"isExtensionMethod": false
|
|
15438
|
+
"isExtensionMethod": false,
|
|
15439
|
+
"parameterModifiers": [
|
|
15440
|
+
{
|
|
15441
|
+
"index": 0,
|
|
15442
|
+
"modifier": "ref"
|
|
15443
|
+
}
|
|
15444
|
+
]
|
|
15237
15445
|
},
|
|
15238
15446
|
{
|
|
15239
15447
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::CreateReadOnlySpan(T\u0026,System.Int32):ReadOnlySpan_1",
|
|
@@ -15249,7 +15457,13 @@
|
|
|
15249
15457
|
"isSealed": false,
|
|
15250
15458
|
"arity": 1,
|
|
15251
15459
|
"parameterCount": 2,
|
|
15252
|
-
"isExtensionMethod": false
|
|
15460
|
+
"isExtensionMethod": false,
|
|
15461
|
+
"parameterModifiers": [
|
|
15462
|
+
{
|
|
15463
|
+
"index": 0,
|
|
15464
|
+
"modifier": "in"
|
|
15465
|
+
}
|
|
15466
|
+
]
|
|
15253
15467
|
},
|
|
15254
15468
|
{
|
|
15255
15469
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::CreateReadOnlySpanFromNullTerminated(System.Char*):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -15297,7 +15511,13 @@
|
|
|
15297
15511
|
"isSealed": false,
|
|
15298
15512
|
"arity": 1,
|
|
15299
15513
|
"parameterCount": 2,
|
|
15300
|
-
"isExtensionMethod": false
|
|
15514
|
+
"isExtensionMethod": false,
|
|
15515
|
+
"parameterModifiers": [
|
|
15516
|
+
{
|
|
15517
|
+
"index": 1,
|
|
15518
|
+
"modifier": "out"
|
|
15519
|
+
}
|
|
15520
|
+
]
|
|
15301
15521
|
},
|
|
15302
15522
|
{
|
|
15303
15523
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::TryGetMemoryManager(ReadOnlyMemory_1,TManager\u0026):System.Boolean",
|
|
@@ -15313,7 +15533,13 @@
|
|
|
15313
15533
|
"isSealed": false,
|
|
15314
15534
|
"arity": 2,
|
|
15315
15535
|
"parameterCount": 2,
|
|
15316
|
-
"isExtensionMethod": false
|
|
15536
|
+
"isExtensionMethod": false,
|
|
15537
|
+
"parameterModifiers": [
|
|
15538
|
+
{
|
|
15539
|
+
"index": 1,
|
|
15540
|
+
"modifier": "out"
|
|
15541
|
+
}
|
|
15542
|
+
]
|
|
15317
15543
|
},
|
|
15318
15544
|
{
|
|
15319
15545
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::TryGetMemoryManager(ReadOnlyMemory_1,TManager\u0026,System.Int32\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -15329,7 +15555,21 @@
|
|
|
15329
15555
|
"isSealed": false,
|
|
15330
15556
|
"arity": 2,
|
|
15331
15557
|
"parameterCount": 4,
|
|
15332
|
-
"isExtensionMethod": false
|
|
15558
|
+
"isExtensionMethod": false,
|
|
15559
|
+
"parameterModifiers": [
|
|
15560
|
+
{
|
|
15561
|
+
"index": 1,
|
|
15562
|
+
"modifier": "out"
|
|
15563
|
+
},
|
|
15564
|
+
{
|
|
15565
|
+
"index": 2,
|
|
15566
|
+
"modifier": "out"
|
|
15567
|
+
},
|
|
15568
|
+
{
|
|
15569
|
+
"index": 3,
|
|
15570
|
+
"modifier": "out"
|
|
15571
|
+
}
|
|
15572
|
+
]
|
|
15333
15573
|
},
|
|
15334
15574
|
{
|
|
15335
15575
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::ToEnumerable(ReadOnlyMemory_1):IEnumerable_1",
|
|
@@ -15361,7 +15601,21 @@
|
|
|
15361
15601
|
"isSealed": false,
|
|
15362
15602
|
"arity": 0,
|
|
15363
15603
|
"parameterCount": 4,
|
|
15364
|
-
"isExtensionMethod": false
|
|
15604
|
+
"isExtensionMethod": false,
|
|
15605
|
+
"parameterModifiers": [
|
|
15606
|
+
{
|
|
15607
|
+
"index": 1,
|
|
15608
|
+
"modifier": "out"
|
|
15609
|
+
},
|
|
15610
|
+
{
|
|
15611
|
+
"index": 2,
|
|
15612
|
+
"modifier": "out"
|
|
15613
|
+
},
|
|
15614
|
+
{
|
|
15615
|
+
"index": 3,
|
|
15616
|
+
"modifier": "out"
|
|
15617
|
+
}
|
|
15618
|
+
]
|
|
15365
15619
|
},
|
|
15366
15620
|
{
|
|
15367
15621
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
@@ -15393,7 +15647,13 @@
|
|
|
15393
15647
|
"isSealed": false,
|
|
15394
15648
|
"arity": 1,
|
|
15395
15649
|
"parameterCount": 2,
|
|
15396
|
-
"isExtensionMethod": false
|
|
15650
|
+
"isExtensionMethod": false,
|
|
15651
|
+
"parameterModifiers": [
|
|
15652
|
+
{
|
|
15653
|
+
"index": 1,
|
|
15654
|
+
"modifier": "out"
|
|
15655
|
+
}
|
|
15656
|
+
]
|
|
15397
15657
|
},
|
|
15398
15658
|
{
|
|
15399
15659
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::Write(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T\u0026):System.Void",
|
|
@@ -15409,7 +15669,13 @@
|
|
|
15409
15669
|
"isSealed": false,
|
|
15410
15670
|
"arity": 1,
|
|
15411
15671
|
"parameterCount": 2,
|
|
15412
|
-
"isExtensionMethod": false
|
|
15672
|
+
"isExtensionMethod": false,
|
|
15673
|
+
"parameterModifiers": [
|
|
15674
|
+
{
|
|
15675
|
+
"index": 1,
|
|
15676
|
+
"modifier": "in"
|
|
15677
|
+
}
|
|
15678
|
+
]
|
|
15413
15679
|
},
|
|
15414
15680
|
{
|
|
15415
15681
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::TryWrite(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T\u0026):System.Boolean",
|
|
@@ -15425,7 +15691,13 @@
|
|
|
15425
15691
|
"isSealed": false,
|
|
15426
15692
|
"arity": 1,
|
|
15427
15693
|
"parameterCount": 2,
|
|
15428
|
-
"isExtensionMethod": false
|
|
15694
|
+
"isExtensionMethod": false,
|
|
15695
|
+
"parameterModifiers": [
|
|
15696
|
+
{
|
|
15697
|
+
"index": 1,
|
|
15698
|
+
"modifier": "in"
|
|
15699
|
+
}
|
|
15700
|
+
]
|
|
15429
15701
|
},
|
|
15430
15702
|
{
|
|
15431
15703
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MemoryMarshal::AsRef(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T\u0026",
|
|
@@ -15522,7 +15794,13 @@
|
|
|
15522
15794
|
"isSealed": false,
|
|
15523
15795
|
"arity": 0,
|
|
15524
15796
|
"parameterCount": 2,
|
|
15525
|
-
"isExtensionMethod": false
|
|
15797
|
+
"isExtensionMethod": false,
|
|
15798
|
+
"parameterModifiers": [
|
|
15799
|
+
{
|
|
15800
|
+
"index": 1,
|
|
15801
|
+
"modifier": "out"
|
|
15802
|
+
}
|
|
15803
|
+
]
|
|
15526
15804
|
},
|
|
15527
15805
|
{
|
|
15528
15806
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NativeLibrary::Load(System.String,System.Reflection.Assembly,System.Nullable_1[[System.Runtime.InteropServices.DllImportSearchPath,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.IntPtr",
|
|
@@ -15554,7 +15832,13 @@
|
|
|
15554
15832
|
"isSealed": false,
|
|
15555
15833
|
"arity": 0,
|
|
15556
15834
|
"parameterCount": 4,
|
|
15557
|
-
"isExtensionMethod": false
|
|
15835
|
+
"isExtensionMethod": false,
|
|
15836
|
+
"parameterModifiers": [
|
|
15837
|
+
{
|
|
15838
|
+
"index": 3,
|
|
15839
|
+
"modifier": "out"
|
|
15840
|
+
}
|
|
15841
|
+
]
|
|
15558
15842
|
},
|
|
15559
15843
|
{
|
|
15560
15844
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NativeLibrary::Free(System.IntPtr):System.Void",
|
|
@@ -15602,7 +15886,13 @@
|
|
|
15602
15886
|
"isSealed": false,
|
|
15603
15887
|
"arity": 0,
|
|
15604
15888
|
"parameterCount": 3,
|
|
15605
|
-
"isExtensionMethod": false
|
|
15889
|
+
"isExtensionMethod": false,
|
|
15890
|
+
"parameterModifiers": [
|
|
15891
|
+
{
|
|
15892
|
+
"index": 2,
|
|
15893
|
+
"modifier": "out"
|
|
15894
|
+
}
|
|
15895
|
+
]
|
|
15606
15896
|
},
|
|
15607
15897
|
{
|
|
15608
15898
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NativeLibrary::SetDllImportResolver(System.Reflection.Assembly,System.Runtime.InteropServices.DllImportResolver):System.Void",
|
|
@@ -16098,7 +16388,25 @@
|
|
|
16098
16388
|
"isSealed": false,
|
|
16099
16389
|
"arity": 1,
|
|
16100
16390
|
"parameterCount": 5,
|
|
16101
|
-
"isExtensionMethod": false
|
|
16391
|
+
"isExtensionMethod": false,
|
|
16392
|
+
"parameterModifiers": [
|
|
16393
|
+
{
|
|
16394
|
+
"index": 1,
|
|
16395
|
+
"modifier": "out"
|
|
16396
|
+
},
|
|
16397
|
+
{
|
|
16398
|
+
"index": 2,
|
|
16399
|
+
"modifier": "out"
|
|
16400
|
+
},
|
|
16401
|
+
{
|
|
16402
|
+
"index": 3,
|
|
16403
|
+
"modifier": "out"
|
|
16404
|
+
},
|
|
16405
|
+
{
|
|
16406
|
+
"index": 4,
|
|
16407
|
+
"modifier": "out"
|
|
16408
|
+
}
|
|
16409
|
+
]
|
|
16102
16410
|
},
|
|
16103
16411
|
{
|
|
16104
16412
|
"stableId": "System.Memory:System.Runtime.InteropServices.SequenceMarshal::TryGetArray(ReadOnlySequence_1,ArraySegment_1\u0026):System.Boolean",
|
|
@@ -16114,7 +16422,13 @@
|
|
|
16114
16422
|
"isSealed": false,
|
|
16115
16423
|
"arity": 1,
|
|
16116
16424
|
"parameterCount": 2,
|
|
16117
|
-
"isExtensionMethod": false
|
|
16425
|
+
"isExtensionMethod": false,
|
|
16426
|
+
"parameterModifiers": [
|
|
16427
|
+
{
|
|
16428
|
+
"index": 1,
|
|
16429
|
+
"modifier": "out"
|
|
16430
|
+
}
|
|
16431
|
+
]
|
|
16118
16432
|
},
|
|
16119
16433
|
{
|
|
16120
16434
|
"stableId": "System.Memory:System.Runtime.InteropServices.SequenceMarshal::TryGetReadOnlyMemory(ReadOnlySequence_1,ReadOnlyMemory_1\u0026):System.Boolean",
|
|
@@ -16130,7 +16444,13 @@
|
|
|
16130
16444
|
"isSealed": false,
|
|
16131
16445
|
"arity": 1,
|
|
16132
16446
|
"parameterCount": 2,
|
|
16133
|
-
"isExtensionMethod": false
|
|
16447
|
+
"isExtensionMethod": false,
|
|
16448
|
+
"parameterModifiers": [
|
|
16449
|
+
{
|
|
16450
|
+
"index": 1,
|
|
16451
|
+
"modifier": "out"
|
|
16452
|
+
}
|
|
16453
|
+
]
|
|
16134
16454
|
},
|
|
16135
16455
|
{
|
|
16136
16456
|
"stableId": "System.Memory:System.Runtime.InteropServices.SequenceMarshal::TryRead(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,T\u0026):System.Boolean",
|
|
@@ -16146,7 +16466,17 @@
|
|
|
16146
16466
|
"isSealed": false,
|
|
16147
16467
|
"arity": 1,
|
|
16148
16468
|
"parameterCount": 2,
|
|
16149
|
-
"isExtensionMethod": false
|
|
16469
|
+
"isExtensionMethod": false,
|
|
16470
|
+
"parameterModifiers": [
|
|
16471
|
+
{
|
|
16472
|
+
"index": 0,
|
|
16473
|
+
"modifier": "ref"
|
|
16474
|
+
},
|
|
16475
|
+
{
|
|
16476
|
+
"index": 1,
|
|
16477
|
+
"modifier": "out"
|
|
16478
|
+
}
|
|
16479
|
+
]
|
|
16150
16480
|
}
|
|
16151
16481
|
],
|
|
16152
16482
|
"properties": [],
|