@tsonic/dotnet 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -7270,7 +7270,7 @@
|
|
|
7270
7270
|
{
|
|
7271
7271
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
7272
7272
|
"clrName": "GetEnumerator",
|
|
7273
|
-
"metadataToken":
|
|
7273
|
+
"metadataToken": 100704565,
|
|
7274
7274
|
"canonicalSignature": "():IEnumerator_1",
|
|
7275
7275
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
7276
7276
|
"emitScope": "ViewOnly",
|
|
@@ -7291,7 +7291,7 @@
|
|
|
7291
7291
|
{
|
|
7292
7292
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
7293
7293
|
"clrName": "GetEnumerator",
|
|
7294
|
-
"metadataToken":
|
|
7294
|
+
"metadataToken": 100703850,
|
|
7295
7295
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
7296
7296
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
7297
7297
|
"emitScope": "ViewOnly",
|
|
@@ -7333,7 +7333,7 @@
|
|
|
7333
7333
|
{
|
|
7334
7334
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
7335
7335
|
"clrName": "Count",
|
|
7336
|
-
"metadataToken":
|
|
7336
|
+
"metadataToken": 385881430,
|
|
7337
7337
|
"canonicalSignature": ":System.Int32",
|
|
7338
7338
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7339
7339
|
"emitScope": "ViewOnly",
|
|
@@ -7407,6 +7407,26 @@
|
|
|
7407
7407
|
"declaringClrType": "System.Reflection.Metadata.AssemblyFileHandleCollection\u002BEnumerator",
|
|
7408
7408
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
7409
7409
|
"isExtensionMethod": false
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.AssemblyFileHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
7413
|
+
"clrName": "Reset",
|
|
7414
|
+
"metadataToken": 0,
|
|
7415
|
+
"canonicalSignature": "():System.Void",
|
|
7416
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
7417
|
+
"emitScope": "ClassSurface",
|
|
7418
|
+
"provenance": "Synthesized",
|
|
7419
|
+
"arity": 0,
|
|
7420
|
+
"parameterCount": 0,
|
|
7421
|
+
"isStatic": false,
|
|
7422
|
+
"isAbstract": false,
|
|
7423
|
+
"isVirtual": true,
|
|
7424
|
+
"isOverride": false,
|
|
7425
|
+
"isSealed": false,
|
|
7426
|
+
"visibility": "Public",
|
|
7427
|
+
"declaringClrType": "System.Reflection.Metadata.AssemblyFileHandleCollection\u002BEnumerator",
|
|
7428
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
7429
|
+
"isExtensionMethod": false
|
|
7410
7430
|
}
|
|
7411
7431
|
],
|
|
7412
7432
|
"properties": [
|
|
@@ -7822,7 +7842,7 @@
|
|
|
7822
7842
|
{
|
|
7823
7843
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
7824
7844
|
"clrName": "GetEnumerator",
|
|
7825
|
-
"metadataToken":
|
|
7845
|
+
"metadataToken": 100704565,
|
|
7826
7846
|
"canonicalSignature": "():IEnumerator_1",
|
|
7827
7847
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
7828
7848
|
"emitScope": "ViewOnly",
|
|
@@ -7843,7 +7863,7 @@
|
|
|
7843
7863
|
{
|
|
7844
7864
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
7845
7865
|
"clrName": "GetEnumerator",
|
|
7846
|
-
"metadataToken":
|
|
7866
|
+
"metadataToken": 100703850,
|
|
7847
7867
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
7848
7868
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
7849
7869
|
"emitScope": "ViewOnly",
|
|
@@ -7885,7 +7905,7 @@
|
|
|
7885
7905
|
{
|
|
7886
7906
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
7887
7907
|
"clrName": "Count",
|
|
7888
|
-
"metadataToken":
|
|
7908
|
+
"metadataToken": 385881430,
|
|
7889
7909
|
"canonicalSignature": ":System.Int32",
|
|
7890
7910
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7891
7911
|
"emitScope": "ViewOnly",
|
|
@@ -7959,6 +7979,26 @@
|
|
|
7959
7979
|
"declaringClrType": "System.Reflection.Metadata.AssemblyReferenceHandleCollection\u002BEnumerator",
|
|
7960
7980
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
7961
7981
|
"isExtensionMethod": false
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.AssemblyReferenceHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
7985
|
+
"clrName": "Reset",
|
|
7986
|
+
"metadataToken": 0,
|
|
7987
|
+
"canonicalSignature": "():System.Void",
|
|
7988
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
7989
|
+
"emitScope": "ClassSurface",
|
|
7990
|
+
"provenance": "Synthesized",
|
|
7991
|
+
"arity": 0,
|
|
7992
|
+
"parameterCount": 0,
|
|
7993
|
+
"isStatic": false,
|
|
7994
|
+
"isAbstract": false,
|
|
7995
|
+
"isVirtual": true,
|
|
7996
|
+
"isOverride": false,
|
|
7997
|
+
"isSealed": false,
|
|
7998
|
+
"visibility": "Public",
|
|
7999
|
+
"declaringClrType": "System.Reflection.Metadata.AssemblyReferenceHandleCollection\u002BEnumerator",
|
|
8000
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
8001
|
+
"isExtensionMethod": false
|
|
7962
8002
|
}
|
|
7963
8003
|
],
|
|
7964
8004
|
"properties": [
|
|
@@ -10771,7 +10811,7 @@
|
|
|
10771
10811
|
{
|
|
10772
10812
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
10773
10813
|
"clrName": "GetEnumerator",
|
|
10774
|
-
"metadataToken":
|
|
10814
|
+
"metadataToken": 100704565,
|
|
10775
10815
|
"canonicalSignature": "():IEnumerator_1",
|
|
10776
10816
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
10777
10817
|
"emitScope": "ViewOnly",
|
|
@@ -10792,7 +10832,7 @@
|
|
|
10792
10832
|
{
|
|
10793
10833
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
10794
10834
|
"clrName": "GetEnumerator",
|
|
10795
|
-
"metadataToken":
|
|
10835
|
+
"metadataToken": 100703850,
|
|
10796
10836
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
10797
10837
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
10798
10838
|
"emitScope": "ViewOnly",
|
|
@@ -10834,7 +10874,7 @@
|
|
|
10834
10874
|
{
|
|
10835
10875
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
10836
10876
|
"clrName": "Count",
|
|
10837
|
-
"metadataToken":
|
|
10877
|
+
"metadataToken": 385881430,
|
|
10838
10878
|
"canonicalSignature": ":System.Int32",
|
|
10839
10879
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10840
10880
|
"emitScope": "ViewOnly",
|
|
@@ -10908,6 +10948,26 @@
|
|
|
10908
10948
|
"declaringClrType": "System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator",
|
|
10909
10949
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
10910
10950
|
"isExtensionMethod": false
|
|
10951
|
+
},
|
|
10952
|
+
{
|
|
10953
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
10954
|
+
"clrName": "Reset",
|
|
10955
|
+
"metadataToken": 0,
|
|
10956
|
+
"canonicalSignature": "():System.Void",
|
|
10957
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
10958
|
+
"emitScope": "ClassSurface",
|
|
10959
|
+
"provenance": "Synthesized",
|
|
10960
|
+
"arity": 0,
|
|
10961
|
+
"parameterCount": 0,
|
|
10962
|
+
"isStatic": false,
|
|
10963
|
+
"isAbstract": false,
|
|
10964
|
+
"isVirtual": true,
|
|
10965
|
+
"isOverride": false,
|
|
10966
|
+
"isSealed": false,
|
|
10967
|
+
"visibility": "Public",
|
|
10968
|
+
"declaringClrType": "System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator",
|
|
10969
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
10970
|
+
"isExtensionMethod": false
|
|
10911
10971
|
}
|
|
10912
10972
|
],
|
|
10913
10973
|
"properties": [
|
|
@@ -11468,7 +11528,7 @@
|
|
|
11468
11528
|
{
|
|
11469
11529
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
11470
11530
|
"clrName": "GetEnumerator",
|
|
11471
|
-
"metadataToken":
|
|
11531
|
+
"metadataToken": 100704565,
|
|
11472
11532
|
"canonicalSignature": "():IEnumerator_1",
|
|
11473
11533
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
11474
11534
|
"emitScope": "ViewOnly",
|
|
@@ -11489,7 +11549,7 @@
|
|
|
11489
11549
|
{
|
|
11490
11550
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11491
11551
|
"clrName": "GetEnumerator",
|
|
11492
|
-
"metadataToken":
|
|
11552
|
+
"metadataToken": 100703850,
|
|
11493
11553
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11494
11554
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11495
11555
|
"emitScope": "ViewOnly",
|
|
@@ -11531,7 +11591,7 @@
|
|
|
11531
11591
|
{
|
|
11532
11592
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
11533
11593
|
"clrName": "Count",
|
|
11534
|
-
"metadataToken":
|
|
11594
|
+
"metadataToken": 385881430,
|
|
11535
11595
|
"canonicalSignature": ":System.Int32",
|
|
11536
11596
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11537
11597
|
"emitScope": "ViewOnly",
|
|
@@ -11605,6 +11665,26 @@
|
|
|
11605
11665
|
"declaringClrType": "System.Reflection.Metadata.CustomDebugInformationHandleCollection\u002BEnumerator",
|
|
11606
11666
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
11607
11667
|
"isExtensionMethod": false
|
|
11668
|
+
},
|
|
11669
|
+
{
|
|
11670
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.CustomDebugInformationHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
11671
|
+
"clrName": "Reset",
|
|
11672
|
+
"metadataToken": 0,
|
|
11673
|
+
"canonicalSignature": "():System.Void",
|
|
11674
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
11675
|
+
"emitScope": "ClassSurface",
|
|
11676
|
+
"provenance": "Synthesized",
|
|
11677
|
+
"arity": 0,
|
|
11678
|
+
"parameterCount": 0,
|
|
11679
|
+
"isStatic": false,
|
|
11680
|
+
"isAbstract": false,
|
|
11681
|
+
"isVirtual": true,
|
|
11682
|
+
"isOverride": false,
|
|
11683
|
+
"isSealed": false,
|
|
11684
|
+
"visibility": "Public",
|
|
11685
|
+
"declaringClrType": "System.Reflection.Metadata.CustomDebugInformationHandleCollection\u002BEnumerator",
|
|
11686
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
11687
|
+
"isExtensionMethod": false
|
|
11608
11688
|
}
|
|
11609
11689
|
],
|
|
11610
11690
|
"properties": [
|
|
@@ -11902,7 +11982,7 @@
|
|
|
11902
11982
|
{
|
|
11903
11983
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
11904
11984
|
"clrName": "GetEnumerator",
|
|
11905
|
-
"metadataToken":
|
|
11985
|
+
"metadataToken": 100704565,
|
|
11906
11986
|
"canonicalSignature": "():IEnumerator_1",
|
|
11907
11987
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
11908
11988
|
"emitScope": "ViewOnly",
|
|
@@ -11923,7 +12003,7 @@
|
|
|
11923
12003
|
{
|
|
11924
12004
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11925
12005
|
"clrName": "GetEnumerator",
|
|
11926
|
-
"metadataToken":
|
|
12006
|
+
"metadataToken": 100703850,
|
|
11927
12007
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11928
12008
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11929
12009
|
"emitScope": "ViewOnly",
|
|
@@ -11965,7 +12045,7 @@
|
|
|
11965
12045
|
{
|
|
11966
12046
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
11967
12047
|
"clrName": "Count",
|
|
11968
|
-
"metadataToken":
|
|
12048
|
+
"metadataToken": 385881430,
|
|
11969
12049
|
"canonicalSignature": ":System.Int32",
|
|
11970
12050
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11971
12051
|
"emitScope": "ViewOnly",
|
|
@@ -12039,6 +12119,26 @@
|
|
|
12039
12119
|
"declaringClrType": "System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection\u002BEnumerator",
|
|
12040
12120
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
12041
12121
|
"isExtensionMethod": false
|
|
12122
|
+
},
|
|
12123
|
+
{
|
|
12124
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
12125
|
+
"clrName": "Reset",
|
|
12126
|
+
"metadataToken": 0,
|
|
12127
|
+
"canonicalSignature": "():System.Void",
|
|
12128
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
12129
|
+
"emitScope": "ClassSurface",
|
|
12130
|
+
"provenance": "Synthesized",
|
|
12131
|
+
"arity": 0,
|
|
12132
|
+
"parameterCount": 0,
|
|
12133
|
+
"isStatic": false,
|
|
12134
|
+
"isAbstract": false,
|
|
12135
|
+
"isVirtual": true,
|
|
12136
|
+
"isOverride": false,
|
|
12137
|
+
"isSealed": false,
|
|
12138
|
+
"visibility": "Public",
|
|
12139
|
+
"declaringClrType": "System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection\u002BEnumerator",
|
|
12140
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
12141
|
+
"isExtensionMethod": false
|
|
12042
12142
|
}
|
|
12043
12143
|
],
|
|
12044
12144
|
"properties": [
|
|
@@ -12355,7 +12455,7 @@
|
|
|
12355
12455
|
{
|
|
12356
12456
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
12357
12457
|
"clrName": "GetEnumerator",
|
|
12358
|
-
"metadataToken":
|
|
12458
|
+
"metadataToken": 100704565,
|
|
12359
12459
|
"canonicalSignature": "():IEnumerator_1",
|
|
12360
12460
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
12361
12461
|
"emitScope": "ViewOnly",
|
|
@@ -12376,7 +12476,7 @@
|
|
|
12376
12476
|
{
|
|
12377
12477
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
12378
12478
|
"clrName": "GetEnumerator",
|
|
12379
|
-
"metadataToken":
|
|
12479
|
+
"metadataToken": 100703850,
|
|
12380
12480
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
12381
12481
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
12382
12482
|
"emitScope": "ViewOnly",
|
|
@@ -12418,7 +12518,7 @@
|
|
|
12418
12518
|
{
|
|
12419
12519
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
12420
12520
|
"clrName": "Count",
|
|
12421
|
-
"metadataToken":
|
|
12521
|
+
"metadataToken": 385881430,
|
|
12422
12522
|
"canonicalSignature": ":System.Int32",
|
|
12423
12523
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
12424
12524
|
"emitScope": "ViewOnly",
|
|
@@ -12492,6 +12592,26 @@
|
|
|
12492
12592
|
"declaringClrType": "System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator",
|
|
12493
12593
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
12494
12594
|
"isExtensionMethod": false
|
|
12595
|
+
},
|
|
12596
|
+
{
|
|
12597
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
12598
|
+
"clrName": "Reset",
|
|
12599
|
+
"metadataToken": 0,
|
|
12600
|
+
"canonicalSignature": "():System.Void",
|
|
12601
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
12602
|
+
"emitScope": "ClassSurface",
|
|
12603
|
+
"provenance": "Synthesized",
|
|
12604
|
+
"arity": 0,
|
|
12605
|
+
"parameterCount": 0,
|
|
12606
|
+
"isStatic": false,
|
|
12607
|
+
"isAbstract": false,
|
|
12608
|
+
"isVirtual": true,
|
|
12609
|
+
"isOverride": false,
|
|
12610
|
+
"isSealed": false,
|
|
12611
|
+
"visibility": "Public",
|
|
12612
|
+
"declaringClrType": "System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator",
|
|
12613
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
12614
|
+
"isExtensionMethod": false
|
|
12495
12615
|
}
|
|
12496
12616
|
],
|
|
12497
12617
|
"properties": [
|
|
@@ -13256,7 +13376,7 @@
|
|
|
13256
13376
|
{
|
|
13257
13377
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
13258
13378
|
"clrName": "GetEnumerator",
|
|
13259
|
-
"metadataToken":
|
|
13379
|
+
"metadataToken": 100704565,
|
|
13260
13380
|
"canonicalSignature": "():IEnumerator_1",
|
|
13261
13381
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
13262
13382
|
"emitScope": "ViewOnly",
|
|
@@ -13277,7 +13397,7 @@
|
|
|
13277
13397
|
{
|
|
13278
13398
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
13279
13399
|
"clrName": "GetEnumerator",
|
|
13280
|
-
"metadataToken":
|
|
13400
|
+
"metadataToken": 100703850,
|
|
13281
13401
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
13282
13402
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
13283
13403
|
"emitScope": "ViewOnly",
|
|
@@ -13319,7 +13439,7 @@
|
|
|
13319
13439
|
{
|
|
13320
13440
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
13321
13441
|
"clrName": "Count",
|
|
13322
|
-
"metadataToken":
|
|
13442
|
+
"metadataToken": 385881430,
|
|
13323
13443
|
"canonicalSignature": ":System.Int32",
|
|
13324
13444
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13325
13445
|
"emitScope": "ViewOnly",
|
|
@@ -13393,6 +13513,26 @@
|
|
|
13393
13513
|
"declaringClrType": "System.Reflection.Metadata.EventDefinitionHandleCollection\u002BEnumerator",
|
|
13394
13514
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
13395
13515
|
"isExtensionMethod": false
|
|
13516
|
+
},
|
|
13517
|
+
{
|
|
13518
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.EventDefinitionHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
13519
|
+
"clrName": "Reset",
|
|
13520
|
+
"metadataToken": 0,
|
|
13521
|
+
"canonicalSignature": "():System.Void",
|
|
13522
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
13523
|
+
"emitScope": "ClassSurface",
|
|
13524
|
+
"provenance": "Synthesized",
|
|
13525
|
+
"arity": 0,
|
|
13526
|
+
"parameterCount": 0,
|
|
13527
|
+
"isStatic": false,
|
|
13528
|
+
"isAbstract": false,
|
|
13529
|
+
"isVirtual": true,
|
|
13530
|
+
"isOverride": false,
|
|
13531
|
+
"isSealed": false,
|
|
13532
|
+
"visibility": "Public",
|
|
13533
|
+
"declaringClrType": "System.Reflection.Metadata.EventDefinitionHandleCollection\u002BEnumerator",
|
|
13534
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
13535
|
+
"isExtensionMethod": false
|
|
13396
13536
|
}
|
|
13397
13537
|
],
|
|
13398
13538
|
"properties": [
|
|
@@ -13923,7 +14063,7 @@
|
|
|
13923
14063
|
{
|
|
13924
14064
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
13925
14065
|
"clrName": "GetEnumerator",
|
|
13926
|
-
"metadataToken":
|
|
14066
|
+
"metadataToken": 100704565,
|
|
13927
14067
|
"canonicalSignature": "():IEnumerator_1",
|
|
13928
14068
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
13929
14069
|
"emitScope": "ViewOnly",
|
|
@@ -13944,7 +14084,7 @@
|
|
|
13944
14084
|
{
|
|
13945
14085
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
13946
14086
|
"clrName": "GetEnumerator",
|
|
13947
|
-
"metadataToken":
|
|
14087
|
+
"metadataToken": 100703850,
|
|
13948
14088
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
13949
14089
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
13950
14090
|
"emitScope": "ViewOnly",
|
|
@@ -13986,7 +14126,7 @@
|
|
|
13986
14126
|
{
|
|
13987
14127
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
13988
14128
|
"clrName": "Count",
|
|
13989
|
-
"metadataToken":
|
|
14129
|
+
"metadataToken": 385881430,
|
|
13990
14130
|
"canonicalSignature": ":System.Int32",
|
|
13991
14131
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13992
14132
|
"emitScope": "ViewOnly",
|
|
@@ -14060,6 +14200,26 @@
|
|
|
14060
14200
|
"declaringClrType": "System.Reflection.Metadata.ExportedTypeHandleCollection\u002BEnumerator",
|
|
14061
14201
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
14062
14202
|
"isExtensionMethod": false
|
|
14203
|
+
},
|
|
14204
|
+
{
|
|
14205
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.ExportedTypeHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
14206
|
+
"clrName": "Reset",
|
|
14207
|
+
"metadataToken": 0,
|
|
14208
|
+
"canonicalSignature": "():System.Void",
|
|
14209
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
14210
|
+
"emitScope": "ClassSurface",
|
|
14211
|
+
"provenance": "Synthesized",
|
|
14212
|
+
"arity": 0,
|
|
14213
|
+
"parameterCount": 0,
|
|
14214
|
+
"isStatic": false,
|
|
14215
|
+
"isAbstract": false,
|
|
14216
|
+
"isVirtual": true,
|
|
14217
|
+
"isOverride": false,
|
|
14218
|
+
"isSealed": false,
|
|
14219
|
+
"visibility": "Public",
|
|
14220
|
+
"declaringClrType": "System.Reflection.Metadata.ExportedTypeHandleCollection\u002BEnumerator",
|
|
14221
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
14222
|
+
"isExtensionMethod": false
|
|
14063
14223
|
}
|
|
14064
14224
|
],
|
|
14065
14225
|
"properties": [
|
|
@@ -14498,7 +14658,7 @@
|
|
|
14498
14658
|
{
|
|
14499
14659
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
14500
14660
|
"clrName": "GetEnumerator",
|
|
14501
|
-
"metadataToken":
|
|
14661
|
+
"metadataToken": 100704565,
|
|
14502
14662
|
"canonicalSignature": "():IEnumerator_1",
|
|
14503
14663
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
14504
14664
|
"emitScope": "ViewOnly",
|
|
@@ -14519,7 +14679,7 @@
|
|
|
14519
14679
|
{
|
|
14520
14680
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
14521
14681
|
"clrName": "GetEnumerator",
|
|
14522
|
-
"metadataToken":
|
|
14682
|
+
"metadataToken": 100703850,
|
|
14523
14683
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
14524
14684
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
14525
14685
|
"emitScope": "ViewOnly",
|
|
@@ -14561,7 +14721,7 @@
|
|
|
14561
14721
|
{
|
|
14562
14722
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
14563
14723
|
"clrName": "Count",
|
|
14564
|
-
"metadataToken":
|
|
14724
|
+
"metadataToken": 385881430,
|
|
14565
14725
|
"canonicalSignature": ":System.Int32",
|
|
14566
14726
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
14567
14727
|
"emitScope": "ViewOnly",
|
|
@@ -14635,6 +14795,26 @@
|
|
|
14635
14795
|
"declaringClrType": "System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator",
|
|
14636
14796
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
14637
14797
|
"isExtensionMethod": false
|
|
14798
|
+
},
|
|
14799
|
+
{
|
|
14800
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
14801
|
+
"clrName": "Reset",
|
|
14802
|
+
"metadataToken": 0,
|
|
14803
|
+
"canonicalSignature": "():System.Void",
|
|
14804
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
14805
|
+
"emitScope": "ClassSurface",
|
|
14806
|
+
"provenance": "Synthesized",
|
|
14807
|
+
"arity": 0,
|
|
14808
|
+
"parameterCount": 0,
|
|
14809
|
+
"isStatic": false,
|
|
14810
|
+
"isAbstract": false,
|
|
14811
|
+
"isVirtual": true,
|
|
14812
|
+
"isOverride": false,
|
|
14813
|
+
"isSealed": false,
|
|
14814
|
+
"visibility": "Public",
|
|
14815
|
+
"declaringClrType": "System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator",
|
|
14816
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
14817
|
+
"isExtensionMethod": false
|
|
14638
14818
|
}
|
|
14639
14819
|
],
|
|
14640
14820
|
"properties": [
|
|
@@ -15080,7 +15260,7 @@
|
|
|
15080
15260
|
{
|
|
15081
15261
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
15082
15262
|
"clrName": "GetEnumerator",
|
|
15083
|
-
"metadataToken":
|
|
15263
|
+
"metadataToken": 100704565,
|
|
15084
15264
|
"canonicalSignature": "():IEnumerator_1",
|
|
15085
15265
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
15086
15266
|
"emitScope": "ViewOnly",
|
|
@@ -15101,7 +15281,7 @@
|
|
|
15101
15281
|
{
|
|
15102
15282
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
15103
15283
|
"clrName": "GetEnumerator",
|
|
15104
|
-
"metadataToken":
|
|
15284
|
+
"metadataToken": 100703850,
|
|
15105
15285
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
15106
15286
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
15107
15287
|
"emitScope": "ViewOnly",
|
|
@@ -15162,7 +15342,7 @@
|
|
|
15162
15342
|
{
|
|
15163
15343
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
15164
15344
|
"clrName": "Count",
|
|
15165
|
-
"metadataToken":
|
|
15345
|
+
"metadataToken": 385881430,
|
|
15166
15346
|
"canonicalSignature": ":System.Int32",
|
|
15167
15347
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
15168
15348
|
"emitScope": "ViewOnly",
|
|
@@ -15236,6 +15416,26 @@
|
|
|
15236
15416
|
"declaringClrType": "System.Reflection.Metadata.GenericParameterConstraintHandleCollection\u002BEnumerator",
|
|
15237
15417
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
15238
15418
|
"isExtensionMethod": false
|
|
15419
|
+
},
|
|
15420
|
+
{
|
|
15421
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.GenericParameterConstraintHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
15422
|
+
"clrName": "Reset",
|
|
15423
|
+
"metadataToken": 0,
|
|
15424
|
+
"canonicalSignature": "():System.Void",
|
|
15425
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
15426
|
+
"emitScope": "ClassSurface",
|
|
15427
|
+
"provenance": "Synthesized",
|
|
15428
|
+
"arity": 0,
|
|
15429
|
+
"parameterCount": 0,
|
|
15430
|
+
"isStatic": false,
|
|
15431
|
+
"isAbstract": false,
|
|
15432
|
+
"isVirtual": true,
|
|
15433
|
+
"isOverride": false,
|
|
15434
|
+
"isSealed": false,
|
|
15435
|
+
"visibility": "Public",
|
|
15436
|
+
"declaringClrType": "System.Reflection.Metadata.GenericParameterConstraintHandleCollection\u002BEnumerator",
|
|
15437
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
15438
|
+
"isExtensionMethod": false
|
|
15239
15439
|
}
|
|
15240
15440
|
],
|
|
15241
15441
|
"properties": [
|
|
@@ -15461,7 +15661,7 @@
|
|
|
15461
15661
|
{
|
|
15462
15662
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
15463
15663
|
"clrName": "GetEnumerator",
|
|
15464
|
-
"metadataToken":
|
|
15664
|
+
"metadataToken": 100704565,
|
|
15465
15665
|
"canonicalSignature": "():IEnumerator_1",
|
|
15466
15666
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
15467
15667
|
"emitScope": "ViewOnly",
|
|
@@ -15482,7 +15682,7 @@
|
|
|
15482
15682
|
{
|
|
15483
15683
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
15484
15684
|
"clrName": "GetEnumerator",
|
|
15485
|
-
"metadataToken":
|
|
15685
|
+
"metadataToken": 100703850,
|
|
15486
15686
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
15487
15687
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
15488
15688
|
"emitScope": "ViewOnly",
|
|
@@ -15543,7 +15743,7 @@
|
|
|
15543
15743
|
{
|
|
15544
15744
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
15545
15745
|
"clrName": "Count",
|
|
15546
|
-
"metadataToken":
|
|
15746
|
+
"metadataToken": 385881430,
|
|
15547
15747
|
"canonicalSignature": ":System.Int32",
|
|
15548
15748
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
15549
15749
|
"emitScope": "ViewOnly",
|
|
@@ -15617,6 +15817,26 @@
|
|
|
15617
15817
|
"declaringClrType": "System.Reflection.Metadata.GenericParameterHandleCollection\u002BEnumerator",
|
|
15618
15818
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
15619
15819
|
"isExtensionMethod": false
|
|
15820
|
+
},
|
|
15821
|
+
{
|
|
15822
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.GenericParameterHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
15823
|
+
"clrName": "Reset",
|
|
15824
|
+
"metadataToken": 0,
|
|
15825
|
+
"canonicalSignature": "():System.Void",
|
|
15826
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
15827
|
+
"emitScope": "ClassSurface",
|
|
15828
|
+
"provenance": "Synthesized",
|
|
15829
|
+
"arity": 0,
|
|
15830
|
+
"parameterCount": 0,
|
|
15831
|
+
"isStatic": false,
|
|
15832
|
+
"isAbstract": false,
|
|
15833
|
+
"isVirtual": true,
|
|
15834
|
+
"isOverride": false,
|
|
15835
|
+
"isSealed": false,
|
|
15836
|
+
"visibility": "Public",
|
|
15837
|
+
"declaringClrType": "System.Reflection.Metadata.GenericParameterHandleCollection\u002BEnumerator",
|
|
15838
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
15839
|
+
"isExtensionMethod": false
|
|
15620
15840
|
}
|
|
15621
15841
|
],
|
|
15622
15842
|
"properties": [
|
|
@@ -16121,7 +16341,7 @@
|
|
|
16121
16341
|
{
|
|
16122
16342
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
16123
16343
|
"clrName": "GetEnumerator",
|
|
16124
|
-
"metadataToken":
|
|
16344
|
+
"metadataToken": 100704565,
|
|
16125
16345
|
"canonicalSignature": "():IEnumerator_1",
|
|
16126
16346
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
16127
16347
|
"emitScope": "ViewOnly",
|
|
@@ -16142,7 +16362,7 @@
|
|
|
16142
16362
|
{
|
|
16143
16363
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
16144
16364
|
"clrName": "GetEnumerator",
|
|
16145
|
-
"metadataToken":
|
|
16365
|
+
"metadataToken": 100703850,
|
|
16146
16366
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
16147
16367
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
16148
16368
|
"emitScope": "ViewOnly",
|
|
@@ -16405,7 +16625,7 @@
|
|
|
16405
16625
|
{
|
|
16406
16626
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
16407
16627
|
"clrName": "GetEnumerator",
|
|
16408
|
-
"metadataToken":
|
|
16628
|
+
"metadataToken": 100704565,
|
|
16409
16629
|
"canonicalSignature": "():IEnumerator_1",
|
|
16410
16630
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
16411
16631
|
"emitScope": "ViewOnly",
|
|
@@ -16426,7 +16646,7 @@
|
|
|
16426
16646
|
{
|
|
16427
16647
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
16428
16648
|
"clrName": "GetEnumerator",
|
|
16429
|
-
"metadataToken":
|
|
16649
|
+
"metadataToken": 100703850,
|
|
16430
16650
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
16431
16651
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
16432
16652
|
"emitScope": "ViewOnly",
|
|
@@ -16468,7 +16688,7 @@
|
|
|
16468
16688
|
{
|
|
16469
16689
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
16470
16690
|
"clrName": "Count",
|
|
16471
|
-
"metadataToken":
|
|
16691
|
+
"metadataToken": 385881430,
|
|
16472
16692
|
"canonicalSignature": ":System.Int32",
|
|
16473
16693
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
16474
16694
|
"emitScope": "ViewOnly",
|
|
@@ -16542,6 +16762,26 @@
|
|
|
16542
16762
|
"declaringClrType": "System.Reflection.Metadata.ImportScopeCollection\u002BEnumerator",
|
|
16543
16763
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
16544
16764
|
"isExtensionMethod": false
|
|
16765
|
+
},
|
|
16766
|
+
{
|
|
16767
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.ImportScopeCollection\u002BEnumerator::Reset():System.Void",
|
|
16768
|
+
"clrName": "Reset",
|
|
16769
|
+
"metadataToken": 0,
|
|
16770
|
+
"canonicalSignature": "():System.Void",
|
|
16771
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
16772
|
+
"emitScope": "ClassSurface",
|
|
16773
|
+
"provenance": "Synthesized",
|
|
16774
|
+
"arity": 0,
|
|
16775
|
+
"parameterCount": 0,
|
|
16776
|
+
"isStatic": false,
|
|
16777
|
+
"isAbstract": false,
|
|
16778
|
+
"isVirtual": true,
|
|
16779
|
+
"isOverride": false,
|
|
16780
|
+
"isSealed": false,
|
|
16781
|
+
"visibility": "Public",
|
|
16782
|
+
"declaringClrType": "System.Reflection.Metadata.ImportScopeCollection\u002BEnumerator",
|
|
16783
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
16784
|
+
"isExtensionMethod": false
|
|
16545
16785
|
}
|
|
16546
16786
|
],
|
|
16547
16787
|
"properties": [
|
|
@@ -16954,7 +17194,7 @@
|
|
|
16954
17194
|
{
|
|
16955
17195
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
16956
17196
|
"clrName": "GetEnumerator",
|
|
16957
|
-
"metadataToken":
|
|
17197
|
+
"metadataToken": 100704565,
|
|
16958
17198
|
"canonicalSignature": "():IEnumerator_1",
|
|
16959
17199
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
16960
17200
|
"emitScope": "ViewOnly",
|
|
@@ -16975,7 +17215,7 @@
|
|
|
16975
17215
|
{
|
|
16976
17216
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
16977
17217
|
"clrName": "GetEnumerator",
|
|
16978
|
-
"metadataToken":
|
|
17218
|
+
"metadataToken": 100703850,
|
|
16979
17219
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
16980
17220
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
16981
17221
|
"emitScope": "ViewOnly",
|
|
@@ -17017,7 +17257,7 @@
|
|
|
17017
17257
|
{
|
|
17018
17258
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
17019
17259
|
"clrName": "Count",
|
|
17020
|
-
"metadataToken":
|
|
17260
|
+
"metadataToken": 385881430,
|
|
17021
17261
|
"canonicalSignature": ":System.Int32",
|
|
17022
17262
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
17023
17263
|
"emitScope": "ViewOnly",
|
|
@@ -17091,6 +17331,26 @@
|
|
|
17091
17331
|
"declaringClrType": "System.Reflection.Metadata.InterfaceImplementationHandleCollection\u002BEnumerator",
|
|
17092
17332
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
17093
17333
|
"isExtensionMethod": false
|
|
17334
|
+
},
|
|
17335
|
+
{
|
|
17336
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.InterfaceImplementationHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
17337
|
+
"clrName": "Reset",
|
|
17338
|
+
"metadataToken": 0,
|
|
17339
|
+
"canonicalSignature": "():System.Void",
|
|
17340
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
17341
|
+
"emitScope": "ClassSurface",
|
|
17342
|
+
"provenance": "Synthesized",
|
|
17343
|
+
"arity": 0,
|
|
17344
|
+
"parameterCount": 0,
|
|
17345
|
+
"isStatic": false,
|
|
17346
|
+
"isAbstract": false,
|
|
17347
|
+
"isVirtual": true,
|
|
17348
|
+
"isOverride": false,
|
|
17349
|
+
"isSealed": false,
|
|
17350
|
+
"visibility": "Public",
|
|
17351
|
+
"declaringClrType": "System.Reflection.Metadata.InterfaceImplementationHandleCollection\u002BEnumerator",
|
|
17352
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
17353
|
+
"isExtensionMethod": false
|
|
17094
17354
|
}
|
|
17095
17355
|
],
|
|
17096
17356
|
"properties": [
|
|
@@ -17369,7 +17629,7 @@
|
|
|
17369
17629
|
{
|
|
17370
17630
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
17371
17631
|
"clrName": "GetEnumerator",
|
|
17372
|
-
"metadataToken":
|
|
17632
|
+
"metadataToken": 100704565,
|
|
17373
17633
|
"canonicalSignature": "():IEnumerator_1",
|
|
17374
17634
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
17375
17635
|
"emitScope": "ViewOnly",
|
|
@@ -17390,7 +17650,7 @@
|
|
|
17390
17650
|
{
|
|
17391
17651
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
17392
17652
|
"clrName": "GetEnumerator",
|
|
17393
|
-
"metadataToken":
|
|
17653
|
+
"metadataToken": 100703850,
|
|
17394
17654
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
17395
17655
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
17396
17656
|
"emitScope": "ViewOnly",
|
|
@@ -17432,7 +17692,7 @@
|
|
|
17432
17692
|
{
|
|
17433
17693
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
17434
17694
|
"clrName": "Count",
|
|
17435
|
-
"metadataToken":
|
|
17695
|
+
"metadataToken": 385881430,
|
|
17436
17696
|
"canonicalSignature": ":System.Int32",
|
|
17437
17697
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
17438
17698
|
"emitScope": "ViewOnly",
|
|
@@ -17506,6 +17766,26 @@
|
|
|
17506
17766
|
"declaringClrType": "System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator",
|
|
17507
17767
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
17508
17768
|
"isExtensionMethod": false
|
|
17769
|
+
},
|
|
17770
|
+
{
|
|
17771
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
17772
|
+
"clrName": "Reset",
|
|
17773
|
+
"metadataToken": 0,
|
|
17774
|
+
"canonicalSignature": "():System.Void",
|
|
17775
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
17776
|
+
"emitScope": "ClassSurface",
|
|
17777
|
+
"provenance": "Synthesized",
|
|
17778
|
+
"arity": 0,
|
|
17779
|
+
"parameterCount": 0,
|
|
17780
|
+
"isStatic": false,
|
|
17781
|
+
"isAbstract": false,
|
|
17782
|
+
"isVirtual": true,
|
|
17783
|
+
"isOverride": false,
|
|
17784
|
+
"isSealed": false,
|
|
17785
|
+
"visibility": "Public",
|
|
17786
|
+
"declaringClrType": "System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator",
|
|
17787
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
17788
|
+
"isExtensionMethod": false
|
|
17509
17789
|
}
|
|
17510
17790
|
],
|
|
17511
17791
|
"properties": [
|
|
@@ -17902,7 +18182,7 @@
|
|
|
17902
18182
|
{
|
|
17903
18183
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
17904
18184
|
"clrName": "GetEnumerator",
|
|
17905
|
-
"metadataToken":
|
|
18185
|
+
"metadataToken": 100704565,
|
|
17906
18186
|
"canonicalSignature": "():IEnumerator_1",
|
|
17907
18187
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
17908
18188
|
"emitScope": "ViewOnly",
|
|
@@ -17923,7 +18203,7 @@
|
|
|
17923
18203
|
{
|
|
17924
18204
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
17925
18205
|
"clrName": "GetEnumerator",
|
|
17926
|
-
"metadataToken":
|
|
18206
|
+
"metadataToken": 100703850,
|
|
17927
18207
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
17928
18208
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
17929
18209
|
"emitScope": "ViewOnly",
|
|
@@ -17965,7 +18245,7 @@
|
|
|
17965
18245
|
{
|
|
17966
18246
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
17967
18247
|
"clrName": "Count",
|
|
17968
|
-
"metadataToken":
|
|
18248
|
+
"metadataToken": 385881430,
|
|
17969
18249
|
"canonicalSignature": ":System.Int32",
|
|
17970
18250
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
17971
18251
|
"emitScope": "ViewOnly",
|
|
@@ -18039,6 +18319,26 @@
|
|
|
18039
18319
|
"declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BChildrenEnumerator",
|
|
18040
18320
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18041
18321
|
"isExtensionMethod": false
|
|
18322
|
+
},
|
|
18323
|
+
{
|
|
18324
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.LocalScopeHandleCollection\u002BChildrenEnumerator::Reset():System.Void",
|
|
18325
|
+
"clrName": "Reset",
|
|
18326
|
+
"metadataToken": 0,
|
|
18327
|
+
"canonicalSignature": "():System.Void",
|
|
18328
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
18329
|
+
"emitScope": "ClassSurface",
|
|
18330
|
+
"provenance": "Synthesized",
|
|
18331
|
+
"arity": 0,
|
|
18332
|
+
"parameterCount": 0,
|
|
18333
|
+
"isStatic": false,
|
|
18334
|
+
"isAbstract": false,
|
|
18335
|
+
"isVirtual": true,
|
|
18336
|
+
"isOverride": false,
|
|
18337
|
+
"isSealed": false,
|
|
18338
|
+
"visibility": "Public",
|
|
18339
|
+
"declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BChildrenEnumerator",
|
|
18340
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18341
|
+
"isExtensionMethod": false
|
|
18042
18342
|
}
|
|
18043
18343
|
],
|
|
18044
18344
|
"properties": [
|
|
@@ -18118,6 +18418,26 @@
|
|
|
18118
18418
|
"declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BEnumerator",
|
|
18119
18419
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18120
18420
|
"isExtensionMethod": false
|
|
18421
|
+
},
|
|
18422
|
+
{
|
|
18423
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.LocalScopeHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
18424
|
+
"clrName": "Reset",
|
|
18425
|
+
"metadataToken": 0,
|
|
18426
|
+
"canonicalSignature": "():System.Void",
|
|
18427
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
18428
|
+
"emitScope": "ClassSurface",
|
|
18429
|
+
"provenance": "Synthesized",
|
|
18430
|
+
"arity": 0,
|
|
18431
|
+
"parameterCount": 0,
|
|
18432
|
+
"isStatic": false,
|
|
18433
|
+
"isAbstract": false,
|
|
18434
|
+
"isVirtual": true,
|
|
18435
|
+
"isOverride": false,
|
|
18436
|
+
"isSealed": false,
|
|
18437
|
+
"visibility": "Public",
|
|
18438
|
+
"declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BEnumerator",
|
|
18439
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18440
|
+
"isExtensionMethod": false
|
|
18121
18441
|
}
|
|
18122
18442
|
],
|
|
18123
18443
|
"properties": [
|
|
@@ -18415,7 +18735,7 @@
|
|
|
18415
18735
|
{
|
|
18416
18736
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
18417
18737
|
"clrName": "GetEnumerator",
|
|
18418
|
-
"metadataToken":
|
|
18738
|
+
"metadataToken": 100704565,
|
|
18419
18739
|
"canonicalSignature": "():IEnumerator_1",
|
|
18420
18740
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
18421
18741
|
"emitScope": "ViewOnly",
|
|
@@ -18436,7 +18756,7 @@
|
|
|
18436
18756
|
{
|
|
18437
18757
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
18438
18758
|
"clrName": "GetEnumerator",
|
|
18439
|
-
"metadataToken":
|
|
18759
|
+
"metadataToken": 100703850,
|
|
18440
18760
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
18441
18761
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
18442
18762
|
"emitScope": "ViewOnly",
|
|
@@ -18478,7 +18798,7 @@
|
|
|
18478
18798
|
{
|
|
18479
18799
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
18480
18800
|
"clrName": "Count",
|
|
18481
|
-
"metadataToken":
|
|
18801
|
+
"metadataToken": 385881430,
|
|
18482
18802
|
"canonicalSignature": ":System.Int32",
|
|
18483
18803
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
18484
18804
|
"emitScope": "ViewOnly",
|
|
@@ -18552,6 +18872,26 @@
|
|
|
18552
18872
|
"declaringClrType": "System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator",
|
|
18553
18873
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18554
18874
|
"isExtensionMethod": false
|
|
18875
|
+
},
|
|
18876
|
+
{
|
|
18877
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
18878
|
+
"clrName": "Reset",
|
|
18879
|
+
"metadataToken": 0,
|
|
18880
|
+
"canonicalSignature": "():System.Void",
|
|
18881
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
18882
|
+
"emitScope": "ClassSurface",
|
|
18883
|
+
"provenance": "Synthesized",
|
|
18884
|
+
"arity": 0,
|
|
18885
|
+
"parameterCount": 0,
|
|
18886
|
+
"isStatic": false,
|
|
18887
|
+
"isAbstract": false,
|
|
18888
|
+
"isVirtual": true,
|
|
18889
|
+
"isOverride": false,
|
|
18890
|
+
"isSealed": false,
|
|
18891
|
+
"visibility": "Public",
|
|
18892
|
+
"declaringClrType": "System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator",
|
|
18893
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
18894
|
+
"isExtensionMethod": false
|
|
18555
18895
|
}
|
|
18556
18896
|
],
|
|
18557
18897
|
"properties": [
|
|
@@ -18889,7 +19229,7 @@
|
|
|
18889
19229
|
{
|
|
18890
19230
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
18891
19231
|
"clrName": "GetEnumerator",
|
|
18892
|
-
"metadataToken":
|
|
19232
|
+
"metadataToken": 100704565,
|
|
18893
19233
|
"canonicalSignature": "():IEnumerator_1",
|
|
18894
19234
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
18895
19235
|
"emitScope": "ViewOnly",
|
|
@@ -18910,7 +19250,7 @@
|
|
|
18910
19250
|
{
|
|
18911
19251
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
18912
19252
|
"clrName": "GetEnumerator",
|
|
18913
|
-
"metadataToken":
|
|
19253
|
+
"metadataToken": 100703850,
|
|
18914
19254
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
18915
19255
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
18916
19256
|
"emitScope": "ViewOnly",
|
|
@@ -18952,7 +19292,7 @@
|
|
|
18952
19292
|
{
|
|
18953
19293
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
18954
19294
|
"clrName": "Count",
|
|
18955
|
-
"metadataToken":
|
|
19295
|
+
"metadataToken": 385881430,
|
|
18956
19296
|
"canonicalSignature": ":System.Int32",
|
|
18957
19297
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
18958
19298
|
"emitScope": "ViewOnly",
|
|
@@ -19026,6 +19366,26 @@
|
|
|
19026
19366
|
"declaringClrType": "System.Reflection.Metadata.ManifestResourceHandleCollection\u002BEnumerator",
|
|
19027
19367
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
19028
19368
|
"isExtensionMethod": false
|
|
19369
|
+
},
|
|
19370
|
+
{
|
|
19371
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.ManifestResourceHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
19372
|
+
"clrName": "Reset",
|
|
19373
|
+
"metadataToken": 0,
|
|
19374
|
+
"canonicalSignature": "():System.Void",
|
|
19375
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
19376
|
+
"emitScope": "ClassSurface",
|
|
19377
|
+
"provenance": "Synthesized",
|
|
19378
|
+
"arity": 0,
|
|
19379
|
+
"parameterCount": 0,
|
|
19380
|
+
"isStatic": false,
|
|
19381
|
+
"isAbstract": false,
|
|
19382
|
+
"isVirtual": true,
|
|
19383
|
+
"isOverride": false,
|
|
19384
|
+
"isSealed": false,
|
|
19385
|
+
"visibility": "Public",
|
|
19386
|
+
"declaringClrType": "System.Reflection.Metadata.ManifestResourceHandleCollection\u002BEnumerator",
|
|
19387
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
19388
|
+
"isExtensionMethod": false
|
|
19029
19389
|
}
|
|
19030
19390
|
],
|
|
19031
19391
|
"properties": [
|
|
@@ -19404,7 +19764,7 @@
|
|
|
19404
19764
|
{
|
|
19405
19765
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
19406
19766
|
"clrName": "GetEnumerator",
|
|
19407
|
-
"metadataToken":
|
|
19767
|
+
"metadataToken": 100704565,
|
|
19408
19768
|
"canonicalSignature": "():IEnumerator_1",
|
|
19409
19769
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
19410
19770
|
"emitScope": "ViewOnly",
|
|
@@ -19425,7 +19785,7 @@
|
|
|
19425
19785
|
{
|
|
19426
19786
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
19427
19787
|
"clrName": "GetEnumerator",
|
|
19428
|
-
"metadataToken":
|
|
19788
|
+
"metadataToken": 100703850,
|
|
19429
19789
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
19430
19790
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
19431
19791
|
"emitScope": "ViewOnly",
|
|
@@ -19467,7 +19827,7 @@
|
|
|
19467
19827
|
{
|
|
19468
19828
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
19469
19829
|
"clrName": "Count",
|
|
19470
|
-
"metadataToken":
|
|
19830
|
+
"metadataToken": 385881430,
|
|
19471
19831
|
"canonicalSignature": ":System.Int32",
|
|
19472
19832
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
19473
19833
|
"emitScope": "ViewOnly",
|
|
@@ -19541,6 +19901,26 @@
|
|
|
19541
19901
|
"declaringClrType": "System.Reflection.Metadata.MemberReferenceHandleCollection\u002BEnumerator",
|
|
19542
19902
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
19543
19903
|
"isExtensionMethod": false
|
|
19904
|
+
},
|
|
19905
|
+
{
|
|
19906
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.MemberReferenceHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
19907
|
+
"clrName": "Reset",
|
|
19908
|
+
"metadataToken": 0,
|
|
19909
|
+
"canonicalSignature": "():System.Void",
|
|
19910
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
19911
|
+
"emitScope": "ClassSurface",
|
|
19912
|
+
"provenance": "Synthesized",
|
|
19913
|
+
"arity": 0,
|
|
19914
|
+
"parameterCount": 0,
|
|
19915
|
+
"isStatic": false,
|
|
19916
|
+
"isAbstract": false,
|
|
19917
|
+
"isVirtual": true,
|
|
19918
|
+
"isOverride": false,
|
|
19919
|
+
"isSealed": false,
|
|
19920
|
+
"visibility": "Public",
|
|
19921
|
+
"declaringClrType": "System.Reflection.Metadata.MemberReferenceHandleCollection\u002BEnumerator",
|
|
19922
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
19923
|
+
"isExtensionMethod": false
|
|
19544
19924
|
}
|
|
19545
19925
|
],
|
|
19546
19926
|
"properties": [
|
|
@@ -20081,7 +20461,7 @@
|
|
|
20081
20461
|
{
|
|
20082
20462
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
20083
20463
|
"clrName": "GetEnumerator",
|
|
20084
|
-
"metadataToken":
|
|
20464
|
+
"metadataToken": 100704565,
|
|
20085
20465
|
"canonicalSignature": "():IEnumerator_1",
|
|
20086
20466
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
20087
20467
|
"emitScope": "ViewOnly",
|
|
@@ -20102,7 +20482,7 @@
|
|
|
20102
20482
|
{
|
|
20103
20483
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
20104
20484
|
"clrName": "GetEnumerator",
|
|
20105
|
-
"metadataToken":
|
|
20485
|
+
"metadataToken": 100703850,
|
|
20106
20486
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
20107
20487
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
20108
20488
|
"emitScope": "ViewOnly",
|
|
@@ -20144,7 +20524,7 @@
|
|
|
20144
20524
|
{
|
|
20145
20525
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
20146
20526
|
"clrName": "Count",
|
|
20147
|
-
"metadataToken":
|
|
20527
|
+
"metadataToken": 385881430,
|
|
20148
20528
|
"canonicalSignature": ":System.Int32",
|
|
20149
20529
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
20150
20530
|
"emitScope": "ViewOnly",
|
|
@@ -20218,6 +20598,26 @@
|
|
|
20218
20598
|
"declaringClrType": "System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator",
|
|
20219
20599
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
20220
20600
|
"isExtensionMethod": false
|
|
20601
|
+
},
|
|
20602
|
+
{
|
|
20603
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
20604
|
+
"clrName": "Reset",
|
|
20605
|
+
"metadataToken": 0,
|
|
20606
|
+
"canonicalSignature": "():System.Void",
|
|
20607
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
20608
|
+
"emitScope": "ClassSurface",
|
|
20609
|
+
"provenance": "Synthesized",
|
|
20610
|
+
"arity": 0,
|
|
20611
|
+
"parameterCount": 0,
|
|
20612
|
+
"isStatic": false,
|
|
20613
|
+
"isAbstract": false,
|
|
20614
|
+
"isVirtual": true,
|
|
20615
|
+
"isOverride": false,
|
|
20616
|
+
"isSealed": false,
|
|
20617
|
+
"visibility": "Public",
|
|
20618
|
+
"declaringClrType": "System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator",
|
|
20619
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
20620
|
+
"isExtensionMethod": false
|
|
20221
20621
|
}
|
|
20222
20622
|
],
|
|
20223
20623
|
"properties": [
|
|
@@ -20714,7 +21114,7 @@
|
|
|
20714
21114
|
{
|
|
20715
21115
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
20716
21116
|
"clrName": "GetEnumerator",
|
|
20717
|
-
"metadataToken":
|
|
21117
|
+
"metadataToken": 100704565,
|
|
20718
21118
|
"canonicalSignature": "():IEnumerator_1",
|
|
20719
21119
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
20720
21120
|
"emitScope": "ViewOnly",
|
|
@@ -20735,7 +21135,7 @@
|
|
|
20735
21135
|
{
|
|
20736
21136
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
20737
21137
|
"clrName": "GetEnumerator",
|
|
20738
|
-
"metadataToken":
|
|
21138
|
+
"metadataToken": 100703850,
|
|
20739
21139
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
20740
21140
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
20741
21141
|
"emitScope": "ViewOnly",
|
|
@@ -20777,7 +21177,7 @@
|
|
|
20777
21177
|
{
|
|
20778
21178
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
20779
21179
|
"clrName": "Count",
|
|
20780
|
-
"metadataToken":
|
|
21180
|
+
"metadataToken": 385881430,
|
|
20781
21181
|
"canonicalSignature": ":System.Int32",
|
|
20782
21182
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
20783
21183
|
"emitScope": "ViewOnly",
|
|
@@ -20851,6 +21251,26 @@
|
|
|
20851
21251
|
"declaringClrType": "System.Reflection.Metadata.MethodDefinitionHandleCollection\u002BEnumerator",
|
|
20852
21252
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
20853
21253
|
"isExtensionMethod": false
|
|
21254
|
+
},
|
|
21255
|
+
{
|
|
21256
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.MethodDefinitionHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
21257
|
+
"clrName": "Reset",
|
|
21258
|
+
"metadataToken": 0,
|
|
21259
|
+
"canonicalSignature": "():System.Void",
|
|
21260
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
21261
|
+
"emitScope": "ClassSurface",
|
|
21262
|
+
"provenance": "Synthesized",
|
|
21263
|
+
"arity": 0,
|
|
21264
|
+
"parameterCount": 0,
|
|
21265
|
+
"isStatic": false,
|
|
21266
|
+
"isAbstract": false,
|
|
21267
|
+
"isVirtual": true,
|
|
21268
|
+
"isOverride": false,
|
|
21269
|
+
"isSealed": false,
|
|
21270
|
+
"visibility": "Public",
|
|
21271
|
+
"declaringClrType": "System.Reflection.Metadata.MethodDefinitionHandleCollection\u002BEnumerator",
|
|
21272
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
21273
|
+
"isExtensionMethod": false
|
|
20854
21274
|
}
|
|
20855
21275
|
],
|
|
20856
21276
|
"properties": [
|
|
@@ -21169,7 +21589,7 @@
|
|
|
21169
21589
|
{
|
|
21170
21590
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
21171
21591
|
"clrName": "GetEnumerator",
|
|
21172
|
-
"metadataToken":
|
|
21592
|
+
"metadataToken": 100704565,
|
|
21173
21593
|
"canonicalSignature": "():IEnumerator_1",
|
|
21174
21594
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
21175
21595
|
"emitScope": "ViewOnly",
|
|
@@ -21190,7 +21610,7 @@
|
|
|
21190
21610
|
{
|
|
21191
21611
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
21192
21612
|
"clrName": "GetEnumerator",
|
|
21193
|
-
"metadataToken":
|
|
21613
|
+
"metadataToken": 100703850,
|
|
21194
21614
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
21195
21615
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
21196
21616
|
"emitScope": "ViewOnly",
|
|
@@ -21232,7 +21652,7 @@
|
|
|
21232
21652
|
{
|
|
21233
21653
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
21234
21654
|
"clrName": "Count",
|
|
21235
|
-
"metadataToken":
|
|
21655
|
+
"metadataToken": 385881430,
|
|
21236
21656
|
"canonicalSignature": ":System.Int32",
|
|
21237
21657
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
21238
21658
|
"emitScope": "ViewOnly",
|
|
@@ -21306,6 +21726,26 @@
|
|
|
21306
21726
|
"declaringClrType": "System.Reflection.Metadata.MethodImplementationHandleCollection\u002BEnumerator",
|
|
21307
21727
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
21308
21728
|
"isExtensionMethod": false
|
|
21729
|
+
},
|
|
21730
|
+
{
|
|
21731
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.MethodImplementationHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
21732
|
+
"clrName": "Reset",
|
|
21733
|
+
"metadataToken": 0,
|
|
21734
|
+
"canonicalSignature": "():System.Void",
|
|
21735
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
21736
|
+
"emitScope": "ClassSurface",
|
|
21737
|
+
"provenance": "Synthesized",
|
|
21738
|
+
"arity": 0,
|
|
21739
|
+
"parameterCount": 0,
|
|
21740
|
+
"isStatic": false,
|
|
21741
|
+
"isAbstract": false,
|
|
21742
|
+
"isVirtual": true,
|
|
21743
|
+
"isOverride": false,
|
|
21744
|
+
"isSealed": false,
|
|
21745
|
+
"visibility": "Public",
|
|
21746
|
+
"declaringClrType": "System.Reflection.Metadata.MethodImplementationHandleCollection\u002BEnumerator",
|
|
21747
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
21748
|
+
"isExtensionMethod": false
|
|
21309
21749
|
}
|
|
21310
21750
|
],
|
|
21311
21751
|
"properties": [
|
|
@@ -22821,7 +23261,7 @@
|
|
|
22821
23261
|
{
|
|
22822
23262
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
22823
23263
|
"clrName": "GetEnumerator",
|
|
22824
|
-
"metadataToken":
|
|
23264
|
+
"metadataToken": 100704565,
|
|
22825
23265
|
"canonicalSignature": "():IEnumerator_1",
|
|
22826
23266
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
22827
23267
|
"emitScope": "ViewOnly",
|
|
@@ -22842,7 +23282,7 @@
|
|
|
22842
23282
|
{
|
|
22843
23283
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
22844
23284
|
"clrName": "GetEnumerator",
|
|
22845
|
-
"metadataToken":
|
|
23285
|
+
"metadataToken": 100703850,
|
|
22846
23286
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
22847
23287
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
22848
23288
|
"emitScope": "ViewOnly",
|
|
@@ -22884,7 +23324,7 @@
|
|
|
22884
23324
|
{
|
|
22885
23325
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
22886
23326
|
"clrName": "Count",
|
|
22887
|
-
"metadataToken":
|
|
23327
|
+
"metadataToken": 385881430,
|
|
22888
23328
|
"canonicalSignature": ":System.Int32",
|
|
22889
23329
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
22890
23330
|
"emitScope": "ViewOnly",
|
|
@@ -22958,6 +23398,26 @@
|
|
|
22958
23398
|
"declaringClrType": "System.Reflection.Metadata.ParameterHandleCollection\u002BEnumerator",
|
|
22959
23399
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
22960
23400
|
"isExtensionMethod": false
|
|
23401
|
+
},
|
|
23402
|
+
{
|
|
23403
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.ParameterHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
23404
|
+
"clrName": "Reset",
|
|
23405
|
+
"metadataToken": 0,
|
|
23406
|
+
"canonicalSignature": "():System.Void",
|
|
23407
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
23408
|
+
"emitScope": "ClassSurface",
|
|
23409
|
+
"provenance": "Synthesized",
|
|
23410
|
+
"arity": 0,
|
|
23411
|
+
"parameterCount": 0,
|
|
23412
|
+
"isStatic": false,
|
|
23413
|
+
"isAbstract": false,
|
|
23414
|
+
"isVirtual": true,
|
|
23415
|
+
"isOverride": false,
|
|
23416
|
+
"isSealed": false,
|
|
23417
|
+
"visibility": "Public",
|
|
23418
|
+
"declaringClrType": "System.Reflection.Metadata.ParameterHandleCollection\u002BEnumerator",
|
|
23419
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
23420
|
+
"isExtensionMethod": false
|
|
22961
23421
|
}
|
|
22962
23422
|
],
|
|
22963
23423
|
"properties": [
|
|
@@ -23435,7 +23895,7 @@
|
|
|
23435
23895
|
{
|
|
23436
23896
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
23437
23897
|
"clrName": "GetEnumerator",
|
|
23438
|
-
"metadataToken":
|
|
23898
|
+
"metadataToken": 100704565,
|
|
23439
23899
|
"canonicalSignature": "():IEnumerator_1",
|
|
23440
23900
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
23441
23901
|
"emitScope": "ViewOnly",
|
|
@@ -23456,7 +23916,7 @@
|
|
|
23456
23916
|
{
|
|
23457
23917
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
23458
23918
|
"clrName": "GetEnumerator",
|
|
23459
|
-
"metadataToken":
|
|
23919
|
+
"metadataToken": 100703850,
|
|
23460
23920
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
23461
23921
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
23462
23922
|
"emitScope": "ViewOnly",
|
|
@@ -23498,7 +23958,7 @@
|
|
|
23498
23958
|
{
|
|
23499
23959
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
23500
23960
|
"clrName": "Count",
|
|
23501
|
-
"metadataToken":
|
|
23961
|
+
"metadataToken": 385881430,
|
|
23502
23962
|
"canonicalSignature": ":System.Int32",
|
|
23503
23963
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
23504
23964
|
"emitScope": "ViewOnly",
|
|
@@ -23572,6 +24032,26 @@
|
|
|
23572
24032
|
"declaringClrType": "System.Reflection.Metadata.PropertyDefinitionHandleCollection\u002BEnumerator",
|
|
23573
24033
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
23574
24034
|
"isExtensionMethod": false
|
|
24035
|
+
},
|
|
24036
|
+
{
|
|
24037
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.PropertyDefinitionHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
24038
|
+
"clrName": "Reset",
|
|
24039
|
+
"metadataToken": 0,
|
|
24040
|
+
"canonicalSignature": "():System.Void",
|
|
24041
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
24042
|
+
"emitScope": "ClassSurface",
|
|
24043
|
+
"provenance": "Synthesized",
|
|
24044
|
+
"arity": 0,
|
|
24045
|
+
"parameterCount": 0,
|
|
24046
|
+
"isStatic": false,
|
|
24047
|
+
"isAbstract": false,
|
|
24048
|
+
"isVirtual": true,
|
|
24049
|
+
"isOverride": false,
|
|
24050
|
+
"isSealed": false,
|
|
24051
|
+
"visibility": "Public",
|
|
24052
|
+
"declaringClrType": "System.Reflection.Metadata.PropertyDefinitionHandleCollection\u002BEnumerator",
|
|
24053
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
24054
|
+
"isExtensionMethod": false
|
|
23575
24055
|
}
|
|
23576
24056
|
],
|
|
23577
24057
|
"properties": [
|
|
@@ -23994,7 +24474,7 @@
|
|
|
23994
24474
|
{
|
|
23995
24475
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
23996
24476
|
"clrName": "GetEnumerator",
|
|
23997
|
-
"metadataToken":
|
|
24477
|
+
"metadataToken": 100704565,
|
|
23998
24478
|
"canonicalSignature": "():IEnumerator_1",
|
|
23999
24479
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
24000
24480
|
"emitScope": "ViewOnly",
|
|
@@ -24015,7 +24495,7 @@
|
|
|
24015
24495
|
{
|
|
24016
24496
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
24017
24497
|
"clrName": "GetEnumerator",
|
|
24018
|
-
"metadataToken":
|
|
24498
|
+
"metadataToken": 100703850,
|
|
24019
24499
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
24020
24500
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
24021
24501
|
"emitScope": "ViewOnly",
|
|
@@ -25394,7 +25874,7 @@
|
|
|
25394
25874
|
{
|
|
25395
25875
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
25396
25876
|
"clrName": "GetEnumerator",
|
|
25397
|
-
"metadataToken":
|
|
25877
|
+
"metadataToken": 100704565,
|
|
25398
25878
|
"canonicalSignature": "():IEnumerator_1",
|
|
25399
25879
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
25400
25880
|
"emitScope": "ViewOnly",
|
|
@@ -25415,7 +25895,7 @@
|
|
|
25415
25895
|
{
|
|
25416
25896
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
25417
25897
|
"clrName": "GetEnumerator",
|
|
25418
|
-
"metadataToken":
|
|
25898
|
+
"metadataToken": 100703850,
|
|
25419
25899
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
25420
25900
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
25421
25901
|
"emitScope": "ViewOnly",
|
|
@@ -25457,7 +25937,7 @@
|
|
|
25457
25937
|
{
|
|
25458
25938
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
25459
25939
|
"clrName": "Count",
|
|
25460
|
-
"metadataToken":
|
|
25940
|
+
"metadataToken": 385881430,
|
|
25461
25941
|
"canonicalSignature": ":System.Int32",
|
|
25462
25942
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
25463
25943
|
"emitScope": "ViewOnly",
|
|
@@ -25531,6 +26011,26 @@
|
|
|
25531
26011
|
"declaringClrType": "System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator",
|
|
25532
26012
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
25533
26013
|
"isExtensionMethod": false
|
|
26014
|
+
},
|
|
26015
|
+
{
|
|
26016
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
26017
|
+
"clrName": "Reset",
|
|
26018
|
+
"metadataToken": 0,
|
|
26019
|
+
"canonicalSignature": "():System.Void",
|
|
26020
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
26021
|
+
"emitScope": "ClassSurface",
|
|
26022
|
+
"provenance": "Synthesized",
|
|
26023
|
+
"arity": 0,
|
|
26024
|
+
"parameterCount": 0,
|
|
26025
|
+
"isStatic": false,
|
|
26026
|
+
"isAbstract": false,
|
|
26027
|
+
"isVirtual": true,
|
|
26028
|
+
"isOverride": false,
|
|
26029
|
+
"isSealed": false,
|
|
26030
|
+
"visibility": "Public",
|
|
26031
|
+
"declaringClrType": "System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator",
|
|
26032
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
26033
|
+
"isExtensionMethod": false
|
|
25534
26034
|
}
|
|
25535
26035
|
],
|
|
25536
26036
|
"properties": [
|
|
@@ -25919,7 +26419,7 @@
|
|
|
25919
26419
|
{
|
|
25920
26420
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
25921
26421
|
"clrName": "GetEnumerator",
|
|
25922
|
-
"metadataToken":
|
|
26422
|
+
"metadataToken": 100704565,
|
|
25923
26423
|
"canonicalSignature": "():IEnumerator_1",
|
|
25924
26424
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
25925
26425
|
"emitScope": "ViewOnly",
|
|
@@ -25940,7 +26440,7 @@
|
|
|
25940
26440
|
{
|
|
25941
26441
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
25942
26442
|
"clrName": "GetEnumerator",
|
|
25943
|
-
"metadataToken":
|
|
26443
|
+
"metadataToken": 100703850,
|
|
25944
26444
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
25945
26445
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
25946
26446
|
"emitScope": "ViewOnly",
|
|
@@ -25982,7 +26482,7 @@
|
|
|
25982
26482
|
{
|
|
25983
26483
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
25984
26484
|
"clrName": "Count",
|
|
25985
|
-
"metadataToken":
|
|
26485
|
+
"metadataToken": 385881430,
|
|
25986
26486
|
"canonicalSignature": ":System.Int32",
|
|
25987
26487
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
25988
26488
|
"emitScope": "ViewOnly",
|
|
@@ -26056,6 +26556,26 @@
|
|
|
26056
26556
|
"declaringClrType": "System.Reflection.Metadata.TypeReferenceHandleCollection\u002BEnumerator",
|
|
26057
26557
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
26058
26558
|
"isExtensionMethod": false
|
|
26559
|
+
},
|
|
26560
|
+
{
|
|
26561
|
+
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeReferenceHandleCollection\u002BEnumerator::Reset():System.Void",
|
|
26562
|
+
"clrName": "Reset",
|
|
26563
|
+
"metadataToken": 0,
|
|
26564
|
+
"canonicalSignature": "():System.Void",
|
|
26565
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
26566
|
+
"emitScope": "ClassSurface",
|
|
26567
|
+
"provenance": "Synthesized",
|
|
26568
|
+
"arity": 0,
|
|
26569
|
+
"parameterCount": 0,
|
|
26570
|
+
"isStatic": false,
|
|
26571
|
+
"isAbstract": false,
|
|
26572
|
+
"isVirtual": true,
|
|
26573
|
+
"isOverride": false,
|
|
26574
|
+
"isSealed": false,
|
|
26575
|
+
"visibility": "Public",
|
|
26576
|
+
"declaringClrType": "System.Reflection.Metadata.TypeReferenceHandleCollection\u002BEnumerator",
|
|
26577
|
+
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
26578
|
+
"isExtensionMethod": false
|
|
26059
26579
|
}
|
|
26060
26580
|
],
|
|
26061
26581
|
"properties": [
|
|
@@ -28160,7 +28680,7 @@
|
|
|
28160
28680
|
{
|
|
28161
28681
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean",
|
|
28162
28682
|
"clrName": "Equals",
|
|
28163
|
-
"metadataToken":
|
|
28683
|
+
"metadataToken": 100704567,
|
|
28164
28684
|
"canonicalSignature": "(T,T):System.Boolean",
|
|
28165
28685
|
"normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
|
|
28166
28686
|
"emitScope": "ViewOnly",
|
|
@@ -28181,7 +28701,7 @@
|
|
|
28181
28701
|
{
|
|
28182
28702
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32",
|
|
28183
28703
|
"clrName": "GetHashCode",
|
|
28184
|
-
"metadataToken":
|
|
28704
|
+
"metadataToken": 100704568,
|
|
28185
28705
|
"canonicalSignature": "(T):System.Int32",
|
|
28186
28706
|
"normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
|
|
28187
28707
|
"emitScope": "ViewOnly",
|
|
@@ -28202,7 +28722,7 @@
|
|
|
28202
28722
|
{
|
|
28203
28723
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601::Compare(T,T):System.Int32",
|
|
28204
28724
|
"clrName": "Compare",
|
|
28205
|
-
"metadataToken":
|
|
28725
|
+
"metadataToken": 100704550,
|
|
28206
28726
|
"canonicalSignature": "(T,T):System.Int32",
|
|
28207
28727
|
"normalizedSignature": "Compare|(T,T):System.Int32|static=false",
|
|
28208
28728
|
"emitScope": "ViewOnly",
|
|
@@ -30250,7 +30770,7 @@
|
|
|
30250
30770
|
{
|
|
30251
30771
|
"stableId": "System.Private.CoreLib:System.Reflection.Metadata.MetadataUpdateHandlerAttribute::HandlerType:System.Type",
|
|
30252
30772
|
"clrName": "HandlerType",
|
|
30253
|
-
"metadataToken":
|
|
30773
|
+
"metadataToken": 385880367,
|
|
30254
30774
|
"canonicalSignature": ":System.Type",
|
|
30255
30775
|
"normalizedSignature": "HandlerType|:System.Type|static=false|accessor=get",
|
|
30256
30776
|
"emitScope": "ClassSurface",
|
|
@@ -30272,7 +30792,7 @@
|
|
|
30272
30792
|
"constructors": [
|
|
30273
30793
|
{
|
|
30274
30794
|
"stableId": "System.Private.CoreLib:System.Reflection.Metadata.MetadataUpdateHandlerAttribute::.ctor(System.Type):void",
|
|
30275
|
-
"metadataToken":
|
|
30795
|
+
"metadataToken": 100698242,
|
|
30276
30796
|
"canonicalSignature": "(System.Type):void",
|
|
30277
30797
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
30278
30798
|
"isStatic": false,
|
|
@@ -31128,7 +31648,7 @@
|
|
|
31128
31648
|
{
|
|
31129
31649
|
"stableId": "System.Private.CoreLib:System.Reflection.Metadata.AssemblyExtensions::TryGetRawMetadata(System.Reflection.Assembly,System.Byte*\u0026,System.Int32\u0026):System.Boolean",
|
|
31130
31650
|
"clrName": "TryGetRawMetadata",
|
|
31131
|
-
"metadataToken":
|
|
31651
|
+
"metadataToken": 100698223,
|
|
31132
31652
|
"canonicalSignature": "(System.Reflection.Assembly,System.Byte*\u0026,System.Int32\u0026):System.Boolean",
|
|
31133
31653
|
"normalizedSignature": "TryGetRawMetadata|(System.Reflection.Assembly,System.Byte*\u0026,System.Int32\u0026):System.Boolean|static=true",
|
|
31134
31654
|
"emitScope": "ClassSurface",
|
|
@@ -31282,7 +31802,7 @@
|
|
|
31282
31802
|
{
|
|
31283
31803
|
"stableId": "System.Private.CoreLib:System.Reflection.Metadata.MetadataUpdater::ApplyUpdate(System.Reflection.Assembly,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
31284
31804
|
"clrName": "ApplyUpdate",
|
|
31285
|
-
"metadataToken":
|
|
31805
|
+
"metadataToken": 100698227,
|
|
31286
31806
|
"canonicalSignature": "(System.Reflection.Assembly,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
31287
31807
|
"normalizedSignature": "ApplyUpdate|(System.Reflection.Assembly,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
|
|
31288
31808
|
"emitScope": "ClassSurface",
|
|
@@ -31304,7 +31824,7 @@
|
|
|
31304
31824
|
{
|
|
31305
31825
|
"stableId": "System.Private.CoreLib:System.Reflection.Metadata.MetadataUpdater::IsSupported:System.Boolean",
|
|
31306
31826
|
"clrName": "IsSupported",
|
|
31307
|
-
"metadataToken":
|
|
31827
|
+
"metadataToken": 385880364,
|
|
31308
31828
|
"canonicalSignature": ":System.Boolean",
|
|
31309
31829
|
"normalizedSignature": "IsSupported|:System.Boolean|static=true|accessor=get",
|
|
31310
31830
|
"emitScope": "ClassSurface",
|