@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
|
@@ -693,7 +693,17 @@
|
|
|
693
693
|
"isSealed": false,
|
|
694
694
|
"arity": 0,
|
|
695
695
|
"parameterCount": 3,
|
|
696
|
-
"isExtensionMethod": false
|
|
696
|
+
"isExtensionMethod": false,
|
|
697
|
+
"parameterModifiers": [
|
|
698
|
+
{
|
|
699
|
+
"index": 0,
|
|
700
|
+
"modifier": "ref"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"index": 1,
|
|
704
|
+
"modifier": "out"
|
|
705
|
+
}
|
|
706
|
+
]
|
|
697
707
|
}
|
|
698
708
|
],
|
|
699
709
|
"properties": [
|
|
@@ -889,7 +899,13 @@
|
|
|
889
899
|
{
|
|
890
900
|
"normalizedSignature": "constructor|(ReadOnlySequence_1\u0026):void|static=false",
|
|
891
901
|
"isStatic": false,
|
|
892
|
-
"parameterCount": 1
|
|
902
|
+
"parameterCount": 1,
|
|
903
|
+
"parameterModifiers": [
|
|
904
|
+
{
|
|
905
|
+
"index": 0,
|
|
906
|
+
"modifier": "in"
|
|
907
|
+
}
|
|
908
|
+
]
|
|
893
909
|
}
|
|
894
910
|
]
|
|
895
911
|
},
|
|
@@ -918,7 +934,13 @@
|
|
|
918
934
|
"isSealed": false,
|
|
919
935
|
"arity": 0,
|
|
920
936
|
"parameterCount": 1,
|
|
921
|
-
"isExtensionMethod": false
|
|
937
|
+
"isExtensionMethod": false,
|
|
938
|
+
"parameterModifiers": [
|
|
939
|
+
{
|
|
940
|
+
"index": 0,
|
|
941
|
+
"modifier": "out"
|
|
942
|
+
}
|
|
943
|
+
]
|
|
922
944
|
},
|
|
923
945
|
{
|
|
924
946
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryPeek(System.Int64,T\u0026):System.Boolean",
|
|
@@ -934,7 +956,13 @@
|
|
|
934
956
|
"isSealed": false,
|
|
935
957
|
"arity": 0,
|
|
936
958
|
"parameterCount": 2,
|
|
937
|
-
"isExtensionMethod": false
|
|
959
|
+
"isExtensionMethod": false,
|
|
960
|
+
"parameterModifiers": [
|
|
961
|
+
{
|
|
962
|
+
"index": 1,
|
|
963
|
+
"modifier": "out"
|
|
964
|
+
}
|
|
965
|
+
]
|
|
938
966
|
},
|
|
939
967
|
{
|
|
940
968
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryRead(T\u0026):System.Boolean",
|
|
@@ -950,7 +978,13 @@
|
|
|
950
978
|
"isSealed": false,
|
|
951
979
|
"arity": 0,
|
|
952
980
|
"parameterCount": 1,
|
|
953
|
-
"isExtensionMethod": false
|
|
981
|
+
"isExtensionMethod": false,
|
|
982
|
+
"parameterModifiers": [
|
|
983
|
+
{
|
|
984
|
+
"index": 0,
|
|
985
|
+
"modifier": "out"
|
|
986
|
+
}
|
|
987
|
+
]
|
|
954
988
|
},
|
|
955
989
|
{
|
|
956
990
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::Rewind(System.Int64):System.Void",
|
|
@@ -1014,7 +1048,13 @@
|
|
|
1014
1048
|
"isSealed": false,
|
|
1015
1049
|
"arity": 0,
|
|
1016
1050
|
"parameterCount": 3,
|
|
1017
|
-
"isExtensionMethod": false
|
|
1051
|
+
"isExtensionMethod": false,
|
|
1052
|
+
"parameterModifiers": [
|
|
1053
|
+
{
|
|
1054
|
+
"index": 0,
|
|
1055
|
+
"modifier": "out"
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
1018
1058
|
},
|
|
1019
1059
|
{
|
|
1020
1060
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadTo(ReadOnlySpan_1\u0026,T,T,System.Boolean):System.Boolean",
|
|
@@ -1030,7 +1070,13 @@
|
|
|
1030
1070
|
"isSealed": false,
|
|
1031
1071
|
"arity": 0,
|
|
1032
1072
|
"parameterCount": 4,
|
|
1033
|
-
"isExtensionMethod": false
|
|
1073
|
+
"isExtensionMethod": false,
|
|
1074
|
+
"parameterModifiers": [
|
|
1075
|
+
{
|
|
1076
|
+
"index": 0,
|
|
1077
|
+
"modifier": "out"
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1034
1080
|
},
|
|
1035
1081
|
{
|
|
1036
1082
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadTo(ReadOnlySequence_1\u0026,T,System.Boolean):System.Boolean",
|
|
@@ -1046,7 +1092,13 @@
|
|
|
1046
1092
|
"isSealed": false,
|
|
1047
1093
|
"arity": 0,
|
|
1048
1094
|
"parameterCount": 3,
|
|
1049
|
-
"isExtensionMethod": false
|
|
1095
|
+
"isExtensionMethod": false,
|
|
1096
|
+
"parameterModifiers": [
|
|
1097
|
+
{
|
|
1098
|
+
"index": 0,
|
|
1099
|
+
"modifier": "out"
|
|
1100
|
+
}
|
|
1101
|
+
]
|
|
1050
1102
|
},
|
|
1051
1103
|
{
|
|
1052
1104
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadTo(ReadOnlySequence_1\u0026,T,T,System.Boolean):System.Boolean",
|
|
@@ -1062,7 +1114,13 @@
|
|
|
1062
1114
|
"isSealed": false,
|
|
1063
1115
|
"arity": 0,
|
|
1064
1116
|
"parameterCount": 4,
|
|
1065
|
-
"isExtensionMethod": false
|
|
1117
|
+
"isExtensionMethod": false,
|
|
1118
|
+
"parameterModifiers": [
|
|
1119
|
+
{
|
|
1120
|
+
"index": 0,
|
|
1121
|
+
"modifier": "out"
|
|
1122
|
+
}
|
|
1123
|
+
]
|
|
1066
1124
|
},
|
|
1067
1125
|
{
|
|
1068
1126
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadToAny(ReadOnlySpan_1\u0026,ReadOnlySpan_1,System.Boolean):System.Boolean",
|
|
@@ -1078,7 +1136,13 @@
|
|
|
1078
1136
|
"isSealed": false,
|
|
1079
1137
|
"arity": 0,
|
|
1080
1138
|
"parameterCount": 3,
|
|
1081
|
-
"isExtensionMethod": false
|
|
1139
|
+
"isExtensionMethod": false,
|
|
1140
|
+
"parameterModifiers": [
|
|
1141
|
+
{
|
|
1142
|
+
"index": 0,
|
|
1143
|
+
"modifier": "out"
|
|
1144
|
+
}
|
|
1145
|
+
]
|
|
1082
1146
|
},
|
|
1083
1147
|
{
|
|
1084
1148
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadToAny(ReadOnlySequence_1\u0026,ReadOnlySpan_1,System.Boolean):System.Boolean",
|
|
@@ -1094,7 +1158,13 @@
|
|
|
1094
1158
|
"isSealed": false,
|
|
1095
1159
|
"arity": 0,
|
|
1096
1160
|
"parameterCount": 3,
|
|
1097
|
-
"isExtensionMethod": false
|
|
1161
|
+
"isExtensionMethod": false,
|
|
1162
|
+
"parameterModifiers": [
|
|
1163
|
+
{
|
|
1164
|
+
"index": 0,
|
|
1165
|
+
"modifier": "out"
|
|
1166
|
+
}
|
|
1167
|
+
]
|
|
1098
1168
|
},
|
|
1099
1169
|
{
|
|
1100
1170
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadTo(ReadOnlySpan_1\u0026,ReadOnlySpan_1,System.Boolean):System.Boolean",
|
|
@@ -1110,7 +1180,13 @@
|
|
|
1110
1180
|
"isSealed": false,
|
|
1111
1181
|
"arity": 0,
|
|
1112
1182
|
"parameterCount": 3,
|
|
1113
|
-
"isExtensionMethod": false
|
|
1183
|
+
"isExtensionMethod": false,
|
|
1184
|
+
"parameterModifiers": [
|
|
1185
|
+
{
|
|
1186
|
+
"index": 0,
|
|
1187
|
+
"modifier": "out"
|
|
1188
|
+
}
|
|
1189
|
+
]
|
|
1114
1190
|
},
|
|
1115
1191
|
{
|
|
1116
1192
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadTo(ReadOnlySequence_1\u0026,ReadOnlySpan_1,System.Boolean):System.Boolean",
|
|
@@ -1126,7 +1202,13 @@
|
|
|
1126
1202
|
"isSealed": false,
|
|
1127
1203
|
"arity": 0,
|
|
1128
1204
|
"parameterCount": 3,
|
|
1129
|
-
"isExtensionMethod": false
|
|
1205
|
+
"isExtensionMethod": false,
|
|
1206
|
+
"parameterModifiers": [
|
|
1207
|
+
{
|
|
1208
|
+
"index": 0,
|
|
1209
|
+
"modifier": "out"
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1130
1212
|
},
|
|
1131
1213
|
{
|
|
1132
1214
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryReadExact(System.Int32,ReadOnlySequence_1\u0026):System.Boolean",
|
|
@@ -1142,7 +1224,13 @@
|
|
|
1142
1224
|
"isSealed": false,
|
|
1143
1225
|
"arity": 0,
|
|
1144
1226
|
"parameterCount": 2,
|
|
1145
|
-
"isExtensionMethod": false
|
|
1227
|
+
"isExtensionMethod": false,
|
|
1228
|
+
"parameterModifiers": [
|
|
1229
|
+
{
|
|
1230
|
+
"index": 1,
|
|
1231
|
+
"modifier": "out"
|
|
1232
|
+
}
|
|
1233
|
+
]
|
|
1146
1234
|
},
|
|
1147
1235
|
{
|
|
1148
1236
|
"stableId": "System.Memory:System.Buffers.SequenceReader\u00601::TryAdvanceTo(T,System.Boolean):System.Boolean",
|
|
@@ -1524,7 +1612,13 @@
|
|
|
1524
1612
|
"isSealed": false,
|
|
1525
1613
|
"arity": 0,
|
|
1526
1614
|
"parameterCount": 2,
|
|
1527
|
-
"isExtensionMethod": false
|
|
1615
|
+
"isExtensionMethod": false,
|
|
1616
|
+
"parameterModifiers": [
|
|
1617
|
+
{
|
|
1618
|
+
"index": 1,
|
|
1619
|
+
"modifier": "out"
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1528
1622
|
},
|
|
1529
1623
|
{
|
|
1530
1624
|
"stableId": "System.Private.CoreLib:System.Buffers.StandardFormat::Equals(System.Object):System.Boolean",
|
|
@@ -2396,7 +2490,13 @@
|
|
|
2396
2490
|
"isSealed": false,
|
|
2397
2491
|
"arity": 1,
|
|
2398
2492
|
"parameterCount": 2,
|
|
2399
|
-
"isExtensionMethod": true
|
|
2493
|
+
"isExtensionMethod": true,
|
|
2494
|
+
"parameterModifiers": [
|
|
2495
|
+
{
|
|
2496
|
+
"index": 0,
|
|
2497
|
+
"modifier": "in"
|
|
2498
|
+
}
|
|
2499
|
+
]
|
|
2400
2500
|
},
|
|
2401
2501
|
{
|
|
2402
2502
|
"stableId": "System.Memory:System.Buffers.BuffersExtensions::CopyTo(ReadOnlySequence_1\u0026,Span_1):System.Void",
|
|
@@ -2412,7 +2512,13 @@
|
|
|
2412
2512
|
"isSealed": false,
|
|
2413
2513
|
"arity": 1,
|
|
2414
2514
|
"parameterCount": 2,
|
|
2415
|
-
"isExtensionMethod": true
|
|
2515
|
+
"isExtensionMethod": true,
|
|
2516
|
+
"parameterModifiers": [
|
|
2517
|
+
{
|
|
2518
|
+
"index": 0,
|
|
2519
|
+
"modifier": "in"
|
|
2520
|
+
}
|
|
2521
|
+
]
|
|
2416
2522
|
},
|
|
2417
2523
|
{
|
|
2418
2524
|
"stableId": "System.Memory:System.Buffers.BuffersExtensions::ToArray(ReadOnlySequence_1\u0026):T[]",
|
|
@@ -2428,7 +2534,13 @@
|
|
|
2428
2534
|
"isSealed": false,
|
|
2429
2535
|
"arity": 1,
|
|
2430
2536
|
"parameterCount": 1,
|
|
2431
|
-
"isExtensionMethod": true
|
|
2537
|
+
"isExtensionMethod": true,
|
|
2538
|
+
"parameterModifiers": [
|
|
2539
|
+
{
|
|
2540
|
+
"index": 0,
|
|
2541
|
+
"modifier": "in"
|
|
2542
|
+
}
|
|
2543
|
+
]
|
|
2432
2544
|
},
|
|
2433
2545
|
{
|
|
2434
2546
|
"stableId": "System.Memory:System.Buffers.BuffersExtensions::Write(IBufferWriter_1,ReadOnlySpan_1):System.Void",
|
|
@@ -2542,7 +2654,17 @@
|
|
|
2542
2654
|
"isSealed": false,
|
|
2543
2655
|
"arity": 0,
|
|
2544
2656
|
"parameterCount": 2,
|
|
2545
|
-
"isExtensionMethod": true
|
|
2657
|
+
"isExtensionMethod": true,
|
|
2658
|
+
"parameterModifiers": [
|
|
2659
|
+
{
|
|
2660
|
+
"index": 0,
|
|
2661
|
+
"modifier": "ref"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"index": 1,
|
|
2665
|
+
"modifier": "out"
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2546
2668
|
},
|
|
2547
2669
|
{
|
|
2548
2670
|
"stableId": "System.Memory:System.Buffers.SequenceReaderExtensions::TryReadBigEndian(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int16\u0026):System.Boolean",
|
|
@@ -2558,7 +2680,17 @@
|
|
|
2558
2680
|
"isSealed": false,
|
|
2559
2681
|
"arity": 0,
|
|
2560
2682
|
"parameterCount": 2,
|
|
2561
|
-
"isExtensionMethod": true
|
|
2683
|
+
"isExtensionMethod": true,
|
|
2684
|
+
"parameterModifiers": [
|
|
2685
|
+
{
|
|
2686
|
+
"index": 0,
|
|
2687
|
+
"modifier": "ref"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"index": 1,
|
|
2691
|
+
"modifier": "out"
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2562
2694
|
},
|
|
2563
2695
|
{
|
|
2564
2696
|
"stableId": "System.Memory:System.Buffers.SequenceReaderExtensions::TryReadLittleEndian(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2574,7 +2706,17 @@
|
|
|
2574
2706
|
"isSealed": false,
|
|
2575
2707
|
"arity": 0,
|
|
2576
2708
|
"parameterCount": 2,
|
|
2577
|
-
"isExtensionMethod": true
|
|
2709
|
+
"isExtensionMethod": true,
|
|
2710
|
+
"parameterModifiers": [
|
|
2711
|
+
{
|
|
2712
|
+
"index": 0,
|
|
2713
|
+
"modifier": "ref"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"index": 1,
|
|
2717
|
+
"modifier": "out"
|
|
2718
|
+
}
|
|
2719
|
+
]
|
|
2578
2720
|
},
|
|
2579
2721
|
{
|
|
2580
2722
|
"stableId": "System.Memory:System.Buffers.SequenceReaderExtensions::TryReadBigEndian(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2590,7 +2732,17 @@
|
|
|
2590
2732
|
"isSealed": false,
|
|
2591
2733
|
"arity": 0,
|
|
2592
2734
|
"parameterCount": 2,
|
|
2593
|
-
"isExtensionMethod": true
|
|
2735
|
+
"isExtensionMethod": true,
|
|
2736
|
+
"parameterModifiers": [
|
|
2737
|
+
{
|
|
2738
|
+
"index": 0,
|
|
2739
|
+
"modifier": "ref"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"index": 1,
|
|
2743
|
+
"modifier": "out"
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2594
2746
|
},
|
|
2595
2747
|
{
|
|
2596
2748
|
"stableId": "System.Memory:System.Buffers.SequenceReaderExtensions::TryReadLittleEndian(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int64\u0026):System.Boolean",
|
|
@@ -2606,7 +2758,17 @@
|
|
|
2606
2758
|
"isSealed": false,
|
|
2607
2759
|
"arity": 0,
|
|
2608
2760
|
"parameterCount": 2,
|
|
2609
|
-
"isExtensionMethod": true
|
|
2761
|
+
"isExtensionMethod": true,
|
|
2762
|
+
"parameterModifiers": [
|
|
2763
|
+
{
|
|
2764
|
+
"index": 0,
|
|
2765
|
+
"modifier": "ref"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"index": 1,
|
|
2769
|
+
"modifier": "out"
|
|
2770
|
+
}
|
|
2771
|
+
]
|
|
2610
2772
|
},
|
|
2611
2773
|
{
|
|
2612
2774
|
"stableId": "System.Memory:System.Buffers.SequenceReaderExtensions::TryReadBigEndian(System.Buffers.SequenceReader_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Int64\u0026):System.Boolean",
|
|
@@ -2622,7 +2784,17 @@
|
|
|
2622
2784
|
"isSealed": false,
|
|
2623
2785
|
"arity": 0,
|
|
2624
2786
|
"parameterCount": 2,
|
|
2625
|
-
"isExtensionMethod": true
|
|
2787
|
+
"isExtensionMethod": true,
|
|
2788
|
+
"parameterModifiers": [
|
|
2789
|
+
{
|
|
2790
|
+
"index": 0,
|
|
2791
|
+
"modifier": "ref"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"index": 1,
|
|
2795
|
+
"modifier": "out"
|
|
2796
|
+
}
|
|
2797
|
+
]
|
|
2626
2798
|
}
|
|
2627
2799
|
],
|
|
2628
2800
|
"properties": [],
|