@tsonic/dotnet 10.0.40 → 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 +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- 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 +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- 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 +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- 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 +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- 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 +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- 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 +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- 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 +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- 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 +37 -36
- 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 +20 -19
- 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 +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- 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 +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- 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 +5 -4
- 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 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- 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 +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- 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 +11 -10
- 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 +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- 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 +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Reflection.Metadata
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Reflection.Metadata
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -503,7 +501,7 @@ export enum StandaloneSignatureKind {
|
|
|
503
501
|
}
|
|
504
502
|
|
|
505
503
|
|
|
506
|
-
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1<TType> {
|
|
504
|
+
export interface IConstructedTypeProvider_1$instance<TType extends unknown> extends ISZArrayTypeProvider_1<TType> {
|
|
507
505
|
readonly __tsonic_iface_System_Reflection_Metadata_IConstructedTypeProvider_1: never;
|
|
508
506
|
|
|
509
507
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
@@ -513,11 +511,11 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
513
511
|
}
|
|
514
512
|
|
|
515
513
|
|
|
516
|
-
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1$instance<TType> {}
|
|
514
|
+
export interface IConstructedTypeProvider_1$instance<TType extends unknown> extends ISZArrayTypeProvider_1$instance<TType> {}
|
|
517
515
|
|
|
518
|
-
export type IConstructedTypeProvider_1<TType> = IConstructedTypeProvider_1$instance<TType>;
|
|
516
|
+
export type IConstructedTypeProvider_1<TType extends unknown> = IConstructedTypeProvider_1$instance<TType>;
|
|
519
517
|
|
|
520
|
-
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
518
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType extends unknown> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
521
519
|
readonly __tsonic_iface_System_Reflection_Metadata_ICustomAttributeTypeProvider_1: never;
|
|
522
520
|
|
|
523
521
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
@@ -531,11 +529,11 @@ export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleT
|
|
|
531
529
|
}
|
|
532
530
|
|
|
533
531
|
|
|
534
|
-
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1$instance<TType>, ISZArrayTypeProvider_1$instance<TType> {}
|
|
532
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType extends unknown> extends ISimpleTypeProvider_1$instance<TType>, ISZArrayTypeProvider_1$instance<TType> {}
|
|
535
533
|
|
|
536
|
-
export type ICustomAttributeTypeProvider_1<TType> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
534
|
+
export type ICustomAttributeTypeProvider_1<TType extends unknown> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
537
535
|
|
|
538
|
-
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
536
|
+
export interface ISignatureTypeProvider_2$instance<TType extends unknown, TGenericContext extends unknown> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
539
537
|
readonly __tsonic_iface_System_Reflection_Metadata_ISignatureTypeProvider_2: never;
|
|
540
538
|
|
|
541
539
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
@@ -553,11 +551,11 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
553
551
|
}
|
|
554
552
|
|
|
555
553
|
|
|
556
|
-
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends IConstructedTypeProvider_1$instance<TType>, ISimpleTypeProvider_1$instance<TType> {}
|
|
554
|
+
export interface ISignatureTypeProvider_2$instance<TType extends unknown, TGenericContext extends unknown> extends IConstructedTypeProvider_1$instance<TType>, ISimpleTypeProvider_1$instance<TType> {}
|
|
557
555
|
|
|
558
|
-
export type ISignatureTypeProvider_2<TType, TGenericContext> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
556
|
+
export type ISignatureTypeProvider_2<TType extends unknown, TGenericContext extends unknown> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
559
557
|
|
|
560
|
-
export interface ISimpleTypeProvider_1$instance<TType> {
|
|
558
|
+
export interface ISimpleTypeProvider_1$instance<TType extends unknown> {
|
|
561
559
|
readonly __tsonic_iface_System_Reflection_Metadata_ISimpleTypeProvider_1: never;
|
|
562
560
|
|
|
563
561
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
@@ -566,16 +564,16 @@ export interface ISimpleTypeProvider_1$instance<TType> {
|
|
|
566
564
|
}
|
|
567
565
|
|
|
568
566
|
|
|
569
|
-
export type ISimpleTypeProvider_1<TType> = ISimpleTypeProvider_1$instance<TType>;
|
|
567
|
+
export type ISimpleTypeProvider_1<TType extends unknown> = ISimpleTypeProvider_1$instance<TType>;
|
|
570
568
|
|
|
571
|
-
export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
569
|
+
export interface ISZArrayTypeProvider_1$instance<TType extends unknown> {
|
|
572
570
|
readonly __tsonic_iface_System_Reflection_Metadata_ISZArrayTypeProvider_1: never;
|
|
573
571
|
|
|
574
572
|
GetSZArrayType(elementType: TType): TType;
|
|
575
573
|
}
|
|
576
574
|
|
|
577
575
|
|
|
578
|
-
export type ISZArrayTypeProvider_1<TType> = ISZArrayTypeProvider_1$instance<TType>;
|
|
576
|
+
export type ISZArrayTypeProvider_1<TType extends unknown> = ISZArrayTypeProvider_1$instance<TType>;
|
|
579
577
|
|
|
580
578
|
export interface ArrayShape$instance {
|
|
581
579
|
readonly __tsonic_type_System_Reflection_Metadata_ArrayShape: never;
|
|
@@ -622,7 +620,7 @@ export interface AssemblyDefinitionHandle$instance {
|
|
|
622
620
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
623
621
|
|
|
624
622
|
readonly IsNil: boolean;
|
|
625
|
-
Equals(obj: unknown): boolean;
|
|
623
|
+
Equals(obj: unknown | null): boolean;
|
|
626
624
|
Equals(other: AssemblyDefinitionHandle): boolean;
|
|
627
625
|
GetHashCode(): int;
|
|
628
626
|
}
|
|
@@ -666,7 +664,7 @@ export interface AssemblyFileHandle$instance {
|
|
|
666
664
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
667
665
|
|
|
668
666
|
readonly IsNil: boolean;
|
|
669
|
-
Equals(obj: unknown): boolean;
|
|
667
|
+
Equals(obj: unknown | null): boolean;
|
|
670
668
|
Equals(other: AssemblyFileHandle): boolean;
|
|
671
669
|
GetHashCode(): int;
|
|
672
670
|
}
|
|
@@ -713,7 +711,7 @@ export interface __AssemblyFileHandleCollection$views {
|
|
|
713
711
|
export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance & __AssemblyFileHandleCollection$views;
|
|
714
712
|
|
|
715
713
|
|
|
716
|
-
export interface AssemblyFileHandleCollection_Enumerator$instance {
|
|
714
|
+
export interface AssemblyFileHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyFileHandle> {
|
|
717
715
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandleCollection_Enumerator: never;
|
|
718
716
|
|
|
719
717
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -731,13 +729,7 @@ export const AssemblyFileHandleCollection_Enumerator: {
|
|
|
731
729
|
};
|
|
732
730
|
|
|
733
731
|
|
|
734
|
-
export
|
|
735
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyFileHandle>;
|
|
736
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollection_Enumerator$instance & __AssemblyFileHandleCollection_Enumerator$views;
|
|
740
|
-
|
|
732
|
+
export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollection_Enumerator$instance;
|
|
741
733
|
|
|
742
734
|
export interface AssemblyReference$instance {
|
|
743
735
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReference: never;
|
|
@@ -767,7 +759,7 @@ export interface AssemblyReferenceHandle$instance {
|
|
|
767
759
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
768
760
|
|
|
769
761
|
readonly IsNil: boolean;
|
|
770
|
-
Equals(obj: unknown): boolean;
|
|
762
|
+
Equals(obj: unknown | null): boolean;
|
|
771
763
|
Equals(other: AssemblyReferenceHandle): boolean;
|
|
772
764
|
GetHashCode(): int;
|
|
773
765
|
}
|
|
@@ -814,7 +806,7 @@ export interface __AssemblyReferenceHandleCollection$views {
|
|
|
814
806
|
export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollection$instance & __AssemblyReferenceHandleCollection$views;
|
|
815
807
|
|
|
816
808
|
|
|
817
|
-
export interface AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
809
|
+
export interface AssemblyReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyReferenceHandle> {
|
|
818
810
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandleCollection_Enumerator: never;
|
|
819
811
|
|
|
820
812
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -832,13 +824,7 @@ export const AssemblyReferenceHandleCollection_Enumerator: {
|
|
|
832
824
|
};
|
|
833
825
|
|
|
834
826
|
|
|
835
|
-
export
|
|
836
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyReferenceHandle>;
|
|
837
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHandleCollection_Enumerator$instance & __AssemblyReferenceHandleCollection_Enumerator$views;
|
|
841
|
-
|
|
827
|
+
export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHandleCollection_Enumerator$instance;
|
|
842
828
|
|
|
843
829
|
export interface Blob$instance {
|
|
844
830
|
readonly __tsonic_type_System_Reflection_Metadata_Blob: never;
|
|
@@ -856,38 +842,6 @@ export const Blob: {
|
|
|
856
842
|
|
|
857
843
|
export type Blob = Blob$instance;
|
|
858
844
|
|
|
859
|
-
export interface BlobBuilder_Blobs$instance {
|
|
860
|
-
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
861
|
-
|
|
862
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
863
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
864
|
-
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
865
|
-
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
866
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
867
|
-
|
|
868
|
-
readonly Current: Blob;
|
|
869
|
-
GetEnumerator(): BlobBuilder_Blobs;
|
|
870
|
-
MoveNext(): boolean;
|
|
871
|
-
Reset(): void;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export const BlobBuilder_Blobs: {
|
|
876
|
-
new(): BlobBuilder_Blobs;
|
|
877
|
-
};
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
export interface __BlobBuilder_Blobs$views {
|
|
881
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Blob>;
|
|
882
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Blob>;
|
|
883
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
884
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
885
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance & __BlobBuilder_Blobs$views;
|
|
889
|
-
|
|
890
|
-
|
|
891
845
|
export interface BlobContentId$instance {
|
|
892
846
|
readonly __tsonic_type_System_Reflection_Metadata_BlobContentId: never;
|
|
893
847
|
|
|
@@ -897,7 +851,7 @@ export interface BlobContentId$instance {
|
|
|
897
851
|
readonly IsDefault: boolean;
|
|
898
852
|
readonly Stamp: uint;
|
|
899
853
|
Equals(other: BlobContentId): boolean;
|
|
900
|
-
Equals(obj: unknown): boolean;
|
|
854
|
+
Equals(obj: unknown | null): boolean;
|
|
901
855
|
GetHashCode(): int;
|
|
902
856
|
}
|
|
903
857
|
|
|
@@ -928,7 +882,7 @@ export interface BlobHandle$instance {
|
|
|
928
882
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
929
883
|
|
|
930
884
|
readonly IsNil: boolean;
|
|
931
|
-
Equals(obj: unknown): boolean;
|
|
885
|
+
Equals(obj: unknown | null): boolean;
|
|
932
886
|
Equals(other: BlobHandle): boolean;
|
|
933
887
|
GetHashCode(): int;
|
|
934
888
|
}
|
|
@@ -967,7 +921,7 @@ export interface BlobReader$instance {
|
|
|
967
921
|
ReadChar(): char;
|
|
968
922
|
ReadCompressedInteger(): int;
|
|
969
923
|
ReadCompressedSignedInteger(): int;
|
|
970
|
-
ReadConstant(typeCode: ConstantTypeCode): unknown |
|
|
924
|
+
ReadConstant(typeCode: ConstantTypeCode): unknown | null;
|
|
971
925
|
ReadDateTime(): DateTime;
|
|
972
926
|
ReadDecimal(): decimal;
|
|
973
927
|
ReadDouble(): double;
|
|
@@ -977,7 +931,7 @@ export interface BlobReader$instance {
|
|
|
977
931
|
ReadInt64(): long;
|
|
978
932
|
ReadSByte(): sbyte;
|
|
979
933
|
ReadSerializationTypeCode(): SerializationTypeCode;
|
|
980
|
-
ReadSerializedString(): string |
|
|
934
|
+
ReadSerializedString(): string | null;
|
|
981
935
|
ReadSignatureHeader(): SignatureHeader;
|
|
982
936
|
ReadSignatureTypeCode(): SignatureTypeCode;
|
|
983
937
|
ReadSingle(): float;
|
|
@@ -1027,7 +981,7 @@ export interface BlobWriter$instance {
|
|
|
1027
981
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
1028
982
|
WriteCompressedInteger(value: int): void;
|
|
1029
983
|
WriteCompressedSignedInteger(value: int): void;
|
|
1030
|
-
WriteConstant(value: unknown): void;
|
|
984
|
+
WriteConstant(value: unknown | null): void;
|
|
1031
985
|
WriteDateTime(value: DateTime): void;
|
|
1032
986
|
WriteDecimal(value: decimal): void;
|
|
1033
987
|
WriteDouble(value: double): void;
|
|
@@ -1039,7 +993,7 @@ export interface BlobWriter$instance {
|
|
|
1039
993
|
WriteInt64(value: long): void;
|
|
1040
994
|
WriteReference(reference: int, isSmall: boolean): void;
|
|
1041
995
|
WriteSByte(value: sbyte): void;
|
|
1042
|
-
WriteSerializedString(str: string): void;
|
|
996
|
+
WriteSerializedString(str: string | null): void;
|
|
1043
997
|
WriteSingle(value: float): void;
|
|
1044
998
|
WriteUInt16(value: ushort): void;
|
|
1045
999
|
WriteUInt16BE(value: ushort): void;
|
|
@@ -1085,7 +1039,7 @@ export interface ConstantHandle$instance {
|
|
|
1085
1039
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1086
1040
|
|
|
1087
1041
|
readonly IsNil: boolean;
|
|
1088
|
-
Equals(obj: unknown): boolean;
|
|
1042
|
+
Equals(obj: unknown | null): boolean;
|
|
1089
1043
|
Equals(other: ConstantHandle): boolean;
|
|
1090
1044
|
GetHashCode(): int;
|
|
1091
1045
|
}
|
|
@@ -1112,7 +1066,7 @@ export interface CustomAttribute$instance {
|
|
|
1112
1066
|
readonly Constructor: EntityHandle;
|
|
1113
1067
|
readonly Parent: EntityHandle;
|
|
1114
1068
|
readonly Value: BlobHandle;
|
|
1115
|
-
DecodeValue<TType>(provider: ICustomAttributeTypeProvider_1<TType>): CustomAttributeValue_1<TType>;
|
|
1069
|
+
DecodeValue<TType extends unknown>(provider: ICustomAttributeTypeProvider_1<TType>): CustomAttributeValue_1<TType>;
|
|
1116
1070
|
}
|
|
1117
1071
|
|
|
1118
1072
|
|
|
@@ -1129,7 +1083,7 @@ export interface CustomAttributeHandle$instance {
|
|
|
1129
1083
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1130
1084
|
|
|
1131
1085
|
readonly IsNil: boolean;
|
|
1132
|
-
Equals(obj: unknown): boolean;
|
|
1086
|
+
Equals(obj: unknown | null): boolean;
|
|
1133
1087
|
Equals(other: CustomAttributeHandle): boolean;
|
|
1134
1088
|
GetHashCode(): int;
|
|
1135
1089
|
}
|
|
@@ -1176,7 +1130,7 @@ export interface __CustomAttributeHandleCollection$views {
|
|
|
1176
1130
|
export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$instance & __CustomAttributeHandleCollection$views;
|
|
1177
1131
|
|
|
1178
1132
|
|
|
1179
|
-
export interface CustomAttributeHandleCollection_Enumerator$instance {
|
|
1133
|
+
export interface CustomAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<CustomAttributeHandle> {
|
|
1180
1134
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandleCollection_Enumerator: never;
|
|
1181
1135
|
|
|
1182
1136
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1194,47 +1148,41 @@ export const CustomAttributeHandleCollection_Enumerator: {
|
|
|
1194
1148
|
};
|
|
1195
1149
|
|
|
1196
1150
|
|
|
1197
|
-
export
|
|
1198
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomAttributeHandle>;
|
|
1199
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance & __CustomAttributeHandleCollection_Enumerator$views;
|
|
1151
|
+
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance;
|
|
1203
1152
|
|
|
1204
|
-
|
|
1205
|
-
export interface CustomAttributeNamedArgument_1$instance<TType> {
|
|
1153
|
+
export interface CustomAttributeNamedArgument_1$instance<TType extends unknown> {
|
|
1206
1154
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeNamedArgument_1: never;
|
|
1207
1155
|
|
|
1208
1156
|
readonly Kind: CustomAttributeNamedArgumentKind;
|
|
1209
|
-
readonly Name: string |
|
|
1157
|
+
readonly Name: string | null;
|
|
1210
1158
|
readonly Type: TType;
|
|
1211
|
-
readonly Value: unknown |
|
|
1159
|
+
readonly Value: unknown | null;
|
|
1212
1160
|
}
|
|
1213
1161
|
|
|
1214
1162
|
|
|
1215
1163
|
export const CustomAttributeNamedArgument_1: {
|
|
1216
|
-
new<TType>(name: string, kind: CustomAttributeNamedArgumentKind, type: TType, value: unknown): CustomAttributeNamedArgument_1<TType>;
|
|
1164
|
+
new<TType extends unknown>(name: string | null, kind: CustomAttributeNamedArgumentKind, type: TType, value: unknown | null): CustomAttributeNamedArgument_1<TType>;
|
|
1217
1165
|
};
|
|
1218
1166
|
|
|
1219
1167
|
|
|
1220
|
-
export type CustomAttributeNamedArgument_1<TType> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1168
|
+
export type CustomAttributeNamedArgument_1<TType extends unknown> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1221
1169
|
|
|
1222
|
-
export interface CustomAttributeTypedArgument_1$instance<TType> {
|
|
1170
|
+
export interface CustomAttributeTypedArgument_1$instance<TType extends unknown> {
|
|
1223
1171
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeTypedArgument_1: never;
|
|
1224
1172
|
|
|
1225
1173
|
readonly Type: TType;
|
|
1226
|
-
readonly Value: unknown |
|
|
1174
|
+
readonly Value: unknown | null;
|
|
1227
1175
|
}
|
|
1228
1176
|
|
|
1229
1177
|
|
|
1230
1178
|
export const CustomAttributeTypedArgument_1: {
|
|
1231
|
-
new<TType>(type: TType, value: unknown): CustomAttributeTypedArgument_1<TType>;
|
|
1179
|
+
new<TType extends unknown>(type: TType, value: unknown | null): CustomAttributeTypedArgument_1<TType>;
|
|
1232
1180
|
};
|
|
1233
1181
|
|
|
1234
1182
|
|
|
1235
|
-
export type CustomAttributeTypedArgument_1<TType> = CustomAttributeTypedArgument_1$instance<TType>;
|
|
1183
|
+
export type CustomAttributeTypedArgument_1<TType extends unknown> = CustomAttributeTypedArgument_1$instance<TType>;
|
|
1236
1184
|
|
|
1237
|
-
export interface CustomAttributeValue_1$instance<TType> {
|
|
1185
|
+
export interface CustomAttributeValue_1$instance<TType extends unknown> {
|
|
1238
1186
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeValue_1: never;
|
|
1239
1187
|
|
|
1240
1188
|
readonly FixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>;
|
|
@@ -1243,11 +1191,11 @@ export interface CustomAttributeValue_1$instance<TType> {
|
|
|
1243
1191
|
|
|
1244
1192
|
|
|
1245
1193
|
export const CustomAttributeValue_1: {
|
|
1246
|
-
new<TType>(fixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>, namedArguments: ImmutableArray_1<CustomAttributeNamedArgument_1<TType>>): CustomAttributeValue_1<TType>;
|
|
1194
|
+
new<TType extends unknown>(fixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>, namedArguments: ImmutableArray_1<CustomAttributeNamedArgument_1<TType>>): CustomAttributeValue_1<TType>;
|
|
1247
1195
|
};
|
|
1248
1196
|
|
|
1249
1197
|
|
|
1250
|
-
export type CustomAttributeValue_1<TType> = CustomAttributeValue_1$instance<TType>;
|
|
1198
|
+
export type CustomAttributeValue_1<TType extends unknown> = CustomAttributeValue_1$instance<TType>;
|
|
1251
1199
|
|
|
1252
1200
|
export interface CustomDebugInformation$instance {
|
|
1253
1201
|
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformation: never;
|
|
@@ -1271,7 +1219,7 @@ export interface CustomDebugInformationHandle$instance {
|
|
|
1271
1219
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1272
1220
|
|
|
1273
1221
|
readonly IsNil: boolean;
|
|
1274
|
-
Equals(obj: unknown): boolean;
|
|
1222
|
+
Equals(obj: unknown | null): boolean;
|
|
1275
1223
|
Equals(other: CustomDebugInformationHandle): boolean;
|
|
1276
1224
|
GetHashCode(): int;
|
|
1277
1225
|
}
|
|
@@ -1318,7 +1266,7 @@ export interface __CustomDebugInformationHandleCollection$views {
|
|
|
1318
1266
|
export type CustomDebugInformationHandleCollection = CustomDebugInformationHandleCollection$instance & __CustomDebugInformationHandleCollection$views;
|
|
1319
1267
|
|
|
1320
1268
|
|
|
1321
|
-
export interface CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
1269
|
+
export interface CustomDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<CustomDebugInformationHandle> {
|
|
1322
1270
|
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandleCollection_Enumerator: never;
|
|
1323
1271
|
|
|
1324
1272
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1336,13 +1284,7 @@ export const CustomDebugInformationHandleCollection_Enumerator: {
|
|
|
1336
1284
|
};
|
|
1337
1285
|
|
|
1338
1286
|
|
|
1339
|
-
export
|
|
1340
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomDebugInformationHandle>;
|
|
1341
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInformationHandleCollection_Enumerator$instance & __CustomDebugInformationHandleCollection_Enumerator$views;
|
|
1345
|
-
|
|
1287
|
+
export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInformationHandleCollection_Enumerator$instance;
|
|
1346
1288
|
|
|
1347
1289
|
export interface DeclarativeSecurityAttribute$instance {
|
|
1348
1290
|
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttribute: never;
|
|
@@ -1366,7 +1308,7 @@ export interface DeclarativeSecurityAttributeHandle$instance {
|
|
|
1366
1308
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1367
1309
|
|
|
1368
1310
|
readonly IsNil: boolean;
|
|
1369
|
-
Equals(obj: unknown): boolean;
|
|
1311
|
+
Equals(obj: unknown | null): boolean;
|
|
1370
1312
|
Equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1371
1313
|
GetHashCode(): int;
|
|
1372
1314
|
}
|
|
@@ -1413,7 +1355,7 @@ export interface __DeclarativeSecurityAttributeHandleCollection$views {
|
|
|
1413
1355
|
export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAttributeHandleCollection$instance & __DeclarativeSecurityAttributeHandleCollection$views;
|
|
1414
1356
|
|
|
1415
1357
|
|
|
1416
|
-
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance {
|
|
1358
|
+
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<DeclarativeSecurityAttributeHandle> {
|
|
1417
1359
|
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandleCollection_Enumerator: never;
|
|
1418
1360
|
|
|
1419
1361
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1431,13 +1373,7 @@ export const DeclarativeSecurityAttributeHandleCollection_Enumerator: {
|
|
|
1431
1373
|
};
|
|
1432
1374
|
|
|
1433
1375
|
|
|
1434
|
-
export
|
|
1435
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1436
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export type DeclarativeSecurityAttributeHandleCollection_Enumerator = DeclarativeSecurityAttributeHandleCollection_Enumerator$instance & __DeclarativeSecurityAttributeHandleCollection_Enumerator$views;
|
|
1440
|
-
|
|
1376
|
+
export type DeclarativeSecurityAttributeHandleCollection_Enumerator = DeclarativeSecurityAttributeHandleCollection_Enumerator$instance;
|
|
1441
1377
|
|
|
1442
1378
|
export interface Document$instance {
|
|
1443
1379
|
readonly __tsonic_type_System_Reflection_Metadata_Document: never;
|
|
@@ -1462,7 +1398,7 @@ export interface DocumentHandle$instance {
|
|
|
1462
1398
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1463
1399
|
|
|
1464
1400
|
readonly IsNil: boolean;
|
|
1465
|
-
Equals(obj: unknown): boolean;
|
|
1401
|
+
Equals(obj: unknown | null): boolean;
|
|
1466
1402
|
Equals(other: DocumentHandle): boolean;
|
|
1467
1403
|
GetHashCode(): int;
|
|
1468
1404
|
}
|
|
@@ -1509,7 +1445,7 @@ export interface __DocumentHandleCollection$views {
|
|
|
1509
1445
|
export type DocumentHandleCollection = DocumentHandleCollection$instance & __DocumentHandleCollection$views;
|
|
1510
1446
|
|
|
1511
1447
|
|
|
1512
|
-
export interface DocumentHandleCollection_Enumerator$instance {
|
|
1448
|
+
export interface DocumentHandleCollection_Enumerator$instance extends IEnumerator_1<DocumentHandle> {
|
|
1513
1449
|
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandleCollection_Enumerator: never;
|
|
1514
1450
|
|
|
1515
1451
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1527,13 +1463,7 @@ export const DocumentHandleCollection_Enumerator: {
|
|
|
1527
1463
|
};
|
|
1528
1464
|
|
|
1529
1465
|
|
|
1530
|
-
export
|
|
1531
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DocumentHandle>;
|
|
1532
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enumerator$instance & __DocumentHandleCollection_Enumerator$views;
|
|
1536
|
-
|
|
1466
|
+
export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enumerator$instance;
|
|
1537
1467
|
|
|
1538
1468
|
export interface DocumentNameBlobHandle$instance {
|
|
1539
1469
|
readonly __tsonic_type_System_Reflection_Metadata_DocumentNameBlobHandle: never;
|
|
@@ -1541,7 +1471,7 @@ export interface DocumentNameBlobHandle$instance {
|
|
|
1541
1471
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1542
1472
|
|
|
1543
1473
|
readonly IsNil: boolean;
|
|
1544
|
-
Equals(obj: unknown): boolean;
|
|
1474
|
+
Equals(obj: unknown | null): boolean;
|
|
1545
1475
|
Equals(other: DocumentNameBlobHandle): boolean;
|
|
1546
1476
|
GetHashCode(): int;
|
|
1547
1477
|
}
|
|
@@ -1569,7 +1499,7 @@ export interface EntityHandle$instance {
|
|
|
1569
1499
|
|
|
1570
1500
|
readonly IsNil: boolean;
|
|
1571
1501
|
readonly Kind: HandleKind;
|
|
1572
|
-
Equals(obj: unknown): boolean;
|
|
1502
|
+
Equals(obj: unknown | null): boolean;
|
|
1573
1503
|
Equals(other: EntityHandle): boolean;
|
|
1574
1504
|
GetHashCode(): int;
|
|
1575
1505
|
}
|
|
@@ -1634,7 +1564,7 @@ export interface EventDefinitionHandle$instance {
|
|
|
1634
1564
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1635
1565
|
|
|
1636
1566
|
readonly IsNil: boolean;
|
|
1637
|
-
Equals(obj: unknown): boolean;
|
|
1567
|
+
Equals(obj: unknown | null): boolean;
|
|
1638
1568
|
Equals(other: EventDefinitionHandle): boolean;
|
|
1639
1569
|
GetHashCode(): int;
|
|
1640
1570
|
}
|
|
@@ -1681,7 +1611,7 @@ export interface __EventDefinitionHandleCollection$views {
|
|
|
1681
1611
|
export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$instance & __EventDefinitionHandleCollection$views;
|
|
1682
1612
|
|
|
1683
1613
|
|
|
1684
|
-
export interface EventDefinitionHandleCollection_Enumerator$instance {
|
|
1614
|
+
export interface EventDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<EventDefinitionHandle> {
|
|
1685
1615
|
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandleCollection_Enumerator: never;
|
|
1686
1616
|
|
|
1687
1617
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1699,13 +1629,7 @@ export const EventDefinitionHandleCollection_Enumerator: {
|
|
|
1699
1629
|
};
|
|
1700
1630
|
|
|
1701
1631
|
|
|
1702
|
-
export
|
|
1703
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<EventDefinitionHandle>;
|
|
1704
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCollection_Enumerator$instance & __EventDefinitionHandleCollection_Enumerator$views;
|
|
1708
|
-
|
|
1632
|
+
export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCollection_Enumerator$instance;
|
|
1709
1633
|
|
|
1710
1634
|
export interface ExceptionRegion$instance {
|
|
1711
1635
|
readonly __tsonic_type_System_Reflection_Metadata_ExceptionRegion: never;
|
|
@@ -1753,7 +1677,7 @@ export interface ExportedTypeHandle$instance {
|
|
|
1753
1677
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1754
1678
|
|
|
1755
1679
|
readonly IsNil: boolean;
|
|
1756
|
-
Equals(obj: unknown): boolean;
|
|
1680
|
+
Equals(obj: unknown | null): boolean;
|
|
1757
1681
|
Equals(other: ExportedTypeHandle): boolean;
|
|
1758
1682
|
GetHashCode(): int;
|
|
1759
1683
|
}
|
|
@@ -1800,7 +1724,7 @@ export interface __ExportedTypeHandleCollection$views {
|
|
|
1800
1724
|
export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance & __ExportedTypeHandleCollection$views;
|
|
1801
1725
|
|
|
1802
1726
|
|
|
1803
|
-
export interface ExportedTypeHandleCollection_Enumerator$instance {
|
|
1727
|
+
export interface ExportedTypeHandleCollection_Enumerator$instance extends IEnumerator_1<ExportedTypeHandle> {
|
|
1804
1728
|
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandleCollection_Enumerator: never;
|
|
1805
1729
|
|
|
1806
1730
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1818,13 +1742,7 @@ export const ExportedTypeHandleCollection_Enumerator: {
|
|
|
1818
1742
|
};
|
|
1819
1743
|
|
|
1820
1744
|
|
|
1821
|
-
export
|
|
1822
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ExportedTypeHandle>;
|
|
1823
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollection_Enumerator$instance & __ExportedTypeHandleCollection_Enumerator$views;
|
|
1827
|
-
|
|
1745
|
+
export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollection_Enumerator$instance;
|
|
1828
1746
|
|
|
1829
1747
|
export interface FieldDefinition$instance {
|
|
1830
1748
|
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinition: never;
|
|
@@ -1832,7 +1750,7 @@ export interface FieldDefinition$instance {
|
|
|
1832
1750
|
readonly Attributes: FieldAttributes;
|
|
1833
1751
|
readonly Name: StringHandle;
|
|
1834
1752
|
readonly Signature: BlobHandle;
|
|
1835
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
1753
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
1836
1754
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
1837
1755
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
1838
1756
|
GetDefaultValue(): ConstantHandle;
|
|
@@ -1855,7 +1773,7 @@ export interface FieldDefinitionHandle$instance {
|
|
|
1855
1773
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1856
1774
|
|
|
1857
1775
|
readonly IsNil: boolean;
|
|
1858
|
-
Equals(obj: unknown): boolean;
|
|
1776
|
+
Equals(obj: unknown | null): boolean;
|
|
1859
1777
|
Equals(other: FieldDefinitionHandle): boolean;
|
|
1860
1778
|
GetHashCode(): int;
|
|
1861
1779
|
}
|
|
@@ -1902,7 +1820,7 @@ export interface __FieldDefinitionHandleCollection$views {
|
|
|
1902
1820
|
export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$instance & __FieldDefinitionHandleCollection$views;
|
|
1903
1821
|
|
|
1904
1822
|
|
|
1905
|
-
export interface FieldDefinitionHandleCollection_Enumerator$instance {
|
|
1823
|
+
export interface FieldDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<FieldDefinitionHandle> {
|
|
1906
1824
|
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandleCollection_Enumerator: never;
|
|
1907
1825
|
|
|
1908
1826
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1920,13 +1838,7 @@ export const FieldDefinitionHandleCollection_Enumerator: {
|
|
|
1920
1838
|
};
|
|
1921
1839
|
|
|
1922
1840
|
|
|
1923
|
-
export
|
|
1924
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<FieldDefinitionHandle>;
|
|
1925
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCollection_Enumerator$instance & __FieldDefinitionHandleCollection_Enumerator$views;
|
|
1929
|
-
|
|
1841
|
+
export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCollection_Enumerator$instance;
|
|
1930
1842
|
|
|
1931
1843
|
export interface GenericParameter$instance {
|
|
1932
1844
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameter: never;
|
|
@@ -1969,7 +1881,7 @@ export interface GenericParameterConstraintHandle$instance {
|
|
|
1969
1881
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1970
1882
|
|
|
1971
1883
|
readonly IsNil: boolean;
|
|
1972
|
-
Equals(obj: unknown): boolean;
|
|
1884
|
+
Equals(obj: unknown | null): boolean;
|
|
1973
1885
|
Equals(other: GenericParameterConstraintHandle): boolean;
|
|
1974
1886
|
GetHashCode(): int;
|
|
1975
1887
|
}
|
|
@@ -2017,7 +1929,7 @@ export interface __GenericParameterConstraintHandleCollection$views {
|
|
|
2017
1929
|
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views & { readonly [index: number]: GenericParameterConstraintHandle; };
|
|
2018
1930
|
|
|
2019
1931
|
|
|
2020
|
-
export interface GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
1932
|
+
export interface GenericParameterConstraintHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterConstraintHandle> {
|
|
2021
1933
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandleCollection_Enumerator: never;
|
|
2022
1934
|
|
|
2023
1935
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2035,13 +1947,7 @@ export const GenericParameterConstraintHandleCollection_Enumerator: {
|
|
|
2035
1947
|
};
|
|
2036
1948
|
|
|
2037
1949
|
|
|
2038
|
-
export
|
|
2039
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterConstraintHandle>;
|
|
2040
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
export type GenericParameterConstraintHandleCollection_Enumerator = GenericParameterConstraintHandleCollection_Enumerator$instance & __GenericParameterConstraintHandleCollection_Enumerator$views;
|
|
2044
|
-
|
|
1950
|
+
export type GenericParameterConstraintHandleCollection_Enumerator = GenericParameterConstraintHandleCollection_Enumerator$instance;
|
|
2045
1951
|
|
|
2046
1952
|
export interface GenericParameterHandle$instance {
|
|
2047
1953
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandle: never;
|
|
@@ -2049,7 +1955,7 @@ export interface GenericParameterHandle$instance {
|
|
|
2049
1955
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2050
1956
|
|
|
2051
1957
|
readonly IsNil: boolean;
|
|
2052
|
-
Equals(obj: unknown): boolean;
|
|
1958
|
+
Equals(obj: unknown | null): boolean;
|
|
2053
1959
|
Equals(other: GenericParameterHandle): boolean;
|
|
2054
1960
|
GetHashCode(): int;
|
|
2055
1961
|
}
|
|
@@ -2097,7 +2003,7 @@ export interface __GenericParameterHandleCollection$views {
|
|
|
2097
2003
|
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views & { readonly [index: number]: GenericParameterHandle; };
|
|
2098
2004
|
|
|
2099
2005
|
|
|
2100
|
-
export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
2006
|
+
export interface GenericParameterHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterHandle> {
|
|
2101
2007
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandleCollection_Enumerator: never;
|
|
2102
2008
|
|
|
2103
2009
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2115,13 +2021,7 @@ export const GenericParameterHandleCollection_Enumerator: {
|
|
|
2115
2021
|
};
|
|
2116
2022
|
|
|
2117
2023
|
|
|
2118
|
-
export
|
|
2119
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterHandle>;
|
|
2120
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
export type GenericParameterHandleCollection_Enumerator = GenericParameterHandleCollection_Enumerator$instance & __GenericParameterHandleCollection_Enumerator$views;
|
|
2124
|
-
|
|
2024
|
+
export type GenericParameterHandleCollection_Enumerator = GenericParameterHandleCollection_Enumerator$instance;
|
|
2125
2025
|
|
|
2126
2026
|
export interface GuidHandle$instance {
|
|
2127
2027
|
readonly __tsonic_type_System_Reflection_Metadata_GuidHandle: never;
|
|
@@ -2129,7 +2029,7 @@ export interface GuidHandle$instance {
|
|
|
2129
2029
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2130
2030
|
|
|
2131
2031
|
readonly IsNil: boolean;
|
|
2132
|
-
Equals(obj: unknown): boolean;
|
|
2032
|
+
Equals(obj: unknown | null): boolean;
|
|
2133
2033
|
Equals(other: GuidHandle): boolean;
|
|
2134
2034
|
GetHashCode(): int;
|
|
2135
2035
|
}
|
|
@@ -2157,7 +2057,7 @@ export interface Handle$instance {
|
|
|
2157
2057
|
|
|
2158
2058
|
readonly IsNil: boolean;
|
|
2159
2059
|
readonly Kind: HandleKind;
|
|
2160
|
-
Equals(obj: unknown): boolean;
|
|
2060
|
+
Equals(obj: unknown | null): boolean;
|
|
2161
2061
|
Equals(other: Handle): boolean;
|
|
2162
2062
|
GetHashCode(): int;
|
|
2163
2063
|
}
|
|
@@ -2221,7 +2121,7 @@ export interface __ImportDefinitionCollection$views {
|
|
|
2221
2121
|
export type ImportDefinitionCollection = ImportDefinitionCollection$instance & __ImportDefinitionCollection$views;
|
|
2222
2122
|
|
|
2223
2123
|
|
|
2224
|
-
export interface ImportDefinitionCollection_Enumerator$instance {
|
|
2124
|
+
export interface ImportDefinitionCollection_Enumerator$instance extends IEnumerator_1<ImportDefinition> {
|
|
2225
2125
|
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinitionCollection_Enumerator: never;
|
|
2226
2126
|
|
|
2227
2127
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2239,14 +2139,7 @@ export const ImportDefinitionCollection_Enumerator: {
|
|
|
2239
2139
|
};
|
|
2240
2140
|
|
|
2241
2141
|
|
|
2242
|
-
export
|
|
2243
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportDefinition>;
|
|
2244
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2245
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_Enumerator$instance & __ImportDefinitionCollection_Enumerator$views;
|
|
2249
|
-
|
|
2142
|
+
export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_Enumerator$instance;
|
|
2250
2143
|
|
|
2251
2144
|
export interface ImportScope$instance {
|
|
2252
2145
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScope: never;
|
|
@@ -2290,7 +2183,7 @@ export interface __ImportScopeCollection$views {
|
|
|
2290
2183
|
export type ImportScopeCollection = ImportScopeCollection$instance & __ImportScopeCollection$views;
|
|
2291
2184
|
|
|
2292
2185
|
|
|
2293
|
-
export interface ImportScopeCollection_Enumerator$instance {
|
|
2186
|
+
export interface ImportScopeCollection_Enumerator$instance extends IEnumerator_1<ImportScopeHandle> {
|
|
2294
2187
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeCollection_Enumerator: never;
|
|
2295
2188
|
|
|
2296
2189
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2308,13 +2201,7 @@ export const ImportScopeCollection_Enumerator: {
|
|
|
2308
2201
|
};
|
|
2309
2202
|
|
|
2310
2203
|
|
|
2311
|
-
export
|
|
2312
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportScopeHandle>;
|
|
2313
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$instance & __ImportScopeCollection_Enumerator$views;
|
|
2317
|
-
|
|
2204
|
+
export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$instance;
|
|
2318
2205
|
|
|
2319
2206
|
export interface ImportScopeHandle$instance {
|
|
2320
2207
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeHandle: never;
|
|
@@ -2322,7 +2209,7 @@ export interface ImportScopeHandle$instance {
|
|
|
2322
2209
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2323
2210
|
|
|
2324
2211
|
readonly IsNil: boolean;
|
|
2325
|
-
Equals(obj: unknown): boolean;
|
|
2212
|
+
Equals(obj: unknown | null): boolean;
|
|
2326
2213
|
Equals(other: ImportScopeHandle): boolean;
|
|
2327
2214
|
GetHashCode(): int;
|
|
2328
2215
|
}
|
|
@@ -2364,7 +2251,7 @@ export interface InterfaceImplementationHandle$instance {
|
|
|
2364
2251
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2365
2252
|
|
|
2366
2253
|
readonly IsNil: boolean;
|
|
2367
|
-
Equals(obj: unknown): boolean;
|
|
2254
|
+
Equals(obj: unknown | null): boolean;
|
|
2368
2255
|
Equals(other: InterfaceImplementationHandle): boolean;
|
|
2369
2256
|
GetHashCode(): int;
|
|
2370
2257
|
}
|
|
@@ -2411,7 +2298,7 @@ export interface __InterfaceImplementationHandleCollection$views {
|
|
|
2411
2298
|
export type InterfaceImplementationHandleCollection = InterfaceImplementationHandleCollection$instance & __InterfaceImplementationHandleCollection$views;
|
|
2412
2299
|
|
|
2413
2300
|
|
|
2414
|
-
export interface InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
2301
|
+
export interface InterfaceImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<InterfaceImplementationHandle> {
|
|
2415
2302
|
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandleCollection_Enumerator: never;
|
|
2416
2303
|
|
|
2417
2304
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2429,13 +2316,7 @@ export const InterfaceImplementationHandleCollection_Enumerator: {
|
|
|
2429
2316
|
};
|
|
2430
2317
|
|
|
2431
2318
|
|
|
2432
|
-
export
|
|
2433
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<InterfaceImplementationHandle>;
|
|
2434
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplementationHandleCollection_Enumerator$instance & __InterfaceImplementationHandleCollection_Enumerator$views;
|
|
2438
|
-
|
|
2319
|
+
export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplementationHandleCollection_Enumerator$instance;
|
|
2439
2320
|
|
|
2440
2321
|
export interface LocalConstant$instance {
|
|
2441
2322
|
readonly __tsonic_type_System_Reflection_Metadata_LocalConstant: never;
|
|
@@ -2458,7 +2339,7 @@ export interface LocalConstantHandle$instance {
|
|
|
2458
2339
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2459
2340
|
|
|
2460
2341
|
readonly IsNil: boolean;
|
|
2461
|
-
Equals(obj: unknown): boolean;
|
|
2342
|
+
Equals(obj: unknown | null): boolean;
|
|
2462
2343
|
Equals(other: LocalConstantHandle): boolean;
|
|
2463
2344
|
GetHashCode(): int;
|
|
2464
2345
|
}
|
|
@@ -2505,7 +2386,7 @@ export interface __LocalConstantHandleCollection$views {
|
|
|
2505
2386
|
export type LocalConstantHandleCollection = LocalConstantHandleCollection$instance & __LocalConstantHandleCollection$views;
|
|
2506
2387
|
|
|
2507
2388
|
|
|
2508
|
-
export interface LocalConstantHandleCollection_Enumerator$instance {
|
|
2389
|
+
export interface LocalConstantHandleCollection_Enumerator$instance extends IEnumerator_1<LocalConstantHandle> {
|
|
2509
2390
|
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandleCollection_Enumerator: never;
|
|
2510
2391
|
|
|
2511
2392
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2523,13 +2404,7 @@ export const LocalConstantHandleCollection_Enumerator: {
|
|
|
2523
2404
|
};
|
|
2524
2405
|
|
|
2525
2406
|
|
|
2526
|
-
export
|
|
2527
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalConstantHandle>;
|
|
2528
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollection_Enumerator$instance & __LocalConstantHandleCollection_Enumerator$views;
|
|
2532
|
-
|
|
2407
|
+
export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollection_Enumerator$instance;
|
|
2533
2408
|
|
|
2534
2409
|
export interface LocalScope$instance {
|
|
2535
2410
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScope: never;
|
|
@@ -2558,7 +2433,7 @@ export interface LocalScopeHandle$instance {
|
|
|
2558
2433
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2559
2434
|
|
|
2560
2435
|
readonly IsNil: boolean;
|
|
2561
|
-
Equals(obj: unknown): boolean;
|
|
2436
|
+
Equals(obj: unknown | null): boolean;
|
|
2562
2437
|
Equals(other: LocalScopeHandle): boolean;
|
|
2563
2438
|
GetHashCode(): int;
|
|
2564
2439
|
}
|
|
@@ -2605,7 +2480,7 @@ export interface __LocalScopeHandleCollection$views {
|
|
|
2605
2480
|
export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & __LocalScopeHandleCollection$views;
|
|
2606
2481
|
|
|
2607
2482
|
|
|
2608
|
-
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
2483
|
+
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance extends IEnumerator_1<LocalScopeHandle> {
|
|
2609
2484
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_ChildrenEnumerator: never;
|
|
2610
2485
|
|
|
2611
2486
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2623,15 +2498,9 @@ export const LocalScopeHandleCollection_ChildrenEnumerator: {
|
|
|
2623
2498
|
};
|
|
2624
2499
|
|
|
2625
2500
|
|
|
2626
|
-
export
|
|
2627
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
2628
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance & __LocalScopeHandleCollection_ChildrenEnumerator$views;
|
|
2501
|
+
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance;
|
|
2632
2502
|
|
|
2633
|
-
|
|
2634
|
-
export interface LocalScopeHandleCollection_Enumerator$instance {
|
|
2503
|
+
export interface LocalScopeHandleCollection_Enumerator$instance extends IEnumerator_1<LocalScopeHandle> {
|
|
2635
2504
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_Enumerator: never;
|
|
2636
2505
|
|
|
2637
2506
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2649,13 +2518,7 @@ export const LocalScopeHandleCollection_Enumerator: {
|
|
|
2649
2518
|
};
|
|
2650
2519
|
|
|
2651
2520
|
|
|
2652
|
-
export
|
|
2653
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
2654
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_Enumerator$instance & __LocalScopeHandleCollection_Enumerator$views;
|
|
2658
|
-
|
|
2521
|
+
export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_Enumerator$instance;
|
|
2659
2522
|
|
|
2660
2523
|
export interface LocalVariable$instance {
|
|
2661
2524
|
readonly __tsonic_type_System_Reflection_Metadata_LocalVariable: never;
|
|
@@ -2679,7 +2542,7 @@ export interface LocalVariableHandle$instance {
|
|
|
2679
2542
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2680
2543
|
|
|
2681
2544
|
readonly IsNil: boolean;
|
|
2682
|
-
Equals(obj: unknown): boolean;
|
|
2545
|
+
Equals(obj: unknown | null): boolean;
|
|
2683
2546
|
Equals(other: LocalVariableHandle): boolean;
|
|
2684
2547
|
GetHashCode(): int;
|
|
2685
2548
|
}
|
|
@@ -2726,7 +2589,7 @@ export interface __LocalVariableHandleCollection$views {
|
|
|
2726
2589
|
export type LocalVariableHandleCollection = LocalVariableHandleCollection$instance & __LocalVariableHandleCollection$views;
|
|
2727
2590
|
|
|
2728
2591
|
|
|
2729
|
-
export interface LocalVariableHandleCollection_Enumerator$instance {
|
|
2592
|
+
export interface LocalVariableHandleCollection_Enumerator$instance extends IEnumerator_1<LocalVariableHandle> {
|
|
2730
2593
|
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandleCollection_Enumerator: never;
|
|
2731
2594
|
|
|
2732
2595
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2744,13 +2607,7 @@ export const LocalVariableHandleCollection_Enumerator: {
|
|
|
2744
2607
|
};
|
|
2745
2608
|
|
|
2746
2609
|
|
|
2747
|
-
export
|
|
2748
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalVariableHandle>;
|
|
2749
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollection_Enumerator$instance & __LocalVariableHandleCollection_Enumerator$views;
|
|
2753
|
-
|
|
2610
|
+
export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollection_Enumerator$instance;
|
|
2754
2611
|
|
|
2755
2612
|
export interface ManifestResource$instance {
|
|
2756
2613
|
readonly __tsonic_type_System_Reflection_Metadata_ManifestResource: never;
|
|
@@ -2776,7 +2633,7 @@ export interface ManifestResourceHandle$instance {
|
|
|
2776
2633
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2777
2634
|
|
|
2778
2635
|
readonly IsNil: boolean;
|
|
2779
|
-
Equals(obj: unknown): boolean;
|
|
2636
|
+
Equals(obj: unknown | null): boolean;
|
|
2780
2637
|
Equals(other: ManifestResourceHandle): boolean;
|
|
2781
2638
|
GetHashCode(): int;
|
|
2782
2639
|
}
|
|
@@ -2823,7 +2680,7 @@ export interface __ManifestResourceHandleCollection$views {
|
|
|
2823
2680
|
export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$instance & __ManifestResourceHandleCollection$views;
|
|
2824
2681
|
|
|
2825
2682
|
|
|
2826
|
-
export interface ManifestResourceHandleCollection_Enumerator$instance {
|
|
2683
|
+
export interface ManifestResourceHandleCollection_Enumerator$instance extends IEnumerator_1<ManifestResourceHandle> {
|
|
2827
2684
|
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandleCollection_Enumerator: never;
|
|
2828
2685
|
|
|
2829
2686
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2841,13 +2698,7 @@ export const ManifestResourceHandleCollection_Enumerator: {
|
|
|
2841
2698
|
};
|
|
2842
2699
|
|
|
2843
2700
|
|
|
2844
|
-
export
|
|
2845
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ManifestResourceHandle>;
|
|
2846
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
|
-
export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandleCollection_Enumerator$instance & __ManifestResourceHandleCollection_Enumerator$views;
|
|
2850
|
-
|
|
2701
|
+
export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandleCollection_Enumerator$instance;
|
|
2851
2702
|
|
|
2852
2703
|
export interface MemberReference$instance {
|
|
2853
2704
|
readonly __tsonic_type_System_Reflection_Metadata_MemberReference: never;
|
|
@@ -2855,8 +2706,8 @@ export interface MemberReference$instance {
|
|
|
2855
2706
|
readonly Name: StringHandle;
|
|
2856
2707
|
readonly Parent: EntityHandle;
|
|
2857
2708
|
readonly Signature: BlobHandle;
|
|
2858
|
-
DecodeFieldSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
2859
|
-
DecodeMethodSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2709
|
+
DecodeFieldSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
2710
|
+
DecodeMethodSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2860
2711
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
2861
2712
|
GetKind(): MemberReferenceKind;
|
|
2862
2713
|
}
|
|
@@ -2875,7 +2726,7 @@ export interface MemberReferenceHandle$instance {
|
|
|
2875
2726
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2876
2727
|
|
|
2877
2728
|
readonly IsNil: boolean;
|
|
2878
|
-
Equals(obj: unknown): boolean;
|
|
2729
|
+
Equals(obj: unknown | null): boolean;
|
|
2879
2730
|
Equals(other: MemberReferenceHandle): boolean;
|
|
2880
2731
|
GetHashCode(): int;
|
|
2881
2732
|
}
|
|
@@ -2922,7 +2773,7 @@ export interface __MemberReferenceHandleCollection$views {
|
|
|
2922
2773
|
export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$instance & __MemberReferenceHandleCollection$views;
|
|
2923
2774
|
|
|
2924
2775
|
|
|
2925
|
-
export interface MemberReferenceHandleCollection_Enumerator$instance {
|
|
2776
|
+
export interface MemberReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<MemberReferenceHandle> {
|
|
2926
2777
|
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandleCollection_Enumerator: never;
|
|
2927
2778
|
|
|
2928
2779
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2940,13 +2791,7 @@ export const MemberReferenceHandleCollection_Enumerator: {
|
|
|
2940
2791
|
};
|
|
2941
2792
|
|
|
2942
2793
|
|
|
2943
|
-
export
|
|
2944
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MemberReferenceHandle>;
|
|
2945
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCollection_Enumerator$instance & __MemberReferenceHandleCollection_Enumerator$views;
|
|
2949
|
-
|
|
2794
|
+
export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCollection_Enumerator$instance;
|
|
2950
2795
|
|
|
2951
2796
|
export interface MetadataStringComparer$instance {
|
|
2952
2797
|
readonly __tsonic_type_System_Reflection_Metadata_MetadataStringComparer: never;
|
|
@@ -2957,7 +2802,7 @@ export interface MetadataStringComparer$instance {
|
|
|
2957
2802
|
Equals(handle: NamespaceDefinitionHandle, value: string, ignoreCase: boolean): boolean;
|
|
2958
2803
|
Equals(handle: DocumentNameBlobHandle, value: string): boolean;
|
|
2959
2804
|
Equals(handle: DocumentNameBlobHandle, value: string, ignoreCase: boolean): boolean;
|
|
2960
|
-
Equals(obj: unknown): boolean;
|
|
2805
|
+
Equals(obj: unknown | null): boolean;
|
|
2961
2806
|
StartsWith(handle: StringHandle, value: string): boolean;
|
|
2962
2807
|
StartsWith(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
|
|
2963
2808
|
}
|
|
@@ -2994,7 +2839,7 @@ export interface MethodDebugInformationHandle$instance {
|
|
|
2994
2839
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2995
2840
|
|
|
2996
2841
|
readonly IsNil: boolean;
|
|
2997
|
-
Equals(obj: unknown): boolean;
|
|
2842
|
+
Equals(obj: unknown | null): boolean;
|
|
2998
2843
|
Equals(other: MethodDebugInformationHandle): boolean;
|
|
2999
2844
|
GetHashCode(): int;
|
|
3000
2845
|
ToDefinitionHandle(): MethodDefinitionHandle;
|
|
@@ -3042,7 +2887,7 @@ export interface __MethodDebugInformationHandleCollection$views {
|
|
|
3042
2887
|
export type MethodDebugInformationHandleCollection = MethodDebugInformationHandleCollection$instance & __MethodDebugInformationHandleCollection$views;
|
|
3043
2888
|
|
|
3044
2889
|
|
|
3045
|
-
export interface MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
2890
|
+
export interface MethodDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDebugInformationHandle> {
|
|
3046
2891
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandleCollection_Enumerator: never;
|
|
3047
2892
|
|
|
3048
2893
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3060,13 +2905,7 @@ export const MethodDebugInformationHandleCollection_Enumerator: {
|
|
|
3060
2905
|
};
|
|
3061
2906
|
|
|
3062
2907
|
|
|
3063
|
-
export
|
|
3064
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDebugInformationHandle>;
|
|
3065
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInformationHandleCollection_Enumerator$instance & __MethodDebugInformationHandleCollection_Enumerator$views;
|
|
3069
|
-
|
|
2908
|
+
export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInformationHandleCollection_Enumerator$instance;
|
|
3070
2909
|
|
|
3071
2910
|
export interface MethodDefinition$instance {
|
|
3072
2911
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinition: never;
|
|
@@ -3076,7 +2915,7 @@ export interface MethodDefinition$instance {
|
|
|
3076
2915
|
readonly Name: StringHandle;
|
|
3077
2916
|
readonly RelativeVirtualAddress: int;
|
|
3078
2917
|
readonly Signature: BlobHandle;
|
|
3079
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2918
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3080
2919
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3081
2920
|
GetDeclarativeSecurityAttributes(): DeclarativeSecurityAttributeHandleCollection;
|
|
3082
2921
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
@@ -3099,7 +2938,7 @@ export interface MethodDefinitionHandle$instance {
|
|
|
3099
2938
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3100
2939
|
|
|
3101
2940
|
readonly IsNil: boolean;
|
|
3102
|
-
Equals(obj: unknown): boolean;
|
|
2941
|
+
Equals(obj: unknown | null): boolean;
|
|
3103
2942
|
Equals(other: MethodDefinitionHandle): boolean;
|
|
3104
2943
|
GetHashCode(): int;
|
|
3105
2944
|
ToDebugInformationHandle(): MethodDebugInformationHandle;
|
|
@@ -3147,7 +2986,7 @@ export interface __MethodDefinitionHandleCollection$views {
|
|
|
3147
2986
|
export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$instance & __MethodDefinitionHandleCollection$views;
|
|
3148
2987
|
|
|
3149
2988
|
|
|
3150
|
-
export interface MethodDefinitionHandleCollection_Enumerator$instance {
|
|
2989
|
+
export interface MethodDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDefinitionHandle> {
|
|
3151
2990
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandleCollection_Enumerator: never;
|
|
3152
2991
|
|
|
3153
2992
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3165,13 +3004,7 @@ export const MethodDefinitionHandleCollection_Enumerator: {
|
|
|
3165
3004
|
};
|
|
3166
3005
|
|
|
3167
3006
|
|
|
3168
|
-
export
|
|
3169
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDefinitionHandle>;
|
|
3170
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandleCollection_Enumerator$instance & __MethodDefinitionHandleCollection_Enumerator$views;
|
|
3174
|
-
|
|
3007
|
+
export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandleCollection_Enumerator$instance;
|
|
3175
3008
|
|
|
3176
3009
|
export interface MethodImplementation$instance {
|
|
3177
3010
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementation: never;
|
|
@@ -3196,7 +3029,7 @@ export interface MethodImplementationHandle$instance {
|
|
|
3196
3029
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3197
3030
|
|
|
3198
3031
|
readonly IsNil: boolean;
|
|
3199
|
-
Equals(obj: unknown): boolean;
|
|
3032
|
+
Equals(obj: unknown | null): boolean;
|
|
3200
3033
|
Equals(other: MethodImplementationHandle): boolean;
|
|
3201
3034
|
GetHashCode(): int;
|
|
3202
3035
|
}
|
|
@@ -3243,7 +3076,7 @@ export interface __MethodImplementationHandleCollection$views {
|
|
|
3243
3076
|
export type MethodImplementationHandleCollection = MethodImplementationHandleCollection$instance & __MethodImplementationHandleCollection$views;
|
|
3244
3077
|
|
|
3245
3078
|
|
|
3246
|
-
export interface MethodImplementationHandleCollection_Enumerator$instance {
|
|
3079
|
+
export interface MethodImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodImplementationHandle> {
|
|
3247
3080
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandleCollection_Enumerator: never;
|
|
3248
3081
|
|
|
3249
3082
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3261,13 +3094,7 @@ export const MethodImplementationHandleCollection_Enumerator: {
|
|
|
3261
3094
|
};
|
|
3262
3095
|
|
|
3263
3096
|
|
|
3264
|
-
export
|
|
3265
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodImplementationHandle>;
|
|
3266
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3267
|
-
}
|
|
3268
|
-
|
|
3269
|
-
export type MethodImplementationHandleCollection_Enumerator = MethodImplementationHandleCollection_Enumerator$instance & __MethodImplementationHandleCollection_Enumerator$views;
|
|
3270
|
-
|
|
3097
|
+
export type MethodImplementationHandleCollection_Enumerator = MethodImplementationHandleCollection_Enumerator$instance;
|
|
3271
3098
|
|
|
3272
3099
|
export interface MethodImport$instance {
|
|
3273
3100
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImport: never;
|
|
@@ -3285,7 +3112,7 @@ export const MethodImport: {
|
|
|
3285
3112
|
|
|
3286
3113
|
export type MethodImport = MethodImport$instance;
|
|
3287
3114
|
|
|
3288
|
-
export interface MethodSignature_1$instance<TType> {
|
|
3115
|
+
export interface MethodSignature_1$instance<TType extends unknown> {
|
|
3289
3116
|
readonly __tsonic_type_System_Reflection_Metadata_MethodSignature_1: never;
|
|
3290
3117
|
|
|
3291
3118
|
readonly GenericParameterCount: int;
|
|
@@ -3297,18 +3124,18 @@ export interface MethodSignature_1$instance<TType> {
|
|
|
3297
3124
|
|
|
3298
3125
|
|
|
3299
3126
|
export const MethodSignature_1: {
|
|
3300
|
-
new<TType>(header: SignatureHeader, returnType: TType, requiredParameterCount: int, genericParameterCount: int, parameterTypes: ImmutableArray_1<TType>): MethodSignature_1<TType>;
|
|
3127
|
+
new<TType extends unknown>(header: SignatureHeader, returnType: TType, requiredParameterCount: int, genericParameterCount: int, parameterTypes: ImmutableArray_1<TType>): MethodSignature_1<TType>;
|
|
3301
3128
|
};
|
|
3302
3129
|
|
|
3303
3130
|
|
|
3304
|
-
export type MethodSignature_1<TType> = MethodSignature_1$instance<TType>;
|
|
3131
|
+
export type MethodSignature_1<TType extends unknown> = MethodSignature_1$instance<TType>;
|
|
3305
3132
|
|
|
3306
3133
|
export interface MethodSpecification$instance {
|
|
3307
3134
|
readonly __tsonic_type_System_Reflection_Metadata_MethodSpecification: never;
|
|
3308
3135
|
|
|
3309
3136
|
readonly Method: EntityHandle;
|
|
3310
3137
|
readonly Signature: BlobHandle;
|
|
3311
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3138
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3312
3139
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3313
3140
|
}
|
|
3314
3141
|
|
|
@@ -3326,7 +3153,7 @@ export interface MethodSpecificationHandle$instance {
|
|
|
3326
3153
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3327
3154
|
|
|
3328
3155
|
readonly IsNil: boolean;
|
|
3329
|
-
Equals(obj: unknown): boolean;
|
|
3156
|
+
Equals(obj: unknown | null): boolean;
|
|
3330
3157
|
Equals(other: MethodSpecificationHandle): boolean;
|
|
3331
3158
|
GetHashCode(): int;
|
|
3332
3159
|
}
|
|
@@ -3372,7 +3199,7 @@ export interface ModuleDefinitionHandle$instance {
|
|
|
3372
3199
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3373
3200
|
|
|
3374
3201
|
readonly IsNil: boolean;
|
|
3375
|
-
Equals(obj: unknown): boolean;
|
|
3202
|
+
Equals(obj: unknown | null): boolean;
|
|
3376
3203
|
Equals(other: ModuleDefinitionHandle): boolean;
|
|
3377
3204
|
GetHashCode(): int;
|
|
3378
3205
|
}
|
|
@@ -3414,7 +3241,7 @@ export interface ModuleReferenceHandle$instance {
|
|
|
3414
3241
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3415
3242
|
|
|
3416
3243
|
readonly IsNil: boolean;
|
|
3417
|
-
Equals(obj: unknown): boolean;
|
|
3244
|
+
Equals(obj: unknown | null): boolean;
|
|
3418
3245
|
Equals(other: ModuleReferenceHandle): boolean;
|
|
3419
3246
|
GetHashCode(): int;
|
|
3420
3247
|
}
|
|
@@ -3459,7 +3286,7 @@ export interface NamespaceDefinitionHandle$instance {
|
|
|
3459
3286
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3460
3287
|
|
|
3461
3288
|
readonly IsNil: boolean;
|
|
3462
|
-
Equals(obj: unknown): boolean;
|
|
3289
|
+
Equals(obj: unknown | null): boolean;
|
|
3463
3290
|
Equals(other: NamespaceDefinitionHandle): boolean;
|
|
3464
3291
|
GetHashCode(): int;
|
|
3465
3292
|
}
|
|
@@ -3505,7 +3332,7 @@ export interface ParameterHandle$instance {
|
|
|
3505
3332
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3506
3333
|
|
|
3507
3334
|
readonly IsNil: boolean;
|
|
3508
|
-
Equals(obj: unknown): boolean;
|
|
3335
|
+
Equals(obj: unknown | null): boolean;
|
|
3509
3336
|
Equals(other: ParameterHandle): boolean;
|
|
3510
3337
|
GetHashCode(): int;
|
|
3511
3338
|
}
|
|
@@ -3552,7 +3379,7 @@ export interface __ParameterHandleCollection$views {
|
|
|
3552
3379
|
export type ParameterHandleCollection = ParameterHandleCollection$instance & __ParameterHandleCollection$views;
|
|
3553
3380
|
|
|
3554
3381
|
|
|
3555
|
-
export interface ParameterHandleCollection_Enumerator$instance {
|
|
3382
|
+
export interface ParameterHandleCollection_Enumerator$instance extends IEnumerator_1<ParameterHandle> {
|
|
3556
3383
|
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandleCollection_Enumerator: never;
|
|
3557
3384
|
|
|
3558
3385
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3570,13 +3397,7 @@ export const ParameterHandleCollection_Enumerator: {
|
|
|
3570
3397
|
};
|
|
3571
3398
|
|
|
3572
3399
|
|
|
3573
|
-
export
|
|
3574
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ParameterHandle>;
|
|
3575
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enumerator$instance & __ParameterHandleCollection_Enumerator$views;
|
|
3579
|
-
|
|
3400
|
+
export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enumerator$instance;
|
|
3580
3401
|
|
|
3581
3402
|
export interface PropertyAccessors$instance {
|
|
3582
3403
|
readonly __tsonic_type_System_Reflection_Metadata_PropertyAccessors: never;
|
|
@@ -3600,7 +3421,7 @@ export interface PropertyDefinition$instance {
|
|
|
3600
3421
|
readonly Attributes: PropertyAttributes;
|
|
3601
3422
|
readonly Name: StringHandle;
|
|
3602
3423
|
readonly Signature: BlobHandle;
|
|
3603
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3424
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3604
3425
|
GetAccessors(): PropertyAccessors;
|
|
3605
3426
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3606
3427
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
@@ -3621,7 +3442,7 @@ export interface PropertyDefinitionHandle$instance {
|
|
|
3621
3442
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3622
3443
|
|
|
3623
3444
|
readonly IsNil: boolean;
|
|
3624
|
-
Equals(obj: unknown): boolean;
|
|
3445
|
+
Equals(obj: unknown | null): boolean;
|
|
3625
3446
|
Equals(other: PropertyDefinitionHandle): boolean;
|
|
3626
3447
|
GetHashCode(): int;
|
|
3627
3448
|
}
|
|
@@ -3668,7 +3489,7 @@ export interface __PropertyDefinitionHandleCollection$views {
|
|
|
3668
3489
|
export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollection$instance & __PropertyDefinitionHandleCollection$views;
|
|
3669
3490
|
|
|
3670
3491
|
|
|
3671
|
-
export interface PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
3492
|
+
export interface PropertyDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<PropertyDefinitionHandle> {
|
|
3672
3493
|
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandleCollection_Enumerator: never;
|
|
3673
3494
|
|
|
3674
3495
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3686,15 +3507,9 @@ export const PropertyDefinitionHandleCollection_Enumerator: {
|
|
|
3686
3507
|
};
|
|
3687
3508
|
|
|
3688
3509
|
|
|
3689
|
-
export
|
|
3690
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<PropertyDefinitionHandle>;
|
|
3691
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance & __PropertyDefinitionHandleCollection_Enumerator$views;
|
|
3695
|
-
|
|
3510
|
+
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance;
|
|
3696
3511
|
|
|
3697
|
-
export interface ReservedBlob_1$instance<THandle extends unknown
|
|
3512
|
+
export interface ReservedBlob_1$instance<THandle extends NonNullable<unknown>> {
|
|
3698
3513
|
readonly __tsonic_type_System_Reflection_Metadata_ReservedBlob_1: never;
|
|
3699
3514
|
|
|
3700
3515
|
readonly Content: Blob;
|
|
@@ -3704,11 +3519,11 @@ export interface ReservedBlob_1$instance<THandle extends unknown> {
|
|
|
3704
3519
|
|
|
3705
3520
|
|
|
3706
3521
|
export const ReservedBlob_1: {
|
|
3707
|
-
new<THandle extends unknown
|
|
3522
|
+
new<THandle extends NonNullable<unknown>>(): ReservedBlob_1<THandle>;
|
|
3708
3523
|
};
|
|
3709
3524
|
|
|
3710
3525
|
|
|
3711
|
-
export type ReservedBlob_1<THandle
|
|
3526
|
+
export type ReservedBlob_1<THandle extends NonNullable<unknown>> = ReservedBlob_1$instance<THandle>;
|
|
3712
3527
|
|
|
3713
3528
|
export interface SequencePoint$instance {
|
|
3714
3529
|
readonly __tsonic_type_System_Reflection_Metadata_SequencePoint: never;
|
|
@@ -3722,7 +3537,7 @@ export interface SequencePoint$instance {
|
|
|
3722
3537
|
readonly Offset: int;
|
|
3723
3538
|
readonly StartColumn: int;
|
|
3724
3539
|
readonly StartLine: int;
|
|
3725
|
-
Equals(obj: unknown): boolean;
|
|
3540
|
+
Equals(obj: unknown | null): boolean;
|
|
3726
3541
|
Equals(other: SequencePoint): boolean;
|
|
3727
3542
|
GetHashCode(): int;
|
|
3728
3543
|
}
|
|
@@ -3767,7 +3582,7 @@ export interface __SequencePointCollection$views {
|
|
|
3767
3582
|
export type SequencePointCollection = SequencePointCollection$instance & __SequencePointCollection$views;
|
|
3768
3583
|
|
|
3769
3584
|
|
|
3770
|
-
export interface SequencePointCollection_Enumerator$instance {
|
|
3585
|
+
export interface SequencePointCollection_Enumerator$instance extends IEnumerator_1<SequencePoint> {
|
|
3771
3586
|
readonly __tsonic_type_System_Reflection_Metadata_SequencePointCollection_Enumerator: never;
|
|
3772
3587
|
|
|
3773
3588
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3785,14 +3600,7 @@ export const SequencePointCollection_Enumerator: {
|
|
|
3785
3600
|
};
|
|
3786
3601
|
|
|
3787
3602
|
|
|
3788
|
-
export
|
|
3789
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<SequencePoint>;
|
|
3790
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3791
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
3792
|
-
}
|
|
3793
|
-
|
|
3794
|
-
export type SequencePointCollection_Enumerator = SequencePointCollection_Enumerator$instance & __SequencePointCollection_Enumerator$views;
|
|
3795
|
-
|
|
3603
|
+
export type SequencePointCollection_Enumerator = SequencePointCollection_Enumerator$instance;
|
|
3796
3604
|
|
|
3797
3605
|
export interface SignatureHeader$instance {
|
|
3798
3606
|
readonly __tsonic_type_System_Reflection_Metadata_SignatureHeader: never;
|
|
@@ -3806,7 +3614,7 @@ export interface SignatureHeader$instance {
|
|
|
3806
3614
|
readonly IsInstance: boolean;
|
|
3807
3615
|
readonly Kind: SignatureKind;
|
|
3808
3616
|
readonly RawValue: byte;
|
|
3809
|
-
Equals(obj: unknown): boolean;
|
|
3617
|
+
Equals(obj: unknown | null): boolean;
|
|
3810
3618
|
Equals(other: SignatureHeader): boolean;
|
|
3811
3619
|
GetHashCode(): int;
|
|
3812
3620
|
ToString(): string;
|
|
@@ -3834,8 +3642,8 @@ export interface StandaloneSignature$instance {
|
|
|
3834
3642
|
readonly __tsonic_type_System_Reflection_Metadata_StandaloneSignature: never;
|
|
3835
3643
|
|
|
3836
3644
|
readonly Signature: BlobHandle;
|
|
3837
|
-
DecodeLocalSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3838
|
-
DecodeMethodSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3645
|
+
DecodeLocalSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3646
|
+
DecodeMethodSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3839
3647
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3840
3648
|
GetKind(): StandaloneSignatureKind;
|
|
3841
3649
|
}
|
|
@@ -3854,7 +3662,7 @@ export interface StandaloneSignatureHandle$instance {
|
|
|
3854
3662
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3855
3663
|
|
|
3856
3664
|
readonly IsNil: boolean;
|
|
3857
|
-
Equals(obj: unknown): boolean;
|
|
3665
|
+
Equals(obj: unknown | null): boolean;
|
|
3858
3666
|
Equals(other: StandaloneSignatureHandle): boolean;
|
|
3859
3667
|
GetHashCode(): int;
|
|
3860
3668
|
}
|
|
@@ -3881,7 +3689,7 @@ export interface StringHandle$instance {
|
|
|
3881
3689
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3882
3690
|
|
|
3883
3691
|
readonly IsNil: boolean;
|
|
3884
|
-
Equals(obj: unknown): boolean;
|
|
3692
|
+
Equals(obj: unknown | null): boolean;
|
|
3885
3693
|
Equals(other: StringHandle): boolean;
|
|
3886
3694
|
GetHashCode(): int;
|
|
3887
3695
|
}
|
|
@@ -3939,7 +3747,7 @@ export interface TypeDefinitionHandle$instance {
|
|
|
3939
3747
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3940
3748
|
|
|
3941
3749
|
readonly IsNil: boolean;
|
|
3942
|
-
Equals(obj: unknown): boolean;
|
|
3750
|
+
Equals(obj: unknown | null): boolean;
|
|
3943
3751
|
Equals(other: TypeDefinitionHandle): boolean;
|
|
3944
3752
|
GetHashCode(): int;
|
|
3945
3753
|
}
|
|
@@ -3986,7 +3794,7 @@ export interface __TypeDefinitionHandleCollection$views {
|
|
|
3986
3794
|
export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$instance & __TypeDefinitionHandleCollection$views;
|
|
3987
3795
|
|
|
3988
3796
|
|
|
3989
|
-
export interface TypeDefinitionHandleCollection_Enumerator$instance {
|
|
3797
|
+
export interface TypeDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<TypeDefinitionHandle> {
|
|
3990
3798
|
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandleCollection_Enumerator: never;
|
|
3991
3799
|
|
|
3992
3800
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -4004,13 +3812,7 @@ export const TypeDefinitionHandleCollection_Enumerator: {
|
|
|
4004
3812
|
};
|
|
4005
3813
|
|
|
4006
3814
|
|
|
4007
|
-
export
|
|
4008
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeDefinitionHandle>;
|
|
4009
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleCollection_Enumerator$instance & __TypeDefinitionHandleCollection_Enumerator$views;
|
|
4013
|
-
|
|
3815
|
+
export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleCollection_Enumerator$instance;
|
|
4014
3816
|
|
|
4015
3817
|
export interface TypeLayout$instance {
|
|
4016
3818
|
readonly __tsonic_type_System_Reflection_Metadata_TypeLayout: never;
|
|
@@ -4050,7 +3852,7 @@ export interface TypeReferenceHandle$instance {
|
|
|
4050
3852
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4051
3853
|
|
|
4052
3854
|
readonly IsNil: boolean;
|
|
4053
|
-
Equals(obj: unknown): boolean;
|
|
3855
|
+
Equals(obj: unknown | null): boolean;
|
|
4054
3856
|
Equals(other: TypeReferenceHandle): boolean;
|
|
4055
3857
|
GetHashCode(): int;
|
|
4056
3858
|
}
|
|
@@ -4097,7 +3899,7 @@ export interface __TypeReferenceHandleCollection$views {
|
|
|
4097
3899
|
export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instance & __TypeReferenceHandleCollection$views;
|
|
4098
3900
|
|
|
4099
3901
|
|
|
4100
|
-
export interface TypeReferenceHandleCollection_Enumerator$instance {
|
|
3902
|
+
export interface TypeReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<TypeReferenceHandle> {
|
|
4101
3903
|
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandleCollection_Enumerator: never;
|
|
4102
3904
|
|
|
4103
3905
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -4115,19 +3917,13 @@ export const TypeReferenceHandleCollection_Enumerator: {
|
|
|
4115
3917
|
};
|
|
4116
3918
|
|
|
4117
3919
|
|
|
4118
|
-
export
|
|
4119
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeReferenceHandle>;
|
|
4120
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4123
|
-
export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollection_Enumerator$instance & __TypeReferenceHandleCollection_Enumerator$views;
|
|
4124
|
-
|
|
3920
|
+
export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollection_Enumerator$instance;
|
|
4125
3921
|
|
|
4126
3922
|
export interface TypeSpecification$instance {
|
|
4127
3923
|
readonly __tsonic_type_System_Reflection_Metadata_TypeSpecification: never;
|
|
4128
3924
|
|
|
4129
3925
|
readonly Signature: BlobHandle;
|
|
4130
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
3926
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
4131
3927
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
4132
3928
|
}
|
|
4133
3929
|
|
|
@@ -4145,7 +3941,7 @@ export interface TypeSpecificationHandle$instance {
|
|
|
4145
3941
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4146
3942
|
|
|
4147
3943
|
readonly IsNil: boolean;
|
|
4148
|
-
Equals(obj: unknown): boolean;
|
|
3944
|
+
Equals(obj: unknown | null): boolean;
|
|
4149
3945
|
Equals(other: TypeSpecificationHandle): boolean;
|
|
4150
3946
|
GetHashCode(): int;
|
|
4151
3947
|
}
|
|
@@ -4172,7 +3968,7 @@ export interface UserStringHandle$instance {
|
|
|
4172
3968
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4173
3969
|
|
|
4174
3970
|
readonly IsNil: boolean;
|
|
4175
|
-
Equals(obj: unknown): boolean;
|
|
3971
|
+
Equals(obj: unknown | null): boolean;
|
|
4176
3972
|
Equals(other: UserStringHandle): boolean;
|
|
4177
3973
|
GetHashCode(): int;
|
|
4178
3974
|
}
|
|
@@ -4196,20 +3992,20 @@ export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$vi
|
|
|
4196
3992
|
export interface AssemblyNameInfo$instance {
|
|
4197
3993
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyNameInfo: never;
|
|
4198
3994
|
|
|
4199
|
-
readonly CultureName: string |
|
|
3995
|
+
readonly CultureName: string | null;
|
|
4200
3996
|
readonly Flags: AssemblyNameFlags;
|
|
4201
3997
|
readonly FullName: string;
|
|
4202
3998
|
readonly Name: string;
|
|
4203
3999
|
readonly PublicKeyOrToken: ImmutableArray_1<System_Internal.Byte>;
|
|
4204
|
-
readonly Version: Version |
|
|
4000
|
+
readonly Version: Version | null;
|
|
4205
4001
|
ToAssemblyName(): AssemblyName;
|
|
4206
4002
|
}
|
|
4207
4003
|
|
|
4208
4004
|
|
|
4209
4005
|
export const AssemblyNameInfo: {
|
|
4210
|
-
new(name: string, version: Version, cultureName: string, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>): AssemblyNameInfo;
|
|
4006
|
+
new(name: string, version: Version | null, cultureName: string | null, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>): AssemblyNameInfo;
|
|
4211
4007
|
Parse(assemblyName: ReadOnlySpan_1<System_Internal.Char>): AssemblyNameInfo;
|
|
4212
|
-
TryParse(assemblyName: ReadOnlySpan_1<System_Internal.Char>, result: AssemblyNameInfo): boolean;
|
|
4008
|
+
TryParse(assemblyName: ReadOnlySpan_1<System_Internal.Char>, result: AssemblyNameInfo | null): boolean;
|
|
4213
4009
|
};
|
|
4214
4010
|
|
|
4215
4011
|
|
|
@@ -4244,7 +4040,7 @@ export interface BlobBuilder$instance {
|
|
|
4244
4040
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
4245
4041
|
WriteCompressedInteger(value: int): void;
|
|
4246
4042
|
WriteCompressedSignedInteger(value: int): void;
|
|
4247
|
-
WriteConstant(value: unknown): void;
|
|
4043
|
+
WriteConstant(value: unknown | null): void;
|
|
4248
4044
|
WriteContentTo(destination: Stream): void;
|
|
4249
4045
|
WriteContentTo(destination: BlobWriter): void;
|
|
4250
4046
|
WriteContentTo(destination: BlobBuilder): void;
|
|
@@ -4259,7 +4055,7 @@ export interface BlobBuilder$instance {
|
|
|
4259
4055
|
WriteInt64(value: long): void;
|
|
4260
4056
|
WriteReference(reference: int, isSmall: boolean): void;
|
|
4261
4057
|
WriteSByte(value: sbyte): void;
|
|
4262
|
-
WriteSerializedString(value: string): void;
|
|
4058
|
+
WriteSerializedString(value: string | null): void;
|
|
4263
4059
|
WriteSingle(value: float): void;
|
|
4264
4060
|
WriteUInt16(value: ushort): void;
|
|
4265
4061
|
WriteUInt16BE(value: ushort): void;
|
|
@@ -4280,6 +4076,29 @@ export const BlobBuilder: {
|
|
|
4280
4076
|
|
|
4281
4077
|
export type BlobBuilder = BlobBuilder$instance;
|
|
4282
4078
|
|
|
4079
|
+
export interface BlobBuilder_Blobs$instance extends IEnumerator_1<Blob> {
|
|
4080
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
4081
|
+
|
|
4082
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
4083
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
4084
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
4085
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
4086
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4087
|
+
|
|
4088
|
+
readonly Current: Blob;
|
|
4089
|
+
GetEnumerator(): BlobBuilder_Blobs;
|
|
4090
|
+
MoveNext(): boolean;
|
|
4091
|
+
Reset(): void;
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
|
|
4095
|
+
export const BlobBuilder_Blobs: {
|
|
4096
|
+
new(): BlobBuilder_Blobs;
|
|
4097
|
+
};
|
|
4098
|
+
|
|
4099
|
+
|
|
4100
|
+
export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance;
|
|
4101
|
+
|
|
4283
4102
|
export interface DebugMetadataHeader$instance {
|
|
4284
4103
|
readonly __tsonic_type_System_Reflection_Metadata_DebugMetadataHeader: never;
|
|
4285
4104
|
|
|
@@ -4305,7 +4124,7 @@ export interface HandleComparer$instance extends System_Collections_Generic_Inte
|
|
|
4305
4124
|
Compare(x: EntityHandle, y: EntityHandle): int;
|
|
4306
4125
|
Equals(x: Handle, y: Handle): boolean;
|
|
4307
4126
|
Equals(x: EntityHandle, y: EntityHandle): boolean;
|
|
4308
|
-
Equals(obj: unknown): boolean;
|
|
4127
|
+
Equals(obj: unknown | null): boolean;
|
|
4309
4128
|
GetHashCode(obj: Handle): int;
|
|
4310
4129
|
GetHashCode(obj: EntityHandle): int;
|
|
4311
4130
|
GetHashCode(): int;
|
|
@@ -4335,8 +4154,8 @@ export interface ImageFormatLimitationException$instance extends Exception, Syst
|
|
|
4335
4154
|
|
|
4336
4155
|
export const ImageFormatLimitationException: {
|
|
4337
4156
|
new(): ImageFormatLimitationException;
|
|
4338
|
-
new(message: string): ImageFormatLimitationException;
|
|
4339
|
-
new(message: string, innerException: Exception): ImageFormatLimitationException;
|
|
4157
|
+
new(message: string | null): ImageFormatLimitationException;
|
|
4158
|
+
new(message: string | null, innerException: Exception | null): ImageFormatLimitationException;
|
|
4340
4159
|
};
|
|
4341
4160
|
|
|
4342
4161
|
|
|
@@ -4354,7 +4173,7 @@ export interface MetadataReader$instance {
|
|
|
4354
4173
|
readonly AssemblyReferences: AssemblyReferenceHandleCollection;
|
|
4355
4174
|
readonly CustomAttributes: CustomAttributeHandleCollection;
|
|
4356
4175
|
readonly CustomDebugInformation: CustomDebugInformationHandleCollection;
|
|
4357
|
-
readonly DebugMetadataHeader: DebugMetadataHeader |
|
|
4176
|
+
readonly DebugMetadataHeader: DebugMetadataHeader | null;
|
|
4358
4177
|
readonly DeclarativeSecurityAttributes: DeclarativeSecurityAttributeHandleCollection;
|
|
4359
4178
|
readonly Documents: DocumentHandleCollection;
|
|
4360
4179
|
readonly EventDefinitions: EventDefinitionHandleCollection;
|
|
@@ -4433,7 +4252,7 @@ export interface MetadataReader$instance {
|
|
|
4433
4252
|
export const MetadataReader: {
|
|
4434
4253
|
new(metadata: ptr<byte>, length: int): MetadataReader;
|
|
4435
4254
|
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions): MetadataReader;
|
|
4436
|
-
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder): MetadataReader;
|
|
4255
|
+
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder | null): MetadataReader;
|
|
4437
4256
|
GetAssemblyName(assemblyFile: string): AssemblyName;
|
|
4438
4257
|
};
|
|
4439
4258
|
|
|
@@ -4446,7 +4265,7 @@ export interface MetadataReaderProvider$instance extends System_Internal.IDispos
|
|
|
4446
4265
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4447
4266
|
|
|
4448
4267
|
Dispose(): void;
|
|
4449
|
-
GetMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder): MetadataReader;
|
|
4268
|
+
GetMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder | null): MetadataReader;
|
|
4450
4269
|
}
|
|
4451
4270
|
|
|
4452
4271
|
|
|
@@ -4505,7 +4324,7 @@ export interface MethodBodyBlock$instance {
|
|
|
4505
4324
|
readonly LocalVariablesInitialized: boolean;
|
|
4506
4325
|
readonly MaxStack: int;
|
|
4507
4326
|
readonly Size: int;
|
|
4508
|
-
GetILBytes(): byte[] |
|
|
4327
|
+
GetILBytes(): byte[] | null;
|
|
4509
4328
|
GetILContent(): ImmutableArray_1<System_Internal.Byte>;
|
|
4510
4329
|
GetILReader(): BlobReader;
|
|
4511
4330
|
}
|
|
@@ -4521,7 +4340,7 @@ export type MethodBodyBlock = MethodBodyBlock$instance;
|
|
|
4521
4340
|
export interface TypeName$instance {
|
|
4522
4341
|
readonly __tsonic_type_System_Reflection_Metadata_TypeName: never;
|
|
4523
4342
|
|
|
4524
|
-
readonly AssemblyName: AssemblyNameInfo |
|
|
4343
|
+
readonly AssemblyName: AssemblyNameInfo | null;
|
|
4525
4344
|
readonly AssemblyQualifiedName: string;
|
|
4526
4345
|
readonly DeclaringType: TypeName;
|
|
4527
4346
|
readonly FullName: string;
|
|
@@ -4545,13 +4364,13 @@ export interface TypeName$instance {
|
|
|
4545
4364
|
MakeGenericTypeName(typeArguments: ImmutableArray_1<TypeName>): TypeName;
|
|
4546
4365
|
MakePointerTypeName(): TypeName;
|
|
4547
4366
|
MakeSZArrayTypeName(): TypeName;
|
|
4548
|
-
WithAssemblyName(assemblyName: AssemblyNameInfo): TypeName;
|
|
4367
|
+
WithAssemblyName(assemblyName: AssemblyNameInfo | null): TypeName;
|
|
4549
4368
|
}
|
|
4550
4369
|
|
|
4551
4370
|
|
|
4552
4371
|
export const TypeName: {
|
|
4553
|
-
Parse(typeName: ReadOnlySpan_1<System_Internal.Char>, options?: TypeNameParseOptions): TypeName;
|
|
4554
|
-
TryParse(typeName: ReadOnlySpan_1<System_Internal.Char>, result: TypeName, options?: TypeNameParseOptions): boolean;
|
|
4372
|
+
Parse(typeName: ReadOnlySpan_1<System_Internal.Char>, options?: TypeNameParseOptions | null): TypeName;
|
|
4373
|
+
TryParse(typeName: ReadOnlySpan_1<System_Internal.Char>, result: TypeName | null, options?: TypeNameParseOptions | null): boolean;
|
|
4555
4374
|
Unescape(name: string): string;
|
|
4556
4375
|
};
|
|
4557
4376
|
|
|
@@ -4598,7 +4417,7 @@ export abstract class MetadataUpdater$instance {
|
|
|
4598
4417
|
export type MetadataUpdater = MetadataUpdater$instance;
|
|
4599
4418
|
|
|
4600
4419
|
export abstract class PEReaderExtensions$instance {
|
|
4601
|
-
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder): MetadataReader;
|
|
4420
|
+
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder | null): MetadataReader;
|
|
4602
4421
|
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions): MetadataReader;
|
|
4603
4422
|
static GetMetadataReader(peReader: PEReader): MetadataReader;
|
|
4604
4423
|
static GetMethodBody(peReader: PEReader, relativeVirtualAddress: int): MethodBodyBlock;
|