@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
package/System.Numerics.d.ts
CHANGED
|
@@ -15,10 +15,8 @@ export { BitOperations$instance as BitOperations } from './System.Numerics/inter
|
|
|
15
15
|
export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
|
|
16
16
|
export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
|
|
17
17
|
export { Plane as Plane } from './System.Numerics/internal/index.js';
|
|
18
|
-
export { Vector$instance as Vector_0 } from './System.Numerics/internal/index.js';
|
|
19
18
|
export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
|
|
20
19
|
export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
|
|
21
|
-
export { Vector_1 as Vector } from './System.Numerics/internal/index.js';
|
|
22
20
|
export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
|
|
23
21
|
export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
|
|
24
22
|
export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
|
|
@@ -56,3 +54,14 @@ export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSe
|
|
|
56
54
|
export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
|
|
57
55
|
export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
|
|
58
56
|
export { Complex as Complex } from './System.Numerics/internal/index.js';
|
|
57
|
+
|
|
58
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
59
|
+
declare const __unspecified: unique symbol;
|
|
60
|
+
export type __ = typeof __unspecified;
|
|
61
|
+
|
|
62
|
+
export type Vector<
|
|
63
|
+
T1 = __,
|
|
64
|
+
> =
|
|
65
|
+
[T1] extends [__] ? Internal.Vector :
|
|
66
|
+
Internal.Vector_1<T1>;
|
|
67
|
+
|
|
@@ -29727,7 +29727,17 @@
|
|
|
29727
29727
|
"parameterCount": 7,
|
|
29728
29728
|
"declaringClrType": "System.Reflection.Binder",
|
|
29729
29729
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29730
|
-
"isExtensionMethod": false
|
|
29730
|
+
"isExtensionMethod": false,
|
|
29731
|
+
"parameterModifiers": [
|
|
29732
|
+
{
|
|
29733
|
+
"index": 2,
|
|
29734
|
+
"modifier": "ref"
|
|
29735
|
+
},
|
|
29736
|
+
{
|
|
29737
|
+
"index": 6,
|
|
29738
|
+
"modifier": "out"
|
|
29739
|
+
}
|
|
29740
|
+
]
|
|
29731
29741
|
},
|
|
29732
29742
|
{
|
|
29733
29743
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo):System.Object",
|
|
@@ -29755,7 +29765,13 @@
|
|
|
29755
29765
|
"parameterCount": 2,
|
|
29756
29766
|
"declaringClrType": "System.Reflection.Binder",
|
|
29757
29767
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29758
|
-
"isExtensionMethod": false
|
|
29768
|
+
"isExtensionMethod": false,
|
|
29769
|
+
"parameterModifiers": [
|
|
29770
|
+
{
|
|
29771
|
+
"index": 0,
|
|
29772
|
+
"modifier": "ref"
|
|
29773
|
+
}
|
|
29774
|
+
]
|
|
29759
29775
|
},
|
|
29760
29776
|
{
|
|
29761
29777
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodBase",
|
|
@@ -37765,7 +37781,17 @@
|
|
|
37765
37781
|
"parameterCount": 2,
|
|
37766
37782
|
"declaringClrType": "System.Reflection.Module",
|
|
37767
37783
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
37768
|
-
"isExtensionMethod": false
|
|
37784
|
+
"isExtensionMethod": false,
|
|
37785
|
+
"parameterModifiers": [
|
|
37786
|
+
{
|
|
37787
|
+
"index": 0,
|
|
37788
|
+
"modifier": "out"
|
|
37789
|
+
},
|
|
37790
|
+
{
|
|
37791
|
+
"index": 1,
|
|
37792
|
+
"modifier": "out"
|
|
37793
|
+
}
|
|
37794
|
+
]
|
|
37769
37795
|
},
|
|
37770
37796
|
{
|
|
37771
37797
|
"stableId": "System.Private.CoreLib:System.Reflection.Module::IsResource():System.Boolean",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IEnumerable_1, IList_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -21,31 +21,6 @@ import type { SecurityRuleSet } from "../../System.Security/internal/index.js";
|
|
|
21
21
|
import * as System_Internal from "../../System/internal/index.js";
|
|
22
22
|
import type { ApplicationException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Delegate, Enum, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, ModuleHandle, MulticastDelegate, Object as ClrObject, ResolveEventArgs, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, SystemException, Type, TypeCode, TypedReference, UInt32, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
23
23
|
|
|
24
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
25
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
26
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
27
|
-
export type CLROf<T> =
|
|
28
|
-
T extends sbyte ? System_Internal.SByte :
|
|
29
|
-
T extends short ? System_Internal.Int16 :
|
|
30
|
-
T extends int ? System_Internal.Int32 :
|
|
31
|
-
T extends long ? System_Internal.Int64 :
|
|
32
|
-
T extends int128 ? System_Internal.Int128 :
|
|
33
|
-
T extends nint ? System_Internal.IntPtr :
|
|
34
|
-
T extends byte ? System_Internal.Byte :
|
|
35
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
36
|
-
T extends uint ? System_Internal.UInt32 :
|
|
37
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
38
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
39
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
40
|
-
T extends half ? System_Internal.Half :
|
|
41
|
-
T extends float ? System_Internal.Single :
|
|
42
|
-
T extends double ? System_Internal.Double :
|
|
43
|
-
T extends decimal ? System_Internal.Decimal :
|
|
44
|
-
T extends char ? System_Internal.Char :
|
|
45
|
-
T extends boolean ? System_Internal.Boolean :
|
|
46
|
-
T extends string ? System_Internal.String :
|
|
47
|
-
T; // Identity fallback for non-primitive types
|
|
48
|
-
|
|
49
24
|
export enum AssemblyContentType {
|
|
50
25
|
default_ = 0,
|
|
51
26
|
windowsRuntime = 1
|
|
@@ -467,7 +442,7 @@ export interface __CustomAttributeNamedArgument$views {
|
|
|
467
442
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeNamedArgument>;
|
|
468
443
|
|
|
469
444
|
// Structural method bridges for numeric interface constraints
|
|
470
|
-
|
|
445
|
+
equals(other: CustomAttributeNamedArgument): boolean;
|
|
471
446
|
}
|
|
472
447
|
|
|
473
448
|
export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance & __CustomAttributeNamedArgument$views;
|
|
@@ -493,7 +468,7 @@ export interface __CustomAttributeTypedArgument$views {
|
|
|
493
468
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeTypedArgument>;
|
|
494
469
|
|
|
495
470
|
// Structural method bridges for numeric interface constraints
|
|
496
|
-
|
|
471
|
+
equals(other: CustomAttributeTypedArgument): boolean;
|
|
497
472
|
}
|
|
498
473
|
|
|
499
474
|
export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance & __CustomAttributeTypedArgument$views;
|
|
@@ -927,9 +902,9 @@ export type AssemblyVersionAttribute = AssemblyVersionAttribute$instance;
|
|
|
927
902
|
|
|
928
903
|
export interface Binder$instance {
|
|
929
904
|
bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo): FieldInfo;
|
|
930
|
-
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args:
|
|
905
|
+
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, names: string[], state: unknown): MethodBase;
|
|
931
906
|
changeType(value: unknown, type_: Type, culture: CultureInfo): unknown;
|
|
932
|
-
reorderArgumentArray(args:
|
|
907
|
+
reorderArgumentArray(args: unknown[], state: unknown): void;
|
|
933
908
|
selectMethod(bindingAttr: BindingFlags, match: MethodBase[], types: Type[], modifiers: ParameterModifier[]): MethodBase;
|
|
934
909
|
selectProperty(bindingAttr: BindingFlags, match: PropertyInfo[], returnType: Type, indexes: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
935
910
|
}
|
|
@@ -1321,7 +1296,7 @@ export interface MethodInfo$instance extends MethodBase$instance {
|
|
|
1321
1296
|
getGenericMethodDefinition(): MethodInfo;
|
|
1322
1297
|
getHashCode(): int;
|
|
1323
1298
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1324
|
-
makeGenericMethod(typeArguments: Type[]): MethodInfo;
|
|
1299
|
+
makeGenericMethod(...typeArguments: Type[]): MethodInfo;
|
|
1325
1300
|
}
|
|
1326
1301
|
|
|
1327
1302
|
|
|
@@ -1399,7 +1374,7 @@ export interface Module$instance {
|
|
|
1399
1374
|
getMethods(): MethodInfo[];
|
|
1400
1375
|
getMethods(bindingFlags: BindingFlags): MethodInfo[];
|
|
1401
1376
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1402
|
-
getPEKind(peKind:
|
|
1377
|
+
getPEKind(peKind: PortableExecutableKinds, machine: ImageFileMachine): void;
|
|
1403
1378
|
getType(className: string): Type;
|
|
1404
1379
|
getType(className: string, ignoreCase: boolean): Type;
|
|
1405
1380
|
getType(className: string, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
@@ -6434,7 +6434,17 @@
|
|
|
6434
6434
|
"isSealed": false,
|
|
6435
6435
|
"arity": 0,
|
|
6436
6436
|
"parameterCount": 7,
|
|
6437
|
-
"isExtensionMethod": false
|
|
6437
|
+
"isExtensionMethod": false,
|
|
6438
|
+
"parameterModifiers": [
|
|
6439
|
+
{
|
|
6440
|
+
"index": 2,
|
|
6441
|
+
"modifier": "ref"
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
"index": 6,
|
|
6445
|
+
"modifier": "out"
|
|
6446
|
+
}
|
|
6447
|
+
]
|
|
6438
6448
|
},
|
|
6439
6449
|
{
|
|
6440
6450
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo):System.Object",
|
|
@@ -6466,7 +6476,13 @@
|
|
|
6466
6476
|
"isSealed": false,
|
|
6467
6477
|
"arity": 0,
|
|
6468
6478
|
"parameterCount": 2,
|
|
6469
|
-
"isExtensionMethod": false
|
|
6479
|
+
"isExtensionMethod": false,
|
|
6480
|
+
"parameterModifiers": [
|
|
6481
|
+
{
|
|
6482
|
+
"index": 0,
|
|
6483
|
+
"modifier": "ref"
|
|
6484
|
+
}
|
|
6485
|
+
]
|
|
6470
6486
|
},
|
|
6471
6487
|
{
|
|
6472
6488
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodBase",
|
|
@@ -10182,7 +10198,17 @@
|
|
|
10182
10198
|
"isSealed": false,
|
|
10183
10199
|
"arity": 0,
|
|
10184
10200
|
"parameterCount": 2,
|
|
10185
|
-
"isExtensionMethod": false
|
|
10201
|
+
"isExtensionMethod": false,
|
|
10202
|
+
"parameterModifiers": [
|
|
10203
|
+
{
|
|
10204
|
+
"index": 0,
|
|
10205
|
+
"modifier": "out"
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"index": 1,
|
|
10209
|
+
"modifier": "out"
|
|
10210
|
+
}
|
|
10211
|
+
]
|
|
10186
10212
|
},
|
|
10187
10213
|
{
|
|
10188
10214
|
"stableId": "System.Private.CoreLib:System.Reflection.Module::IsResource():System.Boolean",
|
|
@@ -25958,7 +25958,17 @@
|
|
|
25958
25958
|
"parameterCount": 2,
|
|
25959
25959
|
"declaringClrType": "System.Reflection.Emit.PersistedAssemblyBuilder",
|
|
25960
25960
|
"declaringAssemblyName": "System.Reflection.Emit",
|
|
25961
|
-
"isExtensionMethod": false
|
|
25961
|
+
"isExtensionMethod": false,
|
|
25962
|
+
"parameterModifiers": [
|
|
25963
|
+
{
|
|
25964
|
+
"index": 0,
|
|
25965
|
+
"modifier": "out"
|
|
25966
|
+
},
|
|
25967
|
+
{
|
|
25968
|
+
"index": 1,
|
|
25969
|
+
"modifier": "out"
|
|
25970
|
+
}
|
|
25971
|
+
]
|
|
25962
25972
|
},
|
|
25963
25973
|
{
|
|
25964
25974
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GenerateMetadata(System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.Ecma335.MetadataBuilder\u0026):System.Reflection.Metadata.Ecma335.MetadataBuilder",
|
|
@@ -25972,7 +25982,21 @@
|
|
|
25972
25982
|
"parameterCount": 3,
|
|
25973
25983
|
"declaringClrType": "System.Reflection.Emit.PersistedAssemblyBuilder",
|
|
25974
25984
|
"declaringAssemblyName": "System.Reflection.Emit",
|
|
25975
|
-
"isExtensionMethod": false
|
|
25985
|
+
"isExtensionMethod": false,
|
|
25986
|
+
"parameterModifiers": [
|
|
25987
|
+
{
|
|
25988
|
+
"index": 0,
|
|
25989
|
+
"modifier": "out"
|
|
25990
|
+
},
|
|
25991
|
+
{
|
|
25992
|
+
"index": 1,
|
|
25993
|
+
"modifier": "out"
|
|
25994
|
+
},
|
|
25995
|
+
{
|
|
25996
|
+
"index": 2,
|
|
25997
|
+
"modifier": "out"
|
|
25998
|
+
}
|
|
25999
|
+
]
|
|
25976
26000
|
},
|
|
25977
26001
|
{
|
|
25978
26002
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GetName(System.Boolean):System.Reflection.AssemblyName",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IEnumerable_1, IList_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -25,31 +25,6 @@ import type { SecurityRuleSet } from "../../System.Security/internal/index.js";
|
|
|
25
25
|
import * as System_Internal from "../../System/internal/index.js";
|
|
26
26
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, ModuleHandle, Object as ClrObject, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, SByte, Single, String as ClrString, Type, TypeCode, TypedReference, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
27
27
|
|
|
28
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
29
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
30
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
31
|
-
export type CLROf<T> =
|
|
32
|
-
T extends sbyte ? System_Internal.SByte :
|
|
33
|
-
T extends short ? System_Internal.Int16 :
|
|
34
|
-
T extends int ? System_Internal.Int32 :
|
|
35
|
-
T extends long ? System_Internal.Int64 :
|
|
36
|
-
T extends int128 ? System_Internal.Int128 :
|
|
37
|
-
T extends nint ? System_Internal.IntPtr :
|
|
38
|
-
T extends byte ? System_Internal.Byte :
|
|
39
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
40
|
-
T extends uint ? System_Internal.UInt32 :
|
|
41
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
42
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
43
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
44
|
-
T extends half ? System_Internal.Half :
|
|
45
|
-
T extends float ? System_Internal.Single :
|
|
46
|
-
T extends double ? System_Internal.Double :
|
|
47
|
-
T extends decimal ? System_Internal.Decimal :
|
|
48
|
-
T extends char ? System_Internal.Char :
|
|
49
|
-
T extends boolean ? System_Internal.Boolean :
|
|
50
|
-
T extends string ? System_Internal.String :
|
|
51
|
-
T; // Identity fallback for non-primitive types
|
|
52
|
-
|
|
53
28
|
export enum AssemblyBuilderAccess {
|
|
54
29
|
run = 1,
|
|
55
30
|
runAndCollect = 9
|
|
@@ -171,7 +146,7 @@ export interface __Label$views {
|
|
|
171
146
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Label>;
|
|
172
147
|
|
|
173
148
|
// Structural method bridges for numeric interface constraints
|
|
174
|
-
|
|
149
|
+
equals(other: Label): boolean;
|
|
175
150
|
}
|
|
176
151
|
|
|
177
152
|
export type Label = Label$instance & __Label$views;
|
|
@@ -203,7 +178,7 @@ export interface __OpCode$views {
|
|
|
203
178
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<OpCode>;
|
|
204
179
|
|
|
205
180
|
// Structural method bridges for numeric interface constraints
|
|
206
|
-
|
|
181
|
+
equals(other: OpCode): boolean;
|
|
207
182
|
}
|
|
208
183
|
|
|
209
184
|
export type OpCode = OpCode$instance & __OpCode$views;
|
|
@@ -516,7 +491,7 @@ export interface GenericTypeParameterBuilder$instance extends TypeInfo {
|
|
|
516
491
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
517
492
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
518
493
|
setGenericParameterAttributes(genericParameterAttributes: GenericParameterAttributes): void;
|
|
519
|
-
setInterfaceConstraints(interfaceConstraints: Type[]): void;
|
|
494
|
+
setInterfaceConstraints(...interfaceConstraints: Type[]): void;
|
|
520
495
|
}
|
|
521
496
|
|
|
522
497
|
|
|
@@ -597,7 +572,7 @@ export type LocalBuilder = LocalBuilder$instance;
|
|
|
597
572
|
|
|
598
573
|
export interface MethodBuilder$instance extends MethodInfo {
|
|
599
574
|
initLocals: boolean;
|
|
600
|
-
defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
|
|
575
|
+
defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
|
|
601
576
|
defineParameter(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
|
|
602
577
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
603
578
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
@@ -607,7 +582,7 @@ export interface MethodBuilder$instance extends MethodInfo {
|
|
|
607
582
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
608
583
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
609
584
|
setImplementationFlags(attributes: MethodImplAttributes): void;
|
|
610
|
-
setParameters(parameterTypes: Type[]): void;
|
|
585
|
+
setParameters(...parameterTypes: Type[]): void;
|
|
611
586
|
setReturnType(returnType: Type): void;
|
|
612
587
|
setSignature(returnType: Type, returnTypeRequiredCustomModifiers: Type[], returnTypeOptionalCustomModifiers: Type[], parameterTypes: Type[], parameterTypeRequiredCustomModifiers: Type[][], parameterTypeOptionalCustomModifiers: Type[][]): void;
|
|
613
588
|
}
|
|
@@ -931,8 +906,8 @@ export type ParameterBuilder = ParameterBuilder$instance;
|
|
|
931
906
|
export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$instance {
|
|
932
907
|
readonly fullName: string;
|
|
933
908
|
readonly manifestModule: Module;
|
|
934
|
-
generateMetadata(ilStream:
|
|
935
|
-
generateMetadata(ilStream:
|
|
909
|
+
generateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder): MetadataBuilder;
|
|
910
|
+
generateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder, pdbBuilder: MetadataBuilder): MetadataBuilder;
|
|
936
911
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
937
912
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
938
913
|
getName(copiedName: boolean): AssemblyName;
|
|
@@ -1022,7 +997,7 @@ export interface TypeBuilder$instance extends TypeInfo {
|
|
|
1022
997
|
defineEvent(name: string, attributes: EventAttributes, eventtype: Type): EventBuilder;
|
|
1023
998
|
defineField(fieldName: string, type_: Type, attributes: FieldAttributes): FieldBuilder;
|
|
1024
999
|
defineField(fieldName: string, type_: Type, requiredCustomModifiers: Type[], optionalCustomModifiers: Type[], attributes: FieldAttributes): FieldBuilder;
|
|
1025
|
-
defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
|
|
1000
|
+
defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
|
|
1026
1001
|
defineInitializedData(name: string, data: byte[], attributes: FieldAttributes): FieldBuilder;
|
|
1027
1002
|
defineMethod(name: string, attributes: MethodAttributes): MethodBuilder;
|
|
1028
1003
|
defineMethod(name: string, attributes: MethodAttributes, callingConvention: CallingConventions): MethodBuilder;
|
|
@@ -1089,7 +1064,7 @@ export interface TypeBuilder$instance extends TypeInfo {
|
|
|
1089
1064
|
makeArrayType(): Type;
|
|
1090
1065
|
makeArrayType(rank: int): Type;
|
|
1091
1066
|
makeByRefType(): Type;
|
|
1092
|
-
makeGenericType(typeArguments: Type[]): Type;
|
|
1067
|
+
makeGenericType(...typeArguments: Type[]): Type;
|
|
1093
1068
|
makePointerType(): Type;
|
|
1094
1069
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
1095
1070
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
@@ -8937,7 +8937,17 @@
|
|
|
8937
8937
|
"isSealed": false,
|
|
8938
8938
|
"arity": 0,
|
|
8939
8939
|
"parameterCount": 2,
|
|
8940
|
-
"isExtensionMethod": false
|
|
8940
|
+
"isExtensionMethod": false,
|
|
8941
|
+
"parameterModifiers": [
|
|
8942
|
+
{
|
|
8943
|
+
"index": 0,
|
|
8944
|
+
"modifier": "out"
|
|
8945
|
+
},
|
|
8946
|
+
{
|
|
8947
|
+
"index": 1,
|
|
8948
|
+
"modifier": "out"
|
|
8949
|
+
}
|
|
8950
|
+
]
|
|
8941
8951
|
},
|
|
8942
8952
|
{
|
|
8943
8953
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GenerateMetadata(System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.Ecma335.MetadataBuilder\u0026):System.Reflection.Metadata.Ecma335.MetadataBuilder",
|
|
@@ -8953,7 +8963,21 @@
|
|
|
8953
8963
|
"isSealed": false,
|
|
8954
8964
|
"arity": 0,
|
|
8955
8965
|
"parameterCount": 3,
|
|
8956
|
-
"isExtensionMethod": false
|
|
8966
|
+
"isExtensionMethod": false,
|
|
8967
|
+
"parameterModifiers": [
|
|
8968
|
+
{
|
|
8969
|
+
"index": 0,
|
|
8970
|
+
"modifier": "out"
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"index": 1,
|
|
8974
|
+
"modifier": "out"
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
"index": 2,
|
|
8978
|
+
"modifier": "out"
|
|
8979
|
+
}
|
|
8980
|
+
]
|
|
8957
8981
|
},
|
|
8958
8982
|
{
|
|
8959
8983
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GetName(System.Boolean):System.Reflection.AssemblyName",
|
|
@@ -24184,7 +24184,13 @@
|
|
|
24184
24184
|
"parameterCount": 1,
|
|
24185
24185
|
"declaringClrType": "System.Reflection.Metadata.BlobReader",
|
|
24186
24186
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
24187
|
-
"isExtensionMethod": false
|
|
24187
|
+
"isExtensionMethod": false,
|
|
24188
|
+
"parameterModifiers": [
|
|
24189
|
+
{
|
|
24190
|
+
"index": 0,
|
|
24191
|
+
"modifier": "out"
|
|
24192
|
+
}
|
|
24193
|
+
]
|
|
24188
24194
|
},
|
|
24189
24195
|
{
|
|
24190
24196
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobReader::ReadCompressedInteger():System.Int32",
|
|
@@ -24212,7 +24218,13 @@
|
|
|
24212
24218
|
"parameterCount": 1,
|
|
24213
24219
|
"declaringClrType": "System.Reflection.Metadata.BlobReader",
|
|
24214
24220
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
24215
|
-
"isExtensionMethod": false
|
|
24221
|
+
"isExtensionMethod": false,
|
|
24222
|
+
"parameterModifiers": [
|
|
24223
|
+
{
|
|
24224
|
+
"index": 0,
|
|
24225
|
+
"modifier": "out"
|
|
24226
|
+
}
|
|
24227
|
+
]
|
|
24216
24228
|
},
|
|
24217
24229
|
{
|
|
24218
24230
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobReader::ReadCompressedSignedInteger():System.Int32",
|
|
@@ -53249,7 +53261,13 @@
|
|
|
53249
53261
|
"parameterCount": 2,
|
|
53250
53262
|
"declaringClrType": "System.Reflection.Metadata.AssemblyNameInfo",
|
|
53251
53263
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
53252
|
-
"isExtensionMethod": false
|
|
53264
|
+
"isExtensionMethod": false,
|
|
53265
|
+
"parameterModifiers": [
|
|
53266
|
+
{
|
|
53267
|
+
"index": 1,
|
|
53268
|
+
"modifier": "out"
|
|
53269
|
+
}
|
|
53270
|
+
]
|
|
53253
53271
|
}
|
|
53254
53272
|
],
|
|
53255
53273
|
"properties": [
|
|
@@ -53649,7 +53667,13 @@
|
|
|
53649
53667
|
"parameterCount": 1,
|
|
53650
53668
|
"declaringClrType": "System.Reflection.Metadata.BlobBuilder",
|
|
53651
53669
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
53652
|
-
"isExtensionMethod": false
|
|
53670
|
+
"isExtensionMethod": false,
|
|
53671
|
+
"parameterModifiers": [
|
|
53672
|
+
{
|
|
53673
|
+
"index": 0,
|
|
53674
|
+
"modifier": "ref"
|
|
53675
|
+
}
|
|
53676
|
+
]
|
|
53653
53677
|
},
|
|
53654
53678
|
{
|
|
53655
53679
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder::WriteContentTo(System.Reflection.Metadata.BlobBuilder):System.Void",
|
|
@@ -58625,7 +58649,13 @@
|
|
|
58625
58649
|
"parameterCount": 3,
|
|
58626
58650
|
"declaringClrType": "System.Reflection.Metadata.TypeName",
|
|
58627
58651
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
58628
|
-
"isExtensionMethod": false
|
|
58652
|
+
"isExtensionMethod": false,
|
|
58653
|
+
"parameterModifiers": [
|
|
58654
|
+
{
|
|
58655
|
+
"index": 1,
|
|
58656
|
+
"modifier": "out"
|
|
58657
|
+
}
|
|
58658
|
+
]
|
|
58629
58659
|
},
|
|
58630
58660
|
{
|
|
58631
58661
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeName::Unescape(System.String):System.String",
|
|
@@ -59442,7 +59472,17 @@
|
|
|
59442
59472
|
"parameterCount": 3,
|
|
59443
59473
|
"declaringClrType": "System.Reflection.Metadata.AssemblyExtensions",
|
|
59444
59474
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
59445
|
-
"isExtensionMethod": true
|
|
59475
|
+
"isExtensionMethod": true,
|
|
59476
|
+
"parameterModifiers": [
|
|
59477
|
+
{
|
|
59478
|
+
"index": 1,
|
|
59479
|
+
"modifier": "out"
|
|
59480
|
+
},
|
|
59481
|
+
{
|
|
59482
|
+
"index": 2,
|
|
59483
|
+
"modifier": "out"
|
|
59484
|
+
}
|
|
59485
|
+
]
|
|
59446
59486
|
}
|
|
59447
59487
|
],
|
|
59448
59488
|
"properties": [],
|