@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
|
@@ -571,7 +571,17 @@
|
|
|
571
571
|
"isSealed": false,
|
|
572
572
|
"arity": 0,
|
|
573
573
|
"parameterCount": 3,
|
|
574
|
-
"isExtensionMethod": false
|
|
574
|
+
"isExtensionMethod": false,
|
|
575
|
+
"parameterModifiers": [
|
|
576
|
+
{
|
|
577
|
+
"index": 1,
|
|
578
|
+
"modifier": "out"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"index": 2,
|
|
582
|
+
"modifier": "out"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
575
585
|
},
|
|
576
586
|
{
|
|
577
587
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Decode(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Formats.Asn1.Asn1Tag",
|
|
@@ -587,7 +597,13 @@
|
|
|
587
597
|
"isSealed": false,
|
|
588
598
|
"arity": 0,
|
|
589
599
|
"parameterCount": 2,
|
|
590
|
-
"isExtensionMethod": false
|
|
600
|
+
"isExtensionMethod": false,
|
|
601
|
+
"parameterModifiers": [
|
|
602
|
+
{
|
|
603
|
+
"index": 1,
|
|
604
|
+
"modifier": "out"
|
|
605
|
+
}
|
|
606
|
+
]
|
|
591
607
|
},
|
|
592
608
|
{
|
|
593
609
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::CalculateEncodedSize():System.Int32",
|
|
@@ -619,7 +635,13 @@
|
|
|
619
635
|
"isSealed": false,
|
|
620
636
|
"arity": 0,
|
|
621
637
|
"parameterCount": 2,
|
|
622
|
-
"isExtensionMethod": false
|
|
638
|
+
"isExtensionMethod": false,
|
|
639
|
+
"parameterModifiers": [
|
|
640
|
+
{
|
|
641
|
+
"index": 1,
|
|
642
|
+
"modifier": "out"
|
|
643
|
+
}
|
|
644
|
+
]
|
|
623
645
|
},
|
|
624
646
|
{
|
|
625
647
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Encode(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -1199,7 +1221,17 @@
|
|
|
1199
1221
|
"isSealed": false,
|
|
1200
1222
|
"arity": 0,
|
|
1201
1223
|
"parameterCount": 3,
|
|
1202
|
-
"isExtensionMethod": false
|
|
1224
|
+
"isExtensionMethod": false,
|
|
1225
|
+
"parameterModifiers": [
|
|
1226
|
+
{
|
|
1227
|
+
"index": 0,
|
|
1228
|
+
"modifier": "out"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"index": 1,
|
|
1232
|
+
"modifier": "out"
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1203
1235
|
},
|
|
1204
1236
|
{
|
|
1205
1237
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadBitString(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1215,7 +1247,17 @@
|
|
|
1215
1247
|
"isSealed": false,
|
|
1216
1248
|
"arity": 0,
|
|
1217
1249
|
"parameterCount": 4,
|
|
1218
|
-
"isExtensionMethod": false
|
|
1250
|
+
"isExtensionMethod": false,
|
|
1251
|
+
"parameterModifiers": [
|
|
1252
|
+
{
|
|
1253
|
+
"index": 1,
|
|
1254
|
+
"modifier": "out"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"index": 2,
|
|
1258
|
+
"modifier": "out"
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
1219
1261
|
},
|
|
1220
1262
|
{
|
|
1221
1263
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadBitString(System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Byte[]",
|
|
@@ -1231,7 +1273,13 @@
|
|
|
1231
1273
|
"isSealed": false,
|
|
1232
1274
|
"arity": 0,
|
|
1233
1275
|
"parameterCount": 2,
|
|
1234
|
-
"isExtensionMethod": false
|
|
1276
|
+
"isExtensionMethod": false,
|
|
1277
|
+
"parameterModifiers": [
|
|
1278
|
+
{
|
|
1279
|
+
"index": 0,
|
|
1280
|
+
"modifier": "out"
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1235
1283
|
},
|
|
1236
1284
|
{
|
|
1237
1285
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadBoolean(System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1359,7 +1407,13 @@
|
|
|
1359
1407
|
"isSealed": false,
|
|
1360
1408
|
"arity": 0,
|
|
1361
1409
|
"parameterCount": 2,
|
|
1362
|
-
"isExtensionMethod": false
|
|
1410
|
+
"isExtensionMethod": false,
|
|
1411
|
+
"parameterModifiers": [
|
|
1412
|
+
{
|
|
1413
|
+
"index": 0,
|
|
1414
|
+
"modifier": "out"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1363
1417
|
},
|
|
1364
1418
|
{
|
|
1365
1419
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadUInt32(System.UInt32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1375,7 +1429,13 @@
|
|
|
1375
1429
|
"isSealed": false,
|
|
1376
1430
|
"arity": 0,
|
|
1377
1431
|
"parameterCount": 2,
|
|
1378
|
-
"isExtensionMethod": false
|
|
1432
|
+
"isExtensionMethod": false,
|
|
1433
|
+
"parameterModifiers": [
|
|
1434
|
+
{
|
|
1435
|
+
"index": 0,
|
|
1436
|
+
"modifier": "out"
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1379
1439
|
},
|
|
1380
1440
|
{
|
|
1381
1441
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadInt64(System.Int64\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1391,7 +1451,13 @@
|
|
|
1391
1451
|
"isSealed": false,
|
|
1392
1452
|
"arity": 0,
|
|
1393
1453
|
"parameterCount": 2,
|
|
1394
|
-
"isExtensionMethod": false
|
|
1454
|
+
"isExtensionMethod": false,
|
|
1455
|
+
"parameterModifiers": [
|
|
1456
|
+
{
|
|
1457
|
+
"index": 0,
|
|
1458
|
+
"modifier": "out"
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1395
1461
|
},
|
|
1396
1462
|
{
|
|
1397
1463
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadUInt64(System.UInt64\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1407,7 +1473,13 @@
|
|
|
1407
1473
|
"isSealed": false,
|
|
1408
1474
|
"arity": 0,
|
|
1409
1475
|
"parameterCount": 2,
|
|
1410
|
-
"isExtensionMethod": false
|
|
1476
|
+
"isExtensionMethod": false,
|
|
1477
|
+
"parameterModifiers": [
|
|
1478
|
+
{
|
|
1479
|
+
"index": 0,
|
|
1480
|
+
"modifier": "out"
|
|
1481
|
+
}
|
|
1482
|
+
]
|
|
1411
1483
|
},
|
|
1412
1484
|
{
|
|
1413
1485
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadNamedBitListValue(System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):TFlagsEnum",
|
|
@@ -1487,7 +1559,13 @@
|
|
|
1487
1559
|
"isSealed": false,
|
|
1488
1560
|
"arity": 0,
|
|
1489
1561
|
"parameterCount": 3,
|
|
1490
|
-
"isExtensionMethod": false
|
|
1562
|
+
"isExtensionMethod": false,
|
|
1563
|
+
"parameterModifiers": [
|
|
1564
|
+
{
|
|
1565
|
+
"index": 1,
|
|
1566
|
+
"modifier": "out"
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1491
1569
|
},
|
|
1492
1570
|
{
|
|
1493
1571
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadOctetString(System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Byte[]",
|
|
@@ -1519,7 +1597,13 @@
|
|
|
1519
1597
|
"isSealed": false,
|
|
1520
1598
|
"arity": 0,
|
|
1521
1599
|
"parameterCount": 2,
|
|
1522
|
-
"isExtensionMethod": false
|
|
1600
|
+
"isExtensionMethod": false,
|
|
1601
|
+
"parameterModifiers": [
|
|
1602
|
+
{
|
|
1603
|
+
"index": 0,
|
|
1604
|
+
"modifier": "out"
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1523
1607
|
},
|
|
1524
1608
|
{
|
|
1525
1609
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadObjectIdentifier(System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.String",
|
|
@@ -1599,7 +1683,13 @@
|
|
|
1599
1683
|
"isSealed": false,
|
|
1600
1684
|
"arity": 0,
|
|
1601
1685
|
"parameterCount": 2,
|
|
1602
|
-
"isExtensionMethod": false
|
|
1686
|
+
"isExtensionMethod": false,
|
|
1687
|
+
"parameterModifiers": [
|
|
1688
|
+
{
|
|
1689
|
+
"index": 1,
|
|
1690
|
+
"modifier": "out"
|
|
1691
|
+
}
|
|
1692
|
+
]
|
|
1603
1693
|
},
|
|
1604
1694
|
{
|
|
1605
1695
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadCharacterStringBytes(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.Asn1Tag,System.Int32\u0026):System.Boolean",
|
|
@@ -1615,7 +1705,13 @@
|
|
|
1615
1705
|
"isSealed": false,
|
|
1616
1706
|
"arity": 0,
|
|
1617
1707
|
"parameterCount": 3,
|
|
1618
|
-
"isExtensionMethod": false
|
|
1708
|
+
"isExtensionMethod": false,
|
|
1709
|
+
"parameterModifiers": [
|
|
1710
|
+
{
|
|
1711
|
+
"index": 2,
|
|
1712
|
+
"modifier": "out"
|
|
1713
|
+
}
|
|
1714
|
+
]
|
|
1619
1715
|
},
|
|
1620
1716
|
{
|
|
1621
1717
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::TryReadCharacterString(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.UniversalTagNumber,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -1631,7 +1727,13 @@
|
|
|
1631
1727
|
"isSealed": false,
|
|
1632
1728
|
"arity": 0,
|
|
1633
1729
|
"parameterCount": 4,
|
|
1634
|
-
"isExtensionMethod": false
|
|
1730
|
+
"isExtensionMethod": false,
|
|
1731
|
+
"parameterModifiers": [
|
|
1732
|
+
{
|
|
1733
|
+
"index": 2,
|
|
1734
|
+
"modifier": "out"
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1635
1737
|
},
|
|
1636
1738
|
{
|
|
1637
1739
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadCharacterString(System.Formats.Asn1.UniversalTagNumber,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.String",
|
|
@@ -1781,7 +1883,13 @@
|
|
|
1781
1883
|
"isSealed": false,
|
|
1782
1884
|
"arity": 0,
|
|
1783
1885
|
"parameterCount": 2,
|
|
1784
|
-
"isExtensionMethod": false
|
|
1886
|
+
"isExtensionMethod": false,
|
|
1887
|
+
"parameterModifiers": [
|
|
1888
|
+
{
|
|
1889
|
+
"index": 1,
|
|
1890
|
+
"modifier": "out"
|
|
1891
|
+
}
|
|
1892
|
+
]
|
|
1785
1893
|
},
|
|
1786
1894
|
{
|
|
1787
1895
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter::Encode(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -2417,7 +2525,25 @@
|
|
|
2417
2525
|
"isSealed": false,
|
|
2418
2526
|
"arity": 0,
|
|
2419
2527
|
"parameterCount": 6,
|
|
2420
|
-
"isExtensionMethod": false
|
|
2528
|
+
"isExtensionMethod": false,
|
|
2529
|
+
"parameterModifiers": [
|
|
2530
|
+
{
|
|
2531
|
+
"index": 2,
|
|
2532
|
+
"modifier": "out"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"index": 3,
|
|
2536
|
+
"modifier": "out"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"index": 4,
|
|
2540
|
+
"modifier": "out"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"index": 5,
|
|
2544
|
+
"modifier": "out"
|
|
2545
|
+
}
|
|
2546
|
+
]
|
|
2421
2547
|
},
|
|
2422
2548
|
{
|
|
2423
2549
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadEncodedValue(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Int32\u0026):System.Formats.Asn1.Asn1Tag",
|
|
@@ -2433,7 +2559,21 @@
|
|
|
2433
2559
|
"isSealed": false,
|
|
2434
2560
|
"arity": 0,
|
|
2435
2561
|
"parameterCount": 5,
|
|
2436
|
-
"isExtensionMethod": false
|
|
2562
|
+
"isExtensionMethod": false,
|
|
2563
|
+
"parameterModifiers": [
|
|
2564
|
+
{
|
|
2565
|
+
"index": 2,
|
|
2566
|
+
"modifier": "out"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"index": 3,
|
|
2570
|
+
"modifier": "out"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"index": 4,
|
|
2574
|
+
"modifier": "out"
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2437
2577
|
},
|
|
2438
2578
|
{
|
|
2439
2579
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::DecodeLength(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2449,7 +2589,13 @@
|
|
|
2449
2589
|
"isSealed": false,
|
|
2450
2590
|
"arity": 0,
|
|
2451
2591
|
"parameterCount": 3,
|
|
2452
|
-
"isExtensionMethod": false
|
|
2592
|
+
"isExtensionMethod": false,
|
|
2593
|
+
"parameterModifiers": [
|
|
2594
|
+
{
|
|
2595
|
+
"index": 2,
|
|
2596
|
+
"modifier": "out"
|
|
2597
|
+
}
|
|
2598
|
+
]
|
|
2453
2599
|
},
|
|
2454
2600
|
{
|
|
2455
2601
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryDecodeLength(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2465,7 +2611,17 @@
|
|
|
2465
2611
|
"isSealed": false,
|
|
2466
2612
|
"arity": 0,
|
|
2467
2613
|
"parameterCount": 4,
|
|
2468
|
-
"isExtensionMethod": false
|
|
2614
|
+
"isExtensionMethod": false,
|
|
2615
|
+
"parameterModifiers": [
|
|
2616
|
+
{
|
|
2617
|
+
"index": 2,
|
|
2618
|
+
"modifier": "out"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"index": 3,
|
|
2622
|
+
"modifier": "out"
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2469
2625
|
},
|
|
2470
2626
|
{
|
|
2471
2627
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadPrimitiveBitString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2481,7 +2637,21 @@
|
|
|
2481
2637
|
"isSealed": false,
|
|
2482
2638
|
"arity": 0,
|
|
2483
2639
|
"parameterCount": 6,
|
|
2484
|
-
"isExtensionMethod": false
|
|
2640
|
+
"isExtensionMethod": false,
|
|
2641
|
+
"parameterModifiers": [
|
|
2642
|
+
{
|
|
2643
|
+
"index": 2,
|
|
2644
|
+
"modifier": "out"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"index": 3,
|
|
2648
|
+
"modifier": "out"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"index": 4,
|
|
2652
|
+
"modifier": "out"
|
|
2653
|
+
}
|
|
2654
|
+
]
|
|
2485
2655
|
},
|
|
2486
2656
|
{
|
|
2487
2657
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadBitString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2497,7 +2667,21 @@
|
|
|
2497
2667
|
"isSealed": false,
|
|
2498
2668
|
"arity": 0,
|
|
2499
2669
|
"parameterCount": 7,
|
|
2500
|
-
"isExtensionMethod": false
|
|
2670
|
+
"isExtensionMethod": false,
|
|
2671
|
+
"parameterModifiers": [
|
|
2672
|
+
{
|
|
2673
|
+
"index": 3,
|
|
2674
|
+
"modifier": "out"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"index": 4,
|
|
2678
|
+
"modifier": "out"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"index": 5,
|
|
2682
|
+
"modifier": "out"
|
|
2683
|
+
}
|
|
2684
|
+
]
|
|
2501
2685
|
},
|
|
2502
2686
|
{
|
|
2503
2687
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadBitString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Byte[]",
|
|
@@ -2513,7 +2697,17 @@
|
|
|
2513
2697
|
"isSealed": false,
|
|
2514
2698
|
"arity": 0,
|
|
2515
2699
|
"parameterCount": 5,
|
|
2516
|
-
"isExtensionMethod": false
|
|
2700
|
+
"isExtensionMethod": false,
|
|
2701
|
+
"parameterModifiers": [
|
|
2702
|
+
{
|
|
2703
|
+
"index": 2,
|
|
2704
|
+
"modifier": "out"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"index": 3,
|
|
2708
|
+
"modifier": "out"
|
|
2709
|
+
}
|
|
2710
|
+
]
|
|
2517
2711
|
},
|
|
2518
2712
|
{
|
|
2519
2713
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadBoolean(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2529,7 +2723,13 @@
|
|
|
2529
2723
|
"isSealed": false,
|
|
2530
2724
|
"arity": 0,
|
|
2531
2725
|
"parameterCount": 4,
|
|
2532
|
-
"isExtensionMethod": false
|
|
2726
|
+
"isExtensionMethod": false,
|
|
2727
|
+
"parameterModifiers": [
|
|
2728
|
+
{
|
|
2729
|
+
"index": 2,
|
|
2730
|
+
"modifier": "out"
|
|
2731
|
+
}
|
|
2732
|
+
]
|
|
2533
2733
|
},
|
|
2534
2734
|
{
|
|
2535
2735
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadEnumeratedBytes(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2545,7 +2745,13 @@
|
|
|
2545
2745
|
"isSealed": false,
|
|
2546
2746
|
"arity": 0,
|
|
2547
2747
|
"parameterCount": 4,
|
|
2548
|
-
"isExtensionMethod": false
|
|
2748
|
+
"isExtensionMethod": false,
|
|
2749
|
+
"parameterModifiers": [
|
|
2750
|
+
{
|
|
2751
|
+
"index": 2,
|
|
2752
|
+
"modifier": "out"
|
|
2753
|
+
}
|
|
2754
|
+
]
|
|
2549
2755
|
},
|
|
2550
2756
|
{
|
|
2551
2757
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadEnumeratedValue(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):TEnum",
|
|
@@ -2561,7 +2767,13 @@
|
|
|
2561
2767
|
"isSealed": false,
|
|
2562
2768
|
"arity": 1,
|
|
2563
2769
|
"parameterCount": 4,
|
|
2564
|
-
"isExtensionMethod": false
|
|
2770
|
+
"isExtensionMethod": false,
|
|
2771
|
+
"parameterModifiers": [
|
|
2772
|
+
{
|
|
2773
|
+
"index": 2,
|
|
2774
|
+
"modifier": "out"
|
|
2775
|
+
}
|
|
2776
|
+
]
|
|
2565
2777
|
},
|
|
2566
2778
|
{
|
|
2567
2779
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadEnumeratedValue(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Enum",
|
|
@@ -2577,7 +2789,13 @@
|
|
|
2577
2789
|
"isSealed": false,
|
|
2578
2790
|
"arity": 0,
|
|
2579
2791
|
"parameterCount": 5,
|
|
2580
|
-
"isExtensionMethod": false
|
|
2792
|
+
"isExtensionMethod": false,
|
|
2793
|
+
"parameterModifiers": [
|
|
2794
|
+
{
|
|
2795
|
+
"index": 3,
|
|
2796
|
+
"modifier": "out"
|
|
2797
|
+
}
|
|
2798
|
+
]
|
|
2581
2799
|
},
|
|
2582
2800
|
{
|
|
2583
2801
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadGeneralizedTime(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.DateTimeOffset",
|
|
@@ -2593,7 +2811,13 @@
|
|
|
2593
2811
|
"isSealed": false,
|
|
2594
2812
|
"arity": 0,
|
|
2595
2813
|
"parameterCount": 4,
|
|
2596
|
-
"isExtensionMethod": false
|
|
2814
|
+
"isExtensionMethod": false,
|
|
2815
|
+
"parameterModifiers": [
|
|
2816
|
+
{
|
|
2817
|
+
"index": 2,
|
|
2818
|
+
"modifier": "out"
|
|
2819
|
+
}
|
|
2820
|
+
]
|
|
2597
2821
|
},
|
|
2598
2822
|
{
|
|
2599
2823
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadIntegerBytes(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2609,7 +2833,13 @@
|
|
|
2609
2833
|
"isSealed": false,
|
|
2610
2834
|
"arity": 0,
|
|
2611
2835
|
"parameterCount": 4,
|
|
2612
|
-
"isExtensionMethod": false
|
|
2836
|
+
"isExtensionMethod": false,
|
|
2837
|
+
"parameterModifiers": [
|
|
2838
|
+
{
|
|
2839
|
+
"index": 2,
|
|
2840
|
+
"modifier": "out"
|
|
2841
|
+
}
|
|
2842
|
+
]
|
|
2613
2843
|
},
|
|
2614
2844
|
{
|
|
2615
2845
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadInteger(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Numerics.BigInteger",
|
|
@@ -2625,7 +2855,13 @@
|
|
|
2625
2855
|
"isSealed": false,
|
|
2626
2856
|
"arity": 0,
|
|
2627
2857
|
"parameterCount": 4,
|
|
2628
|
-
"isExtensionMethod": false
|
|
2858
|
+
"isExtensionMethod": false,
|
|
2859
|
+
"parameterModifiers": [
|
|
2860
|
+
{
|
|
2861
|
+
"index": 2,
|
|
2862
|
+
"modifier": "out"
|
|
2863
|
+
}
|
|
2864
|
+
]
|
|
2629
2865
|
},
|
|
2630
2866
|
{
|
|
2631
2867
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadInt32(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2641,7 +2877,17 @@
|
|
|
2641
2877
|
"isSealed": false,
|
|
2642
2878
|
"arity": 0,
|
|
2643
2879
|
"parameterCount": 5,
|
|
2644
|
-
"isExtensionMethod": false
|
|
2880
|
+
"isExtensionMethod": false,
|
|
2881
|
+
"parameterModifiers": [
|
|
2882
|
+
{
|
|
2883
|
+
"index": 2,
|
|
2884
|
+
"modifier": "out"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"index": 3,
|
|
2888
|
+
"modifier": "out"
|
|
2889
|
+
}
|
|
2890
|
+
]
|
|
2645
2891
|
},
|
|
2646
2892
|
{
|
|
2647
2893
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadUInt32(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.UInt32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2657,7 +2903,17 @@
|
|
|
2657
2903
|
"isSealed": false,
|
|
2658
2904
|
"arity": 0,
|
|
2659
2905
|
"parameterCount": 5,
|
|
2660
|
-
"isExtensionMethod": false
|
|
2906
|
+
"isExtensionMethod": false,
|
|
2907
|
+
"parameterModifiers": [
|
|
2908
|
+
{
|
|
2909
|
+
"index": 2,
|
|
2910
|
+
"modifier": "out"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"index": 3,
|
|
2914
|
+
"modifier": "out"
|
|
2915
|
+
}
|
|
2916
|
+
]
|
|
2661
2917
|
},
|
|
2662
2918
|
{
|
|
2663
2919
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadInt64(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int64\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2673,7 +2929,17 @@
|
|
|
2673
2929
|
"isSealed": false,
|
|
2674
2930
|
"arity": 0,
|
|
2675
2931
|
"parameterCount": 5,
|
|
2676
|
-
"isExtensionMethod": false
|
|
2932
|
+
"isExtensionMethod": false,
|
|
2933
|
+
"parameterModifiers": [
|
|
2934
|
+
{
|
|
2935
|
+
"index": 2,
|
|
2936
|
+
"modifier": "out"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"index": 3,
|
|
2940
|
+
"modifier": "out"
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2677
2943
|
},
|
|
2678
2944
|
{
|
|
2679
2945
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadUInt64(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.UInt64\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2689,7 +2955,17 @@
|
|
|
2689
2955
|
"isSealed": false,
|
|
2690
2956
|
"arity": 0,
|
|
2691
2957
|
"parameterCount": 5,
|
|
2692
|
-
"isExtensionMethod": false
|
|
2958
|
+
"isExtensionMethod": false,
|
|
2959
|
+
"parameterModifiers": [
|
|
2960
|
+
{
|
|
2961
|
+
"index": 2,
|
|
2962
|
+
"modifier": "out"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"index": 3,
|
|
2966
|
+
"modifier": "out"
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2693
2969
|
},
|
|
2694
2970
|
{
|
|
2695
2971
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadNamedBitListValue(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):TFlagsEnum",
|
|
@@ -2705,7 +2981,13 @@
|
|
|
2705
2981
|
"isSealed": false,
|
|
2706
2982
|
"arity": 1,
|
|
2707
2983
|
"parameterCount": 4,
|
|
2708
|
-
"isExtensionMethod": false
|
|
2984
|
+
"isExtensionMethod": false,
|
|
2985
|
+
"parameterModifiers": [
|
|
2986
|
+
{
|
|
2987
|
+
"index": 2,
|
|
2988
|
+
"modifier": "out"
|
|
2989
|
+
}
|
|
2990
|
+
]
|
|
2709
2991
|
},
|
|
2710
2992
|
{
|
|
2711
2993
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadNamedBitListValue(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Enum",
|
|
@@ -2721,7 +3003,13 @@
|
|
|
2721
3003
|
"isSealed": false,
|
|
2722
3004
|
"arity": 0,
|
|
2723
3005
|
"parameterCount": 5,
|
|
2724
|
-
"isExtensionMethod": false
|
|
3006
|
+
"isExtensionMethod": false,
|
|
3007
|
+
"parameterModifiers": [
|
|
3008
|
+
{
|
|
3009
|
+
"index": 3,
|
|
3010
|
+
"modifier": "out"
|
|
3011
|
+
}
|
|
3012
|
+
]
|
|
2725
3013
|
},
|
|
2726
3014
|
{
|
|
2727
3015
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadNamedBitList(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Collections.BitArray",
|
|
@@ -2737,7 +3025,13 @@
|
|
|
2737
3025
|
"isSealed": false,
|
|
2738
3026
|
"arity": 0,
|
|
2739
3027
|
"parameterCount": 4,
|
|
2740
|
-
"isExtensionMethod": false
|
|
3028
|
+
"isExtensionMethod": false,
|
|
3029
|
+
"parameterModifiers": [
|
|
3030
|
+
{
|
|
3031
|
+
"index": 2,
|
|
3032
|
+
"modifier": "out"
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
2741
3035
|
},
|
|
2742
3036
|
{
|
|
2743
3037
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadNull(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Void",
|
|
@@ -2753,7 +3047,13 @@
|
|
|
2753
3047
|
"isSealed": false,
|
|
2754
3048
|
"arity": 0,
|
|
2755
3049
|
"parameterCount": 4,
|
|
2756
|
-
"isExtensionMethod": false
|
|
3050
|
+
"isExtensionMethod": false,
|
|
3051
|
+
"parameterModifiers": [
|
|
3052
|
+
{
|
|
3053
|
+
"index": 2,
|
|
3054
|
+
"modifier": "out"
|
|
3055
|
+
}
|
|
3056
|
+
]
|
|
2757
3057
|
},
|
|
2758
3058
|
{
|
|
2759
3059
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadOctetString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2769,7 +3069,17 @@
|
|
|
2769
3069
|
"isSealed": false,
|
|
2770
3070
|
"arity": 0,
|
|
2771
3071
|
"parameterCount": 6,
|
|
2772
|
-
"isExtensionMethod": false
|
|
3072
|
+
"isExtensionMethod": false,
|
|
3073
|
+
"parameterModifiers": [
|
|
3074
|
+
{
|
|
3075
|
+
"index": 3,
|
|
3076
|
+
"modifier": "out"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"index": 4,
|
|
3080
|
+
"modifier": "out"
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
2773
3083
|
},
|
|
2774
3084
|
{
|
|
2775
3085
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadOctetString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Byte[]",
|
|
@@ -2785,7 +3095,13 @@
|
|
|
2785
3095
|
"isSealed": false,
|
|
2786
3096
|
"arity": 0,
|
|
2787
3097
|
"parameterCount": 4,
|
|
2788
|
-
"isExtensionMethod": false
|
|
3098
|
+
"isExtensionMethod": false,
|
|
3099
|
+
"parameterModifiers": [
|
|
3100
|
+
{
|
|
3101
|
+
"index": 2,
|
|
3102
|
+
"modifier": "out"
|
|
3103
|
+
}
|
|
3104
|
+
]
|
|
2789
3105
|
},
|
|
2790
3106
|
{
|
|
2791
3107
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadPrimitiveOctetString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2801,7 +3117,17 @@
|
|
|
2801
3117
|
"isSealed": false,
|
|
2802
3118
|
"arity": 0,
|
|
2803
3119
|
"parameterCount": 5,
|
|
2804
|
-
"isExtensionMethod": false
|
|
3120
|
+
"isExtensionMethod": false,
|
|
3121
|
+
"parameterModifiers": [
|
|
3122
|
+
{
|
|
3123
|
+
"index": 2,
|
|
3124
|
+
"modifier": "out"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"index": 3,
|
|
3128
|
+
"modifier": "out"
|
|
3129
|
+
}
|
|
3130
|
+
]
|
|
2805
3131
|
},
|
|
2806
3132
|
{
|
|
2807
3133
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadObjectIdentifier(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.String",
|
|
@@ -2817,7 +3143,13 @@
|
|
|
2817
3143
|
"isSealed": false,
|
|
2818
3144
|
"arity": 0,
|
|
2819
3145
|
"parameterCount": 4,
|
|
2820
|
-
"isExtensionMethod": false
|
|
3146
|
+
"isExtensionMethod": false,
|
|
3147
|
+
"parameterModifiers": [
|
|
3148
|
+
{
|
|
3149
|
+
"index": 2,
|
|
3150
|
+
"modifier": "out"
|
|
3151
|
+
}
|
|
3152
|
+
]
|
|
2821
3153
|
},
|
|
2822
3154
|
{
|
|
2823
3155
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadSequence(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Void",
|
|
@@ -2833,7 +3165,21 @@
|
|
|
2833
3165
|
"isSealed": false,
|
|
2834
3166
|
"arity": 0,
|
|
2835
3167
|
"parameterCount": 6,
|
|
2836
|
-
"isExtensionMethod": false
|
|
3168
|
+
"isExtensionMethod": false,
|
|
3169
|
+
"parameterModifiers": [
|
|
3170
|
+
{
|
|
3171
|
+
"index": 2,
|
|
3172
|
+
"modifier": "out"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"index": 3,
|
|
3176
|
+
"modifier": "out"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"index": 4,
|
|
3180
|
+
"modifier": "out"
|
|
3181
|
+
}
|
|
3182
|
+
]
|
|
2837
3183
|
},
|
|
2838
3184
|
{
|
|
2839
3185
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadSetOf(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32\u0026,System.Int32\u0026,System.Boolean,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Void",
|
|
@@ -2849,7 +3195,21 @@
|
|
|
2849
3195
|
"isSealed": false,
|
|
2850
3196
|
"arity": 0,
|
|
2851
3197
|
"parameterCount": 7,
|
|
2852
|
-
"isExtensionMethod": false
|
|
3198
|
+
"isExtensionMethod": false,
|
|
3199
|
+
"parameterModifiers": [
|
|
3200
|
+
{
|
|
3201
|
+
"index": 2,
|
|
3202
|
+
"modifier": "out"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"index": 3,
|
|
3206
|
+
"modifier": "out"
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"index": 4,
|
|
3210
|
+
"modifier": "out"
|
|
3211
|
+
}
|
|
3212
|
+
]
|
|
2853
3213
|
},
|
|
2854
3214
|
{
|
|
2855
3215
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2865,7 +3225,17 @@
|
|
|
2865
3225
|
"isSealed": false,
|
|
2866
3226
|
"arity": 0,
|
|
2867
3227
|
"parameterCount": 5,
|
|
2868
|
-
"isExtensionMethod": false
|
|
3228
|
+
"isExtensionMethod": false,
|
|
3229
|
+
"parameterModifiers": [
|
|
3230
|
+
{
|
|
3231
|
+
"index": 3,
|
|
3232
|
+
"modifier": "out"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"index": 4,
|
|
3236
|
+
"modifier": "out"
|
|
3237
|
+
}
|
|
3238
|
+
]
|
|
2869
3239
|
},
|
|
2870
3240
|
{
|
|
2871
3241
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadCharacterStringBytes(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2881,7 +3251,17 @@
|
|
|
2881
3251
|
"isSealed": false,
|
|
2882
3252
|
"arity": 0,
|
|
2883
3253
|
"parameterCount": 6,
|
|
2884
|
-
"isExtensionMethod": false
|
|
3254
|
+
"isExtensionMethod": false,
|
|
3255
|
+
"parameterModifiers": [
|
|
3256
|
+
{
|
|
3257
|
+
"index": 4,
|
|
3258
|
+
"modifier": "out"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"index": 5,
|
|
3262
|
+
"modifier": "out"
|
|
3263
|
+
}
|
|
3264
|
+
]
|
|
2885
3265
|
},
|
|
2886
3266
|
{
|
|
2887
3267
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::TryReadCharacterString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32\u0026,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Boolean",
|
|
@@ -2897,7 +3277,17 @@
|
|
|
2897
3277
|
"isSealed": false,
|
|
2898
3278
|
"arity": 0,
|
|
2899
3279
|
"parameterCount": 7,
|
|
2900
|
-
"isExtensionMethod": false
|
|
3280
|
+
"isExtensionMethod": false,
|
|
3281
|
+
"parameterModifiers": [
|
|
3282
|
+
{
|
|
3283
|
+
"index": 4,
|
|
3284
|
+
"modifier": "out"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"index": 5,
|
|
3288
|
+
"modifier": "out"
|
|
3289
|
+
}
|
|
3290
|
+
]
|
|
2901
3291
|
},
|
|
2902
3292
|
{
|
|
2903
3293
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadCharacterString(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32\u0026,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.String",
|
|
@@ -2913,7 +3303,13 @@
|
|
|
2913
3303
|
"isSealed": false,
|
|
2914
3304
|
"arity": 0,
|
|
2915
3305
|
"parameterCount": 5,
|
|
2916
|
-
"isExtensionMethod": false
|
|
3306
|
+
"isExtensionMethod": false,
|
|
3307
|
+
"parameterModifiers": [
|
|
3308
|
+
{
|
|
3309
|
+
"index": 3,
|
|
3310
|
+
"modifier": "out"
|
|
3311
|
+
}
|
|
3312
|
+
]
|
|
2917
3313
|
},
|
|
2918
3314
|
{
|
|
2919
3315
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder::ReadUtcTime(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.AsnEncodingRules,System.Int32\u0026,System.Int32,System.Nullable_1[[System.Formats.Asn1.Asn1Tag,System.Formats.Asn1,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.DateTimeOffset",
|
|
@@ -2929,7 +3325,13 @@
|
|
|
2929
3325
|
"isSealed": false,
|
|
2930
3326
|
"arity": 0,
|
|
2931
3327
|
"parameterCount": 5,
|
|
2932
|
-
"isExtensionMethod": false
|
|
3328
|
+
"isExtensionMethod": false,
|
|
3329
|
+
"parameterModifiers": [
|
|
3330
|
+
{
|
|
3331
|
+
"index": 2,
|
|
3332
|
+
"modifier": "out"
|
|
3333
|
+
}
|
|
3334
|
+
]
|
|
2933
3335
|
}
|
|
2934
3336
|
],
|
|
2935
3337
|
"properties": [],
|