@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
|
@@ -14,31 +14,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
14
14
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
15
|
import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDisposable, IDisposable, IFormatProvider, Int32, Int64, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Single, String as ClrString, Type, UInt32, UInt64, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
18
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
19
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
20
|
-
export type CLROf<T> =
|
|
21
|
-
T extends sbyte ? System_Internal.SByte :
|
|
22
|
-
T extends short ? System_Internal.Int16 :
|
|
23
|
-
T extends int ? System_Internal.Int32 :
|
|
24
|
-
T extends long ? System_Internal.Int64 :
|
|
25
|
-
T extends int128 ? System_Internal.Int128 :
|
|
26
|
-
T extends nint ? System_Internal.IntPtr :
|
|
27
|
-
T extends byte ? System_Internal.Byte :
|
|
28
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
29
|
-
T extends uint ? System_Internal.UInt32 :
|
|
30
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
31
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
32
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
33
|
-
T extends half ? System_Internal.Half :
|
|
34
|
-
T extends float ? System_Internal.Single :
|
|
35
|
-
T extends double ? System_Internal.Double :
|
|
36
|
-
T extends decimal ? System_Internal.Decimal :
|
|
37
|
-
T extends char ? System_Internal.Char :
|
|
38
|
-
T extends boolean ? System_Internal.Boolean :
|
|
39
|
-
T extends string ? System_Internal.String :
|
|
40
|
-
T; // Identity fallback for non-primitive types
|
|
41
|
-
|
|
42
17
|
export interface GeneratedCodeAttribute$instance extends Attribute {
|
|
43
18
|
readonly tool: string;
|
|
44
19
|
readonly version: string;
|
|
@@ -77,7 +52,7 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
77
52
|
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
78
53
|
write(format: string, ...arg: unknown[]): void;
|
|
79
54
|
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
80
|
-
write(buffer: ReadOnlySpan_1<
|
|
55
|
+
write(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
81
56
|
write(value: uint): void;
|
|
82
57
|
write(value: ulong): void;
|
|
83
58
|
write(value: decimal): void;
|
|
@@ -87,10 +62,10 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
87
62
|
writeAsync(value: char): Task;
|
|
88
63
|
writeAsync(buffer: char[], index: int, count: int): Task;
|
|
89
64
|
writeAsync(value: string): Task;
|
|
90
|
-
writeAsync(buffer: ReadOnlyMemory_1<
|
|
65
|
+
writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
91
66
|
writeAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
92
67
|
writeAsync(buffer: char[]): Task;
|
|
93
|
-
writeAsync(buffer: ReadOnlyMemory_1<
|
|
68
|
+
writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
94
69
|
writeLine(s: string): void;
|
|
95
70
|
writeLine(): void;
|
|
96
71
|
writeLine(value: boolean): void;
|
|
@@ -107,7 +82,7 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
107
82
|
writeLine(format: string, ...arg: unknown[]): void;
|
|
108
83
|
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
109
84
|
writeLine(value: uint): void;
|
|
110
|
-
writeLine(buffer: ReadOnlySpan_1<
|
|
85
|
+
writeLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
111
86
|
writeLine(value: ulong): void;
|
|
112
87
|
writeLine(value: decimal): void;
|
|
113
88
|
writeLine(value: StringBuilder): void;
|
|
@@ -117,10 +92,10 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
117
92
|
writeLineAsync(value: char): Task;
|
|
118
93
|
writeLineAsync(buffer: char[], index: int, count: int): Task;
|
|
119
94
|
writeLineAsync(value: string): Task;
|
|
120
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<
|
|
95
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
121
96
|
writeLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
122
97
|
writeLineAsync(buffer: char[]): Task;
|
|
123
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<
|
|
98
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
124
99
|
writeLineNoTabs(s: string): void;
|
|
125
100
|
writeLineNoTabsAsync(s: string): Task;
|
|
126
101
|
}
|
|
@@ -1424,7 +1424,17 @@
|
|
|
1424
1424
|
"parameterCount": 2,
|
|
1425
1425
|
"declaringClrType": "System.Collections.DictionaryEntry",
|
|
1426
1426
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1427
|
-
"isExtensionMethod": false
|
|
1427
|
+
"isExtensionMethod": false,
|
|
1428
|
+
"parameterModifiers": [
|
|
1429
|
+
{
|
|
1430
|
+
"index": 0,
|
|
1431
|
+
"modifier": "out"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"index": 1,
|
|
1435
|
+
"modifier": "out"
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1428
1438
|
},
|
|
1429
1439
|
{
|
|
1430
1440
|
"stableId": "System.Private.CoreLib:System.Collections.DictionaryEntry::ToString():System.String",
|
|
@@ -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 { CultureInfo } from "../../System.Globalization/internal/index.js";
|
|
@@ -15,31 +15,6 @@ import type { IDeserializationCallback, ISerializable, SerializationInfo, Stream
|
|
|
15
15
|
import * as System_Internal from "../../System/internal/index.js";
|
|
16
16
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, ICloneable, Int32, Object as ClrObject, Single, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
19
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
20
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
21
|
-
export type CLROf<T> =
|
|
22
|
-
T extends sbyte ? System_Internal.SByte :
|
|
23
|
-
T extends short ? System_Internal.Int16 :
|
|
24
|
-
T extends int ? System_Internal.Int32 :
|
|
25
|
-
T extends long ? System_Internal.Int64 :
|
|
26
|
-
T extends int128 ? System_Internal.Int128 :
|
|
27
|
-
T extends nint ? System_Internal.IntPtr :
|
|
28
|
-
T extends byte ? System_Internal.Byte :
|
|
29
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
30
|
-
T extends uint ? System_Internal.UInt32 :
|
|
31
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
32
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
33
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
34
|
-
T extends half ? System_Internal.Half :
|
|
35
|
-
T extends float ? System_Internal.Single :
|
|
36
|
-
T extends double ? System_Internal.Double :
|
|
37
|
-
T extends decimal ? System_Internal.Decimal :
|
|
38
|
-
T extends char ? System_Internal.Char :
|
|
39
|
-
T extends boolean ? System_Internal.Boolean :
|
|
40
|
-
T extends string ? System_Internal.String :
|
|
41
|
-
T; // Identity fallback for non-primitive types
|
|
42
|
-
|
|
43
18
|
export interface ICollection$instance extends IEnumerable {
|
|
44
19
|
readonly count: int;
|
|
45
20
|
readonly syncRoot: unknown;
|
|
@@ -164,7 +139,7 @@ export type IStructuralEquatable = IStructuralEquatable$instance;
|
|
|
164
139
|
export interface DictionaryEntry$instance {
|
|
165
140
|
key: unknown;
|
|
166
141
|
value: unknown;
|
|
167
|
-
deconstruct(key:
|
|
142
|
+
deconstruct(key: unknown, value: unknown): void;
|
|
168
143
|
toString(): string;
|
|
169
144
|
}
|
|
170
145
|
|
|
@@ -1017,7 +1017,17 @@
|
|
|
1017
1017
|
"isSealed": false,
|
|
1018
1018
|
"arity": 0,
|
|
1019
1019
|
"parameterCount": 2,
|
|
1020
|
-
"isExtensionMethod": false
|
|
1020
|
+
"isExtensionMethod": false,
|
|
1021
|
+
"parameterModifiers": [
|
|
1022
|
+
{
|
|
1023
|
+
"index": 0,
|
|
1024
|
+
"modifier": "out"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"index": 1,
|
|
1028
|
+
"modifier": "out"
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1021
1031
|
},
|
|
1022
1032
|
{
|
|
1023
1033
|
"stableId": "System.Private.CoreLib:System.Collections.DictionaryEntry::ToString():System.String",
|
|
@@ -658,7 +658,13 @@
|
|
|
658
658
|
"parameterCount": 1,
|
|
659
659
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
660
660
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
661
|
-
"isExtensionMethod": false
|
|
661
|
+
"isExtensionMethod": false,
|
|
662
|
+
"parameterModifiers": [
|
|
663
|
+
{
|
|
664
|
+
"index": 0,
|
|
665
|
+
"modifier": "out"
|
|
666
|
+
}
|
|
667
|
+
]
|
|
662
668
|
},
|
|
663
669
|
{
|
|
664
670
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
@@ -916,7 +922,13 @@
|
|
|
916
922
|
"parameterCount": 2,
|
|
917
923
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
918
924
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
919
|
-
"isExtensionMethod": false
|
|
925
|
+
"isExtensionMethod": false,
|
|
926
|
+
"parameterModifiers": [
|
|
927
|
+
{
|
|
928
|
+
"index": 1,
|
|
929
|
+
"modifier": "out"
|
|
930
|
+
}
|
|
931
|
+
]
|
|
920
932
|
},
|
|
921
933
|
{
|
|
922
934
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
@@ -930,7 +942,17 @@
|
|
|
930
942
|
"parameterCount": 3,
|
|
931
943
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
932
944
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
933
|
-
"isExtensionMethod": false
|
|
945
|
+
"isExtensionMethod": false,
|
|
946
|
+
"parameterModifiers": [
|
|
947
|
+
{
|
|
948
|
+
"index": 1,
|
|
949
|
+
"modifier": "out"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"index": 2,
|
|
953
|
+
"modifier": "out"
|
|
954
|
+
}
|
|
955
|
+
]
|
|
934
956
|
},
|
|
935
957
|
{
|
|
936
958
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
|
|
@@ -944,7 +966,13 @@
|
|
|
944
966
|
"parameterCount": 2,
|
|
945
967
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
946
968
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
947
|
-
"isExtensionMethod": false
|
|
969
|
+
"isExtensionMethod": false,
|
|
970
|
+
"parameterModifiers": [
|
|
971
|
+
{
|
|
972
|
+
"index": 1,
|
|
973
|
+
"modifier": "out"
|
|
974
|
+
}
|
|
975
|
+
]
|
|
948
976
|
},
|
|
949
977
|
{
|
|
950
978
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
@@ -958,7 +986,17 @@
|
|
|
958
986
|
"parameterCount": 3,
|
|
959
987
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
960
988
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
961
|
-
"isExtensionMethod": false
|
|
989
|
+
"isExtensionMethod": false,
|
|
990
|
+
"parameterModifiers": [
|
|
991
|
+
{
|
|
992
|
+
"index": 1,
|
|
993
|
+
"modifier": "out"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"index": 2,
|
|
997
|
+
"modifier": "out"
|
|
998
|
+
}
|
|
999
|
+
]
|
|
962
1000
|
}
|
|
963
1001
|
],
|
|
964
1002
|
"properties": [
|
|
@@ -1270,7 +1308,13 @@
|
|
|
1270
1308
|
"parameterCount": 1,
|
|
1271
1309
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1272
1310
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1273
|
-
"isExtensionMethod": false
|
|
1311
|
+
"isExtensionMethod": false,
|
|
1312
|
+
"parameterModifiers": [
|
|
1313
|
+
{
|
|
1314
|
+
"index": 0,
|
|
1315
|
+
"modifier": "out"
|
|
1316
|
+
}
|
|
1317
|
+
]
|
|
1274
1318
|
},
|
|
1275
1319
|
{
|
|
1276
1320
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.TimeSpan):System.Boolean",
|
|
@@ -1284,7 +1328,13 @@
|
|
|
1284
1328
|
"parameterCount": 2,
|
|
1285
1329
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1286
1330
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1287
|
-
"isExtensionMethod": false
|
|
1331
|
+
"isExtensionMethod": false,
|
|
1332
|
+
"parameterModifiers": [
|
|
1333
|
+
{
|
|
1334
|
+
"index": 0,
|
|
1335
|
+
"modifier": "out"
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1288
1338
|
},
|
|
1289
1339
|
{
|
|
1290
1340
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.Int32):System.Boolean",
|
|
@@ -1298,7 +1348,13 @@
|
|
|
1298
1348
|
"parameterCount": 2,
|
|
1299
1349
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1300
1350
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1301
|
-
"isExtensionMethod": false
|
|
1351
|
+
"isExtensionMethod": false,
|
|
1352
|
+
"parameterModifiers": [
|
|
1353
|
+
{
|
|
1354
|
+
"index": 0,
|
|
1355
|
+
"modifier": "out"
|
|
1356
|
+
}
|
|
1357
|
+
]
|
|
1302
1358
|
},
|
|
1303
1359
|
{
|
|
1304
1360
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.Int32,System.Threading.CancellationToken):System.Boolean",
|
|
@@ -1312,7 +1368,13 @@
|
|
|
1312
1368
|
"parameterCount": 3,
|
|
1313
1369
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1314
1370
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1315
|
-
"isExtensionMethod": false
|
|
1371
|
+
"isExtensionMethod": false,
|
|
1372
|
+
"parameterModifiers": [
|
|
1373
|
+
{
|
|
1374
|
+
"index": 0,
|
|
1375
|
+
"modifier": "out"
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1316
1378
|
},
|
|
1317
1379
|
{
|
|
1318
1380
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::AddToAny(BlockingCollection_1[],T):System.Int32",
|
|
@@ -1410,7 +1472,13 @@
|
|
|
1410
1472
|
"parameterCount": 2,
|
|
1411
1473
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1412
1474
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1413
|
-
"isExtensionMethod": false
|
|
1475
|
+
"isExtensionMethod": false,
|
|
1476
|
+
"parameterModifiers": [
|
|
1477
|
+
{
|
|
1478
|
+
"index": 1,
|
|
1479
|
+
"modifier": "out"
|
|
1480
|
+
}
|
|
1481
|
+
]
|
|
1414
1482
|
},
|
|
1415
1483
|
{
|
|
1416
1484
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TakeFromAny(BlockingCollection_1[],T\u0026,System.Threading.CancellationToken):System.Int32",
|
|
@@ -1424,7 +1492,13 @@
|
|
|
1424
1492
|
"parameterCount": 3,
|
|
1425
1493
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1426
1494
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1427
|
-
"isExtensionMethod": false
|
|
1495
|
+
"isExtensionMethod": false,
|
|
1496
|
+
"parameterModifiers": [
|
|
1497
|
+
{
|
|
1498
|
+
"index": 1,
|
|
1499
|
+
"modifier": "out"
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1428
1502
|
},
|
|
1429
1503
|
{
|
|
1430
1504
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026):System.Int32",
|
|
@@ -1438,7 +1512,13 @@
|
|
|
1438
1512
|
"parameterCount": 2,
|
|
1439
1513
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1440
1514
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1441
|
-
"isExtensionMethod": false
|
|
1515
|
+
"isExtensionMethod": false,
|
|
1516
|
+
"parameterModifiers": [
|
|
1517
|
+
{
|
|
1518
|
+
"index": 1,
|
|
1519
|
+
"modifier": "out"
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1442
1522
|
},
|
|
1443
1523
|
{
|
|
1444
1524
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.TimeSpan):System.Int32",
|
|
@@ -1452,7 +1532,13 @@
|
|
|
1452
1532
|
"parameterCount": 3,
|
|
1453
1533
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1454
1534
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1455
|
-
"isExtensionMethod": false
|
|
1535
|
+
"isExtensionMethod": false,
|
|
1536
|
+
"parameterModifiers": [
|
|
1537
|
+
{
|
|
1538
|
+
"index": 1,
|
|
1539
|
+
"modifier": "out"
|
|
1540
|
+
}
|
|
1541
|
+
]
|
|
1456
1542
|
},
|
|
1457
1543
|
{
|
|
1458
1544
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.Int32):System.Int32",
|
|
@@ -1466,7 +1552,13 @@
|
|
|
1466
1552
|
"parameterCount": 3,
|
|
1467
1553
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1468
1554
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1469
|
-
"isExtensionMethod": false
|
|
1555
|
+
"isExtensionMethod": false,
|
|
1556
|
+
"parameterModifiers": [
|
|
1557
|
+
{
|
|
1558
|
+
"index": 1,
|
|
1559
|
+
"modifier": "out"
|
|
1560
|
+
}
|
|
1561
|
+
]
|
|
1470
1562
|
},
|
|
1471
1563
|
{
|
|
1472
1564
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.Int32,System.Threading.CancellationToken):System.Int32",
|
|
@@ -1480,7 +1572,13 @@
|
|
|
1480
1572
|
"parameterCount": 4,
|
|
1481
1573
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1482
1574
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1483
|
-
"isExtensionMethod": false
|
|
1575
|
+
"isExtensionMethod": false,
|
|
1576
|
+
"parameterModifiers": [
|
|
1577
|
+
{
|
|
1578
|
+
"index": 1,
|
|
1579
|
+
"modifier": "out"
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1484
1582
|
},
|
|
1485
1583
|
{
|
|
1486
1584
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::CompleteAdding():System.Void",
|
|
@@ -2337,7 +2435,13 @@
|
|
|
2337
2435
|
"parameterCount": 1,
|
|
2338
2436
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
2339
2437
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2340
|
-
"isExtensionMethod": false
|
|
2438
|
+
"isExtensionMethod": false,
|
|
2439
|
+
"parameterModifiers": [
|
|
2440
|
+
{
|
|
2441
|
+
"index": 0,
|
|
2442
|
+
"modifier": "out"
|
|
2443
|
+
}
|
|
2444
|
+
]
|
|
2341
2445
|
},
|
|
2342
2446
|
{
|
|
2343
2447
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentBag\u00601::TryPeek(T\u0026):System.Boolean",
|
|
@@ -2351,7 +2455,13 @@
|
|
|
2351
2455
|
"parameterCount": 1,
|
|
2352
2456
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
2353
2457
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2354
|
-
"isExtensionMethod": false
|
|
2458
|
+
"isExtensionMethod": false,
|
|
2459
|
+
"parameterModifiers": [
|
|
2460
|
+
{
|
|
2461
|
+
"index": 0,
|
|
2462
|
+
"modifier": "out"
|
|
2463
|
+
}
|
|
2464
|
+
]
|
|
2355
2465
|
},
|
|
2356
2466
|
{
|
|
2357
2467
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentBag\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
@@ -2477,7 +2587,13 @@
|
|
|
2477
2587
|
"parameterCount": 1,
|
|
2478
2588
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
2479
2589
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2480
|
-
"isExtensionMethod": false
|
|
2590
|
+
"isExtensionMethod": false,
|
|
2591
|
+
"parameterModifiers": [
|
|
2592
|
+
{
|
|
2593
|
+
"index": 0,
|
|
2594
|
+
"modifier": "out"
|
|
2595
|
+
}
|
|
2596
|
+
]
|
|
2481
2597
|
},
|
|
2482
2598
|
{
|
|
2483
2599
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
@@ -2936,7 +3052,13 @@
|
|
|
2936
3052
|
"parameterCount": 1,
|
|
2937
3053
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2938
3054
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2939
|
-
"isExtensionMethod": false
|
|
3055
|
+
"isExtensionMethod": false,
|
|
3056
|
+
"parameterModifiers": [
|
|
3057
|
+
{
|
|
3058
|
+
"index": 0,
|
|
3059
|
+
"modifier": "out"
|
|
3060
|
+
}
|
|
3061
|
+
]
|
|
2940
3062
|
},
|
|
2941
3063
|
{
|
|
2942
3064
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryAdd(TKey,TValue):System.Boolean",
|
|
@@ -2978,7 +3100,13 @@
|
|
|
2978
3100
|
"parameterCount": 2,
|
|
2979
3101
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2980
3102
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2981
|
-
"isExtensionMethod": false
|
|
3103
|
+
"isExtensionMethod": false,
|
|
3104
|
+
"parameterModifiers": [
|
|
3105
|
+
{
|
|
3106
|
+
"index": 1,
|
|
3107
|
+
"modifier": "out"
|
|
3108
|
+
}
|
|
3109
|
+
]
|
|
2982
3110
|
},
|
|
2983
3111
|
{
|
|
2984
3112
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryRemove(KeyValuePair_2):System.Boolean",
|
|
@@ -3006,7 +3134,13 @@
|
|
|
3006
3134
|
"parameterCount": 2,
|
|
3007
3135
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3008
3136
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3009
|
-
"isExtensionMethod": false
|
|
3137
|
+
"isExtensionMethod": false,
|
|
3138
|
+
"parameterModifiers": [
|
|
3139
|
+
{
|
|
3140
|
+
"index": 1,
|
|
3141
|
+
"modifier": "out"
|
|
3142
|
+
}
|
|
3143
|
+
]
|
|
3010
3144
|
},
|
|
3011
3145
|
{
|
|
3012
3146
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryUpdate(TKey,TValue,TValue):System.Boolean",
|
|
@@ -3342,7 +3476,13 @@
|
|
|
3342
3476
|
"parameterCount": 2,
|
|
3343
3477
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
3344
3478
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3345
|
-
"isExtensionMethod": false
|
|
3479
|
+
"isExtensionMethod": false,
|
|
3480
|
+
"parameterModifiers": [
|
|
3481
|
+
{
|
|
3482
|
+
"index": 1,
|
|
3483
|
+
"modifier": "out"
|
|
3484
|
+
}
|
|
3485
|
+
]
|
|
3346
3486
|
},
|
|
3347
3487
|
{
|
|
3348
3488
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -3398,7 +3538,13 @@
|
|
|
3398
3538
|
"parameterCount": 2,
|
|
3399
3539
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
3400
3540
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3401
|
-
"isExtensionMethod": false
|
|
3541
|
+
"isExtensionMethod": false,
|
|
3542
|
+
"parameterModifiers": [
|
|
3543
|
+
{
|
|
3544
|
+
"index": 1,
|
|
3545
|
+
"modifier": "out"
|
|
3546
|
+
}
|
|
3547
|
+
]
|
|
3402
3548
|
}
|
|
3403
3549
|
],
|
|
3404
3550
|
"properties": [
|
|
@@ -4512,7 +4658,13 @@
|
|
|
4512
4658
|
"parameterCount": 1,
|
|
4513
4659
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
4514
4660
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4515
|
-
"isExtensionMethod": false
|
|
4661
|
+
"isExtensionMethod": false,
|
|
4662
|
+
"parameterModifiers": [
|
|
4663
|
+
{
|
|
4664
|
+
"index": 0,
|
|
4665
|
+
"modifier": "out"
|
|
4666
|
+
}
|
|
4667
|
+
]
|
|
4516
4668
|
},
|
|
4517
4669
|
{
|
|
4518
4670
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryPeek(T\u0026):System.Boolean",
|
|
@@ -4526,7 +4678,13 @@
|
|
|
4526
4678
|
"parameterCount": 1,
|
|
4527
4679
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
4528
4680
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4529
|
-
"isExtensionMethod": false
|
|
4681
|
+
"isExtensionMethod": false,
|
|
4682
|
+
"parameterModifiers": [
|
|
4683
|
+
{
|
|
4684
|
+
"index": 0,
|
|
4685
|
+
"modifier": "out"
|
|
4686
|
+
}
|
|
4687
|
+
]
|
|
4530
4688
|
},
|
|
4531
4689
|
{
|
|
4532
4690
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Clear():System.Void",
|
|
@@ -4568,7 +4726,13 @@
|
|
|
4568
4726
|
"parameterCount": 1,
|
|
4569
4727
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
4570
4728
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4571
|
-
"isExtensionMethod": false
|
|
4729
|
+
"isExtensionMethod": false,
|
|
4730
|
+
"parameterModifiers": [
|
|
4731
|
+
{
|
|
4732
|
+
"index": 0,
|
|
4733
|
+
"modifier": "out"
|
|
4734
|
+
}
|
|
4735
|
+
]
|
|
4572
4736
|
},
|
|
4573
4737
|
{
|
|
4574
4738
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -5125,7 +5289,13 @@
|
|
|
5125
5289
|
"parameterCount": 1,
|
|
5126
5290
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
5127
5291
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
5128
|
-
"isExtensionMethod": false
|
|
5292
|
+
"isExtensionMethod": false,
|
|
5293
|
+
"parameterModifiers": [
|
|
5294
|
+
{
|
|
5295
|
+
"index": 0,
|
|
5296
|
+
"modifier": "out"
|
|
5297
|
+
}
|
|
5298
|
+
]
|
|
5129
5299
|
},
|
|
5130
5300
|
{
|
|
5131
5301
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentStack\u00601::TryPop(T\u0026):System.Boolean",
|
|
@@ -5139,7 +5309,13 @@
|
|
|
5139
5309
|
"parameterCount": 1,
|
|
5140
5310
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
5141
5311
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
5142
|
-
"isExtensionMethod": false
|
|
5312
|
+
"isExtensionMethod": false,
|
|
5313
|
+
"parameterModifiers": [
|
|
5314
|
+
{
|
|
5315
|
+
"index": 0,
|
|
5316
|
+
"modifier": "out"
|
|
5317
|
+
}
|
|
5318
|
+
]
|
|
5143
5319
|
},
|
|
5144
5320
|
{
|
|
5145
5321
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentStack\u00601::TryPopRange(T[]):System.Int32",
|
|
@@ -5223,7 +5399,13 @@
|
|
|
5223
5399
|
"parameterCount": 1,
|
|
5224
5400
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
5225
5401
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5226
|
-
"isExtensionMethod": false
|
|
5402
|
+
"isExtensionMethod": false,
|
|
5403
|
+
"parameterModifiers": [
|
|
5404
|
+
{
|
|
5405
|
+
"index": 0,
|
|
5406
|
+
"modifier": "out"
|
|
5407
|
+
}
|
|
5408
|
+
]
|
|
5227
5409
|
},
|
|
5228
5410
|
{
|
|
5229
5411
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|