@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
|
@@ -4897,7 +4897,13 @@
|
|
|
4897
4897
|
"isSealed": false,
|
|
4898
4898
|
"arity": 1,
|
|
4899
4899
|
"parameterCount": 2,
|
|
4900
|
-
"isExtensionMethod": true
|
|
4900
|
+
"isExtensionMethod": true,
|
|
4901
|
+
"parameterModifiers": [
|
|
4902
|
+
{
|
|
4903
|
+
"index": 1,
|
|
4904
|
+
"modifier": "out"
|
|
4905
|
+
}
|
|
4906
|
+
]
|
|
4901
4907
|
},
|
|
4902
4908
|
{
|
|
4903
4909
|
"stableId": "System.Linq:System.Linq.Enumerable::LongCount(IEnumerable_1):System.Int64",
|
|
@@ -25889,7 +25889,13 @@
|
|
|
25889
25889
|
"parameterCount": 2,
|
|
25890
25890
|
"declaringClrType": "System.Linq.Expressions.Expression",
|
|
25891
25891
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
25892
|
-
"isExtensionMethod": false
|
|
25892
|
+
"isExtensionMethod": false,
|
|
25893
|
+
"parameterModifiers": [
|
|
25894
|
+
{
|
|
25895
|
+
"index": 1,
|
|
25896
|
+
"modifier": "out"
|
|
25897
|
+
}
|
|
25898
|
+
]
|
|
25893
25899
|
},
|
|
25894
25900
|
{
|
|
25895
25901
|
"stableId": "System.Linq.Expressions:System.Linq.Expressions.Expression::GetActionType(System.Type[]):System.Type",
|
|
@@ -25917,7 +25923,13 @@
|
|
|
25917
25923
|
"parameterCount": 2,
|
|
25918
25924
|
"declaringClrType": "System.Linq.Expressions.Expression",
|
|
25919
25925
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
25920
|
-
"isExtensionMethod": false
|
|
25926
|
+
"isExtensionMethod": false,
|
|
25927
|
+
"parameterModifiers": [
|
|
25928
|
+
{
|
|
25929
|
+
"index": 1,
|
|
25930
|
+
"modifier": "out"
|
|
25931
|
+
}
|
|
25932
|
+
]
|
|
25921
25933
|
},
|
|
25922
25934
|
{
|
|
25923
25935
|
"stableId": "System.Linq.Expressions:System.Linq.Expressions.Expression::GetDelegateType(System.Type[]):System.Type",
|
|
@@ -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 type { IEnumerable_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -16,31 +16,6 @@ import type { CallSiteBinder, DebugInfoGenerator } from "../../System.Runtime.Co
|
|
|
16
16
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
17
|
import type { Boolean as ClrBoolean, Delegate, Enum, Func_2, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
20
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
21
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
22
|
-
export type CLROf<T> =
|
|
23
|
-
T extends sbyte ? System_Internal.SByte :
|
|
24
|
-
T extends short ? System_Internal.Int16 :
|
|
25
|
-
T extends int ? System_Internal.Int32 :
|
|
26
|
-
T extends long ? System_Internal.Int64 :
|
|
27
|
-
T extends int128 ? System_Internal.Int128 :
|
|
28
|
-
T extends nint ? System_Internal.IntPtr :
|
|
29
|
-
T extends byte ? System_Internal.Byte :
|
|
30
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
31
|
-
T extends uint ? System_Internal.UInt32 :
|
|
32
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
33
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
34
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
35
|
-
T extends half ? System_Internal.Half :
|
|
36
|
-
T extends float ? System_Internal.Single :
|
|
37
|
-
T extends double ? System_Internal.Double :
|
|
38
|
-
T extends decimal ? System_Internal.Decimal :
|
|
39
|
-
T extends char ? System_Internal.Char :
|
|
40
|
-
T extends boolean ? System_Internal.Boolean :
|
|
41
|
-
T extends string ? System_Internal.String :
|
|
42
|
-
T; // Identity fallback for non-primitive types
|
|
43
|
-
|
|
44
19
|
export enum ExpressionType {
|
|
45
20
|
add = 0,
|
|
46
21
|
addChecked = 1,
|
|
@@ -668,8 +643,8 @@ export const Expression: {
|
|
|
668
643
|
tryCatchFinally(body: Expression, finally_: Expression, ...handlers: CatchBlock[]): TryExpression;
|
|
669
644
|
tryFault(body: Expression, fault: Expression): TryExpression;
|
|
670
645
|
tryFinally(body: Expression, finally_: Expression): TryExpression;
|
|
671
|
-
tryGetActionType(typeArgs: Type[], actionType:
|
|
672
|
-
tryGetFuncType(typeArgs: Type[], funcType:
|
|
646
|
+
tryGetActionType(typeArgs: Type[], actionType: Type): boolean;
|
|
647
|
+
tryGetFuncType(typeArgs: Type[], funcType: Type): boolean;
|
|
673
648
|
typeAs(expression: Expression, type_: Type): UnaryExpression;
|
|
674
649
|
typeEqual(expression: Expression, type_: Type): TypeBinaryExpression;
|
|
675
650
|
typeIs(expression: Expression, type_: Type): TypeBinaryExpression;
|
|
@@ -5398,7 +5398,13 @@
|
|
|
5398
5398
|
"isSealed": false,
|
|
5399
5399
|
"arity": 0,
|
|
5400
5400
|
"parameterCount": 2,
|
|
5401
|
-
"isExtensionMethod": false
|
|
5401
|
+
"isExtensionMethod": false,
|
|
5402
|
+
"parameterModifiers": [
|
|
5403
|
+
{
|
|
5404
|
+
"index": 1,
|
|
5405
|
+
"modifier": "out"
|
|
5406
|
+
}
|
|
5407
|
+
]
|
|
5402
5408
|
},
|
|
5403
5409
|
{
|
|
5404
5410
|
"stableId": "System.Linq.Expressions:System.Linq.Expressions.Expression::GetActionType(System.Type[]):System.Type",
|
|
@@ -5430,7 +5436,13 @@
|
|
|
5430
5436
|
"isSealed": false,
|
|
5431
5437
|
"arity": 0,
|
|
5432
5438
|
"parameterCount": 2,
|
|
5433
|
-
"isExtensionMethod": false
|
|
5439
|
+
"isExtensionMethod": false,
|
|
5440
|
+
"parameterModifiers": [
|
|
5441
|
+
{
|
|
5442
|
+
"index": 1,
|
|
5443
|
+
"modifier": "out"
|
|
5444
|
+
}
|
|
5445
|
+
]
|
|
5434
5446
|
},
|
|
5435
5447
|
{
|
|
5436
5448
|
"stableId": "System.Linq.Expressions:System.Linq.Expressions.Expression::GetDelegateType(System.Type[]):System.Type",
|
|
@@ -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, Int32, Object as ClrObject, String as ClrString, Type } 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 interface LightLambda$instance {
|
|
38
13
|
run(...arguments: unknown[]): unknown;
|
|
39
14
|
runVoid(...arguments: unknown[]): unknown;
|
package/System.Net/bindings.json
CHANGED
|
@@ -15499,7 +15499,13 @@
|
|
|
15499
15499
|
"parameterCount": 2,
|
|
15500
15500
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15501
15501
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15502
|
-
"isExtensionMethod": false
|
|
15502
|
+
"isExtensionMethod": false,
|
|
15503
|
+
"parameterModifiers": [
|
|
15504
|
+
{
|
|
15505
|
+
"index": 1,
|
|
15506
|
+
"modifier": "out"
|
|
15507
|
+
}
|
|
15508
|
+
]
|
|
15503
15509
|
},
|
|
15504
15510
|
{
|
|
15505
15511
|
"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",
|
|
@@ -15513,7 +15519,13 @@
|
|
|
15513
15519
|
"parameterCount": 2,
|
|
15514
15520
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15515
15521
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15516
|
-
"isExtensionMethod": false
|
|
15522
|
+
"isExtensionMethod": false,
|
|
15523
|
+
"parameterModifiers": [
|
|
15524
|
+
{
|
|
15525
|
+
"index": 1,
|
|
15526
|
+
"modifier": "out"
|
|
15527
|
+
}
|
|
15528
|
+
]
|
|
15517
15529
|
},
|
|
15518
15530
|
{
|
|
15519
15531
|
"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",
|
|
@@ -15527,7 +15539,13 @@
|
|
|
15527
15539
|
"parameterCount": 2,
|
|
15528
15540
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15529
15541
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15530
|
-
"isExtensionMethod": false
|
|
15542
|
+
"isExtensionMethod": false,
|
|
15543
|
+
"parameterModifiers": [
|
|
15544
|
+
{
|
|
15545
|
+
"index": 1,
|
|
15546
|
+
"modifier": "out"
|
|
15547
|
+
}
|
|
15548
|
+
]
|
|
15531
15549
|
},
|
|
15532
15550
|
{
|
|
15533
15551
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::ToString():System.String",
|
|
@@ -15555,7 +15573,13 @@
|
|
|
15555
15573
|
"parameterCount": 2,
|
|
15556
15574
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15557
15575
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15558
|
-
"isExtensionMethod": false
|
|
15576
|
+
"isExtensionMethod": false,
|
|
15577
|
+
"parameterModifiers": [
|
|
15578
|
+
{
|
|
15579
|
+
"index": 1,
|
|
15580
|
+
"modifier": "out"
|
|
15581
|
+
}
|
|
15582
|
+
]
|
|
15559
15583
|
},
|
|
15560
15584
|
{
|
|
15561
15585
|
"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",
|
|
@@ -15569,7 +15593,13 @@
|
|
|
15569
15593
|
"parameterCount": 2,
|
|
15570
15594
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15571
15595
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15572
|
-
"isExtensionMethod": false
|
|
15596
|
+
"isExtensionMethod": false,
|
|
15597
|
+
"parameterModifiers": [
|
|
15598
|
+
{
|
|
15599
|
+
"index": 1,
|
|
15600
|
+
"modifier": "out"
|
|
15601
|
+
}
|
|
15602
|
+
]
|
|
15573
15603
|
},
|
|
15574
15604
|
{
|
|
15575
15605
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::Equals(System.Net.IPNetwork):System.Boolean",
|
|
@@ -15639,7 +15669,13 @@
|
|
|
15639
15669
|
"parameterCount": 4,
|
|
15640
15670
|
"declaringClrType": "System.ISpanFormattable",
|
|
15641
15671
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15642
|
-
"isExtensionMethod": false
|
|
15672
|
+
"isExtensionMethod": false,
|
|
15673
|
+
"parameterModifiers": [
|
|
15674
|
+
{
|
|
15675
|
+
"index": 1,
|
|
15676
|
+
"modifier": "out"
|
|
15677
|
+
}
|
|
15678
|
+
]
|
|
15643
15679
|
},
|
|
15644
15680
|
{
|
|
15645
15681
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -15681,7 +15717,13 @@
|
|
|
15681
15717
|
"parameterCount": 3,
|
|
15682
15718
|
"declaringClrType": "System.ISpanParsable\u00601",
|
|
15683
15719
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15684
|
-
"isExtensionMethod": false
|
|
15720
|
+
"isExtensionMethod": false,
|
|
15721
|
+
"parameterModifiers": [
|
|
15722
|
+
{
|
|
15723
|
+
"index": 2,
|
|
15724
|
+
"modifier": "out"
|
|
15725
|
+
}
|
|
15726
|
+
]
|
|
15685
15727
|
},
|
|
15686
15728
|
{
|
|
15687
15729
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -15709,7 +15751,13 @@
|
|
|
15709
15751
|
"parameterCount": 3,
|
|
15710
15752
|
"declaringClrType": "System.IParsable\u00601",
|
|
15711
15753
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15712
|
-
"isExtensionMethod": false
|
|
15754
|
+
"isExtensionMethod": false,
|
|
15755
|
+
"parameterModifiers": [
|
|
15756
|
+
{
|
|
15757
|
+
"index": 2,
|
|
15758
|
+
"modifier": "out"
|
|
15759
|
+
}
|
|
15760
|
+
]
|
|
15713
15761
|
},
|
|
15714
15762
|
{
|
|
15715
15763
|
"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",
|
|
@@ -15723,7 +15771,13 @@
|
|
|
15723
15771
|
"parameterCount": 4,
|
|
15724
15772
|
"declaringClrType": "System.IUtf8SpanFormattable",
|
|
15725
15773
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15726
|
-
"isExtensionMethod": false
|
|
15774
|
+
"isExtensionMethod": false,
|
|
15775
|
+
"parameterModifiers": [
|
|
15776
|
+
{
|
|
15777
|
+
"index": 1,
|
|
15778
|
+
"modifier": "out"
|
|
15779
|
+
}
|
|
15780
|
+
]
|
|
15727
15781
|
},
|
|
15728
15782
|
{
|
|
15729
15783
|
"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",
|
|
@@ -15751,7 +15805,13 @@
|
|
|
15751
15805
|
"parameterCount": 3,
|
|
15752
15806
|
"declaringClrType": "System.IUtf8SpanParsable\u00601",
|
|
15753
15807
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15754
|
-
"isExtensionMethod": false
|
|
15808
|
+
"isExtensionMethod": false,
|
|
15809
|
+
"parameterModifiers": [
|
|
15810
|
+
{
|
|
15811
|
+
"index": 2,
|
|
15812
|
+
"modifier": "out"
|
|
15813
|
+
}
|
|
15814
|
+
]
|
|
15755
15815
|
}
|
|
15756
15816
|
],
|
|
15757
15817
|
"properties": [
|
|
@@ -26450,7 +26510,13 @@
|
|
|
26450
26510
|
"parameterCount": 2,
|
|
26451
26511
|
"declaringClrType": "System.Net.HttpWebRequest",
|
|
26452
26512
|
"declaringAssemblyName": "System.Net.Requests",
|
|
26453
|
-
"isExtensionMethod": false
|
|
26513
|
+
"isExtensionMethod": false,
|
|
26514
|
+
"parameterModifiers": [
|
|
26515
|
+
{
|
|
26516
|
+
"index": 1,
|
|
26517
|
+
"modifier": "out"
|
|
26518
|
+
}
|
|
26519
|
+
]
|
|
26454
26520
|
},
|
|
26455
26521
|
{
|
|
26456
26522
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::GetRequestStream(System.Net.TransportContext\u0026):System.IO.Stream",
|
|
@@ -26464,7 +26530,13 @@
|
|
|
26464
26530
|
"parameterCount": 1,
|
|
26465
26531
|
"declaringClrType": "System.Net.HttpWebRequest",
|
|
26466
26532
|
"declaringAssemblyName": "System.Net.Requests",
|
|
26467
|
-
"isExtensionMethod": false
|
|
26533
|
+
"isExtensionMethod": false,
|
|
26534
|
+
"parameterModifiers": [
|
|
26535
|
+
{
|
|
26536
|
+
"index": 0,
|
|
26537
|
+
"modifier": "out"
|
|
26538
|
+
}
|
|
26539
|
+
]
|
|
26468
26540
|
},
|
|
26469
26541
|
{
|
|
26470
26542
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -28858,7 +28930,13 @@
|
|
|
28858
28930
|
"parameterCount": 2,
|
|
28859
28931
|
"declaringClrType": "System.Net.IPAddress",
|
|
28860
28932
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28861
|
-
"isExtensionMethod": false
|
|
28933
|
+
"isExtensionMethod": false,
|
|
28934
|
+
"parameterModifiers": [
|
|
28935
|
+
{
|
|
28936
|
+
"index": 1,
|
|
28937
|
+
"modifier": "out"
|
|
28938
|
+
}
|
|
28939
|
+
]
|
|
28862
28940
|
},
|
|
28863
28941
|
{
|
|
28864
28942
|
"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",
|
|
@@ -28872,7 +28950,13 @@
|
|
|
28872
28950
|
"parameterCount": 2,
|
|
28873
28951
|
"declaringClrType": "System.Net.IPAddress",
|
|
28874
28952
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28875
|
-
"isExtensionMethod": false
|
|
28953
|
+
"isExtensionMethod": false,
|
|
28954
|
+
"parameterModifiers": [
|
|
28955
|
+
{
|
|
28956
|
+
"index": 1,
|
|
28957
|
+
"modifier": "out"
|
|
28958
|
+
}
|
|
28959
|
+
]
|
|
28876
28960
|
},
|
|
28877
28961
|
{
|
|
28878
28962
|
"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",
|
|
@@ -28886,7 +28970,13 @@
|
|
|
28886
28970
|
"parameterCount": 2,
|
|
28887
28971
|
"declaringClrType": "System.Net.IPAddress",
|
|
28888
28972
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28889
|
-
"isExtensionMethod": false
|
|
28973
|
+
"isExtensionMethod": false,
|
|
28974
|
+
"parameterModifiers": [
|
|
28975
|
+
{
|
|
28976
|
+
"index": 1,
|
|
28977
|
+
"modifier": "out"
|
|
28978
|
+
}
|
|
28979
|
+
]
|
|
28890
28980
|
},
|
|
28891
28981
|
{
|
|
28892
28982
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::Parse(System.String):System.Net.IPAddress",
|
|
@@ -28942,7 +29032,13 @@
|
|
|
28942
29032
|
"parameterCount": 2,
|
|
28943
29033
|
"declaringClrType": "System.Net.IPAddress",
|
|
28944
29034
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28945
|
-
"isExtensionMethod": false
|
|
29035
|
+
"isExtensionMethod": false,
|
|
29036
|
+
"parameterModifiers": [
|
|
29037
|
+
{
|
|
29038
|
+
"index": 1,
|
|
29039
|
+
"modifier": "out"
|
|
29040
|
+
}
|
|
29041
|
+
]
|
|
28946
29042
|
},
|
|
28947
29043
|
{
|
|
28948
29044
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::GetAddressBytes():System.Byte[]",
|
|
@@ -28984,7 +29080,13 @@
|
|
|
28984
29080
|
"parameterCount": 2,
|
|
28985
29081
|
"declaringClrType": "System.Net.IPAddress",
|
|
28986
29082
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28987
|
-
"isExtensionMethod": false
|
|
29083
|
+
"isExtensionMethod": false,
|
|
29084
|
+
"parameterModifiers": [
|
|
29085
|
+
{
|
|
29086
|
+
"index": 1,
|
|
29087
|
+
"modifier": "out"
|
|
29088
|
+
}
|
|
29089
|
+
]
|
|
28988
29090
|
},
|
|
28989
29091
|
{
|
|
28990
29092
|
"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",
|
|
@@ -28998,7 +29100,13 @@
|
|
|
28998
29100
|
"parameterCount": 2,
|
|
28999
29101
|
"declaringClrType": "System.Net.IPAddress",
|
|
29000
29102
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
29001
|
-
"isExtensionMethod": false
|
|
29103
|
+
"isExtensionMethod": false,
|
|
29104
|
+
"parameterModifiers": [
|
|
29105
|
+
{
|
|
29106
|
+
"index": 1,
|
|
29107
|
+
"modifier": "out"
|
|
29108
|
+
}
|
|
29109
|
+
]
|
|
29002
29110
|
},
|
|
29003
29111
|
{
|
|
29004
29112
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::HostToNetworkOrder(System.Int64):System.Int64",
|
|
@@ -29166,7 +29274,13 @@
|
|
|
29166
29274
|
"parameterCount": 4,
|
|
29167
29275
|
"declaringClrType": "System.ISpanFormattable",
|
|
29168
29276
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29169
|
-
"isExtensionMethod": false
|
|
29277
|
+
"isExtensionMethod": false,
|
|
29278
|
+
"parameterModifiers": [
|
|
29279
|
+
{
|
|
29280
|
+
"index": 1,
|
|
29281
|
+
"modifier": "out"
|
|
29282
|
+
}
|
|
29283
|
+
]
|
|
29170
29284
|
},
|
|
29171
29285
|
{
|
|
29172
29286
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -29208,7 +29322,13 @@
|
|
|
29208
29322
|
"parameterCount": 3,
|
|
29209
29323
|
"declaringClrType": "System.ISpanParsable\u00601",
|
|
29210
29324
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29211
|
-
"isExtensionMethod": false
|
|
29325
|
+
"isExtensionMethod": false,
|
|
29326
|
+
"parameterModifiers": [
|
|
29327
|
+
{
|
|
29328
|
+
"index": 2,
|
|
29329
|
+
"modifier": "out"
|
|
29330
|
+
}
|
|
29331
|
+
]
|
|
29212
29332
|
},
|
|
29213
29333
|
{
|
|
29214
29334
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -29236,7 +29356,13 @@
|
|
|
29236
29356
|
"parameterCount": 3,
|
|
29237
29357
|
"declaringClrType": "System.IParsable\u00601",
|
|
29238
29358
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29239
|
-
"isExtensionMethod": false
|
|
29359
|
+
"isExtensionMethod": false,
|
|
29360
|
+
"parameterModifiers": [
|
|
29361
|
+
{
|
|
29362
|
+
"index": 2,
|
|
29363
|
+
"modifier": "out"
|
|
29364
|
+
}
|
|
29365
|
+
]
|
|
29240
29366
|
},
|
|
29241
29367
|
{
|
|
29242
29368
|
"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",
|
|
@@ -29250,7 +29376,13 @@
|
|
|
29250
29376
|
"parameterCount": 4,
|
|
29251
29377
|
"declaringClrType": "System.IUtf8SpanFormattable",
|
|
29252
29378
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29253
|
-
"isExtensionMethod": false
|
|
29379
|
+
"isExtensionMethod": false,
|
|
29380
|
+
"parameterModifiers": [
|
|
29381
|
+
{
|
|
29382
|
+
"index": 1,
|
|
29383
|
+
"modifier": "out"
|
|
29384
|
+
}
|
|
29385
|
+
]
|
|
29254
29386
|
},
|
|
29255
29387
|
{
|
|
29256
29388
|
"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",
|
|
@@ -29278,7 +29410,13 @@
|
|
|
29278
29410
|
"parameterCount": 3,
|
|
29279
29411
|
"declaringClrType": "System.IUtf8SpanParsable\u00601",
|
|
29280
29412
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29281
|
-
"isExtensionMethod": false
|
|
29413
|
+
"isExtensionMethod": false,
|
|
29414
|
+
"parameterModifiers": [
|
|
29415
|
+
{
|
|
29416
|
+
"index": 2,
|
|
29417
|
+
"modifier": "out"
|
|
29418
|
+
}
|
|
29419
|
+
]
|
|
29282
29420
|
}
|
|
29283
29421
|
],
|
|
29284
29422
|
"properties": [
|
|
@@ -30134,7 +30272,13 @@
|
|
|
30134
30272
|
"parameterCount": 2,
|
|
30135
30273
|
"declaringClrType": "System.Net.IPEndPoint",
|
|
30136
30274
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
30137
|
-
"isExtensionMethod": false
|
|
30275
|
+
"isExtensionMethod": false,
|
|
30276
|
+
"parameterModifiers": [
|
|
30277
|
+
{
|
|
30278
|
+
"index": 1,
|
|
30279
|
+
"modifier": "out"
|
|
30280
|
+
}
|
|
30281
|
+
]
|
|
30138
30282
|
},
|
|
30139
30283
|
{
|
|
30140
30284
|
"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",
|
|
@@ -30148,7 +30292,13 @@
|
|
|
30148
30292
|
"parameterCount": 2,
|
|
30149
30293
|
"declaringClrType": "System.Net.IPEndPoint",
|
|
30150
30294
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
30151
|
-
"isExtensionMethod": false
|
|
30295
|
+
"isExtensionMethod": false,
|
|
30296
|
+
"parameterModifiers": [
|
|
30297
|
+
{
|
|
30298
|
+
"index": 1,
|
|
30299
|
+
"modifier": "out"
|
|
30300
|
+
}
|
|
30301
|
+
]
|
|
30152
30302
|
},
|
|
30153
30303
|
{
|
|
30154
30304
|
"stableId": "System.Net.Primitives:System.Net.IPEndPoint::Parse(System.String):System.Net.IPEndPoint",
|