@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -19,31 +19,6 @@ import type { XmlQualifiedName, XmlReader, XmlWriter } from "../../System.Xml/in
|
|
|
19
19
|
import * as System_Internal from "../../System/internal/index.js";
|
|
20
20
|
import type { Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt32, ValueType, Void } from "../../System/internal/index.js";
|
|
21
21
|
|
|
22
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
23
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
24
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
25
|
-
export type CLROf<T> =
|
|
26
|
-
T extends sbyte ? System_Internal.SByte :
|
|
27
|
-
T extends short ? System_Internal.Int16 :
|
|
28
|
-
T extends int ? System_Internal.Int32 :
|
|
29
|
-
T extends long ? System_Internal.Int64 :
|
|
30
|
-
T extends int128 ? System_Internal.Int128 :
|
|
31
|
-
T extends nint ? System_Internal.IntPtr :
|
|
32
|
-
T extends byte ? System_Internal.Byte :
|
|
33
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
34
|
-
T extends uint ? System_Internal.UInt32 :
|
|
35
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
36
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
37
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
38
|
-
T extends half ? System_Internal.Half :
|
|
39
|
-
T extends float ? System_Internal.Single :
|
|
40
|
-
T extends double ? System_Internal.Double :
|
|
41
|
-
T extends decimal ? System_Internal.Decimal :
|
|
42
|
-
T extends char ? System_Internal.Char :
|
|
43
|
-
T extends boolean ? System_Internal.Boolean :
|
|
44
|
-
T extends string ? System_Internal.String :
|
|
45
|
-
T; // Identity fallback for non-primitive types
|
|
46
|
-
|
|
47
22
|
export enum SqlCompareOptions {
|
|
48
23
|
none = 0,
|
|
49
24
|
ignoreCase = 1,
|
|
@@ -107,8 +82,8 @@ export interface __SqlBinary$views {
|
|
|
107
82
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
108
83
|
|
|
109
84
|
// Structural method bridges for numeric interface constraints
|
|
110
|
-
|
|
111
|
-
|
|
85
|
+
equals(other: SqlBinary): boolean;
|
|
86
|
+
compareTo(obj: unknown): int;
|
|
112
87
|
}
|
|
113
88
|
|
|
114
89
|
export interface SqlBinary$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -170,8 +145,8 @@ export interface __SqlBoolean$views {
|
|
|
170
145
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
171
146
|
|
|
172
147
|
// Structural method bridges for numeric interface constraints
|
|
173
|
-
|
|
174
|
-
|
|
148
|
+
equals(other: SqlBoolean): boolean;
|
|
149
|
+
compareTo(obj: unknown): int;
|
|
175
150
|
}
|
|
176
151
|
|
|
177
152
|
export interface SqlBoolean$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -234,8 +209,8 @@ export interface __SqlByte$views {
|
|
|
234
209
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
235
210
|
|
|
236
211
|
// Structural method bridges for numeric interface constraints
|
|
237
|
-
|
|
238
|
-
|
|
212
|
+
equals(other: SqlByte): boolean;
|
|
213
|
+
compareTo(obj: unknown): int;
|
|
239
214
|
}
|
|
240
215
|
|
|
241
216
|
export interface SqlByte$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -291,8 +266,8 @@ export interface __SqlDateTime$views {
|
|
|
291
266
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
292
267
|
|
|
293
268
|
// Structural method bridges for numeric interface constraints
|
|
294
|
-
|
|
295
|
-
|
|
269
|
+
equals(other: SqlDateTime): boolean;
|
|
270
|
+
compareTo(obj: unknown): int;
|
|
296
271
|
}
|
|
297
272
|
|
|
298
273
|
export interface SqlDateTime$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -324,7 +299,7 @@ export interface SqlDecimal$instance {
|
|
|
324
299
|
toSqlSingle(): SqlSingle;
|
|
325
300
|
toSqlString(): SqlString;
|
|
326
301
|
toString(): string;
|
|
327
|
-
writeTdsValue(destination: Span_1<
|
|
302
|
+
writeTdsValue(destination: Span_1<System_Internal.UInt32>): int;
|
|
328
303
|
}
|
|
329
304
|
|
|
330
305
|
|
|
@@ -371,8 +346,8 @@ export interface __SqlDecimal$views {
|
|
|
371
346
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
372
347
|
|
|
373
348
|
// Structural method bridges for numeric interface constraints
|
|
374
|
-
|
|
375
|
-
|
|
349
|
+
equals(other: SqlDecimal): boolean;
|
|
350
|
+
compareTo(obj: unknown): int;
|
|
376
351
|
}
|
|
377
352
|
|
|
378
353
|
export interface SqlDecimal$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -429,8 +404,8 @@ export interface __SqlDouble$views {
|
|
|
429
404
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
430
405
|
|
|
431
406
|
// Structural method bridges for numeric interface constraints
|
|
432
|
-
|
|
433
|
-
|
|
407
|
+
equals(other: SqlDouble): boolean;
|
|
408
|
+
compareTo(obj: unknown): int;
|
|
434
409
|
}
|
|
435
410
|
|
|
436
411
|
export interface SqlDouble$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -478,8 +453,8 @@ export interface __SqlGuid$views {
|
|
|
478
453
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
479
454
|
|
|
480
455
|
// Structural method bridges for numeric interface constraints
|
|
481
|
-
|
|
482
|
-
|
|
456
|
+
equals(other: SqlGuid): boolean;
|
|
457
|
+
compareTo(obj: unknown): int;
|
|
483
458
|
}
|
|
484
459
|
|
|
485
460
|
export interface SqlGuid$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -542,8 +517,8 @@ export interface __SqlInt16$views {
|
|
|
542
517
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
543
518
|
|
|
544
519
|
// Structural method bridges for numeric interface constraints
|
|
545
|
-
|
|
546
|
-
|
|
520
|
+
equals(other: SqlInt16): boolean;
|
|
521
|
+
compareTo(obj: unknown): int;
|
|
547
522
|
}
|
|
548
523
|
|
|
549
524
|
export interface SqlInt16$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -606,8 +581,8 @@ export interface __SqlInt32$views {
|
|
|
606
581
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
607
582
|
|
|
608
583
|
// Structural method bridges for numeric interface constraints
|
|
609
|
-
|
|
610
|
-
|
|
584
|
+
equals(other: SqlInt32): boolean;
|
|
585
|
+
compareTo(obj: unknown): int;
|
|
611
586
|
}
|
|
612
587
|
|
|
613
588
|
export interface SqlInt32$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -670,8 +645,8 @@ export interface __SqlInt64$views {
|
|
|
670
645
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
671
646
|
|
|
672
647
|
// Structural method bridges for numeric interface constraints
|
|
673
|
-
|
|
674
|
-
|
|
648
|
+
equals(other: SqlInt64): boolean;
|
|
649
|
+
compareTo(obj: unknown): int;
|
|
675
650
|
}
|
|
676
651
|
|
|
677
652
|
export interface SqlInt64$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -737,8 +712,8 @@ export interface __SqlMoney$views {
|
|
|
737
712
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
738
713
|
|
|
739
714
|
// Structural method bridges for numeric interface constraints
|
|
740
|
-
|
|
741
|
-
|
|
715
|
+
equals(other: SqlMoney): boolean;
|
|
716
|
+
compareTo(obj: unknown): int;
|
|
742
717
|
}
|
|
743
718
|
|
|
744
719
|
export interface SqlMoney$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -796,8 +771,8 @@ export interface __SqlSingle$views {
|
|
|
796
771
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
797
772
|
|
|
798
773
|
// Structural method bridges for numeric interface constraints
|
|
799
|
-
|
|
800
|
-
|
|
774
|
+
equals(other: SqlSingle): boolean;
|
|
775
|
+
compareTo(obj: unknown): int;
|
|
801
776
|
}
|
|
802
777
|
|
|
803
778
|
export interface SqlSingle$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
@@ -870,8 +845,8 @@ export interface __SqlString$views {
|
|
|
870
845
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
871
846
|
|
|
872
847
|
// Structural method bridges for numeric interface constraints
|
|
873
|
-
|
|
874
|
-
|
|
848
|
+
equals(other: SqlString): boolean;
|
|
849
|
+
compareTo(obj: unknown): int;
|
|
875
850
|
}
|
|
876
851
|
|
|
877
852
|
export interface SqlString$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
package/System.Data.d.ts
CHANGED
|
@@ -58,8 +58,6 @@ export { DataRowAction as DataRowAction } from './System.Data/internal/index.js'
|
|
|
58
58
|
export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './System.Data/internal/index.js';
|
|
59
59
|
export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler;
|
|
60
60
|
export { DataRowCollection as DataRowCollection } from './System.Data/internal/index.js';
|
|
61
|
-
export { DataRowComparer$instance as DataRowComparer_0 } from './System.Data/internal/index.js';
|
|
62
|
-
export { DataRowComparer_1 as DataRowComparer } from './System.Data/internal/index.js';
|
|
63
61
|
export { DataRowExtensions$instance as DataRowExtensions } from './System.Data/internal/index.js';
|
|
64
62
|
export { DataRowState as DataRowState } from './System.Data/internal/index.js';
|
|
65
63
|
export { DataRowVersion as DataRowVersion } from './System.Data/internal/index.js';
|
|
@@ -83,8 +81,6 @@ export { DataViewSetting as DataViewSetting } from './System.Data/internal/index
|
|
|
83
81
|
export { DataViewSettingCollection as DataViewSettingCollection } from './System.Data/internal/index.js';
|
|
84
82
|
export { DBConcurrencyException as DBConcurrencyException } from './System.Data/internal/index.js';
|
|
85
83
|
export { DbType as DbType } from './System.Data/internal/index.js';
|
|
86
|
-
export { EnumerableRowCollection as EnumerableRowCollection_0 } from './System.Data/internal/index.js';
|
|
87
|
-
export { EnumerableRowCollection_1 as EnumerableRowCollection } from './System.Data/internal/index.js';
|
|
88
84
|
export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './System.Data/internal/index.js';
|
|
89
85
|
export { FillErrorEventArgs as FillErrorEventArgs } from './System.Data/internal/index.js';
|
|
90
86
|
export type FillErrorEventHandler = Internal.FillErrorEventHandler;
|
|
@@ -131,3 +127,20 @@ export { UpdateRowSource as UpdateRowSource } from './System.Data/internal/index
|
|
|
131
127
|
export { InvalidExpressionException as InvalidExpressionException } from './System.Data/internal/index.js';
|
|
132
128
|
export { EvaluateException as EvaluateException } from './System.Data/internal/index.js';
|
|
133
129
|
export { SyntaxErrorException as SyntaxErrorException } from './System.Data/internal/index.js';
|
|
130
|
+
|
|
131
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
132
|
+
declare const __unspecified: unique symbol;
|
|
133
|
+
export type __ = typeof __unspecified;
|
|
134
|
+
|
|
135
|
+
export type DataRowComparer<
|
|
136
|
+
T1 = __,
|
|
137
|
+
> =
|
|
138
|
+
[T1] extends [__] ? Internal.DataRowComparer :
|
|
139
|
+
[T1] extends [Internal.DataRow] ? Internal.DataRowComparer_1<T1> : never;
|
|
140
|
+
|
|
141
|
+
export type EnumerableRowCollection<
|
|
142
|
+
T1 = __,
|
|
143
|
+
> =
|
|
144
|
+
[T1] extends [__] ? Internal.EnumerableRowCollection :
|
|
145
|
+
Internal.EnumerableRowCollection_1<T1>;
|
|
146
|
+
|
|
@@ -11433,7 +11433,17 @@
|
|
|
11433
11433
|
"parameterCount": 4,
|
|
11434
11434
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11435
11435
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11436
|
-
"isExtensionMethod": false
|
|
11436
|
+
"isExtensionMethod": false,
|
|
11437
|
+
"parameterModifiers": [
|
|
11438
|
+
{
|
|
11439
|
+
"index": 2,
|
|
11440
|
+
"modifier": "out"
|
|
11441
|
+
},
|
|
11442
|
+
{
|
|
11443
|
+
"index": 3,
|
|
11444
|
+
"modifier": "out"
|
|
11445
|
+
}
|
|
11446
|
+
]
|
|
11437
11447
|
},
|
|
11438
11448
|
{
|
|
11439
11449
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback::BeginInvoke(System.Object,System.String,System.String\u0026,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -11447,7 +11457,17 @@
|
|
|
11447
11457
|
"parameterCount": 6,
|
|
11448
11458
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11449
11459
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11450
|
-
"isExtensionMethod": false
|
|
11460
|
+
"isExtensionMethod": false,
|
|
11461
|
+
"parameterModifiers": [
|
|
11462
|
+
{
|
|
11463
|
+
"index": 2,
|
|
11464
|
+
"modifier": "out"
|
|
11465
|
+
},
|
|
11466
|
+
{
|
|
11467
|
+
"index": 3,
|
|
11468
|
+
"modifier": "out"
|
|
11469
|
+
}
|
|
11470
|
+
]
|
|
11451
11471
|
},
|
|
11452
11472
|
{
|
|
11453
11473
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback::EndInvoke(System.String\u0026,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.IAsyncResult):System.Void",
|
|
@@ -11461,7 +11481,17 @@
|
|
|
11461
11481
|
"parameterCount": 3,
|
|
11462
11482
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11463
11483
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11464
|
-
"isExtensionMethod": false
|
|
11484
|
+
"isExtensionMethod": false,
|
|
11485
|
+
"parameterModifiers": [
|
|
11486
|
+
{
|
|
11487
|
+
"index": 0,
|
|
11488
|
+
"modifier": "out"
|
|
11489
|
+
},
|
|
11490
|
+
{
|
|
11491
|
+
"index": 1,
|
|
11492
|
+
"modifier": "out"
|
|
11493
|
+
}
|
|
11494
|
+
]
|
|
11465
11495
|
}
|
|
11466
11496
|
],
|
|
11467
11497
|
"properties": [],
|
|
@@ -12135,7 +12165,13 @@
|
|
|
12135
12165
|
"parameterCount": 3,
|
|
12136
12166
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12137
12167
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12138
|
-
"isExtensionMethod": false
|
|
12168
|
+
"isExtensionMethod": false,
|
|
12169
|
+
"parameterModifiers": [
|
|
12170
|
+
{
|
|
12171
|
+
"index": 2,
|
|
12172
|
+
"modifier": "ref"
|
|
12173
|
+
}
|
|
12174
|
+
]
|
|
12139
12175
|
},
|
|
12140
12176
|
{
|
|
12141
12177
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::BeginInvoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -12149,7 +12185,13 @@
|
|
|
12149
12185
|
"parameterCount": 5,
|
|
12150
12186
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12151
12187
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12152
|
-
"isExtensionMethod": false
|
|
12188
|
+
"isExtensionMethod": false,
|
|
12189
|
+
"parameterModifiers": [
|
|
12190
|
+
{
|
|
12191
|
+
"index": 2,
|
|
12192
|
+
"modifier": "ref"
|
|
12193
|
+
}
|
|
12194
|
+
]
|
|
12153
12195
|
},
|
|
12154
12196
|
{
|
|
12155
12197
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::EndInvoke(System.Diagnostics.TagList\u0026,System.IAsyncResult):System.Void",
|
|
@@ -12163,7 +12205,13 @@
|
|
|
12163
12205
|
"parameterCount": 2,
|
|
12164
12206
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12165
12207
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12166
|
-
"isExtensionMethod": false
|
|
12208
|
+
"isExtensionMethod": false,
|
|
12209
|
+
"parameterModifiers": [
|
|
12210
|
+
{
|
|
12211
|
+
"index": 0,
|
|
12212
|
+
"modifier": "ref"
|
|
12213
|
+
}
|
|
12214
|
+
]
|
|
12167
12215
|
}
|
|
12168
12216
|
],
|
|
12169
12217
|
"properties": [],
|
|
@@ -12486,7 +12534,13 @@
|
|
|
12486
12534
|
"parameterCount": 1,
|
|
12487
12535
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12488
12536
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12489
|
-
"isExtensionMethod": false
|
|
12537
|
+
"isExtensionMethod": false,
|
|
12538
|
+
"parameterModifiers": [
|
|
12539
|
+
{
|
|
12540
|
+
"index": 0,
|
|
12541
|
+
"modifier": "ref"
|
|
12542
|
+
}
|
|
12543
|
+
]
|
|
12490
12544
|
},
|
|
12491
12545
|
{
|
|
12492
12546
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::BeginInvoke(ActivityCreationOptions_1\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -12500,7 +12554,13 @@
|
|
|
12500
12554
|
"parameterCount": 3,
|
|
12501
12555
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12502
12556
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12503
|
-
"isExtensionMethod": false
|
|
12557
|
+
"isExtensionMethod": false,
|
|
12558
|
+
"parameterModifiers": [
|
|
12559
|
+
{
|
|
12560
|
+
"index": 0,
|
|
12561
|
+
"modifier": "ref"
|
|
12562
|
+
}
|
|
12563
|
+
]
|
|
12504
12564
|
},
|
|
12505
12565
|
{
|
|
12506
12566
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::EndInvoke(ActivityCreationOptions_1\u0026,System.IAsyncResult):System.Diagnostics.ActivitySamplingResult",
|
|
@@ -12514,7 +12574,13 @@
|
|
|
12514
12574
|
"parameterCount": 2,
|
|
12515
12575
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12516
12576
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12517
|
-
"isExtensionMethod": false
|
|
12577
|
+
"isExtensionMethod": false,
|
|
12578
|
+
"parameterModifiers": [
|
|
12579
|
+
{
|
|
12580
|
+
"index": 0,
|
|
12581
|
+
"modifier": "ref"
|
|
12582
|
+
}
|
|
12583
|
+
]
|
|
12518
12584
|
}
|
|
12519
12585
|
],
|
|
12520
12586
|
"properties": [],
|
|
@@ -13112,7 +13178,13 @@
|
|
|
13112
13178
|
"parameterCount": 4,
|
|
13113
13179
|
"declaringClrType": "System.Diagnostics.ActivityContext",
|
|
13114
13180
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
13115
|
-
"isExtensionMethod": false
|
|
13181
|
+
"isExtensionMethod": false,
|
|
13182
|
+
"parameterModifiers": [
|
|
13183
|
+
{
|
|
13184
|
+
"index": 3,
|
|
13185
|
+
"modifier": "out"
|
|
13186
|
+
}
|
|
13187
|
+
]
|
|
13116
13188
|
},
|
|
13117
13189
|
{
|
|
13118
13190
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::TryParse(System.String,System.String,System.Diagnostics.ActivityContext\u0026):System.Boolean",
|
|
@@ -13126,7 +13198,13 @@
|
|
|
13126
13198
|
"parameterCount": 3,
|
|
13127
13199
|
"declaringClrType": "System.Diagnostics.ActivityContext",
|
|
13128
13200
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
13129
|
-
"isExtensionMethod": false
|
|
13201
|
+
"isExtensionMethod": false,
|
|
13202
|
+
"parameterModifiers": [
|
|
13203
|
+
{
|
|
13204
|
+
"index": 2,
|
|
13205
|
+
"modifier": "out"
|
|
13206
|
+
}
|
|
13207
|
+
]
|
|
13130
13208
|
},
|
|
13131
13209
|
{
|
|
13132
13210
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::Parse(System.String,System.String):System.Diagnostics.ActivityContext",
|
|
@@ -15265,7 +15343,13 @@
|
|
|
15265
15343
|
"isStatic": false,
|
|
15266
15344
|
"parameterCount": 4,
|
|
15267
15345
|
"declaringClrType": "System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler",
|
|
15268
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15346
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15347
|
+
"parameterModifiers": [
|
|
15348
|
+
{
|
|
15349
|
+
"index": 3,
|
|
15350
|
+
"modifier": "out"
|
|
15351
|
+
}
|
|
15352
|
+
]
|
|
15269
15353
|
}
|
|
15270
15354
|
],
|
|
15271
15355
|
"exposedMethods": [
|
|
@@ -15602,7 +15686,13 @@
|
|
|
15602
15686
|
"isStatic": false,
|
|
15603
15687
|
"parameterCount": 4,
|
|
15604
15688
|
"declaringClrType": "System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler",
|
|
15605
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15689
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15690
|
+
"parameterModifiers": [
|
|
15691
|
+
{
|
|
15692
|
+
"index": 3,
|
|
15693
|
+
"modifier": "out"
|
|
15694
|
+
}
|
|
15695
|
+
]
|
|
15606
15696
|
}
|
|
15607
15697
|
],
|
|
15608
15698
|
"exposedMethods": [
|
|
@@ -16956,7 +17046,13 @@
|
|
|
16956
17046
|
"parameterCount": 3,
|
|
16957
17047
|
"declaringClrType": "System.Diagnostics.Activity",
|
|
16958
17048
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
16959
|
-
"isExtensionMethod": false
|
|
17049
|
+
"isExtensionMethod": false,
|
|
17050
|
+
"parameterModifiers": [
|
|
17051
|
+
{
|
|
17052
|
+
"index": 1,
|
|
17053
|
+
"modifier": "in"
|
|
17054
|
+
}
|
|
17055
|
+
]
|
|
16960
17056
|
},
|
|
16961
17057
|
{
|
|
16962
17058
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Activity::AddLink(System.Diagnostics.ActivityLink):System.Diagnostics.Activity",
|
|
@@ -19437,7 +19533,13 @@
|
|
|
19437
19533
|
"parameterCount": 2,
|
|
19438
19534
|
"declaringClrType": "System.Diagnostics.ActivityTagsCollection",
|
|
19439
19535
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
19440
|
-
"isExtensionMethod": false
|
|
19536
|
+
"isExtensionMethod": false,
|
|
19537
|
+
"parameterModifiers": [
|
|
19538
|
+
{
|
|
19539
|
+
"index": 1,
|
|
19540
|
+
"modifier": "out"
|
|
19541
|
+
}
|
|
19542
|
+
]
|
|
19441
19543
|
},
|
|
19442
19544
|
{
|
|
19443
19545
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -19479,7 +19581,13 @@
|
|
|
19479
19581
|
"parameterCount": 2,
|
|
19480
19582
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
19481
19583
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19482
|
-
"isExtensionMethod": false
|
|
19584
|
+
"isExtensionMethod": false,
|
|
19585
|
+
"parameterModifiers": [
|
|
19586
|
+
{
|
|
19587
|
+
"index": 1,
|
|
19588
|
+
"modifier": "out"
|
|
19589
|
+
}
|
|
19590
|
+
]
|
|
19483
19591
|
},
|
|
19484
19592
|
{
|
|
19485
19593
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -26357,7 +26465,17 @@
|
|
|
26357
26465
|
"parameterCount": 4,
|
|
26358
26466
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator",
|
|
26359
26467
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
26360
|
-
"isExtensionMethod": false
|
|
26468
|
+
"isExtensionMethod": false,
|
|
26469
|
+
"parameterModifiers": [
|
|
26470
|
+
{
|
|
26471
|
+
"index": 2,
|
|
26472
|
+
"modifier": "out"
|
|
26473
|
+
},
|
|
26474
|
+
{
|
|
26475
|
+
"index": 3,
|
|
26476
|
+
"modifier": "out"
|
|
26477
|
+
}
|
|
26478
|
+
]
|
|
26361
26479
|
},
|
|
26362
26480
|
{
|
|
26363
26481
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator::ExtractBaggage(System.Object,System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback):System.Collections.Generic.IEnumerable_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -40890,7 +41008,13 @@
|
|
|
40890
41008
|
"parameterCount": 2,
|
|
40891
41009
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
40892
41010
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40893
|
-
"isExtensionMethod": false
|
|
41011
|
+
"isExtensionMethod": false,
|
|
41012
|
+
"parameterModifiers": [
|
|
41013
|
+
{
|
|
41014
|
+
"index": 1,
|
|
41015
|
+
"modifier": "ref"
|
|
41016
|
+
}
|
|
41017
|
+
]
|
|
40894
41018
|
},
|
|
40895
41019
|
{
|
|
40896
41020
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -40918,7 +41042,17 @@
|
|
|
40918
41042
|
"parameterCount": 3,
|
|
40919
41043
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
40920
41044
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40921
|
-
"isExtensionMethod": false
|
|
41045
|
+
"isExtensionMethod": false,
|
|
41046
|
+
"parameterModifiers": [
|
|
41047
|
+
{
|
|
41048
|
+
"index": 1,
|
|
41049
|
+
"modifier": "ref"
|
|
41050
|
+
},
|
|
41051
|
+
{
|
|
41052
|
+
"index": 2,
|
|
41053
|
+
"modifier": "ref"
|
|
41054
|
+
}
|
|
41055
|
+
]
|
|
40922
41056
|
},
|
|
40923
41057
|
{
|
|
40924
41058
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String,System.Object[]):System.Void",
|
|
@@ -41114,7 +41248,13 @@
|
|
|
41114
41248
|
"parameterCount": 2,
|
|
41115
41249
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41116
41250
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41117
|
-
"isExtensionMethod": false
|
|
41251
|
+
"isExtensionMethod": false,
|
|
41252
|
+
"parameterModifiers": [
|
|
41253
|
+
{
|
|
41254
|
+
"index": 1,
|
|
41255
|
+
"modifier": "ref"
|
|
41256
|
+
}
|
|
41257
|
+
]
|
|
41118
41258
|
},
|
|
41119
41259
|
{
|
|
41120
41260
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object):System.Void",
|
|
@@ -41156,7 +41296,13 @@
|
|
|
41156
41296
|
"parameterCount": 3,
|
|
41157
41297
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41158
41298
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41159
|
-
"isExtensionMethod": false
|
|
41299
|
+
"isExtensionMethod": false,
|
|
41300
|
+
"parameterModifiers": [
|
|
41301
|
+
{
|
|
41302
|
+
"index": 1,
|
|
41303
|
+
"modifier": "ref"
|
|
41304
|
+
}
|
|
41305
|
+
]
|
|
41160
41306
|
},
|
|
41161
41307
|
{
|
|
41162
41308
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object,System.String):System.Void",
|
|
@@ -41226,7 +41372,13 @@
|
|
|
41226
41372
|
"parameterCount": 2,
|
|
41227
41373
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41228
41374
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41229
|
-
"isExtensionMethod": false
|
|
41375
|
+
"isExtensionMethod": false,
|
|
41376
|
+
"parameterModifiers": [
|
|
41377
|
+
{
|
|
41378
|
+
"index": 1,
|
|
41379
|
+
"modifier": "ref"
|
|
41380
|
+
}
|
|
41381
|
+
]
|
|
41230
41382
|
},
|
|
41231
41383
|
{
|
|
41232
41384
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -41254,7 +41406,13 @@
|
|
|
41254
41406
|
"parameterCount": 3,
|
|
41255
41407
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41256
41408
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41257
|
-
"isExtensionMethod": false
|
|
41409
|
+
"isExtensionMethod": false,
|
|
41410
|
+
"parameterModifiers": [
|
|
41411
|
+
{
|
|
41412
|
+
"index": 1,
|
|
41413
|
+
"modifier": "ref"
|
|
41414
|
+
}
|
|
41415
|
+
]
|
|
41258
41416
|
}
|
|
41259
41417
|
],
|
|
41260
41418
|
"properties": [
|