@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
|
@@ -2760,7 +2760,17 @@
|
|
|
2760
2760
|
"parameterCount": 3,
|
|
2761
2761
|
"declaringClrType": "System.Formats.Asn1.Asn1Tag",
|
|
2762
2762
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
2763
|
-
"isExtensionMethod": false
|
|
2763
|
+
"isExtensionMethod": false,
|
|
2764
|
+
"parameterModifiers": [
|
|
2765
|
+
{
|
|
2766
|
+
"index": 1,
|
|
2767
|
+
"modifier": "out"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"index": 2,
|
|
2771
|
+
"modifier": "out"
|
|
2772
|
+
}
|
|
2773
|
+
]
|
|
2764
2774
|
},
|
|
2765
2775
|
{
|
|
2766
2776
|
"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",
|
|
@@ -2774,7 +2784,13 @@
|
|
|
2774
2784
|
"parameterCount": 2,
|
|
2775
2785
|
"declaringClrType": "System.Formats.Asn1.Asn1Tag",
|
|
2776
2786
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
2777
|
-
"isExtensionMethod": false
|
|
2787
|
+
"isExtensionMethod": false,
|
|
2788
|
+
"parameterModifiers": [
|
|
2789
|
+
{
|
|
2790
|
+
"index": 1,
|
|
2791
|
+
"modifier": "out"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2778
2794
|
},
|
|
2779
2795
|
{
|
|
2780
2796
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::CalculateEncodedSize():System.Int32",
|
|
@@ -2802,7 +2818,13 @@
|
|
|
2802
2818
|
"parameterCount": 2,
|
|
2803
2819
|
"declaringClrType": "System.Formats.Asn1.Asn1Tag",
|
|
2804
2820
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
2805
|
-
"isExtensionMethod": false
|
|
2821
|
+
"isExtensionMethod": false,
|
|
2822
|
+
"parameterModifiers": [
|
|
2823
|
+
{
|
|
2824
|
+
"index": 1,
|
|
2825
|
+
"modifier": "out"
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2806
2828
|
},
|
|
2807
2829
|
{
|
|
2808
2830
|
"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",
|
|
@@ -4088,7 +4110,17 @@
|
|
|
4088
4110
|
"parameterCount": 3,
|
|
4089
4111
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4090
4112
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4091
|
-
"isExtensionMethod": false
|
|
4113
|
+
"isExtensionMethod": false,
|
|
4114
|
+
"parameterModifiers": [
|
|
4115
|
+
{
|
|
4116
|
+
"index": 0,
|
|
4117
|
+
"modifier": "out"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"index": 1,
|
|
4121
|
+
"modifier": "out"
|
|
4122
|
+
}
|
|
4123
|
+
]
|
|
4092
4124
|
},
|
|
4093
4125
|
{
|
|
4094
4126
|
"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",
|
|
@@ -4102,7 +4134,17 @@
|
|
|
4102
4134
|
"parameterCount": 4,
|
|
4103
4135
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4104
4136
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4105
|
-
"isExtensionMethod": false
|
|
4137
|
+
"isExtensionMethod": false,
|
|
4138
|
+
"parameterModifiers": [
|
|
4139
|
+
{
|
|
4140
|
+
"index": 1,
|
|
4141
|
+
"modifier": "out"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"index": 2,
|
|
4145
|
+
"modifier": "out"
|
|
4146
|
+
}
|
|
4147
|
+
]
|
|
4106
4148
|
},
|
|
4107
4149
|
{
|
|
4108
4150
|
"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[]",
|
|
@@ -4116,7 +4158,13 @@
|
|
|
4116
4158
|
"parameterCount": 2,
|
|
4117
4159
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4118
4160
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4119
|
-
"isExtensionMethod": false
|
|
4161
|
+
"isExtensionMethod": false,
|
|
4162
|
+
"parameterModifiers": [
|
|
4163
|
+
{
|
|
4164
|
+
"index": 0,
|
|
4165
|
+
"modifier": "out"
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4120
4168
|
},
|
|
4121
4169
|
{
|
|
4122
4170
|
"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",
|
|
@@ -4228,7 +4276,13 @@
|
|
|
4228
4276
|
"parameterCount": 2,
|
|
4229
4277
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4230
4278
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4231
|
-
"isExtensionMethod": false
|
|
4279
|
+
"isExtensionMethod": false,
|
|
4280
|
+
"parameterModifiers": [
|
|
4281
|
+
{
|
|
4282
|
+
"index": 0,
|
|
4283
|
+
"modifier": "out"
|
|
4284
|
+
}
|
|
4285
|
+
]
|
|
4232
4286
|
},
|
|
4233
4287
|
{
|
|
4234
4288
|
"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",
|
|
@@ -4242,7 +4296,13 @@
|
|
|
4242
4296
|
"parameterCount": 2,
|
|
4243
4297
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4244
4298
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4245
|
-
"isExtensionMethod": false
|
|
4299
|
+
"isExtensionMethod": false,
|
|
4300
|
+
"parameterModifiers": [
|
|
4301
|
+
{
|
|
4302
|
+
"index": 0,
|
|
4303
|
+
"modifier": "out"
|
|
4304
|
+
}
|
|
4305
|
+
]
|
|
4246
4306
|
},
|
|
4247
4307
|
{
|
|
4248
4308
|
"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",
|
|
@@ -4256,7 +4316,13 @@
|
|
|
4256
4316
|
"parameterCount": 2,
|
|
4257
4317
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4258
4318
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4259
|
-
"isExtensionMethod": false
|
|
4319
|
+
"isExtensionMethod": false,
|
|
4320
|
+
"parameterModifiers": [
|
|
4321
|
+
{
|
|
4322
|
+
"index": 0,
|
|
4323
|
+
"modifier": "out"
|
|
4324
|
+
}
|
|
4325
|
+
]
|
|
4260
4326
|
},
|
|
4261
4327
|
{
|
|
4262
4328
|
"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",
|
|
@@ -4270,7 +4336,13 @@
|
|
|
4270
4336
|
"parameterCount": 2,
|
|
4271
4337
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4272
4338
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4273
|
-
"isExtensionMethod": false
|
|
4339
|
+
"isExtensionMethod": false,
|
|
4340
|
+
"parameterModifiers": [
|
|
4341
|
+
{
|
|
4342
|
+
"index": 0,
|
|
4343
|
+
"modifier": "out"
|
|
4344
|
+
}
|
|
4345
|
+
]
|
|
4274
4346
|
},
|
|
4275
4347
|
{
|
|
4276
4348
|
"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",
|
|
@@ -4340,7 +4412,13 @@
|
|
|
4340
4412
|
"parameterCount": 3,
|
|
4341
4413
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4342
4414
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4343
|
-
"isExtensionMethod": false
|
|
4415
|
+
"isExtensionMethod": false,
|
|
4416
|
+
"parameterModifiers": [
|
|
4417
|
+
{
|
|
4418
|
+
"index": 1,
|
|
4419
|
+
"modifier": "out"
|
|
4420
|
+
}
|
|
4421
|
+
]
|
|
4344
4422
|
},
|
|
4345
4423
|
{
|
|
4346
4424
|
"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[]",
|
|
@@ -4368,7 +4446,13 @@
|
|
|
4368
4446
|
"parameterCount": 2,
|
|
4369
4447
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4370
4448
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4371
|
-
"isExtensionMethod": false
|
|
4449
|
+
"isExtensionMethod": false,
|
|
4450
|
+
"parameterModifiers": [
|
|
4451
|
+
{
|
|
4452
|
+
"index": 0,
|
|
4453
|
+
"modifier": "out"
|
|
4454
|
+
}
|
|
4455
|
+
]
|
|
4372
4456
|
},
|
|
4373
4457
|
{
|
|
4374
4458
|
"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",
|
|
@@ -4438,7 +4522,13 @@
|
|
|
4438
4522
|
"parameterCount": 2,
|
|
4439
4523
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4440
4524
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4441
|
-
"isExtensionMethod": false
|
|
4525
|
+
"isExtensionMethod": false,
|
|
4526
|
+
"parameterModifiers": [
|
|
4527
|
+
{
|
|
4528
|
+
"index": 1,
|
|
4529
|
+
"modifier": "out"
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4442
4532
|
},
|
|
4443
4533
|
{
|
|
4444
4534
|
"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",
|
|
@@ -4452,7 +4542,13 @@
|
|
|
4452
4542
|
"parameterCount": 3,
|
|
4453
4543
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4454
4544
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4455
|
-
"isExtensionMethod": false
|
|
4545
|
+
"isExtensionMethod": false,
|
|
4546
|
+
"parameterModifiers": [
|
|
4547
|
+
{
|
|
4548
|
+
"index": 2,
|
|
4549
|
+
"modifier": "out"
|
|
4550
|
+
}
|
|
4551
|
+
]
|
|
4456
4552
|
},
|
|
4457
4553
|
{
|
|
4458
4554
|
"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",
|
|
@@ -4466,7 +4562,13 @@
|
|
|
4466
4562
|
"parameterCount": 4,
|
|
4467
4563
|
"declaringClrType": "System.Formats.Asn1.AsnReader",
|
|
4468
4564
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
4469
|
-
"isExtensionMethod": false
|
|
4565
|
+
"isExtensionMethod": false,
|
|
4566
|
+
"parameterModifiers": [
|
|
4567
|
+
{
|
|
4568
|
+
"index": 2,
|
|
4569
|
+
"modifier": "out"
|
|
4570
|
+
}
|
|
4571
|
+
]
|
|
4470
4572
|
},
|
|
4471
4573
|
{
|
|
4472
4574
|
"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",
|
|
@@ -5068,7 +5170,13 @@
|
|
|
5068
5170
|
"parameterCount": 2,
|
|
5069
5171
|
"declaringClrType": "System.Formats.Asn1.AsnWriter",
|
|
5070
5172
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
5071
|
-
"isExtensionMethod": false
|
|
5173
|
+
"isExtensionMethod": false,
|
|
5174
|
+
"parameterModifiers": [
|
|
5175
|
+
{
|
|
5176
|
+
"index": 1,
|
|
5177
|
+
"modifier": "out"
|
|
5178
|
+
}
|
|
5179
|
+
]
|
|
5072
5180
|
},
|
|
5073
5181
|
{
|
|
5074
5182
|
"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",
|
|
@@ -6119,7 +6227,25 @@
|
|
|
6119
6227
|
"parameterCount": 6,
|
|
6120
6228
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6121
6229
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6122
|
-
"isExtensionMethod": false
|
|
6230
|
+
"isExtensionMethod": false,
|
|
6231
|
+
"parameterModifiers": [
|
|
6232
|
+
{
|
|
6233
|
+
"index": 2,
|
|
6234
|
+
"modifier": "out"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"index": 3,
|
|
6238
|
+
"modifier": "out"
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"index": 4,
|
|
6242
|
+
"modifier": "out"
|
|
6243
|
+
},
|
|
6244
|
+
{
|
|
6245
|
+
"index": 5,
|
|
6246
|
+
"modifier": "out"
|
|
6247
|
+
}
|
|
6248
|
+
]
|
|
6123
6249
|
},
|
|
6124
6250
|
{
|
|
6125
6251
|
"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",
|
|
@@ -6133,7 +6259,21 @@
|
|
|
6133
6259
|
"parameterCount": 5,
|
|
6134
6260
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6135
6261
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6136
|
-
"isExtensionMethod": false
|
|
6262
|
+
"isExtensionMethod": false,
|
|
6263
|
+
"parameterModifiers": [
|
|
6264
|
+
{
|
|
6265
|
+
"index": 2,
|
|
6266
|
+
"modifier": "out"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"index": 3,
|
|
6270
|
+
"modifier": "out"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"index": 4,
|
|
6274
|
+
"modifier": "out"
|
|
6275
|
+
}
|
|
6276
|
+
]
|
|
6137
6277
|
},
|
|
6138
6278
|
{
|
|
6139
6279
|
"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]]",
|
|
@@ -6147,7 +6287,13 @@
|
|
|
6147
6287
|
"parameterCount": 3,
|
|
6148
6288
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6149
6289
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6150
|
-
"isExtensionMethod": false
|
|
6290
|
+
"isExtensionMethod": false,
|
|
6291
|
+
"parameterModifiers": [
|
|
6292
|
+
{
|
|
6293
|
+
"index": 2,
|
|
6294
|
+
"modifier": "out"
|
|
6295
|
+
}
|
|
6296
|
+
]
|
|
6151
6297
|
},
|
|
6152
6298
|
{
|
|
6153
6299
|
"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",
|
|
@@ -6161,7 +6307,17 @@
|
|
|
6161
6307
|
"parameterCount": 4,
|
|
6162
6308
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6163
6309
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6164
|
-
"isExtensionMethod": false
|
|
6310
|
+
"isExtensionMethod": false,
|
|
6311
|
+
"parameterModifiers": [
|
|
6312
|
+
{
|
|
6313
|
+
"index": 2,
|
|
6314
|
+
"modifier": "out"
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
"index": 3,
|
|
6318
|
+
"modifier": "out"
|
|
6319
|
+
}
|
|
6320
|
+
]
|
|
6165
6321
|
},
|
|
6166
6322
|
{
|
|
6167
6323
|
"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",
|
|
@@ -6175,7 +6331,21 @@
|
|
|
6175
6331
|
"parameterCount": 6,
|
|
6176
6332
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6177
6333
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6178
|
-
"isExtensionMethod": false
|
|
6334
|
+
"isExtensionMethod": false,
|
|
6335
|
+
"parameterModifiers": [
|
|
6336
|
+
{
|
|
6337
|
+
"index": 2,
|
|
6338
|
+
"modifier": "out"
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"index": 3,
|
|
6342
|
+
"modifier": "out"
|
|
6343
|
+
},
|
|
6344
|
+
{
|
|
6345
|
+
"index": 4,
|
|
6346
|
+
"modifier": "out"
|
|
6347
|
+
}
|
|
6348
|
+
]
|
|
6179
6349
|
},
|
|
6180
6350
|
{
|
|
6181
6351
|
"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",
|
|
@@ -6189,7 +6359,21 @@
|
|
|
6189
6359
|
"parameterCount": 7,
|
|
6190
6360
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6191
6361
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6192
|
-
"isExtensionMethod": false
|
|
6362
|
+
"isExtensionMethod": false,
|
|
6363
|
+
"parameterModifiers": [
|
|
6364
|
+
{
|
|
6365
|
+
"index": 3,
|
|
6366
|
+
"modifier": "out"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"index": 4,
|
|
6370
|
+
"modifier": "out"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"index": 5,
|
|
6374
|
+
"modifier": "out"
|
|
6375
|
+
}
|
|
6376
|
+
]
|
|
6193
6377
|
},
|
|
6194
6378
|
{
|
|
6195
6379
|
"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[]",
|
|
@@ -6203,7 +6387,17 @@
|
|
|
6203
6387
|
"parameterCount": 5,
|
|
6204
6388
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6205
6389
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6206
|
-
"isExtensionMethod": false
|
|
6390
|
+
"isExtensionMethod": false,
|
|
6391
|
+
"parameterModifiers": [
|
|
6392
|
+
{
|
|
6393
|
+
"index": 2,
|
|
6394
|
+
"modifier": "out"
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"index": 3,
|
|
6398
|
+
"modifier": "out"
|
|
6399
|
+
}
|
|
6400
|
+
]
|
|
6207
6401
|
},
|
|
6208
6402
|
{
|
|
6209
6403
|
"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",
|
|
@@ -6217,7 +6411,13 @@
|
|
|
6217
6411
|
"parameterCount": 4,
|
|
6218
6412
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6219
6413
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6220
|
-
"isExtensionMethod": false
|
|
6414
|
+
"isExtensionMethod": false,
|
|
6415
|
+
"parameterModifiers": [
|
|
6416
|
+
{
|
|
6417
|
+
"index": 2,
|
|
6418
|
+
"modifier": "out"
|
|
6419
|
+
}
|
|
6420
|
+
]
|
|
6221
6421
|
},
|
|
6222
6422
|
{
|
|
6223
6423
|
"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]]",
|
|
@@ -6231,7 +6431,13 @@
|
|
|
6231
6431
|
"parameterCount": 4,
|
|
6232
6432
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6233
6433
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6234
|
-
"isExtensionMethod": false
|
|
6434
|
+
"isExtensionMethod": false,
|
|
6435
|
+
"parameterModifiers": [
|
|
6436
|
+
{
|
|
6437
|
+
"index": 2,
|
|
6438
|
+
"modifier": "out"
|
|
6439
|
+
}
|
|
6440
|
+
]
|
|
6235
6441
|
},
|
|
6236
6442
|
{
|
|
6237
6443
|
"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",
|
|
@@ -6245,7 +6451,13 @@
|
|
|
6245
6451
|
"parameterCount": 4,
|
|
6246
6452
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6247
6453
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6248
|
-
"isExtensionMethod": false
|
|
6454
|
+
"isExtensionMethod": false,
|
|
6455
|
+
"parameterModifiers": [
|
|
6456
|
+
{
|
|
6457
|
+
"index": 2,
|
|
6458
|
+
"modifier": "out"
|
|
6459
|
+
}
|
|
6460
|
+
]
|
|
6249
6461
|
},
|
|
6250
6462
|
{
|
|
6251
6463
|
"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",
|
|
@@ -6259,7 +6471,13 @@
|
|
|
6259
6471
|
"parameterCount": 5,
|
|
6260
6472
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6261
6473
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6262
|
-
"isExtensionMethod": false
|
|
6474
|
+
"isExtensionMethod": false,
|
|
6475
|
+
"parameterModifiers": [
|
|
6476
|
+
{
|
|
6477
|
+
"index": 3,
|
|
6478
|
+
"modifier": "out"
|
|
6479
|
+
}
|
|
6480
|
+
]
|
|
6263
6481
|
},
|
|
6264
6482
|
{
|
|
6265
6483
|
"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",
|
|
@@ -6273,7 +6491,13 @@
|
|
|
6273
6491
|
"parameterCount": 4,
|
|
6274
6492
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6275
6493
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6276
|
-
"isExtensionMethod": false
|
|
6494
|
+
"isExtensionMethod": false,
|
|
6495
|
+
"parameterModifiers": [
|
|
6496
|
+
{
|
|
6497
|
+
"index": 2,
|
|
6498
|
+
"modifier": "out"
|
|
6499
|
+
}
|
|
6500
|
+
]
|
|
6277
6501
|
},
|
|
6278
6502
|
{
|
|
6279
6503
|
"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]]",
|
|
@@ -6287,7 +6511,13 @@
|
|
|
6287
6511
|
"parameterCount": 4,
|
|
6288
6512
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6289
6513
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6290
|
-
"isExtensionMethod": false
|
|
6514
|
+
"isExtensionMethod": false,
|
|
6515
|
+
"parameterModifiers": [
|
|
6516
|
+
{
|
|
6517
|
+
"index": 2,
|
|
6518
|
+
"modifier": "out"
|
|
6519
|
+
}
|
|
6520
|
+
]
|
|
6291
6521
|
},
|
|
6292
6522
|
{
|
|
6293
6523
|
"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",
|
|
@@ -6301,7 +6531,13 @@
|
|
|
6301
6531
|
"parameterCount": 4,
|
|
6302
6532
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6303
6533
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6304
|
-
"isExtensionMethod": false
|
|
6534
|
+
"isExtensionMethod": false,
|
|
6535
|
+
"parameterModifiers": [
|
|
6536
|
+
{
|
|
6537
|
+
"index": 2,
|
|
6538
|
+
"modifier": "out"
|
|
6539
|
+
}
|
|
6540
|
+
]
|
|
6305
6541
|
},
|
|
6306
6542
|
{
|
|
6307
6543
|
"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",
|
|
@@ -6315,7 +6551,17 @@
|
|
|
6315
6551
|
"parameterCount": 5,
|
|
6316
6552
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6317
6553
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6318
|
-
"isExtensionMethod": false
|
|
6554
|
+
"isExtensionMethod": false,
|
|
6555
|
+
"parameterModifiers": [
|
|
6556
|
+
{
|
|
6557
|
+
"index": 2,
|
|
6558
|
+
"modifier": "out"
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"index": 3,
|
|
6562
|
+
"modifier": "out"
|
|
6563
|
+
}
|
|
6564
|
+
]
|
|
6319
6565
|
},
|
|
6320
6566
|
{
|
|
6321
6567
|
"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",
|
|
@@ -6329,7 +6575,17 @@
|
|
|
6329
6575
|
"parameterCount": 5,
|
|
6330
6576
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6331
6577
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6332
|
-
"isExtensionMethod": false
|
|
6578
|
+
"isExtensionMethod": false,
|
|
6579
|
+
"parameterModifiers": [
|
|
6580
|
+
{
|
|
6581
|
+
"index": 2,
|
|
6582
|
+
"modifier": "out"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"index": 3,
|
|
6586
|
+
"modifier": "out"
|
|
6587
|
+
}
|
|
6588
|
+
]
|
|
6333
6589
|
},
|
|
6334
6590
|
{
|
|
6335
6591
|
"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",
|
|
@@ -6343,7 +6599,17 @@
|
|
|
6343
6599
|
"parameterCount": 5,
|
|
6344
6600
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6345
6601
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6346
|
-
"isExtensionMethod": false
|
|
6602
|
+
"isExtensionMethod": false,
|
|
6603
|
+
"parameterModifiers": [
|
|
6604
|
+
{
|
|
6605
|
+
"index": 2,
|
|
6606
|
+
"modifier": "out"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"index": 3,
|
|
6610
|
+
"modifier": "out"
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6347
6613
|
},
|
|
6348
6614
|
{
|
|
6349
6615
|
"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",
|
|
@@ -6357,7 +6623,17 @@
|
|
|
6357
6623
|
"parameterCount": 5,
|
|
6358
6624
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6359
6625
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6360
|
-
"isExtensionMethod": false
|
|
6626
|
+
"isExtensionMethod": false,
|
|
6627
|
+
"parameterModifiers": [
|
|
6628
|
+
{
|
|
6629
|
+
"index": 2,
|
|
6630
|
+
"modifier": "out"
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"index": 3,
|
|
6634
|
+
"modifier": "out"
|
|
6635
|
+
}
|
|
6636
|
+
]
|
|
6361
6637
|
},
|
|
6362
6638
|
{
|
|
6363
6639
|
"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",
|
|
@@ -6371,7 +6647,13 @@
|
|
|
6371
6647
|
"parameterCount": 4,
|
|
6372
6648
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6373
6649
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6374
|
-
"isExtensionMethod": false
|
|
6650
|
+
"isExtensionMethod": false,
|
|
6651
|
+
"parameterModifiers": [
|
|
6652
|
+
{
|
|
6653
|
+
"index": 2,
|
|
6654
|
+
"modifier": "out"
|
|
6655
|
+
}
|
|
6656
|
+
]
|
|
6375
6657
|
},
|
|
6376
6658
|
{
|
|
6377
6659
|
"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",
|
|
@@ -6385,7 +6667,13 @@
|
|
|
6385
6667
|
"parameterCount": 5,
|
|
6386
6668
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6387
6669
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6388
|
-
"isExtensionMethod": false
|
|
6670
|
+
"isExtensionMethod": false,
|
|
6671
|
+
"parameterModifiers": [
|
|
6672
|
+
{
|
|
6673
|
+
"index": 3,
|
|
6674
|
+
"modifier": "out"
|
|
6675
|
+
}
|
|
6676
|
+
]
|
|
6389
6677
|
},
|
|
6390
6678
|
{
|
|
6391
6679
|
"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",
|
|
@@ -6399,7 +6687,13 @@
|
|
|
6399
6687
|
"parameterCount": 4,
|
|
6400
6688
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6401
6689
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6402
|
-
"isExtensionMethod": false
|
|
6690
|
+
"isExtensionMethod": false,
|
|
6691
|
+
"parameterModifiers": [
|
|
6692
|
+
{
|
|
6693
|
+
"index": 2,
|
|
6694
|
+
"modifier": "out"
|
|
6695
|
+
}
|
|
6696
|
+
]
|
|
6403
6697
|
},
|
|
6404
6698
|
{
|
|
6405
6699
|
"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",
|
|
@@ -6413,7 +6707,13 @@
|
|
|
6413
6707
|
"parameterCount": 4,
|
|
6414
6708
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6415
6709
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6416
|
-
"isExtensionMethod": false
|
|
6710
|
+
"isExtensionMethod": false,
|
|
6711
|
+
"parameterModifiers": [
|
|
6712
|
+
{
|
|
6713
|
+
"index": 2,
|
|
6714
|
+
"modifier": "out"
|
|
6715
|
+
}
|
|
6716
|
+
]
|
|
6417
6717
|
},
|
|
6418
6718
|
{
|
|
6419
6719
|
"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",
|
|
@@ -6427,7 +6727,17 @@
|
|
|
6427
6727
|
"parameterCount": 6,
|
|
6428
6728
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6429
6729
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6430
|
-
"isExtensionMethod": false
|
|
6730
|
+
"isExtensionMethod": false,
|
|
6731
|
+
"parameterModifiers": [
|
|
6732
|
+
{
|
|
6733
|
+
"index": 3,
|
|
6734
|
+
"modifier": "out"
|
|
6735
|
+
},
|
|
6736
|
+
{
|
|
6737
|
+
"index": 4,
|
|
6738
|
+
"modifier": "out"
|
|
6739
|
+
}
|
|
6740
|
+
]
|
|
6431
6741
|
},
|
|
6432
6742
|
{
|
|
6433
6743
|
"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[]",
|
|
@@ -6441,7 +6751,13 @@
|
|
|
6441
6751
|
"parameterCount": 4,
|
|
6442
6752
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6443
6753
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6444
|
-
"isExtensionMethod": false
|
|
6754
|
+
"isExtensionMethod": false,
|
|
6755
|
+
"parameterModifiers": [
|
|
6756
|
+
{
|
|
6757
|
+
"index": 2,
|
|
6758
|
+
"modifier": "out"
|
|
6759
|
+
}
|
|
6760
|
+
]
|
|
6445
6761
|
},
|
|
6446
6762
|
{
|
|
6447
6763
|
"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",
|
|
@@ -6455,7 +6771,17 @@
|
|
|
6455
6771
|
"parameterCount": 5,
|
|
6456
6772
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6457
6773
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6458
|
-
"isExtensionMethod": false
|
|
6774
|
+
"isExtensionMethod": false,
|
|
6775
|
+
"parameterModifiers": [
|
|
6776
|
+
{
|
|
6777
|
+
"index": 2,
|
|
6778
|
+
"modifier": "out"
|
|
6779
|
+
},
|
|
6780
|
+
{
|
|
6781
|
+
"index": 3,
|
|
6782
|
+
"modifier": "out"
|
|
6783
|
+
}
|
|
6784
|
+
]
|
|
6459
6785
|
},
|
|
6460
6786
|
{
|
|
6461
6787
|
"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",
|
|
@@ -6469,7 +6795,13 @@
|
|
|
6469
6795
|
"parameterCount": 4,
|
|
6470
6796
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6471
6797
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6472
|
-
"isExtensionMethod": false
|
|
6798
|
+
"isExtensionMethod": false,
|
|
6799
|
+
"parameterModifiers": [
|
|
6800
|
+
{
|
|
6801
|
+
"index": 2,
|
|
6802
|
+
"modifier": "out"
|
|
6803
|
+
}
|
|
6804
|
+
]
|
|
6473
6805
|
},
|
|
6474
6806
|
{
|
|
6475
6807
|
"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",
|
|
@@ -6483,7 +6815,21 @@
|
|
|
6483
6815
|
"parameterCount": 6,
|
|
6484
6816
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6485
6817
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6486
|
-
"isExtensionMethod": false
|
|
6818
|
+
"isExtensionMethod": false,
|
|
6819
|
+
"parameterModifiers": [
|
|
6820
|
+
{
|
|
6821
|
+
"index": 2,
|
|
6822
|
+
"modifier": "out"
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"index": 3,
|
|
6826
|
+
"modifier": "out"
|
|
6827
|
+
},
|
|
6828
|
+
{
|
|
6829
|
+
"index": 4,
|
|
6830
|
+
"modifier": "out"
|
|
6831
|
+
}
|
|
6832
|
+
]
|
|
6487
6833
|
},
|
|
6488
6834
|
{
|
|
6489
6835
|
"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",
|
|
@@ -6497,7 +6843,21 @@
|
|
|
6497
6843
|
"parameterCount": 7,
|
|
6498
6844
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6499
6845
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6500
|
-
"isExtensionMethod": false
|
|
6846
|
+
"isExtensionMethod": false,
|
|
6847
|
+
"parameterModifiers": [
|
|
6848
|
+
{
|
|
6849
|
+
"index": 2,
|
|
6850
|
+
"modifier": "out"
|
|
6851
|
+
},
|
|
6852
|
+
{
|
|
6853
|
+
"index": 3,
|
|
6854
|
+
"modifier": "out"
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"index": 4,
|
|
6858
|
+
"modifier": "out"
|
|
6859
|
+
}
|
|
6860
|
+
]
|
|
6501
6861
|
},
|
|
6502
6862
|
{
|
|
6503
6863
|
"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",
|
|
@@ -6511,7 +6871,17 @@
|
|
|
6511
6871
|
"parameterCount": 5,
|
|
6512
6872
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6513
6873
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6514
|
-
"isExtensionMethod": false
|
|
6874
|
+
"isExtensionMethod": false,
|
|
6875
|
+
"parameterModifiers": [
|
|
6876
|
+
{
|
|
6877
|
+
"index": 3,
|
|
6878
|
+
"modifier": "out"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"index": 4,
|
|
6882
|
+
"modifier": "out"
|
|
6883
|
+
}
|
|
6884
|
+
]
|
|
6515
6885
|
},
|
|
6516
6886
|
{
|
|
6517
6887
|
"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",
|
|
@@ -6525,7 +6895,17 @@
|
|
|
6525
6895
|
"parameterCount": 6,
|
|
6526
6896
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6527
6897
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6528
|
-
"isExtensionMethod": false
|
|
6898
|
+
"isExtensionMethod": false,
|
|
6899
|
+
"parameterModifiers": [
|
|
6900
|
+
{
|
|
6901
|
+
"index": 4,
|
|
6902
|
+
"modifier": "out"
|
|
6903
|
+
},
|
|
6904
|
+
{
|
|
6905
|
+
"index": 5,
|
|
6906
|
+
"modifier": "out"
|
|
6907
|
+
}
|
|
6908
|
+
]
|
|
6529
6909
|
},
|
|
6530
6910
|
{
|
|
6531
6911
|
"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",
|
|
@@ -6539,7 +6919,17 @@
|
|
|
6539
6919
|
"parameterCount": 7,
|
|
6540
6920
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6541
6921
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6542
|
-
"isExtensionMethod": false
|
|
6922
|
+
"isExtensionMethod": false,
|
|
6923
|
+
"parameterModifiers": [
|
|
6924
|
+
{
|
|
6925
|
+
"index": 4,
|
|
6926
|
+
"modifier": "out"
|
|
6927
|
+
},
|
|
6928
|
+
{
|
|
6929
|
+
"index": 5,
|
|
6930
|
+
"modifier": "out"
|
|
6931
|
+
}
|
|
6932
|
+
]
|
|
6543
6933
|
},
|
|
6544
6934
|
{
|
|
6545
6935
|
"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",
|
|
@@ -6553,7 +6943,13 @@
|
|
|
6553
6943
|
"parameterCount": 5,
|
|
6554
6944
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6555
6945
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6556
|
-
"isExtensionMethod": false
|
|
6946
|
+
"isExtensionMethod": false,
|
|
6947
|
+
"parameterModifiers": [
|
|
6948
|
+
{
|
|
6949
|
+
"index": 3,
|
|
6950
|
+
"modifier": "out"
|
|
6951
|
+
}
|
|
6952
|
+
]
|
|
6557
6953
|
},
|
|
6558
6954
|
{
|
|
6559
6955
|
"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",
|
|
@@ -6567,7 +6963,13 @@
|
|
|
6567
6963
|
"parameterCount": 5,
|
|
6568
6964
|
"declaringClrType": "System.Formats.Asn1.AsnDecoder",
|
|
6569
6965
|
"declaringAssemblyName": "System.Formats.Asn1",
|
|
6570
|
-
"isExtensionMethod": false
|
|
6966
|
+
"isExtensionMethod": false,
|
|
6967
|
+
"parameterModifiers": [
|
|
6968
|
+
{
|
|
6969
|
+
"index": 2,
|
|
6970
|
+
"modifier": "out"
|
|
6971
|
+
}
|
|
6972
|
+
]
|
|
6571
6973
|
}
|
|
6572
6974
|
],
|
|
6573
6975
|
"properties": [],
|