@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
|
@@ -4736,7 +4736,13 @@
|
|
|
4736
4736
|
"parameterCount": 2,
|
|
4737
4737
|
"declaringClrType": "System.Text.RegularExpressions.GroupCollection",
|
|
4738
4738
|
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
4739
|
-
"isExtensionMethod": false
|
|
4739
|
+
"isExtensionMethod": false,
|
|
4740
|
+
"parameterModifiers": [
|
|
4741
|
+
{
|
|
4742
|
+
"index": 1,
|
|
4743
|
+
"modifier": "out"
|
|
4744
|
+
}
|
|
4745
|
+
]
|
|
4740
4746
|
},
|
|
4741
4747
|
{
|
|
4742
4748
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GroupCollection::ContainsKey(System.String):System.Boolean",
|
|
@@ -4946,7 +4952,13 @@
|
|
|
4946
4952
|
"parameterCount": 2,
|
|
4947
4953
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
4948
4954
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4949
|
-
"isExtensionMethod": false
|
|
4955
|
+
"isExtensionMethod": false,
|
|
4956
|
+
"parameterModifiers": [
|
|
4957
|
+
{
|
|
4958
|
+
"index": 1,
|
|
4959
|
+
"modifier": "out"
|
|
4960
|
+
}
|
|
4961
|
+
]
|
|
4950
4962
|
},
|
|
4951
4963
|
{
|
|
4952
4964
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -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";
|
|
@@ -20,31 +20,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Char, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, Range, ReadOnlySpan_1, String as ClrString, TimeoutException, TimeSpan, Type, TypeCode, ValueType, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
24
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
25
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
26
|
-
export type CLROf<T> =
|
|
27
|
-
T extends sbyte ? System_Internal.SByte :
|
|
28
|
-
T extends short ? System_Internal.Int16 :
|
|
29
|
-
T extends int ? System_Internal.Int32 :
|
|
30
|
-
T extends long ? System_Internal.Int64 :
|
|
31
|
-
T extends int128 ? System_Internal.Int128 :
|
|
32
|
-
T extends nint ? System_Internal.IntPtr :
|
|
33
|
-
T extends byte ? System_Internal.Byte :
|
|
34
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
35
|
-
T extends uint ? System_Internal.UInt32 :
|
|
36
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
37
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
38
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
39
|
-
T extends half ? System_Internal.Half :
|
|
40
|
-
T extends float ? System_Internal.Single :
|
|
41
|
-
T extends double ? System_Internal.Double :
|
|
42
|
-
T extends decimal ? System_Internal.Decimal :
|
|
43
|
-
T extends char ? System_Internal.Char :
|
|
44
|
-
T extends boolean ? System_Internal.Boolean :
|
|
45
|
-
T extends string ? System_Internal.String :
|
|
46
|
-
T; // Identity fallback for non-primitive types
|
|
47
|
-
|
|
48
23
|
export enum RegexOptions {
|
|
49
24
|
none = 0,
|
|
50
25
|
ignoreCase = 1,
|
|
@@ -158,7 +133,7 @@ export interface Capture$instance {
|
|
|
158
133
|
readonly index: int;
|
|
159
134
|
readonly length: int;
|
|
160
135
|
readonly value: string;
|
|
161
|
-
readonly valueSpan: ReadOnlySpan_1<
|
|
136
|
+
readonly valueSpan: ReadOnlySpan_1<System_Internal.Char>;
|
|
162
137
|
toString(): string;
|
|
163
138
|
}
|
|
164
139
|
|
|
@@ -238,7 +213,7 @@ export interface GroupCollection$instance {
|
|
|
238
213
|
readonly count: int;
|
|
239
214
|
readonly isReadOnly: boolean;
|
|
240
215
|
readonly isSynchronized: boolean;
|
|
241
|
-
readonly keys: IEnumerable_1<
|
|
216
|
+
readonly keys: IEnumerable_1<System_Internal.String>;
|
|
242
217
|
readonly syncRoot: unknown;
|
|
243
218
|
readonly values: IEnumerable_1<Group>;
|
|
244
219
|
containsKey(key: string): boolean;
|
|
@@ -247,7 +222,7 @@ export interface GroupCollection$instance {
|
|
|
247
222
|
get_Item(groupnum: int): Group;
|
|
248
223
|
get_Item(groupname: string): Group;
|
|
249
224
|
getEnumerator(): IEnumerator;
|
|
250
|
-
tryGetValue(key: string, value:
|
|
225
|
+
tryGetValue(key: string, value: Group): boolean;
|
|
251
226
|
}
|
|
252
227
|
|
|
253
228
|
|
|
@@ -261,7 +236,7 @@ export interface __GroupCollection$views {
|
|
|
261
236
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Group>;
|
|
262
237
|
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<Group>;
|
|
263
238
|
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<Group>;
|
|
264
|
-
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<
|
|
239
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<System_Internal.String, Group>;
|
|
265
240
|
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
266
241
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
267
242
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
@@ -320,21 +295,21 @@ export interface Regex$instance {
|
|
|
320
295
|
readonly options: RegexOptions;
|
|
321
296
|
readonly rightToLeft: boolean;
|
|
322
297
|
count(input: string): int;
|
|
323
|
-
count(input: ReadOnlySpan_1<
|
|
324
|
-
count(input: ReadOnlySpan_1<
|
|
325
|
-
enumerateMatches(input: ReadOnlySpan_1<
|
|
326
|
-
enumerateMatches(input: ReadOnlySpan_1<
|
|
327
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
328
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
329
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
298
|
+
count(input: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
299
|
+
count(input: ReadOnlySpan_1<System_Internal.Char>, startat: int): int;
|
|
300
|
+
enumerateMatches(input: ReadOnlySpan_1<System_Internal.Char>): Regex_ValueMatchEnumerator;
|
|
301
|
+
enumerateMatches(input: ReadOnlySpan_1<System_Internal.Char>, startat: int): Regex_ValueMatchEnumerator;
|
|
302
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>): Regex_ValueSplitEnumerator;
|
|
303
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>, count: int): Regex_ValueSplitEnumerator;
|
|
304
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>, count: int, startat: int): Regex_ValueSplitEnumerator;
|
|
330
305
|
getGroupNames(): string[];
|
|
331
306
|
getGroupNumbers(): int[];
|
|
332
307
|
groupNameFromNumber(i: int): string;
|
|
333
308
|
groupNumberFromName(name: string): int;
|
|
334
309
|
isMatch(input: string): boolean;
|
|
335
310
|
isMatch(input: string, startat: int): boolean;
|
|
336
|
-
isMatch(input: ReadOnlySpan_1<
|
|
337
|
-
isMatch(input: ReadOnlySpan_1<
|
|
311
|
+
isMatch(input: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
312
|
+
isMatch(input: ReadOnlySpan_1<System_Internal.Char>, startat: int): boolean;
|
|
338
313
|
match(input: string): Match;
|
|
339
314
|
match(input: string, startat: int): Match;
|
|
340
315
|
match(input: string, beginning: int, length: int): Match;
|
|
@@ -362,22 +337,22 @@ export const Regex: {
|
|
|
362
337
|
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[], resourceFile: string): void;
|
|
363
338
|
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]): void;
|
|
364
339
|
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName): void;
|
|
365
|
-
count(input: ReadOnlySpan_1<
|
|
366
|
-
count(input: ReadOnlySpan_1<
|
|
367
|
-
count(input: ReadOnlySpan_1<
|
|
340
|
+
count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
|
|
341
|
+
count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): int;
|
|
342
|
+
count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string): int;
|
|
368
343
|
count(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
|
|
369
344
|
count(input: string, pattern: string, options: RegexOptions): int;
|
|
370
345
|
count(input: string, pattern: string): int;
|
|
371
|
-
enumerateMatches(input: ReadOnlySpan_1<
|
|
372
|
-
enumerateMatches(input: ReadOnlySpan_1<
|
|
373
|
-
enumerateMatches(input: ReadOnlySpan_1<
|
|
374
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
375
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
376
|
-
enumerateSplits(input: ReadOnlySpan_1<
|
|
346
|
+
enumerateMatches(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex_ValueMatchEnumerator;
|
|
347
|
+
enumerateMatches(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): Regex_ValueMatchEnumerator;
|
|
348
|
+
enumerateMatches(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string): Regex_ValueMatchEnumerator;
|
|
349
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex_ValueSplitEnumerator;
|
|
350
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): Regex_ValueSplitEnumerator;
|
|
351
|
+
enumerateSplits(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string): Regex_ValueSplitEnumerator;
|
|
377
352
|
escape(str: string): string;
|
|
378
|
-
isMatch(input: ReadOnlySpan_1<
|
|
379
|
-
isMatch(input: ReadOnlySpan_1<
|
|
380
|
-
isMatch(input: ReadOnlySpan_1<
|
|
353
|
+
isMatch(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): boolean;
|
|
354
|
+
isMatch(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): boolean;
|
|
355
|
+
isMatch(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string): boolean;
|
|
381
356
|
isMatch(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): boolean;
|
|
382
357
|
isMatch(input: string, pattern: string, options: RegexOptions): boolean;
|
|
383
358
|
isMatch(input: string, pattern: string): boolean;
|
|
@@ -1745,7 +1745,13 @@
|
|
|
1745
1745
|
"isSealed": true,
|
|
1746
1746
|
"arity": 0,
|
|
1747
1747
|
"parameterCount": 2,
|
|
1748
|
-
"isExtensionMethod": false
|
|
1748
|
+
"isExtensionMethod": false,
|
|
1749
|
+
"parameterModifiers": [
|
|
1750
|
+
{
|
|
1751
|
+
"index": 1,
|
|
1752
|
+
"modifier": "out"
|
|
1753
|
+
}
|
|
1754
|
+
]
|
|
1749
1755
|
},
|
|
1750
1756
|
{
|
|
1751
1757
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GroupCollection::ContainsKey(System.String):System.Boolean",
|
|
@@ -1999,7 +2005,13 @@
|
|
|
1999
2005
|
"arity": 0,
|
|
2000
2006
|
"parameterCount": 2,
|
|
2001
2007
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2002
|
-
"isExtensionMethod": false
|
|
2008
|
+
"isExtensionMethod": false,
|
|
2009
|
+
"parameterModifiers": [
|
|
2010
|
+
{
|
|
2011
|
+
"index": 1,
|
|
2012
|
+
"modifier": "out"
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2003
2015
|
},
|
|
2004
2016
|
{
|
|
2005
2017
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -189,7 +189,13 @@
|
|
|
189
189
|
"isStatic": false,
|
|
190
190
|
"parameterCount": 4,
|
|
191
191
|
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
192
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
192
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
193
|
+
"parameterModifiers": [
|
|
194
|
+
{
|
|
195
|
+
"index": 3,
|
|
196
|
+
"modifier": "out"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
193
199
|
},
|
|
194
200
|
{
|
|
195
201
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
@@ -199,7 +205,13 @@
|
|
|
199
205
|
"isStatic": false,
|
|
200
206
|
"parameterCount": 5,
|
|
201
207
|
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
202
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
208
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
209
|
+
"parameterModifiers": [
|
|
210
|
+
{
|
|
211
|
+
"index": 4,
|
|
212
|
+
"modifier": "out"
|
|
213
|
+
}
|
|
214
|
+
]
|
|
203
215
|
}
|
|
204
216
|
],
|
|
205
217
|
"exposedMethods": [
|
|
@@ -4561,7 +4573,17 @@
|
|
|
4561
4573
|
"parameterCount": 6,
|
|
4562
4574
|
"declaringClrType": "System.Text.Unicode.Utf8",
|
|
4563
4575
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4564
|
-
"isExtensionMethod": false
|
|
4576
|
+
"isExtensionMethod": false,
|
|
4577
|
+
"parameterModifiers": [
|
|
4578
|
+
{
|
|
4579
|
+
"index": 2,
|
|
4580
|
+
"modifier": "out"
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"index": 3,
|
|
4584
|
+
"modifier": "out"
|
|
4585
|
+
}
|
|
4586
|
+
]
|
|
4565
4587
|
},
|
|
4566
4588
|
{
|
|
4567
4589
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::ToUtf16(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Boolean,System.Boolean):System.Buffers.OperationStatus",
|
|
@@ -4575,7 +4597,17 @@
|
|
|
4575
4597
|
"parameterCount": 6,
|
|
4576
4598
|
"declaringClrType": "System.Text.Unicode.Utf8",
|
|
4577
4599
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4578
|
-
"isExtensionMethod": false
|
|
4600
|
+
"isExtensionMethod": false,
|
|
4601
|
+
"parameterModifiers": [
|
|
4602
|
+
{
|
|
4603
|
+
"index": 2,
|
|
4604
|
+
"modifier": "out"
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"index": 3,
|
|
4608
|
+
"modifier": "out"
|
|
4609
|
+
}
|
|
4610
|
+
]
|
|
4579
4611
|
},
|
|
4580
4612
|
{
|
|
4581
4613
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::TryWrite(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -4589,7 +4621,17 @@
|
|
|
4589
4621
|
"parameterCount": 3,
|
|
4590
4622
|
"declaringClrType": "System.Text.Unicode.Utf8",
|
|
4591
4623
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4592
|
-
"isExtensionMethod": false
|
|
4624
|
+
"isExtensionMethod": false,
|
|
4625
|
+
"parameterModifiers": [
|
|
4626
|
+
{
|
|
4627
|
+
"index": 1,
|
|
4628
|
+
"modifier": "ref"
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"index": 2,
|
|
4632
|
+
"modifier": "out"
|
|
4633
|
+
}
|
|
4634
|
+
]
|
|
4593
4635
|
},
|
|
4594
4636
|
{
|
|
4595
4637
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::TryWrite(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -4603,7 +4645,17 @@
|
|
|
4603
4645
|
"parameterCount": 4,
|
|
4604
4646
|
"declaringClrType": "System.Text.Unicode.Utf8",
|
|
4605
4647
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4606
|
-
"isExtensionMethod": false
|
|
4648
|
+
"isExtensionMethod": false,
|
|
4649
|
+
"parameterModifiers": [
|
|
4650
|
+
{
|
|
4651
|
+
"index": 2,
|
|
4652
|
+
"modifier": "ref"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"index": 3,
|
|
4656
|
+
"modifier": "out"
|
|
4657
|
+
}
|
|
4658
|
+
]
|
|
4607
4659
|
},
|
|
4608
4660
|
{
|
|
4609
4661
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::IsValid(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -6,47 +6,22 @@
|
|
|
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 { OperationStatus } from "../../System.Buffers/internal/index.js";
|
|
13
13
|
import * as System_Internal from "../../System/internal/index.js";
|
|
14
14
|
import type { Boolean as ClrBoolean, Byte, Char, IFormatProvider, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType } from "../../System/internal/index.js";
|
|
15
15
|
|
|
16
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
17
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
18
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
19
|
-
export type CLROf<T> =
|
|
20
|
-
T extends sbyte ? System_Internal.SByte :
|
|
21
|
-
T extends short ? System_Internal.Int16 :
|
|
22
|
-
T extends int ? System_Internal.Int32 :
|
|
23
|
-
T extends long ? System_Internal.Int64 :
|
|
24
|
-
T extends int128 ? System_Internal.Int128 :
|
|
25
|
-
T extends nint ? System_Internal.IntPtr :
|
|
26
|
-
T extends byte ? System_Internal.Byte :
|
|
27
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
28
|
-
T extends uint ? System_Internal.UInt32 :
|
|
29
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
30
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
31
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
32
|
-
T extends half ? System_Internal.Half :
|
|
33
|
-
T extends float ? System_Internal.Single :
|
|
34
|
-
T extends double ? System_Internal.Double :
|
|
35
|
-
T extends decimal ? System_Internal.Decimal :
|
|
36
|
-
T extends char ? System_Internal.Char :
|
|
37
|
-
T extends boolean ? System_Internal.Boolean :
|
|
38
|
-
T extends string ? System_Internal.String :
|
|
39
|
-
T; // Identity fallback for non-primitive types
|
|
40
|
-
|
|
41
16
|
export interface Utf8_TryWriteInterpolatedStringHandler$instance {
|
|
42
17
|
appendFormatted<T>(value: T): boolean;
|
|
43
18
|
appendFormatted<T>(value: T, format: string): boolean;
|
|
44
19
|
appendFormatted<T>(value: T, alignment: int): boolean;
|
|
45
20
|
appendFormatted<T>(value: T, alignment: int, format: string): boolean;
|
|
46
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
47
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
48
|
-
appendFormatted(utf8Value: ReadOnlySpan_1<
|
|
49
|
-
appendFormatted(utf8Value: ReadOnlySpan_1<
|
|
21
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
22
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): boolean;
|
|
23
|
+
appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
24
|
+
appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, alignment?: int, format?: string): boolean;
|
|
50
25
|
appendFormatted(value: string): boolean;
|
|
51
26
|
appendFormatted(value: string, alignment?: int, format?: string): boolean;
|
|
52
27
|
appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
|
|
@@ -55,8 +30,8 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
|
|
|
55
30
|
|
|
56
31
|
|
|
57
32
|
export const Utf8_TryWriteInterpolatedStringHandler: {
|
|
58
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<
|
|
59
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<
|
|
33
|
+
new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
|
|
34
|
+
new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
|
|
60
35
|
};
|
|
61
36
|
|
|
62
37
|
|
|
@@ -245,11 +220,11 @@ export abstract class UnicodeRanges$instance {
|
|
|
245
220
|
export type UnicodeRanges = UnicodeRanges$instance;
|
|
246
221
|
|
|
247
222
|
export abstract class Utf8$instance {
|
|
248
|
-
static fromUtf16(source: ReadOnlySpan_1<
|
|
249
|
-
static isValid(value: ReadOnlySpan_1<
|
|
250
|
-
static toUtf16(source: ReadOnlySpan_1<
|
|
251
|
-
static tryWrite(destination: Span_1<
|
|
252
|
-
static tryWrite(destination: Span_1<
|
|
223
|
+
static fromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, charsRead: int, bytesWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
224
|
+
static isValid(value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
225
|
+
static toUtf16(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, bytesRead: int, charsWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
226
|
+
static tryWrite(destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
|
|
227
|
+
static tryWrite(destination: Span_1<System_Internal.Byte>, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
|
|
253
228
|
}
|
|
254
229
|
|
|
255
230
|
|
|
@@ -216,12 +216,24 @@
|
|
|
216
216
|
{
|
|
217
217
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void|static=false",
|
|
218
218
|
"isStatic": false,
|
|
219
|
-
"parameterCount": 4
|
|
219
|
+
"parameterCount": 4,
|
|
220
|
+
"parameterModifiers": [
|
|
221
|
+
{
|
|
222
|
+
"index": 3,
|
|
223
|
+
"modifier": "out"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
220
226
|
},
|
|
221
227
|
{
|
|
222
228
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void|static=false",
|
|
223
229
|
"isStatic": false,
|
|
224
|
-
"parameterCount": 5
|
|
230
|
+
"parameterCount": 5,
|
|
231
|
+
"parameterModifiers": [
|
|
232
|
+
{
|
|
233
|
+
"index": 4,
|
|
234
|
+
"modifier": "out"
|
|
235
|
+
}
|
|
236
|
+
]
|
|
225
237
|
}
|
|
226
238
|
]
|
|
227
239
|
},
|
|
@@ -2767,7 +2779,17 @@
|
|
|
2767
2779
|
"isSealed": false,
|
|
2768
2780
|
"arity": 0,
|
|
2769
2781
|
"parameterCount": 6,
|
|
2770
|
-
"isExtensionMethod": false
|
|
2782
|
+
"isExtensionMethod": false,
|
|
2783
|
+
"parameterModifiers": [
|
|
2784
|
+
{
|
|
2785
|
+
"index": 2,
|
|
2786
|
+
"modifier": "out"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"index": 3,
|
|
2790
|
+
"modifier": "out"
|
|
2791
|
+
}
|
|
2792
|
+
]
|
|
2771
2793
|
},
|
|
2772
2794
|
{
|
|
2773
2795
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::ToUtf16(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Boolean,System.Boolean):System.Buffers.OperationStatus",
|
|
@@ -2783,7 +2805,17 @@
|
|
|
2783
2805
|
"isSealed": false,
|
|
2784
2806
|
"arity": 0,
|
|
2785
2807
|
"parameterCount": 6,
|
|
2786
|
-
"isExtensionMethod": false
|
|
2808
|
+
"isExtensionMethod": false,
|
|
2809
|
+
"parameterModifiers": [
|
|
2810
|
+
{
|
|
2811
|
+
"index": 2,
|
|
2812
|
+
"modifier": "out"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"index": 3,
|
|
2816
|
+
"modifier": "out"
|
|
2817
|
+
}
|
|
2818
|
+
]
|
|
2787
2819
|
},
|
|
2788
2820
|
{
|
|
2789
2821
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::TryWrite(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2799,7 +2831,17 @@
|
|
|
2799
2831
|
"isSealed": false,
|
|
2800
2832
|
"arity": 0,
|
|
2801
2833
|
"parameterCount": 3,
|
|
2802
|
-
"isExtensionMethod": false
|
|
2834
|
+
"isExtensionMethod": false,
|
|
2835
|
+
"parameterModifiers": [
|
|
2836
|
+
{
|
|
2837
|
+
"index": 1,
|
|
2838
|
+
"modifier": "ref"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"index": 2,
|
|
2842
|
+
"modifier": "out"
|
|
2843
|
+
}
|
|
2844
|
+
]
|
|
2803
2845
|
},
|
|
2804
2846
|
{
|
|
2805
2847
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::TryWrite(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -2815,7 +2857,17 @@
|
|
|
2815
2857
|
"isSealed": false,
|
|
2816
2858
|
"arity": 0,
|
|
2817
2859
|
"parameterCount": 4,
|
|
2818
|
-
"isExtensionMethod": false
|
|
2860
|
+
"isExtensionMethod": false,
|
|
2861
|
+
"parameterModifiers": [
|
|
2862
|
+
{
|
|
2863
|
+
"index": 2,
|
|
2864
|
+
"modifier": "ref"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"index": 3,
|
|
2868
|
+
"modifier": "out"
|
|
2869
|
+
}
|
|
2870
|
+
]
|
|
2819
2871
|
},
|
|
2820
2872
|
{
|
|
2821
2873
|
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8::IsValid(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|