@tsonic/dotnet 0.7.3 → 0.7.6
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 +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- 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 +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- 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.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- 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 +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- 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 +46 -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 +65 -85
- 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.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- 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 +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- 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 +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- 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.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- 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 +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- 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 +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- 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 +337 -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 +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -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 +22 -47
- 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 +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- 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 +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- 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 +77 -99
- 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 +26 -51
- 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 +5 -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 +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- 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 +83 -107
- 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.JavaScript.d.ts +17 -2
- 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.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- 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.Intrinsics.d.ts +29 -8
- 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 +1 -26
- 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.AccessControl.d.ts +23 -6
- 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 +608 -633
- 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 +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- 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 +14 -39
- 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 +142 -167
- 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 +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- 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 +154 -179
- 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.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- 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 +10 -35
- 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 +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -3712,7 +3712,13 @@
|
|
|
3712
3712
|
"isSealed": false,
|
|
3713
3713
|
"arity": 0,
|
|
3714
3714
|
"parameterCount": 2,
|
|
3715
|
-
"isExtensionMethod": false
|
|
3715
|
+
"isExtensionMethod": false,
|
|
3716
|
+
"parameterModifiers": [
|
|
3717
|
+
{
|
|
3718
|
+
"index": 1,
|
|
3719
|
+
"modifier": "out"
|
|
3720
|
+
}
|
|
3721
|
+
]
|
|
3716
3722
|
},
|
|
3717
3723
|
{
|
|
3718
3724
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
|
|
@@ -3728,7 +3734,13 @@
|
|
|
3728
3734
|
"isSealed": false,
|
|
3729
3735
|
"arity": 0,
|
|
3730
3736
|
"parameterCount": 2,
|
|
3731
|
-
"isExtensionMethod": false
|
|
3737
|
+
"isExtensionMethod": false,
|
|
3738
|
+
"parameterModifiers": [
|
|
3739
|
+
{
|
|
3740
|
+
"index": 1,
|
|
3741
|
+
"modifier": "out"
|
|
3742
|
+
}
|
|
3743
|
+
]
|
|
3732
3744
|
},
|
|
3733
3745
|
{
|
|
3734
3746
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
|
|
@@ -3744,7 +3756,13 @@
|
|
|
3744
3756
|
"isSealed": false,
|
|
3745
3757
|
"arity": 0,
|
|
3746
3758
|
"parameterCount": 2,
|
|
3747
|
-
"isExtensionMethod": false
|
|
3759
|
+
"isExtensionMethod": false,
|
|
3760
|
+
"parameterModifiers": [
|
|
3761
|
+
{
|
|
3762
|
+
"index": 1,
|
|
3763
|
+
"modifier": "out"
|
|
3764
|
+
}
|
|
3765
|
+
]
|
|
3748
3766
|
},
|
|
3749
3767
|
{
|
|
3750
3768
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::ToString():System.String",
|
|
@@ -3776,7 +3794,13 @@
|
|
|
3776
3794
|
"isSealed": false,
|
|
3777
3795
|
"arity": 0,
|
|
3778
3796
|
"parameterCount": 2,
|
|
3779
|
-
"isExtensionMethod": false
|
|
3797
|
+
"isExtensionMethod": false,
|
|
3798
|
+
"parameterModifiers": [
|
|
3799
|
+
{
|
|
3800
|
+
"index": 1,
|
|
3801
|
+
"modifier": "out"
|
|
3802
|
+
}
|
|
3803
|
+
]
|
|
3780
3804
|
},
|
|
3781
3805
|
{
|
|
3782
3806
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -3792,7 +3816,13 @@
|
|
|
3792
3816
|
"isSealed": false,
|
|
3793
3817
|
"arity": 0,
|
|
3794
3818
|
"parameterCount": 2,
|
|
3795
|
-
"isExtensionMethod": false
|
|
3819
|
+
"isExtensionMethod": false,
|
|
3820
|
+
"parameterModifiers": [
|
|
3821
|
+
{
|
|
3822
|
+
"index": 1,
|
|
3823
|
+
"modifier": "out"
|
|
3824
|
+
}
|
|
3825
|
+
]
|
|
3796
3826
|
},
|
|
3797
3827
|
{
|
|
3798
3828
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::Equals(System.Net.IPNetwork):System.Boolean",
|
|
@@ -3874,7 +3904,13 @@
|
|
|
3874
3904
|
"arity": 0,
|
|
3875
3905
|
"parameterCount": 4,
|
|
3876
3906
|
"sourceInterface": "System.ISpanFormattable",
|
|
3877
|
-
"isExtensionMethod": false
|
|
3907
|
+
"isExtensionMethod": false,
|
|
3908
|
+
"parameterModifiers": [
|
|
3909
|
+
{
|
|
3910
|
+
"index": 1,
|
|
3911
|
+
"modifier": "out"
|
|
3912
|
+
}
|
|
3913
|
+
]
|
|
3878
3914
|
},
|
|
3879
3915
|
{
|
|
3880
3916
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -3925,7 +3961,13 @@
|
|
|
3925
3961
|
"arity": 0,
|
|
3926
3962
|
"parameterCount": 3,
|
|
3927
3963
|
"sourceInterface": "System.ISpanParsable\u00601",
|
|
3928
|
-
"isExtensionMethod": false
|
|
3964
|
+
"isExtensionMethod": false,
|
|
3965
|
+
"parameterModifiers": [
|
|
3966
|
+
{
|
|
3967
|
+
"index": 2,
|
|
3968
|
+
"modifier": "out"
|
|
3969
|
+
}
|
|
3970
|
+
]
|
|
3929
3971
|
},
|
|
3930
3972
|
{
|
|
3931
3973
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -3959,7 +4001,13 @@
|
|
|
3959
4001
|
"arity": 0,
|
|
3960
4002
|
"parameterCount": 3,
|
|
3961
4003
|
"sourceInterface": "System.IParsable\u00601",
|
|
3962
|
-
"isExtensionMethod": false
|
|
4004
|
+
"isExtensionMethod": false,
|
|
4005
|
+
"parameterModifiers": [
|
|
4006
|
+
{
|
|
4007
|
+
"index": 2,
|
|
4008
|
+
"modifier": "out"
|
|
4009
|
+
}
|
|
4010
|
+
]
|
|
3963
4011
|
},
|
|
3964
4012
|
{
|
|
3965
4013
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
@@ -3976,7 +4024,13 @@
|
|
|
3976
4024
|
"arity": 0,
|
|
3977
4025
|
"parameterCount": 4,
|
|
3978
4026
|
"sourceInterface": "System.IUtf8SpanFormattable",
|
|
3979
|
-
"isExtensionMethod": false
|
|
4027
|
+
"isExtensionMethod": false,
|
|
4028
|
+
"parameterModifiers": [
|
|
4029
|
+
{
|
|
4030
|
+
"index": 1,
|
|
4031
|
+
"modifier": "out"
|
|
4032
|
+
}
|
|
4033
|
+
]
|
|
3980
4034
|
},
|
|
3981
4035
|
{
|
|
3982
4036
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
|
|
@@ -4010,7 +4064,13 @@
|
|
|
4010
4064
|
"arity": 0,
|
|
4011
4065
|
"parameterCount": 3,
|
|
4012
4066
|
"sourceInterface": "System.IUtf8SpanParsable\u00601",
|
|
4013
|
-
"isExtensionMethod": false
|
|
4067
|
+
"isExtensionMethod": false,
|
|
4068
|
+
"parameterModifiers": [
|
|
4069
|
+
{
|
|
4070
|
+
"index": 2,
|
|
4071
|
+
"modifier": "out"
|
|
4072
|
+
}
|
|
4073
|
+
]
|
|
4014
4074
|
}
|
|
4015
4075
|
],
|
|
4016
4076
|
"properties": [
|
|
@@ -9299,7 +9359,13 @@
|
|
|
9299
9359
|
"isSealed": false,
|
|
9300
9360
|
"arity": 0,
|
|
9301
9361
|
"parameterCount": 2,
|
|
9302
|
-
"isExtensionMethod": false
|
|
9362
|
+
"isExtensionMethod": false,
|
|
9363
|
+
"parameterModifiers": [
|
|
9364
|
+
{
|
|
9365
|
+
"index": 1,
|
|
9366
|
+
"modifier": "out"
|
|
9367
|
+
}
|
|
9368
|
+
]
|
|
9303
9369
|
},
|
|
9304
9370
|
{
|
|
9305
9371
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::GetRequestStream(System.Net.TransportContext\u0026):System.IO.Stream",
|
|
@@ -9315,7 +9381,13 @@
|
|
|
9315
9381
|
"isSealed": false,
|
|
9316
9382
|
"arity": 0,
|
|
9317
9383
|
"parameterCount": 1,
|
|
9318
|
-
"isExtensionMethod": false
|
|
9384
|
+
"isExtensionMethod": false,
|
|
9385
|
+
"parameterModifiers": [
|
|
9386
|
+
{
|
|
9387
|
+
"index": 0,
|
|
9388
|
+
"modifier": "out"
|
|
9389
|
+
}
|
|
9390
|
+
]
|
|
9319
9391
|
},
|
|
9320
9392
|
{
|
|
9321
9393
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -10644,7 +10716,13 @@
|
|
|
10644
10716
|
"isSealed": false,
|
|
10645
10717
|
"arity": 0,
|
|
10646
10718
|
"parameterCount": 2,
|
|
10647
|
-
"isExtensionMethod": false
|
|
10719
|
+
"isExtensionMethod": false,
|
|
10720
|
+
"parameterModifiers": [
|
|
10721
|
+
{
|
|
10722
|
+
"index": 1,
|
|
10723
|
+
"modifier": "out"
|
|
10724
|
+
}
|
|
10725
|
+
]
|
|
10648
10726
|
},
|
|
10649
10727
|
{
|
|
10650
10728
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
|
|
@@ -10660,7 +10738,13 @@
|
|
|
10660
10738
|
"isSealed": false,
|
|
10661
10739
|
"arity": 0,
|
|
10662
10740
|
"parameterCount": 2,
|
|
10663
|
-
"isExtensionMethod": false
|
|
10741
|
+
"isExtensionMethod": false,
|
|
10742
|
+
"parameterModifiers": [
|
|
10743
|
+
{
|
|
10744
|
+
"index": 1,
|
|
10745
|
+
"modifier": "out"
|
|
10746
|
+
}
|
|
10747
|
+
]
|
|
10664
10748
|
},
|
|
10665
10749
|
{
|
|
10666
10750
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
|
|
@@ -10676,7 +10760,13 @@
|
|
|
10676
10760
|
"isSealed": false,
|
|
10677
10761
|
"arity": 0,
|
|
10678
10762
|
"parameterCount": 2,
|
|
10679
|
-
"isExtensionMethod": false
|
|
10763
|
+
"isExtensionMethod": false,
|
|
10764
|
+
"parameterModifiers": [
|
|
10765
|
+
{
|
|
10766
|
+
"index": 1,
|
|
10767
|
+
"modifier": "out"
|
|
10768
|
+
}
|
|
10769
|
+
]
|
|
10680
10770
|
},
|
|
10681
10771
|
{
|
|
10682
10772
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::Parse(System.String):System.Net.IPAddress",
|
|
@@ -10740,7 +10830,13 @@
|
|
|
10740
10830
|
"isSealed": false,
|
|
10741
10831
|
"arity": 0,
|
|
10742
10832
|
"parameterCount": 2,
|
|
10743
|
-
"isExtensionMethod": false
|
|
10833
|
+
"isExtensionMethod": false,
|
|
10834
|
+
"parameterModifiers": [
|
|
10835
|
+
{
|
|
10836
|
+
"index": 1,
|
|
10837
|
+
"modifier": "out"
|
|
10838
|
+
}
|
|
10839
|
+
]
|
|
10744
10840
|
},
|
|
10745
10841
|
{
|
|
10746
10842
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::GetAddressBytes():System.Byte[]",
|
|
@@ -10788,7 +10884,13 @@
|
|
|
10788
10884
|
"isSealed": false,
|
|
10789
10885
|
"arity": 0,
|
|
10790
10886
|
"parameterCount": 2,
|
|
10791
|
-
"isExtensionMethod": false
|
|
10887
|
+
"isExtensionMethod": false,
|
|
10888
|
+
"parameterModifiers": [
|
|
10889
|
+
{
|
|
10890
|
+
"index": 1,
|
|
10891
|
+
"modifier": "out"
|
|
10892
|
+
}
|
|
10893
|
+
]
|
|
10792
10894
|
},
|
|
10793
10895
|
{
|
|
10794
10896
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -10804,7 +10906,13 @@
|
|
|
10804
10906
|
"isSealed": false,
|
|
10805
10907
|
"arity": 0,
|
|
10806
10908
|
"parameterCount": 2,
|
|
10807
|
-
"isExtensionMethod": false
|
|
10909
|
+
"isExtensionMethod": false,
|
|
10910
|
+
"parameterModifiers": [
|
|
10911
|
+
{
|
|
10912
|
+
"index": 1,
|
|
10913
|
+
"modifier": "out"
|
|
10914
|
+
}
|
|
10915
|
+
]
|
|
10808
10916
|
},
|
|
10809
10917
|
{
|
|
10810
10918
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::HostToNetworkOrder(System.Int64):System.Int64",
|
|
@@ -10997,7 +11105,13 @@
|
|
|
10997
11105
|
"arity": 0,
|
|
10998
11106
|
"parameterCount": 4,
|
|
10999
11107
|
"sourceInterface": "System.ISpanFormattable",
|
|
11000
|
-
"isExtensionMethod": false
|
|
11108
|
+
"isExtensionMethod": false,
|
|
11109
|
+
"parameterModifiers": [
|
|
11110
|
+
{
|
|
11111
|
+
"index": 1,
|
|
11112
|
+
"modifier": "out"
|
|
11113
|
+
}
|
|
11114
|
+
]
|
|
11001
11115
|
},
|
|
11002
11116
|
{
|
|
11003
11117
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -11048,7 +11162,13 @@
|
|
|
11048
11162
|
"arity": 0,
|
|
11049
11163
|
"parameterCount": 3,
|
|
11050
11164
|
"sourceInterface": "System.ISpanParsable\u00601",
|
|
11051
|
-
"isExtensionMethod": false
|
|
11165
|
+
"isExtensionMethod": false,
|
|
11166
|
+
"parameterModifiers": [
|
|
11167
|
+
{
|
|
11168
|
+
"index": 2,
|
|
11169
|
+
"modifier": "out"
|
|
11170
|
+
}
|
|
11171
|
+
]
|
|
11052
11172
|
},
|
|
11053
11173
|
{
|
|
11054
11174
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -11082,7 +11202,13 @@
|
|
|
11082
11202
|
"arity": 0,
|
|
11083
11203
|
"parameterCount": 3,
|
|
11084
11204
|
"sourceInterface": "System.IParsable\u00601",
|
|
11085
|
-
"isExtensionMethod": false
|
|
11205
|
+
"isExtensionMethod": false,
|
|
11206
|
+
"parameterModifiers": [
|
|
11207
|
+
{
|
|
11208
|
+
"index": 2,
|
|
11209
|
+
"modifier": "out"
|
|
11210
|
+
}
|
|
11211
|
+
]
|
|
11086
11212
|
},
|
|
11087
11213
|
{
|
|
11088
11214
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
@@ -11099,7 +11225,13 @@
|
|
|
11099
11225
|
"arity": 0,
|
|
11100
11226
|
"parameterCount": 4,
|
|
11101
11227
|
"sourceInterface": "System.IUtf8SpanFormattable",
|
|
11102
|
-
"isExtensionMethod": false
|
|
11228
|
+
"isExtensionMethod": false,
|
|
11229
|
+
"parameterModifiers": [
|
|
11230
|
+
{
|
|
11231
|
+
"index": 1,
|
|
11232
|
+
"modifier": "out"
|
|
11233
|
+
}
|
|
11234
|
+
]
|
|
11103
11235
|
},
|
|
11104
11236
|
{
|
|
11105
11237
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
|
|
@@ -11133,7 +11265,13 @@
|
|
|
11133
11265
|
"arity": 0,
|
|
11134
11266
|
"parameterCount": 3,
|
|
11135
11267
|
"sourceInterface": "System.IUtf8SpanParsable\u00601",
|
|
11136
|
-
"isExtensionMethod": false
|
|
11268
|
+
"isExtensionMethod": false,
|
|
11269
|
+
"parameterModifiers": [
|
|
11270
|
+
{
|
|
11271
|
+
"index": 2,
|
|
11272
|
+
"modifier": "out"
|
|
11273
|
+
}
|
|
11274
|
+
]
|
|
11137
11275
|
}
|
|
11138
11276
|
],
|
|
11139
11277
|
"properties": [
|
|
@@ -11392,7 +11530,13 @@
|
|
|
11392
11530
|
"isSealed": false,
|
|
11393
11531
|
"arity": 0,
|
|
11394
11532
|
"parameterCount": 2,
|
|
11395
|
-
"isExtensionMethod": false
|
|
11533
|
+
"isExtensionMethod": false,
|
|
11534
|
+
"parameterModifiers": [
|
|
11535
|
+
{
|
|
11536
|
+
"index": 1,
|
|
11537
|
+
"modifier": "out"
|
|
11538
|
+
}
|
|
11539
|
+
]
|
|
11396
11540
|
},
|
|
11397
11541
|
{
|
|
11398
11542
|
"stableId": "System.Net.Primitives:System.Net.IPEndPoint::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPEndPoint\u0026):System.Boolean",
|
|
@@ -11408,7 +11552,13 @@
|
|
|
11408
11552
|
"isSealed": false,
|
|
11409
11553
|
"arity": 0,
|
|
11410
11554
|
"parameterCount": 2,
|
|
11411
|
-
"isExtensionMethod": false
|
|
11555
|
+
"isExtensionMethod": false,
|
|
11556
|
+
"parameterModifiers": [
|
|
11557
|
+
{
|
|
11558
|
+
"index": 1,
|
|
11559
|
+
"modifier": "out"
|
|
11560
|
+
}
|
|
11561
|
+
]
|
|
11412
11562
|
},
|
|
11413
11563
|
{
|
|
11414
11564
|
"stableId": "System.Net.Primitives:System.Net.IPEndPoint::Parse(System.String):System.Net.IPEndPoint",
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export enum HttpCacheAgeControl {
|
|
38
13
|
none = 0,
|
|
39
14
|
minFresh = 1,
|
|
@@ -9437,7 +9437,13 @@
|
|
|
9437
9437
|
"parameterCount": 2,
|
|
9438
9438
|
"declaringClrType": "System.Net.Http.HttpRequestOptions",
|
|
9439
9439
|
"declaringAssemblyName": "System.Net.Http",
|
|
9440
|
-
"isExtensionMethod": false
|
|
9440
|
+
"isExtensionMethod": false,
|
|
9441
|
+
"parameterModifiers": [
|
|
9442
|
+
{
|
|
9443
|
+
"index": 1,
|
|
9444
|
+
"modifier": "out"
|
|
9445
|
+
}
|
|
9446
|
+
]
|
|
9441
9447
|
},
|
|
9442
9448
|
{
|
|
9443
9449
|
"stableId": "System.Net.Http:System.Net.Http.HttpRequestOptions::Set(HttpRequestOptionsKey_1,TValue):System.Void",
|
|
@@ -9493,7 +9499,13 @@
|
|
|
9493
9499
|
"parameterCount": 2,
|
|
9494
9500
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
9495
9501
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9496
|
-
"isExtensionMethod": false
|
|
9502
|
+
"isExtensionMethod": false,
|
|
9503
|
+
"parameterModifiers": [
|
|
9504
|
+
{
|
|
9505
|
+
"index": 1,
|
|
9506
|
+
"modifier": "out"
|
|
9507
|
+
}
|
|
9508
|
+
]
|
|
9497
9509
|
},
|
|
9498
9510
|
{
|
|
9499
9511
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -9605,7 +9617,13 @@
|
|
|
9605
9617
|
"parameterCount": 2,
|
|
9606
9618
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
9607
9619
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9608
|
-
"isExtensionMethod": false
|
|
9620
|
+
"isExtensionMethod": false,
|
|
9621
|
+
"parameterModifiers": [
|
|
9622
|
+
{
|
|
9623
|
+
"index": 1,
|
|
9624
|
+
"modifier": "out"
|
|
9625
|
+
}
|
|
9626
|
+
]
|
|
9609
9627
|
}
|
|
9610
9628
|
],
|
|
9611
9629
|
"properties": [
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -31,31 +31,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
31
31
|
import * as System_Internal from "../../System/internal/index.js";
|
|
32
32
|
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, Exception, Func_3, Func_5, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
33
33
|
|
|
34
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
35
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
36
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
37
|
-
export type CLROf<T> =
|
|
38
|
-
T extends sbyte ? System_Internal.SByte :
|
|
39
|
-
T extends short ? System_Internal.Int16 :
|
|
40
|
-
T extends int ? System_Internal.Int32 :
|
|
41
|
-
T extends long ? System_Internal.Int64 :
|
|
42
|
-
T extends int128 ? System_Internal.Int128 :
|
|
43
|
-
T extends nint ? System_Internal.IntPtr :
|
|
44
|
-
T extends byte ? System_Internal.Byte :
|
|
45
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
46
|
-
T extends uint ? System_Internal.UInt32 :
|
|
47
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
48
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
49
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
50
|
-
T extends half ? System_Internal.Half :
|
|
51
|
-
T extends float ? System_Internal.Single :
|
|
52
|
-
T extends double ? System_Internal.Double :
|
|
53
|
-
T extends decimal ? System_Internal.Decimal :
|
|
54
|
-
T extends char ? System_Internal.Char :
|
|
55
|
-
T extends boolean ? System_Internal.Boolean :
|
|
56
|
-
T extends string ? System_Internal.String :
|
|
57
|
-
T; // Identity fallback for non-primitive types
|
|
58
|
-
|
|
59
34
|
export enum ClientCertificateOption {
|
|
60
35
|
manual = 0,
|
|
61
36
|
automatic = 1
|
|
@@ -153,7 +128,7 @@ export interface FormUrlEncodedContent$instance extends ByteArrayContent$instanc
|
|
|
153
128
|
|
|
154
129
|
|
|
155
130
|
export const FormUrlEncodedContent: {
|
|
156
|
-
new(nameValueCollection: IEnumerable_1<KeyValuePair_2<
|
|
131
|
+
new(nameValueCollection: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): FormUrlEncodedContent$instance;
|
|
157
132
|
};
|
|
158
133
|
|
|
159
134
|
|
|
@@ -193,10 +168,10 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
|
|
|
193
168
|
getStreamAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<Stream>;
|
|
194
169
|
getStreamAsync(requestUri: Uri): Task_1<Stream>;
|
|
195
170
|
getStreamAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<Stream>;
|
|
196
|
-
getStringAsync(requestUri: string): Task_1<
|
|
197
|
-
getStringAsync(requestUri: Uri): Task_1<
|
|
198
|
-
getStringAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<
|
|
199
|
-
getStringAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<
|
|
171
|
+
getStringAsync(requestUri: string): Task_1<System_Internal.String>;
|
|
172
|
+
getStringAsync(requestUri: Uri): Task_1<System_Internal.String>;
|
|
173
|
+
getStringAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
174
|
+
getStringAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
200
175
|
patchAsync(requestUri: string, content: HttpContent): Task_1<HttpResponseMessage>;
|
|
201
176
|
patchAsync(requestUri: Uri, content: HttpContent): Task_1<HttpResponseMessage>;
|
|
202
177
|
patchAsync(requestUri: string, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
@@ -245,9 +220,9 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
|
|
|
245
220
|
maxResponseHeadersLength: int;
|
|
246
221
|
meterFactory: IMeterFactory;
|
|
247
222
|
preAuthenticate: boolean;
|
|
248
|
-
readonly properties: IDictionary_2<
|
|
223
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
249
224
|
proxy: IWebProxy;
|
|
250
|
-
serverCertificateCustomValidationCallback: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors,
|
|
225
|
+
serverCertificateCustomValidationCallback: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>;
|
|
251
226
|
sslProtocols: SslProtocols;
|
|
252
227
|
readonly supportsAutomaticDecompression: boolean;
|
|
253
228
|
readonly supportsProxy: boolean;
|
|
@@ -261,7 +236,7 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
|
|
|
261
236
|
|
|
262
237
|
export const HttpClientHandler: {
|
|
263
238
|
new(): HttpClientHandler$instance;
|
|
264
|
-
readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors,
|
|
239
|
+
readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>;
|
|
265
240
|
};
|
|
266
241
|
|
|
267
242
|
|
|
@@ -290,8 +265,8 @@ export interface HttpContent$instance {
|
|
|
290
265
|
readAsStream(cancellationToken: CancellationToken): Stream;
|
|
291
266
|
readAsStreamAsync(): Task_1<Stream>;
|
|
292
267
|
readAsStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
|
|
293
|
-
readAsStringAsync(): Task_1<
|
|
294
|
-
readAsStringAsync(cancellationToken: CancellationToken): Task_1<
|
|
268
|
+
readAsStringAsync(): Task_1<System_Internal.String>;
|
|
269
|
+
readAsStringAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
295
270
|
}
|
|
296
271
|
|
|
297
272
|
|
|
@@ -388,7 +363,7 @@ export const HttpMethod: {
|
|
|
388
363
|
readonly patch: HttpMethod;
|
|
389
364
|
readonly query: HttpMethod;
|
|
390
365
|
readonly connect: HttpMethod;
|
|
391
|
-
parse(method: ReadOnlySpan_1<
|
|
366
|
+
parse(method: ReadOnlySpan_1<System_Internal.Char>): HttpMethod;
|
|
392
367
|
};
|
|
393
368
|
|
|
394
369
|
|
|
@@ -396,7 +371,7 @@ export interface __HttpMethod$views {
|
|
|
396
371
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<HttpMethod>;
|
|
397
372
|
|
|
398
373
|
// Structural method bridges for numeric interface constraints
|
|
399
|
-
|
|
374
|
+
equals(other: HttpMethod): boolean;
|
|
400
375
|
}
|
|
401
376
|
|
|
402
377
|
export type HttpMethod = HttpMethod$instance & __HttpMethod$views;
|
|
@@ -448,7 +423,7 @@ export interface HttpRequestMessage$instance {
|
|
|
448
423
|
readonly headers: HttpRequestHeaders;
|
|
449
424
|
method: HttpMethod;
|
|
450
425
|
readonly options: HttpRequestOptions;
|
|
451
|
-
readonly properties: IDictionary_2<
|
|
426
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
452
427
|
requestUri: Uri;
|
|
453
428
|
version: Version;
|
|
454
429
|
versionPolicy: HttpVersionPolicy;
|
|
@@ -475,7 +450,7 @@ export type HttpRequestMessage = HttpRequestMessage$instance & __HttpRequestMess
|
|
|
475
450
|
|
|
476
451
|
export interface HttpRequestOptions$instance {
|
|
477
452
|
set_<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): void;
|
|
478
|
-
tryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value:
|
|
453
|
+
tryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): boolean;
|
|
479
454
|
}
|
|
480
455
|
|
|
481
456
|
|
|
@@ -485,11 +460,11 @@ export const HttpRequestOptions: {
|
|
|
485
460
|
|
|
486
461
|
|
|
487
462
|
export interface __HttpRequestOptions$views {
|
|
488
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<
|
|
489
|
-
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<
|
|
490
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<
|
|
491
|
-
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<
|
|
492
|
-
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<
|
|
463
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
464
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>;
|
|
465
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
466
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
467
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<System_Internal.String, unknown>;
|
|
493
468
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
494
469
|
}
|
|
495
470
|
|
|
@@ -595,7 +570,7 @@ export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
|
|
|
595
570
|
|
|
596
571
|
|
|
597
572
|
export const ReadOnlyMemoryContent: {
|
|
598
|
-
new(content: ReadOnlyMemory_1<
|
|
573
|
+
new(content: ReadOnlyMemory_1<System_Internal.Byte>): ReadOnlyMemoryContent$instance;
|
|
599
574
|
};
|
|
600
575
|
|
|
601
576
|
|
|
@@ -644,7 +619,7 @@ export interface SocketsHttpHandler$instance extends HttpMessageHandler$instance
|
|
|
644
619
|
pooledConnectionIdleTimeout: TimeSpan;
|
|
645
620
|
pooledConnectionLifetime: TimeSpan;
|
|
646
621
|
preAuthenticate: boolean;
|
|
647
|
-
readonly properties: IDictionary_2<
|
|
622
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
648
623
|
proxy: IWebProxy;
|
|
649
624
|
requestHeaderEncodingSelector: HeaderEncodingSelector_1<HttpRequestMessage>;
|
|
650
625
|
responseDrainTimeout: TimeSpan;
|
|
@@ -3216,7 +3216,13 @@
|
|
|
3216
3216
|
"isSealed": false,
|
|
3217
3217
|
"arity": 1,
|
|
3218
3218
|
"parameterCount": 2,
|
|
3219
|
-
"isExtensionMethod": false
|
|
3219
|
+
"isExtensionMethod": false,
|
|
3220
|
+
"parameterModifiers": [
|
|
3221
|
+
{
|
|
3222
|
+
"index": 1,
|
|
3223
|
+
"modifier": "out"
|
|
3224
|
+
}
|
|
3225
|
+
]
|
|
3220
3226
|
},
|
|
3221
3227
|
{
|
|
3222
3228
|
"stableId": "System.Net.Http:System.Net.Http.HttpRequestOptions::Set(HttpRequestOptionsKey_1,TValue):System.Void",
|
|
@@ -3283,7 +3289,13 @@
|
|
|
3283
3289
|
"arity": 0,
|
|
3284
3290
|
"parameterCount": 2,
|
|
3285
3291
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
3286
|
-
"isExtensionMethod": false
|
|
3292
|
+
"isExtensionMethod": false,
|
|
3293
|
+
"parameterModifiers": [
|
|
3294
|
+
{
|
|
3295
|
+
"index": 1,
|
|
3296
|
+
"modifier": "out"
|
|
3297
|
+
}
|
|
3298
|
+
]
|
|
3287
3299
|
},
|
|
3288
3300
|
{
|
|
3289
3301
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -3419,7 +3431,13 @@
|
|
|
3419
3431
|
"arity": 0,
|
|
3420
3432
|
"parameterCount": 2,
|
|
3421
3433
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
3422
|
-
"isExtensionMethod": false
|
|
3434
|
+
"isExtensionMethod": false,
|
|
3435
|
+
"parameterModifiers": [
|
|
3436
|
+
{
|
|
3437
|
+
"index": 1,
|
|
3438
|
+
"modifier": "out"
|
|
3439
|
+
}
|
|
3440
|
+
]
|
|
3423
3441
|
}
|
|
3424
3442
|
],
|
|
3425
3443
|
"properties": [
|