@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
|
@@ -686,7 +686,17 @@
|
|
|
686
686
|
"parameterCount": 3,
|
|
687
687
|
"declaringClrType": "System.Text.Rune",
|
|
688
688
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
689
|
-
"isExtensionMethod": false
|
|
689
|
+
"isExtensionMethod": false,
|
|
690
|
+
"parameterModifiers": [
|
|
691
|
+
{
|
|
692
|
+
"index": 1,
|
|
693
|
+
"modifier": "out"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"index": 2,
|
|
697
|
+
"modifier": "out"
|
|
698
|
+
}
|
|
699
|
+
]
|
|
690
700
|
},
|
|
691
701
|
{
|
|
692
702
|
"stableId": "System.Private.CoreLib:System.Text.Rune::DecodeFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -700,7 +710,17 @@
|
|
|
700
710
|
"parameterCount": 3,
|
|
701
711
|
"declaringClrType": "System.Text.Rune",
|
|
702
712
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
703
|
-
"isExtensionMethod": false
|
|
713
|
+
"isExtensionMethod": false,
|
|
714
|
+
"parameterModifiers": [
|
|
715
|
+
{
|
|
716
|
+
"index": 1,
|
|
717
|
+
"modifier": "out"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"index": 2,
|
|
721
|
+
"modifier": "out"
|
|
722
|
+
}
|
|
723
|
+
]
|
|
704
724
|
},
|
|
705
725
|
{
|
|
706
726
|
"stableId": "System.Private.CoreLib:System.Text.Rune::DecodeLastFromUtf16(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -714,7 +734,17 @@
|
|
|
714
734
|
"parameterCount": 3,
|
|
715
735
|
"declaringClrType": "System.Text.Rune",
|
|
716
736
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
717
|
-
"isExtensionMethod": false
|
|
737
|
+
"isExtensionMethod": false,
|
|
738
|
+
"parameterModifiers": [
|
|
739
|
+
{
|
|
740
|
+
"index": 1,
|
|
741
|
+
"modifier": "out"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"index": 2,
|
|
745
|
+
"modifier": "out"
|
|
746
|
+
}
|
|
747
|
+
]
|
|
718
748
|
},
|
|
719
749
|
{
|
|
720
750
|
"stableId": "System.Private.CoreLib:System.Text.Rune::DecodeLastFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -728,7 +758,17 @@
|
|
|
728
758
|
"parameterCount": 3,
|
|
729
759
|
"declaringClrType": "System.Text.Rune",
|
|
730
760
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
731
|
-
"isExtensionMethod": false
|
|
761
|
+
"isExtensionMethod": false,
|
|
762
|
+
"parameterModifiers": [
|
|
763
|
+
{
|
|
764
|
+
"index": 1,
|
|
765
|
+
"modifier": "out"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"index": 2,
|
|
769
|
+
"modifier": "out"
|
|
770
|
+
}
|
|
771
|
+
]
|
|
732
772
|
},
|
|
733
773
|
{
|
|
734
774
|
"stableId": "System.Private.CoreLib:System.Text.Rune::EncodeToUtf16(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -868,7 +908,13 @@
|
|
|
868
908
|
"parameterCount": 2,
|
|
869
909
|
"declaringClrType": "System.Text.Rune",
|
|
870
910
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
871
|
-
"isExtensionMethod": false
|
|
911
|
+
"isExtensionMethod": false,
|
|
912
|
+
"parameterModifiers": [
|
|
913
|
+
{
|
|
914
|
+
"index": 1,
|
|
915
|
+
"modifier": "out"
|
|
916
|
+
}
|
|
917
|
+
]
|
|
872
918
|
},
|
|
873
919
|
{
|
|
874
920
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.Char,System.Char,System.Text.Rune\u0026):System.Boolean",
|
|
@@ -882,7 +928,13 @@
|
|
|
882
928
|
"parameterCount": 3,
|
|
883
929
|
"declaringClrType": "System.Text.Rune",
|
|
884
930
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
885
|
-
"isExtensionMethod": false
|
|
931
|
+
"isExtensionMethod": false,
|
|
932
|
+
"parameterModifiers": [
|
|
933
|
+
{
|
|
934
|
+
"index": 2,
|
|
935
|
+
"modifier": "out"
|
|
936
|
+
}
|
|
937
|
+
]
|
|
886
938
|
},
|
|
887
939
|
{
|
|
888
940
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.Int32,System.Text.Rune\u0026):System.Boolean",
|
|
@@ -896,7 +948,13 @@
|
|
|
896
948
|
"parameterCount": 2,
|
|
897
949
|
"declaringClrType": "System.Text.Rune",
|
|
898
950
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
899
|
-
"isExtensionMethod": false
|
|
951
|
+
"isExtensionMethod": false,
|
|
952
|
+
"parameterModifiers": [
|
|
953
|
+
{
|
|
954
|
+
"index": 1,
|
|
955
|
+
"modifier": "out"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
900
958
|
},
|
|
901
959
|
{
|
|
902
960
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.UInt32,System.Text.Rune\u0026):System.Boolean",
|
|
@@ -910,7 +968,13 @@
|
|
|
910
968
|
"parameterCount": 2,
|
|
911
969
|
"declaringClrType": "System.Text.Rune",
|
|
912
970
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
913
|
-
"isExtensionMethod": false
|
|
971
|
+
"isExtensionMethod": false,
|
|
972
|
+
"parameterModifiers": [
|
|
973
|
+
{
|
|
974
|
+
"index": 1,
|
|
975
|
+
"modifier": "out"
|
|
976
|
+
}
|
|
977
|
+
]
|
|
914
978
|
},
|
|
915
979
|
{
|
|
916
980
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryEncodeToUtf16(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -924,7 +988,13 @@
|
|
|
924
988
|
"parameterCount": 2,
|
|
925
989
|
"declaringClrType": "System.Text.Rune",
|
|
926
990
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
927
|
-
"isExtensionMethod": false
|
|
991
|
+
"isExtensionMethod": false,
|
|
992
|
+
"parameterModifiers": [
|
|
993
|
+
{
|
|
994
|
+
"index": 1,
|
|
995
|
+
"modifier": "out"
|
|
996
|
+
}
|
|
997
|
+
]
|
|
928
998
|
},
|
|
929
999
|
{
|
|
930
1000
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryEncodeToUtf8(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -938,7 +1008,13 @@
|
|
|
938
1008
|
"parameterCount": 2,
|
|
939
1009
|
"declaringClrType": "System.Text.Rune",
|
|
940
1010
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
941
|
-
"isExtensionMethod": false
|
|
1011
|
+
"isExtensionMethod": false,
|
|
1012
|
+
"parameterModifiers": [
|
|
1013
|
+
{
|
|
1014
|
+
"index": 1,
|
|
1015
|
+
"modifier": "out"
|
|
1016
|
+
}
|
|
1017
|
+
]
|
|
942
1018
|
},
|
|
943
1019
|
{
|
|
944
1020
|
"stableId": "System.Private.CoreLib:System.Text.Rune::TryGetRuneAt(System.String,System.Int32,System.Text.Rune\u0026):System.Boolean",
|
|
@@ -952,7 +1028,13 @@
|
|
|
952
1028
|
"parameterCount": 3,
|
|
953
1029
|
"declaringClrType": "System.Text.Rune",
|
|
954
1030
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
955
|
-
"isExtensionMethod": false
|
|
1031
|
+
"isExtensionMethod": false,
|
|
1032
|
+
"parameterModifiers": [
|
|
1033
|
+
{
|
|
1034
|
+
"index": 2,
|
|
1035
|
+
"modifier": "out"
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
956
1038
|
},
|
|
957
1039
|
{
|
|
958
1040
|
"stableId": "System.Private.CoreLib:System.Text.Rune::GetNumericValue(System.Text.Rune):System.Double",
|
|
@@ -1232,7 +1314,13 @@
|
|
|
1232
1314
|
"parameterCount": 4,
|
|
1233
1315
|
"declaringClrType": "System.ISpanFormattable",
|
|
1234
1316
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1235
|
-
"isExtensionMethod": false
|
|
1317
|
+
"isExtensionMethod": false,
|
|
1318
|
+
"parameterModifiers": [
|
|
1319
|
+
{
|
|
1320
|
+
"index": 1,
|
|
1321
|
+
"modifier": "out"
|
|
1322
|
+
}
|
|
1323
|
+
]
|
|
1236
1324
|
},
|
|
1237
1325
|
{
|
|
1238
1326
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -1274,7 +1362,13 @@
|
|
|
1274
1362
|
"parameterCount": 3,
|
|
1275
1363
|
"declaringClrType": "System.IUtf8SpanParsable\u00601",
|
|
1276
1364
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1277
|
-
"isExtensionMethod": false
|
|
1365
|
+
"isExtensionMethod": false,
|
|
1366
|
+
"parameterModifiers": [
|
|
1367
|
+
{
|
|
1368
|
+
"index": 2,
|
|
1369
|
+
"modifier": "out"
|
|
1370
|
+
}
|
|
1371
|
+
]
|
|
1278
1372
|
},
|
|
1279
1373
|
{
|
|
1280
1374
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
@@ -1302,7 +1396,13 @@
|
|
|
1302
1396
|
"parameterCount": 4,
|
|
1303
1397
|
"declaringClrType": "System.IUtf8SpanFormattable",
|
|
1304
1398
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1305
|
-
"isExtensionMethod": false
|
|
1399
|
+
"isExtensionMethod": false,
|
|
1400
|
+
"parameterModifiers": [
|
|
1401
|
+
{
|
|
1402
|
+
"index": 1,
|
|
1403
|
+
"modifier": "out"
|
|
1404
|
+
}
|
|
1405
|
+
]
|
|
1306
1406
|
}
|
|
1307
1407
|
],
|
|
1308
1408
|
"properties": [
|
|
@@ -3547,7 +3647,13 @@
|
|
|
3547
3647
|
"parameterCount": 3,
|
|
3548
3648
|
"declaringClrType": "System.Text.ASCIIEncoding",
|
|
3549
3649
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3550
|
-
"isExtensionMethod": false
|
|
3650
|
+
"isExtensionMethod": false,
|
|
3651
|
+
"parameterModifiers": [
|
|
3652
|
+
{
|
|
3653
|
+
"index": 2,
|
|
3654
|
+
"modifier": "out"
|
|
3655
|
+
}
|
|
3656
|
+
]
|
|
3551
3657
|
},
|
|
3552
3658
|
{
|
|
3553
3659
|
"stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32):System.Int32",
|
|
@@ -3645,7 +3751,13 @@
|
|
|
3645
3751
|
"parameterCount": 3,
|
|
3646
3752
|
"declaringClrType": "System.Text.ASCIIEncoding",
|
|
3647
3753
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3648
|
-
"isExtensionMethod": false
|
|
3754
|
+
"isExtensionMethod": false,
|
|
3755
|
+
"parameterModifiers": [
|
|
3756
|
+
{
|
|
3757
|
+
"index": 2,
|
|
3758
|
+
"modifier": "out"
|
|
3759
|
+
}
|
|
3760
|
+
]
|
|
3649
3761
|
},
|
|
3650
3762
|
{
|
|
3651
3763
|
"stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32):System.String",
|
|
@@ -3981,7 +4093,13 @@
|
|
|
3981
4093
|
"parameterCount": 3,
|
|
3982
4094
|
"declaringClrType": "System.Text.ASCIIEncoding",
|
|
3983
4095
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3984
|
-
"isExtensionMethod": false
|
|
4096
|
+
"isExtensionMethod": false,
|
|
4097
|
+
"parameterModifiers": [
|
|
4098
|
+
{
|
|
4099
|
+
"index": 2,
|
|
4100
|
+
"modifier": "out"
|
|
4101
|
+
}
|
|
4102
|
+
]
|
|
3985
4103
|
},
|
|
3986
4104
|
{
|
|
3987
4105
|
"stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
|
|
@@ -3995,7 +4113,13 @@
|
|
|
3995
4113
|
"parameterCount": 3,
|
|
3996
4114
|
"declaringClrType": "System.Text.ASCIIEncoding",
|
|
3997
4115
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3998
|
-
"isExtensionMethod": false
|
|
4116
|
+
"isExtensionMethod": false,
|
|
4117
|
+
"parameterModifiers": [
|
|
4118
|
+
{
|
|
4119
|
+
"index": 2,
|
|
4120
|
+
"modifier": "out"
|
|
4121
|
+
}
|
|
4122
|
+
]
|
|
3999
4123
|
}
|
|
4000
4124
|
],
|
|
4001
4125
|
"properties": [
|
|
@@ -5385,7 +5509,21 @@
|
|
|
5385
5509
|
"parameterCount": 10,
|
|
5386
5510
|
"declaringClrType": "System.Text.Decoder",
|
|
5387
5511
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5388
|
-
"isExtensionMethod": false
|
|
5512
|
+
"isExtensionMethod": false,
|
|
5513
|
+
"parameterModifiers": [
|
|
5514
|
+
{
|
|
5515
|
+
"index": 7,
|
|
5516
|
+
"modifier": "out"
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"index": 8,
|
|
5520
|
+
"modifier": "out"
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"index": 9,
|
|
5524
|
+
"modifier": "out"
|
|
5525
|
+
}
|
|
5526
|
+
]
|
|
5389
5527
|
},
|
|
5390
5528
|
{
|
|
5391
5529
|
"stableId": "System.Private.CoreLib:System.Text.Decoder::Convert(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -5399,7 +5537,21 @@
|
|
|
5399
5537
|
"parameterCount": 8,
|
|
5400
5538
|
"declaringClrType": "System.Text.Decoder",
|
|
5401
5539
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5402
|
-
"isExtensionMethod": false
|
|
5540
|
+
"isExtensionMethod": false,
|
|
5541
|
+
"parameterModifiers": [
|
|
5542
|
+
{
|
|
5543
|
+
"index": 5,
|
|
5544
|
+
"modifier": "out"
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"index": 6,
|
|
5548
|
+
"modifier": "out"
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"index": 7,
|
|
5552
|
+
"modifier": "out"
|
|
5553
|
+
}
|
|
5554
|
+
]
|
|
5403
5555
|
},
|
|
5404
5556
|
{
|
|
5405
5557
|
"stableId": "System.Private.CoreLib:System.Text.Decoder::Convert(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.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -5413,7 +5565,21 @@
|
|
|
5413
5565
|
"parameterCount": 6,
|
|
5414
5566
|
"declaringClrType": "System.Text.Decoder",
|
|
5415
5567
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5416
|
-
"isExtensionMethod": false
|
|
5568
|
+
"isExtensionMethod": false,
|
|
5569
|
+
"parameterModifiers": [
|
|
5570
|
+
{
|
|
5571
|
+
"index": 3,
|
|
5572
|
+
"modifier": "out"
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"index": 4,
|
|
5576
|
+
"modifier": "out"
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
"index": 5,
|
|
5580
|
+
"modifier": "out"
|
|
5581
|
+
}
|
|
5582
|
+
]
|
|
5417
5583
|
}
|
|
5418
5584
|
],
|
|
5419
5585
|
"properties": [
|
|
@@ -7377,7 +7543,21 @@
|
|
|
7377
7543
|
"parameterCount": 10,
|
|
7378
7544
|
"declaringClrType": "System.Text.Encoder",
|
|
7379
7545
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7380
|
-
"isExtensionMethod": false
|
|
7546
|
+
"isExtensionMethod": false,
|
|
7547
|
+
"parameterModifiers": [
|
|
7548
|
+
{
|
|
7549
|
+
"index": 7,
|
|
7550
|
+
"modifier": "out"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"index": 8,
|
|
7554
|
+
"modifier": "out"
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"index": 9,
|
|
7558
|
+
"modifier": "out"
|
|
7559
|
+
}
|
|
7560
|
+
]
|
|
7381
7561
|
},
|
|
7382
7562
|
{
|
|
7383
7563
|
"stableId": "System.Private.CoreLib:System.Text.Encoder::Convert(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -7391,7 +7571,21 @@
|
|
|
7391
7571
|
"parameterCount": 8,
|
|
7392
7572
|
"declaringClrType": "System.Text.Encoder",
|
|
7393
7573
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7394
|
-
"isExtensionMethod": false
|
|
7574
|
+
"isExtensionMethod": false,
|
|
7575
|
+
"parameterModifiers": [
|
|
7576
|
+
{
|
|
7577
|
+
"index": 5,
|
|
7578
|
+
"modifier": "out"
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"index": 6,
|
|
7582
|
+
"modifier": "out"
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"index": 7,
|
|
7586
|
+
"modifier": "out"
|
|
7587
|
+
}
|
|
7588
|
+
]
|
|
7395
7589
|
},
|
|
7396
7590
|
{
|
|
7397
7591
|
"stableId": "System.Private.CoreLib:System.Text.Encoder::Convert(System.ReadOnlySpan_1[[System.Char,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.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -7405,7 +7599,21 @@
|
|
|
7405
7599
|
"parameterCount": 6,
|
|
7406
7600
|
"declaringClrType": "System.Text.Encoder",
|
|
7407
7601
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7408
|
-
"isExtensionMethod": false
|
|
7602
|
+
"isExtensionMethod": false,
|
|
7603
|
+
"parameterModifiers": [
|
|
7604
|
+
{
|
|
7605
|
+
"index": 3,
|
|
7606
|
+
"modifier": "out"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"index": 4,
|
|
7610
|
+
"modifier": "out"
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"index": 5,
|
|
7614
|
+
"modifier": "out"
|
|
7615
|
+
}
|
|
7616
|
+
]
|
|
7409
7617
|
}
|
|
7410
7618
|
],
|
|
7411
7619
|
"properties": [
|
|
@@ -9712,7 +9920,13 @@
|
|
|
9712
9920
|
"parameterCount": 3,
|
|
9713
9921
|
"declaringClrType": "System.Text.Encoding",
|
|
9714
9922
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9715
|
-
"isExtensionMethod": false
|
|
9923
|
+
"isExtensionMethod": false,
|
|
9924
|
+
"parameterModifiers": [
|
|
9925
|
+
{
|
|
9926
|
+
"index": 2,
|
|
9927
|
+
"modifier": "out"
|
|
9928
|
+
}
|
|
9929
|
+
]
|
|
9716
9930
|
},
|
|
9717
9931
|
{
|
|
9718
9932
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::GetCharCount(System.Byte[]):System.Int32",
|
|
@@ -9852,7 +10066,13 @@
|
|
|
9852
10066
|
"parameterCount": 3,
|
|
9853
10067
|
"declaringClrType": "System.Text.Encoding",
|
|
9854
10068
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9855
|
-
"isExtensionMethod": false
|
|
10069
|
+
"isExtensionMethod": false,
|
|
10070
|
+
"parameterModifiers": [
|
|
10071
|
+
{
|
|
10072
|
+
"index": 2,
|
|
10073
|
+
"modifier": "out"
|
|
10074
|
+
}
|
|
10075
|
+
]
|
|
9856
10076
|
},
|
|
9857
10077
|
{
|
|
9858
10078
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::GetString(System.Byte*,System.Int32):System.String",
|
|
@@ -12079,7 +12299,13 @@
|
|
|
12079
12299
|
"parameterCount": 1,
|
|
12080
12300
|
"declaringClrType": "System.Text.StringBuilder",
|
|
12081
12301
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12082
|
-
"isExtensionMethod": false
|
|
12302
|
+
"isExtensionMethod": false,
|
|
12303
|
+
"parameterModifiers": [
|
|
12304
|
+
{
|
|
12305
|
+
"index": 0,
|
|
12306
|
+
"modifier": "ref"
|
|
12307
|
+
}
|
|
12308
|
+
]
|
|
12083
12309
|
},
|
|
12084
12310
|
{
|
|
12085
12311
|
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
@@ -12093,7 +12319,13 @@
|
|
|
12093
12319
|
"parameterCount": 2,
|
|
12094
12320
|
"declaringClrType": "System.Text.StringBuilder",
|
|
12095
12321
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12096
|
-
"isExtensionMethod": false
|
|
12322
|
+
"isExtensionMethod": false,
|
|
12323
|
+
"parameterModifiers": [
|
|
12324
|
+
{
|
|
12325
|
+
"index": 1,
|
|
12326
|
+
"modifier": "ref"
|
|
12327
|
+
}
|
|
12328
|
+
]
|
|
12097
12329
|
},
|
|
12098
12330
|
{
|
|
12099
12331
|
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
@@ -12107,7 +12339,13 @@
|
|
|
12107
12339
|
"parameterCount": 1,
|
|
12108
12340
|
"declaringClrType": "System.Text.StringBuilder",
|
|
12109
12341
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12110
|
-
"isExtensionMethod": false
|
|
12342
|
+
"isExtensionMethod": false,
|
|
12343
|
+
"parameterModifiers": [
|
|
12344
|
+
{
|
|
12345
|
+
"index": 0,
|
|
12346
|
+
"modifier": "ref"
|
|
12347
|
+
}
|
|
12348
|
+
]
|
|
12111
12349
|
},
|
|
12112
12350
|
{
|
|
12113
12351
|
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
@@ -12121,7 +12359,13 @@
|
|
|
12121
12359
|
"parameterCount": 2,
|
|
12122
12360
|
"declaringClrType": "System.Text.StringBuilder",
|
|
12123
12361
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12124
|
-
"isExtensionMethod": false
|
|
12362
|
+
"isExtensionMethod": false,
|
|
12363
|
+
"parameterModifiers": [
|
|
12364
|
+
{
|
|
12365
|
+
"index": 1,
|
|
12366
|
+
"modifier": "ref"
|
|
12367
|
+
}
|
|
12368
|
+
]
|
|
12125
12369
|
},
|
|
12126
12370
|
{
|
|
12127
12371
|
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.Object[]):System.Text.StringBuilder",
|
|
@@ -18224,7 +18468,13 @@
|
|
|
18224
18468
|
"parameterCount": 3,
|
|
18225
18469
|
"declaringClrType": "System.Text.UTF8Encoding",
|
|
18226
18470
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18227
|
-
"isExtensionMethod": false
|
|
18471
|
+
"isExtensionMethod": false,
|
|
18472
|
+
"parameterModifiers": [
|
|
18473
|
+
{
|
|
18474
|
+
"index": 2,
|
|
18475
|
+
"modifier": "out"
|
|
18476
|
+
}
|
|
18477
|
+
]
|
|
18228
18478
|
},
|
|
18229
18479
|
{
|
|
18230
18480
|
"stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32):System.Int32",
|
|
@@ -18322,7 +18572,13 @@
|
|
|
18322
18572
|
"parameterCount": 3,
|
|
18323
18573
|
"declaringClrType": "System.Text.UTF8Encoding",
|
|
18324
18574
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18325
|
-
"isExtensionMethod": false
|
|
18575
|
+
"isExtensionMethod": false,
|
|
18576
|
+
"parameterModifiers": [
|
|
18577
|
+
{
|
|
18578
|
+
"index": 2,
|
|
18579
|
+
"modifier": "out"
|
|
18580
|
+
}
|
|
18581
|
+
]
|
|
18326
18582
|
},
|
|
18327
18583
|
{
|
|
18328
18584
|
"stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetString(System.Byte[],System.Int32,System.Int32):System.String",
|
|
@@ -18700,7 +18956,13 @@
|
|
|
18700
18956
|
"parameterCount": 3,
|
|
18701
18957
|
"declaringClrType": "System.Text.UTF8Encoding",
|
|
18702
18958
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18703
|
-
"isExtensionMethod": false
|
|
18959
|
+
"isExtensionMethod": false,
|
|
18960
|
+
"parameterModifiers": [
|
|
18961
|
+
{
|
|
18962
|
+
"index": 2,
|
|
18963
|
+
"modifier": "out"
|
|
18964
|
+
}
|
|
18965
|
+
]
|
|
18704
18966
|
},
|
|
18705
18967
|
{
|
|
18706
18968
|
"stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
|
|
@@ -18714,7 +18976,13 @@
|
|
|
18714
18976
|
"parameterCount": 3,
|
|
18715
18977
|
"declaringClrType": "System.Text.UTF8Encoding",
|
|
18716
18978
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18717
|
-
"isExtensionMethod": false
|
|
18979
|
+
"isExtensionMethod": false,
|
|
18980
|
+
"parameterModifiers": [
|
|
18981
|
+
{
|
|
18982
|
+
"index": 2,
|
|
18983
|
+
"modifier": "out"
|
|
18984
|
+
}
|
|
18985
|
+
]
|
|
18718
18986
|
}
|
|
18719
18987
|
],
|
|
18720
18988
|
"properties": [
|
|
@@ -19676,7 +19944,13 @@
|
|
|
19676
19944
|
"parameterCount": 3,
|
|
19677
19945
|
"declaringClrType": "System.Text.Ascii",
|
|
19678
19946
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19679
|
-
"isExtensionMethod": false
|
|
19947
|
+
"isExtensionMethod": false,
|
|
19948
|
+
"parameterModifiers": [
|
|
19949
|
+
{
|
|
19950
|
+
"index": 2,
|
|
19951
|
+
"modifier": "out"
|
|
19952
|
+
}
|
|
19953
|
+
]
|
|
19680
19954
|
},
|
|
19681
19955
|
{
|
|
19682
19956
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(System.ReadOnlySpan_1[[System.Char,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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19690,7 +19964,13 @@
|
|
|
19690
19964
|
"parameterCount": 3,
|
|
19691
19965
|
"declaringClrType": "System.Text.Ascii",
|
|
19692
19966
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19693
|
-
"isExtensionMethod": false
|
|
19967
|
+
"isExtensionMethod": false,
|
|
19968
|
+
"parameterModifiers": [
|
|
19969
|
+
{
|
|
19970
|
+
"index": 2,
|
|
19971
|
+
"modifier": "out"
|
|
19972
|
+
}
|
|
19973
|
+
]
|
|
19694
19974
|
},
|
|
19695
19975
|
{
|
|
19696
19976
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19704,7 +19984,13 @@
|
|
|
19704
19984
|
"parameterCount": 3,
|
|
19705
19985
|
"declaringClrType": "System.Text.Ascii",
|
|
19706
19986
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19707
|
-
"isExtensionMethod": false
|
|
19987
|
+
"isExtensionMethod": false,
|
|
19988
|
+
"parameterModifiers": [
|
|
19989
|
+
{
|
|
19990
|
+
"index": 2,
|
|
19991
|
+
"modifier": "out"
|
|
19992
|
+
}
|
|
19993
|
+
]
|
|
19708
19994
|
},
|
|
19709
19995
|
{
|
|
19710
19996
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(System.ReadOnlySpan_1[[System.Char,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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19718,7 +20004,13 @@
|
|
|
19718
20004
|
"parameterCount": 3,
|
|
19719
20005
|
"declaringClrType": "System.Text.Ascii",
|
|
19720
20006
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19721
|
-
"isExtensionMethod": false
|
|
20007
|
+
"isExtensionMethod": false,
|
|
20008
|
+
"parameterModifiers": [
|
|
20009
|
+
{
|
|
20010
|
+
"index": 2,
|
|
20011
|
+
"modifier": "out"
|
|
20012
|
+
}
|
|
20013
|
+
]
|
|
19722
20014
|
},
|
|
19723
20015
|
{
|
|
19724
20016
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19732,7 +20024,13 @@
|
|
|
19732
20024
|
"parameterCount": 3,
|
|
19733
20025
|
"declaringClrType": "System.Text.Ascii",
|
|
19734
20026
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19735
|
-
"isExtensionMethod": false
|
|
20027
|
+
"isExtensionMethod": false,
|
|
20028
|
+
"parameterModifiers": [
|
|
20029
|
+
{
|
|
20030
|
+
"index": 2,
|
|
20031
|
+
"modifier": "out"
|
|
20032
|
+
}
|
|
20033
|
+
]
|
|
19736
20034
|
},
|
|
19737
20035
|
{
|
|
19738
20036
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(System.ReadOnlySpan_1[[System.Char,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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19746,7 +20044,13 @@
|
|
|
19746
20044
|
"parameterCount": 3,
|
|
19747
20045
|
"declaringClrType": "System.Text.Ascii",
|
|
19748
20046
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19749
|
-
"isExtensionMethod": false
|
|
20047
|
+
"isExtensionMethod": false,
|
|
20048
|
+
"parameterModifiers": [
|
|
20049
|
+
{
|
|
20050
|
+
"index": 2,
|
|
20051
|
+
"modifier": "out"
|
|
20052
|
+
}
|
|
20053
|
+
]
|
|
19750
20054
|
},
|
|
19751
20055
|
{
|
|
19752
20056
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19760,7 +20064,13 @@
|
|
|
19760
20064
|
"parameterCount": 3,
|
|
19761
20065
|
"declaringClrType": "System.Text.Ascii",
|
|
19762
20066
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19763
|
-
"isExtensionMethod": false
|
|
20067
|
+
"isExtensionMethod": false,
|
|
20068
|
+
"parameterModifiers": [
|
|
20069
|
+
{
|
|
20070
|
+
"index": 2,
|
|
20071
|
+
"modifier": "out"
|
|
20072
|
+
}
|
|
20073
|
+
]
|
|
19764
20074
|
},
|
|
19765
20075
|
{
|
|
19766
20076
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(System.ReadOnlySpan_1[[System.Char,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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19774,7 +20084,13 @@
|
|
|
19774
20084
|
"parameterCount": 3,
|
|
19775
20085
|
"declaringClrType": "System.Text.Ascii",
|
|
19776
20086
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19777
|
-
"isExtensionMethod": false
|
|
20087
|
+
"isExtensionMethod": false,
|
|
20088
|
+
"parameterModifiers": [
|
|
20089
|
+
{
|
|
20090
|
+
"index": 2,
|
|
20091
|
+
"modifier": "out"
|
|
20092
|
+
}
|
|
20093
|
+
]
|
|
19778
20094
|
},
|
|
19779
20095
|
{
|
|
19780
20096
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLowerInPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19788,7 +20104,13 @@
|
|
|
19788
20104
|
"parameterCount": 2,
|
|
19789
20105
|
"declaringClrType": "System.Text.Ascii",
|
|
19790
20106
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19791
|
-
"isExtensionMethod": false
|
|
20107
|
+
"isExtensionMethod": false,
|
|
20108
|
+
"parameterModifiers": [
|
|
20109
|
+
{
|
|
20110
|
+
"index": 1,
|
|
20111
|
+
"modifier": "out"
|
|
20112
|
+
}
|
|
20113
|
+
]
|
|
19792
20114
|
},
|
|
19793
20115
|
{
|
|
19794
20116
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToLowerInPlace(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19802,7 +20124,13 @@
|
|
|
19802
20124
|
"parameterCount": 2,
|
|
19803
20125
|
"declaringClrType": "System.Text.Ascii",
|
|
19804
20126
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19805
|
-
"isExtensionMethod": false
|
|
20127
|
+
"isExtensionMethod": false,
|
|
20128
|
+
"parameterModifiers": [
|
|
20129
|
+
{
|
|
20130
|
+
"index": 1,
|
|
20131
|
+
"modifier": "out"
|
|
20132
|
+
}
|
|
20133
|
+
]
|
|
19806
20134
|
},
|
|
19807
20135
|
{
|
|
19808
20136
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpperInPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19816,7 +20144,13 @@
|
|
|
19816
20144
|
"parameterCount": 2,
|
|
19817
20145
|
"declaringClrType": "System.Text.Ascii",
|
|
19818
20146
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19819
|
-
"isExtensionMethod": false
|
|
20147
|
+
"isExtensionMethod": false,
|
|
20148
|
+
"parameterModifiers": [
|
|
20149
|
+
{
|
|
20150
|
+
"index": 1,
|
|
20151
|
+
"modifier": "out"
|
|
20152
|
+
}
|
|
20153
|
+
]
|
|
19820
20154
|
},
|
|
19821
20155
|
{
|
|
19822
20156
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpperInPlace(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19830,7 +20164,13 @@
|
|
|
19830
20164
|
"parameterCount": 2,
|
|
19831
20165
|
"declaringClrType": "System.Text.Ascii",
|
|
19832
20166
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19833
|
-
"isExtensionMethod": false
|
|
20167
|
+
"isExtensionMethod": false,
|
|
20168
|
+
"parameterModifiers": [
|
|
20169
|
+
{
|
|
20170
|
+
"index": 1,
|
|
20171
|
+
"modifier": "out"
|
|
20172
|
+
}
|
|
20173
|
+
]
|
|
19834
20174
|
},
|
|
19835
20175
|
{
|
|
19836
20176
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::Equals(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -19956,7 +20296,13 @@
|
|
|
19956
20296
|
"parameterCount": 3,
|
|
19957
20297
|
"declaringClrType": "System.Text.Ascii",
|
|
19958
20298
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19959
|
-
"isExtensionMethod": false
|
|
20299
|
+
"isExtensionMethod": false,
|
|
20300
|
+
"parameterModifiers": [
|
|
20301
|
+
{
|
|
20302
|
+
"index": 2,
|
|
20303
|
+
"modifier": "out"
|
|
20304
|
+
}
|
|
20305
|
+
]
|
|
19960
20306
|
},
|
|
19961
20307
|
{
|
|
19962
20308
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::FromUtf16(System.ReadOnlySpan_1[[System.Char,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.Int32\u0026):System.Buffers.OperationStatus",
|
|
@@ -19970,7 +20316,13 @@
|
|
|
19970
20316
|
"parameterCount": 3,
|
|
19971
20317
|
"declaringClrType": "System.Text.Ascii",
|
|
19972
20318
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19973
|
-
"isExtensionMethod": false
|
|
20319
|
+
"isExtensionMethod": false,
|
|
20320
|
+
"parameterModifiers": [
|
|
20321
|
+
{
|
|
20322
|
+
"index": 2,
|
|
20323
|
+
"modifier": "out"
|
|
20324
|
+
}
|
|
20325
|
+
]
|
|
19974
20326
|
},
|
|
19975
20327
|
{
|
|
19976
20328
|
"stableId": "System.Private.CoreLib:System.Text.Ascii::Trim(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Range",
|
|
@@ -20477,7 +20829,13 @@
|
|
|
20477
20829
|
"parameterCount": 3,
|
|
20478
20830
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20479
20831
|
"declaringAssemblyName": "System.Memory",
|
|
20480
|
-
"isExtensionMethod": true
|
|
20832
|
+
"isExtensionMethod": true,
|
|
20833
|
+
"parameterModifiers": [
|
|
20834
|
+
{
|
|
20835
|
+
"index": 1,
|
|
20836
|
+
"modifier": "in"
|
|
20837
|
+
}
|
|
20838
|
+
]
|
|
20481
20839
|
},
|
|
20482
20840
|
{
|
|
20483
20841
|
"stableId": "System.Memory:System.Text.EncodingExtensions::GetBytes(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -20491,7 +20849,13 @@
|
|
|
20491
20849
|
"parameterCount": 3,
|
|
20492
20850
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20493
20851
|
"declaringAssemblyName": "System.Memory",
|
|
20494
|
-
"isExtensionMethod": true
|
|
20852
|
+
"isExtensionMethod": true,
|
|
20853
|
+
"parameterModifiers": [
|
|
20854
|
+
{
|
|
20855
|
+
"index": 1,
|
|
20856
|
+
"modifier": "in"
|
|
20857
|
+
}
|
|
20858
|
+
]
|
|
20495
20859
|
},
|
|
20496
20860
|
{
|
|
20497
20861
|
"stableId": "System.Memory:System.Text.EncodingExtensions::GetBytes(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Byte[]",
|
|
@@ -20505,7 +20869,13 @@
|
|
|
20505
20869
|
"parameterCount": 2,
|
|
20506
20870
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20507
20871
|
"declaringAssemblyName": "System.Memory",
|
|
20508
|
-
"isExtensionMethod": true
|
|
20872
|
+
"isExtensionMethod": true,
|
|
20873
|
+
"parameterModifiers": [
|
|
20874
|
+
{
|
|
20875
|
+
"index": 1,
|
|
20876
|
+
"modifier": "in"
|
|
20877
|
+
}
|
|
20878
|
+
]
|
|
20509
20879
|
},
|
|
20510
20880
|
{
|
|
20511
20881
|
"stableId": "System.Memory:System.Text.EncodingExtensions::GetChars(System.Text.Encoding,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int64",
|
|
@@ -20533,7 +20903,13 @@
|
|
|
20533
20903
|
"parameterCount": 3,
|
|
20534
20904
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20535
20905
|
"declaringAssemblyName": "System.Memory",
|
|
20536
|
-
"isExtensionMethod": true
|
|
20906
|
+
"isExtensionMethod": true,
|
|
20907
|
+
"parameterModifiers": [
|
|
20908
|
+
{
|
|
20909
|
+
"index": 1,
|
|
20910
|
+
"modifier": "in"
|
|
20911
|
+
}
|
|
20912
|
+
]
|
|
20537
20913
|
},
|
|
20538
20914
|
{
|
|
20539
20915
|
"stableId": "System.Memory:System.Text.EncodingExtensions::GetChars(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -20547,7 +20923,13 @@
|
|
|
20547
20923
|
"parameterCount": 3,
|
|
20548
20924
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20549
20925
|
"declaringAssemblyName": "System.Memory",
|
|
20550
|
-
"isExtensionMethod": true
|
|
20926
|
+
"isExtensionMethod": true,
|
|
20927
|
+
"parameterModifiers": [
|
|
20928
|
+
{
|
|
20929
|
+
"index": 1,
|
|
20930
|
+
"modifier": "in"
|
|
20931
|
+
}
|
|
20932
|
+
]
|
|
20551
20933
|
},
|
|
20552
20934
|
{
|
|
20553
20935
|
"stableId": "System.Memory:System.Text.EncodingExtensions::GetString(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.String",
|
|
@@ -20561,7 +20943,13 @@
|
|
|
20561
20943
|
"parameterCount": 2,
|
|
20562
20944
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20563
20945
|
"declaringAssemblyName": "System.Memory",
|
|
20564
|
-
"isExtensionMethod": true
|
|
20946
|
+
"isExtensionMethod": true,
|
|
20947
|
+
"parameterModifiers": [
|
|
20948
|
+
{
|
|
20949
|
+
"index": 1,
|
|
20950
|
+
"modifier": "in"
|
|
20951
|
+
}
|
|
20952
|
+
]
|
|
20565
20953
|
},
|
|
20566
20954
|
{
|
|
20567
20955
|
"stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Encoder,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -20575,7 +20963,17 @@
|
|
|
20575
20963
|
"parameterCount": 6,
|
|
20576
20964
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20577
20965
|
"declaringAssemblyName": "System.Memory",
|
|
20578
|
-
"isExtensionMethod": true
|
|
20966
|
+
"isExtensionMethod": true,
|
|
20967
|
+
"parameterModifiers": [
|
|
20968
|
+
{
|
|
20969
|
+
"index": 4,
|
|
20970
|
+
"modifier": "out"
|
|
20971
|
+
},
|
|
20972
|
+
{
|
|
20973
|
+
"index": 5,
|
|
20974
|
+
"modifier": "out"
|
|
20975
|
+
}
|
|
20976
|
+
]
|
|
20579
20977
|
},
|
|
20580
20978
|
{
|
|
20581
20979
|
"stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Encoder,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -20589,7 +20987,21 @@
|
|
|
20589
20987
|
"parameterCount": 6,
|
|
20590
20988
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20591
20989
|
"declaringAssemblyName": "System.Memory",
|
|
20592
|
-
"isExtensionMethod": true
|
|
20990
|
+
"isExtensionMethod": true,
|
|
20991
|
+
"parameterModifiers": [
|
|
20992
|
+
{
|
|
20993
|
+
"index": 1,
|
|
20994
|
+
"modifier": "in"
|
|
20995
|
+
},
|
|
20996
|
+
{
|
|
20997
|
+
"index": 4,
|
|
20998
|
+
"modifier": "out"
|
|
20999
|
+
},
|
|
21000
|
+
{
|
|
21001
|
+
"index": 5,
|
|
21002
|
+
"modifier": "out"
|
|
21003
|
+
}
|
|
21004
|
+
]
|
|
20593
21005
|
},
|
|
20594
21006
|
{
|
|
20595
21007
|
"stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Decoder,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -20603,7 +21015,17 @@
|
|
|
20603
21015
|
"parameterCount": 6,
|
|
20604
21016
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20605
21017
|
"declaringAssemblyName": "System.Memory",
|
|
20606
|
-
"isExtensionMethod": true
|
|
21018
|
+
"isExtensionMethod": true,
|
|
21019
|
+
"parameterModifiers": [
|
|
21020
|
+
{
|
|
21021
|
+
"index": 4,
|
|
21022
|
+
"modifier": "out"
|
|
21023
|
+
},
|
|
21024
|
+
{
|
|
21025
|
+
"index": 5,
|
|
21026
|
+
"modifier": "out"
|
|
21027
|
+
}
|
|
21028
|
+
]
|
|
20607
21029
|
},
|
|
20608
21030
|
{
|
|
20609
21031
|
"stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Decoder,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
|
|
@@ -20617,7 +21039,21 @@
|
|
|
20617
21039
|
"parameterCount": 6,
|
|
20618
21040
|
"declaringClrType": "System.Text.EncodingExtensions",
|
|
20619
21041
|
"declaringAssemblyName": "System.Memory",
|
|
20620
|
-
"isExtensionMethod": true
|
|
21042
|
+
"isExtensionMethod": true,
|
|
21043
|
+
"parameterModifiers": [
|
|
21044
|
+
{
|
|
21045
|
+
"index": 1,
|
|
21046
|
+
"modifier": "in"
|
|
21047
|
+
},
|
|
21048
|
+
{
|
|
21049
|
+
"index": 4,
|
|
21050
|
+
"modifier": "out"
|
|
21051
|
+
},
|
|
21052
|
+
{
|
|
21053
|
+
"index": 5,
|
|
21054
|
+
"modifier": "out"
|
|
21055
|
+
}
|
|
21056
|
+
]
|
|
20621
21057
|
}
|
|
20622
21058
|
],
|
|
20623
21059
|
"properties": [],
|