@tsonic/dotnet 10.0.41 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -60,10 +60,10 @@ export type AllowNullAttribute = AllowNullAttribute$instance;
|
|
|
60
60
|
export interface ConstantExpectedAttribute$instance extends Attribute {
|
|
61
61
|
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ConstantExpectedAttribute: never;
|
|
62
62
|
|
|
63
|
-
get Max():
|
|
64
|
-
set Max(value:
|
|
65
|
-
get Min():
|
|
66
|
-
set Min(value:
|
|
63
|
+
get Max(): unknown | null;
|
|
64
|
+
set Max(value: unknown | null);
|
|
65
|
+
get Min(): unknown | null;
|
|
66
|
+
set Min(value: unknown | null);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
@@ -379,14 +379,14 @@ export type SetsRequiredMembersAttribute = SetsRequiredMembersAttribute$instance
|
|
|
379
379
|
export interface StringSyntaxAttribute$instance extends Attribute {
|
|
380
380
|
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_StringSyntaxAttribute: never;
|
|
381
381
|
|
|
382
|
-
readonly Arguments: (
|
|
382
|
+
readonly Arguments: (unknown | null)[];
|
|
383
383
|
readonly Syntax: string;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
|
|
387
387
|
export const StringSyntaxAttribute: {
|
|
388
388
|
new(syntax: string): StringSyntaxAttribute;
|
|
389
|
-
new(syntax: string, arguments: (
|
|
389
|
+
new(syntax: string, arguments: (unknown | null)[]): StringSyntaxAttribute;
|
|
390
390
|
readonly CompositeFormat: string;
|
|
391
391
|
readonly DateOnlyFormat: string;
|
|
392
392
|
readonly DateTimeFormat: string;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
10
14
|
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::value__System.Int32",
|
|
45
45
|
"clrName": "value__",
|
|
46
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 67117651,
|
|
47
47
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PreconditionSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
57
57
|
"clrName": "Precondition",
|
|
58
|
-
"metadataToken":
|
|
58
|
+
"metadataToken": 67117652,
|
|
59
59
|
"normalizedSignature": "Precondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
60
60
|
"isStatic": true,
|
|
61
61
|
"isReadOnly": false,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
{
|
|
68
68
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
69
69
|
"clrName": "Postcondition",
|
|
70
|
-
"metadataToken":
|
|
70
|
+
"metadataToken": 67117653,
|
|
71
71
|
"normalizedSignature": "Postcondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
72
72
|
"isStatic": true,
|
|
73
73
|
"isReadOnly": false,
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
{
|
|
80
80
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionOnExceptionSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
81
81
|
"clrName": "PostconditionOnException",
|
|
82
|
-
"metadataToken":
|
|
82
|
+
"metadataToken": 67117654,
|
|
83
83
|
"normalizedSignature": "PostconditionOnException|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
84
84
|
"isStatic": true,
|
|
85
85
|
"isReadOnly": false,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
{
|
|
92
92
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::InvariantSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
93
93
|
"clrName": "Invariant",
|
|
94
|
-
"metadataToken":
|
|
94
|
+
"metadataToken": 67117655,
|
|
95
95
|
"normalizedSignature": "Invariant|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
96
96
|
"isStatic": true,
|
|
97
97
|
"isReadOnly": false,
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssertSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
105
105
|
"clrName": "Assert",
|
|
106
|
-
"metadataToken":
|
|
106
|
+
"metadataToken": 67117656,
|
|
107
107
|
"normalizedSignature": "Assert|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
108
108
|
"isStatic": true,
|
|
109
109
|
"isReadOnly": false,
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
{
|
|
116
116
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssumeSystem.Diagnostics.Contracts.ContractFailureKind",
|
|
117
117
|
"clrName": "Assume",
|
|
118
|
-
"metadataToken":
|
|
118
|
+
"metadataToken": 67117657,
|
|
119
119
|
"normalizedSignature": "Assume|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
|
|
120
120
|
"isStatic": true,
|
|
121
121
|
"isReadOnly": false,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"constructors": [
|
|
151
151
|
{
|
|
152
152
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractAbbreviatorAttribute::.ctor():void",
|
|
153
|
-
"metadataToken":
|
|
153
|
+
"metadataToken": 100703172,
|
|
154
154
|
"canonicalSignature": "():void",
|
|
155
155
|
"normalizedSignature": "constructor|():void|static=false",
|
|
156
156
|
"isStatic": false,
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"constructors": [
|
|
184
184
|
{
|
|
185
185
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractArgumentValidatorAttribute::.ctor():void",
|
|
186
|
-
"metadataToken":
|
|
186
|
+
"metadataToken": 100703171,
|
|
187
187
|
"canonicalSignature": "():void",
|
|
188
188
|
"normalizedSignature": "constructor|():void|static=false",
|
|
189
189
|
"isStatic": false,
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
{
|
|
215
215
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::TypeContainingContracts:System.Type",
|
|
216
216
|
"clrName": "TypeContainingContracts",
|
|
217
|
-
"metadataToken":
|
|
217
|
+
"metadataToken": 385881087,
|
|
218
218
|
"canonicalSignature": ":System.Type",
|
|
219
219
|
"normalizedSignature": "TypeContainingContracts|:System.Type|static=false|accessor=get",
|
|
220
220
|
"emitScope": "ClassSurface",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"constructors": [
|
|
237
237
|
{
|
|
238
238
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::.ctor(System.Type):void",
|
|
239
|
-
"metadataToken":
|
|
239
|
+
"metadataToken": 100703160,
|
|
240
240
|
"canonicalSignature": "(System.Type):void",
|
|
241
241
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
242
242
|
"isStatic": false,
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassForAttribute::TypeContractsAreFor:System.Type",
|
|
269
269
|
"clrName": "TypeContractsAreFor",
|
|
270
|
-
"metadataToken":
|
|
270
|
+
"metadataToken": 385881088,
|
|
271
271
|
"canonicalSignature": ":System.Type",
|
|
272
272
|
"normalizedSignature": "TypeContractsAreFor|:System.Type|static=false|accessor=get",
|
|
273
273
|
"emitScope": "ClassSurface",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"constructors": [
|
|
290
290
|
{
|
|
291
291
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassForAttribute::.ctor(System.Type):void",
|
|
292
|
-
"metadataToken":
|
|
292
|
+
"metadataToken": 100703162,
|
|
293
293
|
"canonicalSignature": "(System.Type):void",
|
|
294
294
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
295
295
|
"isStatic": false,
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
{
|
|
326
326
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
327
327
|
"clrName": "GetObjectData",
|
|
328
|
-
"metadataToken":
|
|
328
|
+
"metadataToken": 100703149,
|
|
329
329
|
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
330
330
|
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
331
331
|
"emitScope": "ClassSurface",
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
{
|
|
369
369
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Kind:System.Diagnostics.Contracts.ContractFailureKind",
|
|
370
370
|
"clrName": "Kind",
|
|
371
|
-
"metadataToken":
|
|
371
|
+
"metadataToken": 385881077,
|
|
372
372
|
"canonicalSignature": ":System.Diagnostics.Contracts.ContractFailureKind",
|
|
373
373
|
"normalizedSignature": "Kind|:System.Diagnostics.Contracts.ContractFailureKind|static=false|accessor=get",
|
|
374
374
|
"emitScope": "ClassSurface",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
{
|
|
388
388
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Failure:System.String",
|
|
389
389
|
"clrName": "Failure",
|
|
390
|
-
"metadataToken":
|
|
390
|
+
"metadataToken": 385881078,
|
|
391
391
|
"canonicalSignature": ":System.String",
|
|
392
392
|
"normalizedSignature": "Failure|:System.String|static=false|accessor=get",
|
|
393
393
|
"emitScope": "ClassSurface",
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
{
|
|
407
407
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::UserMessage:System.String",
|
|
408
408
|
"clrName": "UserMessage",
|
|
409
|
-
"metadataToken":
|
|
409
|
+
"metadataToken": 385881079,
|
|
410
410
|
"canonicalSignature": ":System.String",
|
|
411
411
|
"normalizedSignature": "UserMessage|:System.String|static=false|accessor=get",
|
|
412
412
|
"emitScope": "ClassSurface",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
{
|
|
426
426
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Condition:System.String",
|
|
427
427
|
"clrName": "Condition",
|
|
428
|
-
"metadataToken":
|
|
428
|
+
"metadataToken": 385881080,
|
|
429
429
|
"canonicalSignature": ":System.String",
|
|
430
430
|
"normalizedSignature": "Condition|:System.String|static=false|accessor=get",
|
|
431
431
|
"emitScope": "ClassSurface",
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"constructors": [
|
|
448
448
|
{
|
|
449
449
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::.ctor(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void",
|
|
450
|
-
"metadataToken":
|
|
450
|
+
"metadataToken": 100703147,
|
|
451
451
|
"canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void",
|
|
452
452
|
"normalizedSignature": "constructor|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void|static=false",
|
|
453
453
|
"isStatic": false,
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
{
|
|
478
478
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::SetHandled():System.Void",
|
|
479
479
|
"clrName": "SetHandled",
|
|
480
|
-
"metadataToken":
|
|
480
|
+
"metadataToken": 100703156,
|
|
481
481
|
"canonicalSignature": "():System.Void",
|
|
482
482
|
"normalizedSignature": "SetHandled|():System.Void|static=false",
|
|
483
483
|
"emitScope": "ClassSurface",
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
{
|
|
498
498
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::SetUnwind():System.Void",
|
|
499
499
|
"clrName": "SetUnwind",
|
|
500
|
-
"metadataToken":
|
|
500
|
+
"metadataToken": 100703158,
|
|
501
501
|
"canonicalSignature": "():System.Void",
|
|
502
502
|
"normalizedSignature": "SetUnwind|():System.Void|static=false",
|
|
503
503
|
"emitScope": "ClassSurface",
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
{
|
|
520
520
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Message:System.String",
|
|
521
521
|
"clrName": "Message",
|
|
522
|
-
"metadataToken":
|
|
522
|
+
"metadataToken": 385881081,
|
|
523
523
|
"canonicalSignature": ":System.String",
|
|
524
524
|
"normalizedSignature": "Message|:System.String|static=false|accessor=get",
|
|
525
525
|
"emitScope": "ClassSurface",
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
{
|
|
539
539
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Condition:System.String",
|
|
540
540
|
"clrName": "Condition",
|
|
541
|
-
"metadataToken":
|
|
541
|
+
"metadataToken": 385881082,
|
|
542
542
|
"canonicalSignature": ":System.String",
|
|
543
543
|
"normalizedSignature": "Condition|:System.String|static=false|accessor=get",
|
|
544
544
|
"emitScope": "ClassSurface",
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
{
|
|
558
558
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::FailureKind:System.Diagnostics.Contracts.ContractFailureKind",
|
|
559
559
|
"clrName": "FailureKind",
|
|
560
|
-
"metadataToken":
|
|
560
|
+
"metadataToken": 385881083,
|
|
561
561
|
"canonicalSignature": ":System.Diagnostics.Contracts.ContractFailureKind",
|
|
562
562
|
"normalizedSignature": "FailureKind|:System.Diagnostics.Contracts.ContractFailureKind|static=false|accessor=get",
|
|
563
563
|
"emitScope": "ClassSurface",
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
{
|
|
577
577
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::OriginalException:System.Exception",
|
|
578
578
|
"clrName": "OriginalException",
|
|
579
|
-
"metadataToken":
|
|
579
|
+
"metadataToken": 385881084,
|
|
580
580
|
"canonicalSignature": ":System.Exception",
|
|
581
581
|
"normalizedSignature": "OriginalException|:System.Exception|static=false|accessor=get",
|
|
582
582
|
"emitScope": "ClassSurface",
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
{
|
|
596
596
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Handled:System.Boolean",
|
|
597
597
|
"clrName": "Handled",
|
|
598
|
-
"metadataToken":
|
|
598
|
+
"metadataToken": 385881085,
|
|
599
599
|
"canonicalSignature": ":System.Boolean",
|
|
600
600
|
"normalizedSignature": "Handled|:System.Boolean|static=false|accessor=get",
|
|
601
601
|
"emitScope": "ClassSurface",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
{
|
|
615
615
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Unwind:System.Boolean",
|
|
616
616
|
"clrName": "Unwind",
|
|
617
|
-
"metadataToken":
|
|
617
|
+
"metadataToken": 385881086,
|
|
618
618
|
"canonicalSignature": ":System.Boolean",
|
|
619
619
|
"normalizedSignature": "Unwind|:System.Boolean|static=false|accessor=get",
|
|
620
620
|
"emitScope": "ClassSurface",
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"constructors": [
|
|
637
637
|
{
|
|
638
638
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::.ctor(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void",
|
|
639
|
-
"metadataToken":
|
|
639
|
+
"metadataToken": 100703150,
|
|
640
640
|
"canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void",
|
|
641
641
|
"normalizedSignature": "constructor|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void|static=false",
|
|
642
642
|
"isStatic": false,
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"constructors": [
|
|
670
670
|
{
|
|
671
671
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractInvariantMethodAttribute::.ctor():void",
|
|
672
|
-
"metadataToken":
|
|
672
|
+
"metadataToken": 100703164,
|
|
673
673
|
"canonicalSignature": "():void",
|
|
674
674
|
"normalizedSignature": "constructor|():void|static=false",
|
|
675
675
|
"isStatic": false,
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
{
|
|
701
701
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Category:System.String",
|
|
702
702
|
"clrName": "Category",
|
|
703
|
-
"metadataToken":
|
|
703
|
+
"metadataToken": 385881091,
|
|
704
704
|
"canonicalSignature": ":System.String",
|
|
705
705
|
"normalizedSignature": "Category|:System.String|static=false|accessor=get",
|
|
706
706
|
"emitScope": "ClassSurface",
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
{
|
|
720
720
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Setting:System.String",
|
|
721
721
|
"clrName": "Setting",
|
|
722
|
-
"metadataToken":
|
|
722
|
+
"metadataToken": 385881092,
|
|
723
723
|
"canonicalSignature": ":System.String",
|
|
724
724
|
"normalizedSignature": "Setting|:System.String|static=false|accessor=get",
|
|
725
725
|
"emitScope": "ClassSurface",
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
{
|
|
739
739
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Enabled:System.Boolean",
|
|
740
740
|
"clrName": "Enabled",
|
|
741
|
-
"metadataToken":
|
|
741
|
+
"metadataToken": 385881093,
|
|
742
742
|
"canonicalSignature": ":System.Boolean",
|
|
743
743
|
"normalizedSignature": "Enabled|:System.Boolean|static=false|accessor=get",
|
|
744
744
|
"emitScope": "ClassSurface",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
{
|
|
758
758
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Value:System.String",
|
|
759
759
|
"clrName": "Value",
|
|
760
|
-
"metadataToken":
|
|
760
|
+
"metadataToken": 385881094,
|
|
761
761
|
"canonicalSignature": ":System.String",
|
|
762
762
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
763
763
|
"emitScope": "ClassSurface",
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"constructors": [
|
|
780
780
|
{
|
|
781
781
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::.ctor(System.String,System.String,System.Boolean):void",
|
|
782
|
-
"metadataToken":
|
|
782
|
+
"metadataToken": 100703173,
|
|
783
783
|
"canonicalSignature": "(System.String,System.String,System.Boolean):void",
|
|
784
784
|
"normalizedSignature": "constructor|(System.String,System.String,System.Boolean):void|static=false",
|
|
785
785
|
"isStatic": false,
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::.ctor(System.String,System.String,System.String):void",
|
|
793
|
-
"metadataToken":
|
|
793
|
+
"metadataToken": 100703174,
|
|
794
794
|
"canonicalSignature": "(System.String,System.String,System.String):void",
|
|
795
795
|
"normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
|
|
796
796
|
"isStatic": false,
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
{
|
|
822
822
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute::Name:System.String",
|
|
823
823
|
"clrName": "Name",
|
|
824
|
-
"metadataToken":
|
|
824
|
+
"metadataToken": 385881090,
|
|
825
825
|
"canonicalSignature": ":System.String",
|
|
826
826
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
827
827
|
"emitScope": "ClassSurface",
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
"constructors": [
|
|
844
844
|
{
|
|
845
845
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute::.ctor(System.String):void",
|
|
846
|
-
"metadataToken":
|
|
846
|
+
"metadataToken": 100703169,
|
|
847
847
|
"canonicalSignature": "(System.String):void",
|
|
848
848
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
849
849
|
"isStatic": false,
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
"constructors": [
|
|
877
877
|
{
|
|
878
878
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute::.ctor():void",
|
|
879
|
-
"metadataToken":
|
|
879
|
+
"metadataToken": 100703165,
|
|
880
880
|
"canonicalSignature": "():void",
|
|
881
881
|
"normalizedSignature": "constructor|():void|static=false",
|
|
882
882
|
"isStatic": false,
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"constructors": [
|
|
910
910
|
{
|
|
911
911
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute::.ctor():void",
|
|
912
|
-
"metadataToken":
|
|
912
|
+
"metadataToken": 100703166,
|
|
913
913
|
"canonicalSignature": "():void",
|
|
914
914
|
"normalizedSignature": "constructor|():void|static=false",
|
|
915
915
|
"isStatic": false,
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
{
|
|
941
941
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractVerificationAttribute::Value:System.Boolean",
|
|
942
942
|
"clrName": "Value",
|
|
943
|
-
"metadataToken":
|
|
943
|
+
"metadataToken": 385881089,
|
|
944
944
|
"canonicalSignature": ":System.Boolean",
|
|
945
945
|
"normalizedSignature": "Value|:System.Boolean|static=false|accessor=get",
|
|
946
946
|
"emitScope": "ClassSurface",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
"constructors": [
|
|
963
963
|
{
|
|
964
964
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractVerificationAttribute::.ctor(System.Boolean):void",
|
|
965
|
-
"metadataToken":
|
|
965
|
+
"metadataToken": 100703167,
|
|
966
966
|
"canonicalSignature": "(System.Boolean):void",
|
|
967
967
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
968
968
|
"isStatic": false,
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"constructors": [
|
|
996
996
|
{
|
|
997
997
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.PureAttribute::.ctor():void",
|
|
998
|
-
"metadataToken":
|
|
998
|
+
"metadataToken": 100703159,
|
|
999
999
|
"canonicalSignature": "():void",
|
|
1000
1000
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1001
1001
|
"isStatic": false,
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
{
|
|
1026
1026
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assume(System.Boolean):System.Void",
|
|
1027
1027
|
"clrName": "Assume",
|
|
1028
|
-
"metadataToken":
|
|
1028
|
+
"metadataToken": 100703179,
|
|
1029
1029
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1030
1030
|
"normalizedSignature": "Assume|(System.Boolean):System.Void|static=true",
|
|
1031
1031
|
"emitScope": "ClassSurface",
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
{
|
|
1046
1046
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assume(System.Boolean,System.String):System.Void",
|
|
1047
1047
|
"clrName": "Assume",
|
|
1048
|
-
"metadataToken":
|
|
1048
|
+
"metadataToken": 100703180,
|
|
1049
1049
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1050
1050
|
"normalizedSignature": "Assume|(System.Boolean,System.String):System.Void|static=true",
|
|
1051
1051
|
"emitScope": "ClassSurface",
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
{
|
|
1066
1066
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assert(System.Boolean):System.Void",
|
|
1067
1067
|
"clrName": "Assert",
|
|
1068
|
-
"metadataToken":
|
|
1068
|
+
"metadataToken": 100703181,
|
|
1069
1069
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1070
1070
|
"normalizedSignature": "Assert|(System.Boolean):System.Void|static=true",
|
|
1071
1071
|
"emitScope": "ClassSurface",
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
{
|
|
1086
1086
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assert(System.Boolean,System.String):System.Void",
|
|
1087
1087
|
"clrName": "Assert",
|
|
1088
|
-
"metadataToken":
|
|
1088
|
+
"metadataToken": 100703182,
|
|
1089
1089
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1090
1090
|
"normalizedSignature": "Assert|(System.Boolean,System.String):System.Void|static=true",
|
|
1091
1091
|
"emitScope": "ClassSurface",
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
{
|
|
1106
1106
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Requires(System.Boolean):System.Void",
|
|
1107
1107
|
"clrName": "Requires",
|
|
1108
|
-
"metadataToken":
|
|
1108
|
+
"metadataToken": 100703183,
|
|
1109
1109
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1110
1110
|
"normalizedSignature": "Requires|(System.Boolean):System.Void|static=true",
|
|
1111
1111
|
"emitScope": "ClassSurface",
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
{
|
|
1126
1126
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Requires(System.Boolean,System.String):System.Void",
|
|
1127
1127
|
"clrName": "Requires",
|
|
1128
|
-
"metadataToken":
|
|
1128
|
+
"metadataToken": 100703184,
|
|
1129
1129
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1130
1130
|
"normalizedSignature": "Requires|(System.Boolean,System.String):System.Void|static=true",
|
|
1131
1131
|
"emitScope": "ClassSurface",
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
{
|
|
1146
1146
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Ensures(System.Boolean):System.Void",
|
|
1147
1147
|
"clrName": "Ensures",
|
|
1148
|
-
"metadataToken":
|
|
1148
|
+
"metadataToken": 100703187,
|
|
1149
1149
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1150
1150
|
"normalizedSignature": "Ensures|(System.Boolean):System.Void|static=true",
|
|
1151
1151
|
"emitScope": "ClassSurface",
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
{
|
|
1166
1166
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Ensures(System.Boolean,System.String):System.Void",
|
|
1167
1167
|
"clrName": "Ensures",
|
|
1168
|
-
"metadataToken":
|
|
1168
|
+
"metadataToken": 100703188,
|
|
1169
1169
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1170
1170
|
"normalizedSignature": "Ensures|(System.Boolean,System.String):System.Void|static=true",
|
|
1171
1171
|
"emitScope": "ClassSurface",
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
{
|
|
1186
1186
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EnsuresOnThrow(System.Boolean):System.Void",
|
|
1187
1187
|
"clrName": "EnsuresOnThrow",
|
|
1188
|
-
"metadataToken":
|
|
1188
|
+
"metadataToken": 100703189,
|
|
1189
1189
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1190
1190
|
"normalizedSignature": "EnsuresOnThrow|(System.Boolean):System.Void|static=true",
|
|
1191
1191
|
"emitScope": "ClassSurface",
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
{
|
|
1206
1206
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EnsuresOnThrow(System.Boolean,System.String):System.Void",
|
|
1207
1207
|
"clrName": "EnsuresOnThrow",
|
|
1208
|
-
"metadataToken":
|
|
1208
|
+
"metadataToken": 100703190,
|
|
1209
1209
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1210
1210
|
"normalizedSignature": "EnsuresOnThrow|(System.Boolean,System.String):System.Void|static=true",
|
|
1211
1211
|
"emitScope": "ClassSurface",
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
{
|
|
1226
1226
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Result():T",
|
|
1227
1227
|
"clrName": "Result",
|
|
1228
|
-
"metadataToken":
|
|
1228
|
+
"metadataToken": 100703191,
|
|
1229
1229
|
"canonicalSignature": "():T",
|
|
1230
1230
|
"normalizedSignature": "Result|():T|static=true",
|
|
1231
1231
|
"emitScope": "ClassSurface",
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
{
|
|
1246
1246
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ValueAtReturn(T\u0026):T",
|
|
1247
1247
|
"clrName": "ValueAtReturn",
|
|
1248
|
-
"metadataToken":
|
|
1248
|
+
"metadataToken": 100703192,
|
|
1249
1249
|
"canonicalSignature": "(T\u0026):T",
|
|
1250
1250
|
"normalizedSignature": "ValueAtReturn|(T\u0026):T|static=true",
|
|
1251
1251
|
"emitScope": "ClassSurface",
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
{
|
|
1272
1272
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::OldValue(T):T",
|
|
1273
1273
|
"clrName": "OldValue",
|
|
1274
|
-
"metadataToken":
|
|
1274
|
+
"metadataToken": 100703193,
|
|
1275
1275
|
"canonicalSignature": "(T):T",
|
|
1276
1276
|
"normalizedSignature": "OldValue|(T):T|static=true",
|
|
1277
1277
|
"emitScope": "ClassSurface",
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
{
|
|
1292
1292
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Invariant(System.Boolean):System.Void",
|
|
1293
1293
|
"clrName": "Invariant",
|
|
1294
|
-
"metadataToken":
|
|
1294
|
+
"metadataToken": 100703194,
|
|
1295
1295
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1296
1296
|
"normalizedSignature": "Invariant|(System.Boolean):System.Void|static=true",
|
|
1297
1297
|
"emitScope": "ClassSurface",
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
{
|
|
1312
1312
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Invariant(System.Boolean,System.String):System.Void",
|
|
1313
1313
|
"clrName": "Invariant",
|
|
1314
|
-
"metadataToken":
|
|
1314
|
+
"metadataToken": 100703195,
|
|
1315
1315
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
1316
1316
|
"normalizedSignature": "Invariant|(System.Boolean,System.String):System.Void|static=true",
|
|
1317
1317
|
"emitScope": "ClassSurface",
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
{
|
|
1332
1332
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ForAll(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
1333
1333
|
"clrName": "ForAll",
|
|
1334
|
-
"metadataToken":
|
|
1334
|
+
"metadataToken": 100703196,
|
|
1335
1335
|
"canonicalSignature": "(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
1336
1336
|
"normalizedSignature": "ForAll|(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
|
|
1337
1337
|
"emitScope": "ClassSurface",
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
{
|
|
1352
1352
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ForAll(IEnumerable_1,Predicate_1):System.Boolean",
|
|
1353
1353
|
"clrName": "ForAll",
|
|
1354
|
-
"metadataToken":
|
|
1354
|
+
"metadataToken": 100703197,
|
|
1355
1355
|
"canonicalSignature": "(IEnumerable_1,Predicate_1):System.Boolean",
|
|
1356
1356
|
"normalizedSignature": "ForAll|(IEnumerable_1,Predicate_1):System.Boolean|static=true",
|
|
1357
1357
|
"emitScope": "ClassSurface",
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
{
|
|
1372
1372
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Exists(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
1373
1373
|
"clrName": "Exists",
|
|
1374
|
-
"metadataToken":
|
|
1374
|
+
"metadataToken": 100703198,
|
|
1375
1375
|
"canonicalSignature": "(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
1376
1376
|
"normalizedSignature": "Exists|(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
|
|
1377
1377
|
"emitScope": "ClassSurface",
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
{
|
|
1392
1392
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Exists(IEnumerable_1,Predicate_1):System.Boolean",
|
|
1393
1393
|
"clrName": "Exists",
|
|
1394
|
-
"metadataToken":
|
|
1394
|
+
"metadataToken": 100703199,
|
|
1395
1395
|
"canonicalSignature": "(IEnumerable_1,Predicate_1):System.Boolean",
|
|
1396
1396
|
"normalizedSignature": "Exists|(IEnumerable_1,Predicate_1):System.Boolean|static=true",
|
|
1397
1397
|
"emitScope": "ClassSurface",
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
{
|
|
1412
1412
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EndContractBlock():System.Void",
|
|
1413
1413
|
"clrName": "EndContractBlock",
|
|
1414
|
-
"metadataToken":
|
|
1414
|
+
"metadataToken": 100703200,
|
|
1415
1415
|
"canonicalSignature": "():System.Void",
|
|
1416
1416
|
"normalizedSignature": "EndContractBlock|():System.Void|static=true",
|
|
1417
1417
|
"emitScope": "ClassSurface",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -79,7 +79,7 @@ export const ContractClassForAttribute: {
|
|
|
79
79
|
|
|
80
80
|
export type ContractClassForAttribute = ContractClassForAttribute$instance;
|
|
81
81
|
|
|
82
|
-
export interface ContractException$instance extends Exception {
|
|
82
|
+
export interface ContractException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
83
83
|
readonly __tsonic_type_System_Diagnostics_Contracts_ContractException: never;
|
|
84
84
|
|
|
85
85
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -231,19 +231,19 @@ export abstract class Contract$instance {
|
|
|
231
231
|
static EndContractBlock(): void;
|
|
232
232
|
static Ensures(condition: boolean, userMessage: string | null): void;
|
|
233
233
|
static Ensures(condition: boolean): void;
|
|
234
|
-
static EnsuresOnThrow<TException extends Exception>(condition: boolean, userMessage: string | null): void;
|
|
235
|
-
static EnsuresOnThrow<TException extends Exception>(condition: boolean): void;
|
|
236
|
-
static Exists<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
234
|
+
static EnsuresOnThrow<TException extends unknown & Exception>(condition: boolean, userMessage: string | null): void;
|
|
235
|
+
static EnsuresOnThrow<TException extends unknown & Exception>(condition: boolean): void;
|
|
236
|
+
static Exists<T extends unknown>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
237
237
|
static Exists(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
|
|
238
|
-
static ForAll<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
238
|
+
static ForAll<T extends unknown>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
239
239
|
static ForAll(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
|
|
240
240
|
static Invariant(condition: boolean, userMessage: string | null): void;
|
|
241
241
|
static Invariant(condition: boolean): void;
|
|
242
|
-
static OldValue<T>(value: T): T;
|
|
242
|
+
static OldValue<T extends unknown>(value: T): T;
|
|
243
243
|
static Requires(condition: boolean, userMessage: string | null): void;
|
|
244
244
|
static Requires(condition: boolean): void;
|
|
245
|
-
static Result<T>(): T;
|
|
246
|
-
static ValueAtReturn<T>(value: T): T;
|
|
245
|
+
static Result<T extends unknown>(): T;
|
|
246
|
+
static ValueAtReturn<T extends unknown>(value: T): T;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Diagnostics.Contracts/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
14
|
import type { IDictionary } from './System.Collections/internal/index.js';
|