@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
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
{
|
|
178
178
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
179
179
|
"clrName": "ContainsKey",
|
|
180
|
-
"metadataToken":
|
|
180
|
+
"metadataToken": 100704577,
|
|
181
181
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
182
182
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
183
183
|
"emitScope": "ClassSurface",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
{
|
|
198
198
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
199
199
|
"clrName": "TryGetValue",
|
|
200
|
-
"metadataToken":
|
|
200
|
+
"metadataToken": 100704578,
|
|
201
201
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
202
202
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
203
203
|
"emitScope": "ClassSurface",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
{
|
|
224
224
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
225
225
|
"clrName": "GetEnumerator",
|
|
226
|
-
"metadataToken":
|
|
226
|
+
"metadataToken": 100704565,
|
|
227
227
|
"canonicalSignature": "():IEnumerator_1",
|
|
228
228
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
229
229
|
"emitScope": "ClassSurface",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
{
|
|
244
244
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
245
245
|
"clrName": "GetEnumerator",
|
|
246
|
-
"metadataToken":
|
|
246
|
+
"metadataToken": 100703850,
|
|
247
247
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
248
248
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
249
249
|
"emitScope": "ClassSurface",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
{
|
|
266
266
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Item[TKey]:TValue",
|
|
267
267
|
"clrName": "Item",
|
|
268
|
-
"metadataToken":
|
|
268
|
+
"metadataToken": 385881431,
|
|
269
269
|
"canonicalSignature": "[TKey]:TValue",
|
|
270
270
|
"normalizedSignature": "Item|[TKey]:TValue|static=false|accessor=get",
|
|
271
271
|
"emitScope": "ClassSurface",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
{
|
|
285
285
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
286
286
|
"clrName": "Keys",
|
|
287
|
-
"metadataToken":
|
|
287
|
+
"metadataToken": 385881432,
|
|
288
288
|
"canonicalSignature": ":IEnumerable_1",
|
|
289
289
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
290
290
|
"emitScope": "ClassSurface",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
{
|
|
304
304
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
305
305
|
"clrName": "Values",
|
|
306
|
-
"metadataToken":
|
|
306
|
+
"metadataToken": 385881433,
|
|
307
307
|
"canonicalSignature": ":IEnumerable_1",
|
|
308
308
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
309
309
|
"emitScope": "ClassSurface",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
{
|
|
323
323
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
324
324
|
"clrName": "Count",
|
|
325
|
-
"metadataToken":
|
|
325
|
+
"metadataToken": 385881430,
|
|
326
326
|
"canonicalSignature": ":System.Int32",
|
|
327
327
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
328
328
|
"emitScope": "ClassSurface",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
{
|
|
629
629
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
630
630
|
"clrName": "GetEnumerator",
|
|
631
|
-
"metadataToken":
|
|
631
|
+
"metadataToken": 100704565,
|
|
632
632
|
"canonicalSignature": "():IEnumerator_1",
|
|
633
633
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
634
634
|
"emitScope": "ClassSurface",
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
{
|
|
649
649
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
650
650
|
"clrName": "GetEnumerator",
|
|
651
|
-
"metadataToken":
|
|
651
|
+
"metadataToken": 100703850,
|
|
652
652
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
653
653
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
654
654
|
"emitScope": "ClassSurface",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
{
|
|
671
671
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601::Item[System.Int32]:T",
|
|
672
672
|
"clrName": "Item",
|
|
673
|
-
"metadataToken":
|
|
673
|
+
"metadataToken": 385881434,
|
|
674
674
|
"canonicalSignature": "[System.Int32]:T",
|
|
675
675
|
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
|
|
676
676
|
"emitScope": "ClassSurface",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
{
|
|
690
690
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
691
691
|
"clrName": "Count",
|
|
692
|
-
"metadataToken":
|
|
692
|
+
"metadataToken": 385881430,
|
|
693
693
|
"canonicalSignature": ":System.Int32",
|
|
694
694
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
695
695
|
"emitScope": "ClassSurface",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
{
|
|
802
802
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
803
803
|
"clrName": "GetEnumerator",
|
|
804
|
-
"metadataToken":
|
|
804
|
+
"metadataToken": 100704565,
|
|
805
805
|
"canonicalSignature": "():IEnumerator_1",
|
|
806
806
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
807
807
|
"emitScope": "ClassSurface",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
{
|
|
822
822
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
823
823
|
"clrName": "GetEnumerator",
|
|
824
|
-
"metadataToken":
|
|
824
|
+
"metadataToken": 100703850,
|
|
825
825
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
826
826
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
827
827
|
"emitScope": "ClassSurface",
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
{
|
|
1029
1029
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1030
1030
|
"clrName": "GetEnumerator",
|
|
1031
|
-
"metadataToken":
|
|
1031
|
+
"metadataToken": 100704565,
|
|
1032
1032
|
"canonicalSignature": "():IEnumerator_1",
|
|
1033
1033
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1034
1034
|
"emitScope": "ClassSurface",
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
{
|
|
1049
1049
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1050
1050
|
"clrName": "GetEnumerator",
|
|
1051
|
-
"metadataToken":
|
|
1051
|
+
"metadataToken": 100703850,
|
|
1052
1052
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1053
1053
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1054
1054
|
"emitScope": "ClassSurface",
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
{
|
|
1071
1071
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1072
1072
|
"clrName": "Count",
|
|
1073
|
-
"metadataToken":
|
|
1073
|
+
"metadataToken": 385881430,
|
|
1074
1074
|
"canonicalSignature": ":System.Int32",
|
|
1075
1075
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1076
1076
|
"emitScope": "ClassSurface",
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
{
|
|
1183
1183
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1184
1184
|
"clrName": "GetEnumerator",
|
|
1185
|
-
"metadataToken":
|
|
1185
|
+
"metadataToken": 100704565,
|
|
1186
1186
|
"canonicalSignature": "():IEnumerator_1",
|
|
1187
1187
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1188
1188
|
"emitScope": "ClassSurface",
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
{
|
|
1203
1203
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1204
1204
|
"clrName": "GetEnumerator",
|
|
1205
|
-
"metadataToken":
|
|
1205
|
+
"metadataToken": 100703850,
|
|
1206
1206
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1207
1207
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1208
1208
|
"emitScope": "ClassSurface",
|
|
@@ -2578,7 +2578,7 @@
|
|
|
2578
2578
|
{
|
|
2579
2579
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2580
2580
|
"clrName": "GetEnumerator",
|
|
2581
|
-
"metadataToken":
|
|
2581
|
+
"metadataToken": 100704565,
|
|
2582
2582
|
"canonicalSignature": "():IEnumerator_1",
|
|
2583
2583
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2584
2584
|
"emitScope": "ViewOnly",
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
{
|
|
2600
2600
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2601
2601
|
"clrName": "GetEnumerator",
|
|
2602
|
-
"metadataToken":
|
|
2602
|
+
"metadataToken": 100703850,
|
|
2603
2603
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2604
2604
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2605
2605
|
"emitScope": "ViewOnly",
|
|
@@ -2620,7 +2620,7 @@
|
|
|
2620
2620
|
{
|
|
2621
2621
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
2622
2622
|
"clrName": "Insert",
|
|
2623
|
-
"metadataToken":
|
|
2623
|
+
"metadataToken": 100704574,
|
|
2624
2624
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
2625
2625
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
2626
2626
|
"emitScope": "ViewOnly",
|
|
@@ -2641,7 +2641,7 @@
|
|
|
2641
2641
|
{
|
|
2642
2642
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
2643
2643
|
"clrName": "RemoveAt",
|
|
2644
|
-
"metadataToken":
|
|
2644
|
+
"metadataToken": 100704575,
|
|
2645
2645
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2646
2646
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2647
2647
|
"emitScope": "ViewOnly",
|
|
@@ -2662,7 +2662,7 @@
|
|
|
2662
2662
|
{
|
|
2663
2663
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2664
2664
|
"clrName": "Add",
|
|
2665
|
-
"metadataToken":
|
|
2665
|
+
"metadataToken": 100704543,
|
|
2666
2666
|
"canonicalSignature": "(T):System.Void",
|
|
2667
2667
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2668
2668
|
"emitScope": "ViewOnly",
|
|
@@ -2683,7 +2683,7 @@
|
|
|
2683
2683
|
{
|
|
2684
2684
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2685
2685
|
"clrName": "Clear",
|
|
2686
|
-
"metadataToken":
|
|
2686
|
+
"metadataToken": 100704544,
|
|
2687
2687
|
"canonicalSignature": "():System.Void",
|
|
2688
2688
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2689
2689
|
"emitScope": "ViewOnly",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
{
|
|
2705
2705
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
2706
2706
|
"clrName": "Remove",
|
|
2707
|
-
"metadataToken":
|
|
2707
|
+
"metadataToken": 100704547,
|
|
2708
2708
|
"canonicalSignature": "(T):System.Boolean",
|
|
2709
2709
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
2710
2710
|
"emitScope": "ViewOnly",
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
{
|
|
2726
2726
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2727
2727
|
"clrName": "Add",
|
|
2728
|
-
"metadataToken":
|
|
2728
|
+
"metadataToken": 100703859,
|
|
2729
2729
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2730
2730
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2731
2731
|
"emitScope": "ViewOnly",
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
{
|
|
2747
2747
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2748
2748
|
"clrName": "Contains",
|
|
2749
|
-
"metadataToken":
|
|
2749
|
+
"metadataToken": 100703860,
|
|
2750
2750
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2751
2751
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2752
2752
|
"emitScope": "ViewOnly",
|
|
@@ -2767,7 +2767,7 @@
|
|
|
2767
2767
|
{
|
|
2768
2768
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2769
2769
|
"clrName": "Insert",
|
|
2770
|
-
"metadataToken":
|
|
2770
|
+
"metadataToken": 100703865,
|
|
2771
2771
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2772
2772
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2773
2773
|
"emitScope": "ViewOnly",
|
|
@@ -2788,7 +2788,7 @@
|
|
|
2788
2788
|
{
|
|
2789
2789
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2790
2790
|
"clrName": "Remove",
|
|
2791
|
-
"metadataToken":
|
|
2791
|
+
"metadataToken": 100703866,
|
|
2792
2792
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2793
2793
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2794
2794
|
"emitScope": "ViewOnly",
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
{
|
|
2810
2810
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2811
2811
|
"clrName": "CopyTo",
|
|
2812
|
-
"metadataToken":
|
|
2812
|
+
"metadataToken": 100703831,
|
|
2813
2813
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2814
2814
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2815
2815
|
"emitScope": "ViewOnly",
|
|
@@ -2830,7 +2830,7 @@
|
|
|
2830
2830
|
{
|
|
2831
2831
|
"stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
|
|
2832
2832
|
"clrName": "CompareTo",
|
|
2833
|
-
"metadataToken":
|
|
2833
|
+
"metadataToken": 100703868,
|
|
2834
2834
|
"canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
|
|
2835
2835
|
"normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
|
|
2836
2836
|
"emitScope": "ViewOnly",
|
|
@@ -2851,7 +2851,7 @@
|
|
|
2851
2851
|
{
|
|
2852
2852
|
"stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
|
|
2853
2853
|
"clrName": "Equals",
|
|
2854
|
-
"metadataToken":
|
|
2854
|
+
"metadataToken": 100703869,
|
|
2855
2855
|
"canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
|
|
2856
2856
|
"normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
|
|
2857
2857
|
"emitScope": "ViewOnly",
|
|
@@ -2872,7 +2872,7 @@
|
|
|
2872
2872
|
{
|
|
2873
2873
|
"stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
|
|
2874
2874
|
"clrName": "GetHashCode",
|
|
2875
|
-
"metadataToken":
|
|
2875
|
+
"metadataToken": 100703870,
|
|
2876
2876
|
"canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
|
|
2877
2877
|
"normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
|
|
2878
2878
|
"emitScope": "ViewOnly",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
{
|
|
3125
3125
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
3126
3126
|
"clrName": "IndexOf",
|
|
3127
|
-
"metadataToken":
|
|
3127
|
+
"metadataToken": 100704573,
|
|
3128
3128
|
"canonicalSignature": "(T):System.Int32",
|
|
3129
3129
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
3130
3130
|
"emitScope": "ViewOnly",
|
|
@@ -3145,7 +3145,7 @@
|
|
|
3145
3145
|
{
|
|
3146
3146
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3147
3147
|
"clrName": "Contains",
|
|
3148
|
-
"metadataToken":
|
|
3148
|
+
"metadataToken": 100704545,
|
|
3149
3149
|
"canonicalSignature": "(T):System.Boolean",
|
|
3150
3150
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3151
3151
|
"emitScope": "ViewOnly",
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
{
|
|
3167
3167
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3168
3168
|
"clrName": "CopyTo",
|
|
3169
|
-
"metadataToken":
|
|
3169
|
+
"metadataToken": 100704546,
|
|
3170
3170
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3171
3171
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3172
3172
|
"emitScope": "ViewOnly",
|
|
@@ -3208,7 +3208,7 @@
|
|
|
3208
3208
|
{
|
|
3209
3209
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
3210
3210
|
"clrName": "Clear",
|
|
3211
|
-
"metadataToken":
|
|
3211
|
+
"metadataToken": 100703861,
|
|
3212
3212
|
"canonicalSignature": "():System.Void",
|
|
3213
3213
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3214
3214
|
"emitScope": "ViewOnly",
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
{
|
|
3230
3230
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
3231
3231
|
"clrName": "RemoveAt",
|
|
3232
|
-
"metadataToken":
|
|
3232
|
+
"metadataToken": 100703867,
|
|
3233
3233
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3234
3234
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3235
3235
|
"emitScope": "ViewOnly",
|
|
@@ -3368,7 +3368,7 @@
|
|
|
3368
3368
|
{
|
|
3369
3369
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3370
3370
|
"clrName": "Count",
|
|
3371
|
-
"metadataToken":
|
|
3371
|
+
"metadataToken": 385881430,
|
|
3372
3372
|
"canonicalSignature": ":System.Int32",
|
|
3373
3373
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3374
3374
|
"emitScope": "ViewOnly",
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
{
|
|
3389
3389
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3390
3390
|
"clrName": "IsReadOnly",
|
|
3391
|
-
"metadataToken":
|
|
3391
|
+
"metadataToken": 385881420,
|
|
3392
3392
|
"canonicalSignature": ":System.Boolean",
|
|
3393
3393
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3394
3394
|
"emitScope": "ViewOnly",
|
|
@@ -3408,7 +3408,7 @@
|
|
|
3408
3408
|
{
|
|
3409
3409
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3410
3410
|
"clrName": "SyncRoot",
|
|
3411
|
-
"metadataToken":
|
|
3411
|
+
"metadataToken": 385881259,
|
|
3412
3412
|
"canonicalSignature": ":System.Object",
|
|
3413
3413
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3414
3414
|
"emitScope": "ViewOnly",
|
|
@@ -3428,7 +3428,7 @@
|
|
|
3428
3428
|
{
|
|
3429
3429
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3430
3430
|
"clrName": "Count",
|
|
3431
|
-
"metadataToken":
|
|
3431
|
+
"metadataToken": 385881419,
|
|
3432
3432
|
"canonicalSignature": ":System.Int32",
|
|
3433
3433
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3434
3434
|
"emitScope": "ViewOnly",
|
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
{
|
|
3449
3449
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3450
3450
|
"clrName": "IsReadOnly",
|
|
3451
|
-
"metadataToken":
|
|
3451
|
+
"metadataToken": 385881271,
|
|
3452
3452
|
"canonicalSignature": ":System.Boolean",
|
|
3453
3453
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3454
3454
|
"emitScope": "ViewOnly",
|
|
@@ -3468,7 +3468,7 @@
|
|
|
3468
3468
|
{
|
|
3469
3469
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3470
3470
|
"clrName": "IsFixedSize",
|
|
3471
|
-
"metadataToken":
|
|
3471
|
+
"metadataToken": 385881272,
|
|
3472
3472
|
"canonicalSignature": ":System.Boolean",
|
|
3473
3473
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3474
3474
|
"emitScope": "ViewOnly",
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
{
|
|
3489
3489
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3490
3490
|
"clrName": "Count",
|
|
3491
|
-
"metadataToken":
|
|
3491
|
+
"metadataToken": 385881258,
|
|
3492
3492
|
"canonicalSignature": ":System.Int32",
|
|
3493
3493
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3494
3494
|
"emitScope": "ViewOnly",
|
|
@@ -3508,7 +3508,7 @@
|
|
|
3508
3508
|
{
|
|
3509
3509
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3510
3510
|
"clrName": "IsSynchronized",
|
|
3511
|
-
"metadataToken":
|
|
3511
|
+
"metadataToken": 385881260,
|
|
3512
3512
|
"canonicalSignature": ":System.Boolean",
|
|
3513
3513
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3514
3514
|
"emitScope": "ViewOnly",
|
|
@@ -5173,7 +5173,7 @@
|
|
|
5173
5173
|
{
|
|
5174
5174
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
5175
5175
|
"clrName": "GetEnumerator",
|
|
5176
|
-
"metadataToken":
|
|
5176
|
+
"metadataToken": 100704565,
|
|
5177
5177
|
"canonicalSignature": "():IEnumerator_1",
|
|
5178
5178
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5179
5179
|
"emitScope": "ViewOnly",
|
|
@@ -5194,7 +5194,7 @@
|
|
|
5194
5194
|
{
|
|
5195
5195
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5196
5196
|
"clrName": "GetEnumerator",
|
|
5197
|
-
"metadataToken":
|
|
5197
|
+
"metadataToken": 100703850,
|
|
5198
5198
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5199
5199
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5200
5200
|
"emitScope": "ViewOnly",
|
|
@@ -5215,7 +5215,7 @@
|
|
|
5215
5215
|
{
|
|
5216
5216
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
5217
5217
|
"clrName": "Add",
|
|
5218
|
-
"metadataToken":
|
|
5218
|
+
"metadataToken": 100704556,
|
|
5219
5219
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
5220
5220
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
5221
5221
|
"emitScope": "ViewOnly",
|
|
@@ -5236,7 +5236,7 @@
|
|
|
5236
5236
|
{
|
|
5237
5237
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
5238
5238
|
"clrName": "Remove",
|
|
5239
|
-
"metadataToken":
|
|
5239
|
+
"metadataToken": 100704557,
|
|
5240
5240
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
5241
5241
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
5242
5242
|
"emitScope": "ViewOnly",
|
|
@@ -5257,7 +5257,7 @@
|
|
|
5257
5257
|
{
|
|
5258
5258
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
5259
5259
|
"clrName": "Add",
|
|
5260
|
-
"metadataToken":
|
|
5260
|
+
"metadataToken": 100704543,
|
|
5261
5261
|
"canonicalSignature": "(T):System.Void",
|
|
5262
5262
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
5263
5263
|
"emitScope": "ViewOnly",
|
|
@@ -5278,7 +5278,7 @@
|
|
|
5278
5278
|
{
|
|
5279
5279
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
5280
5280
|
"clrName": "Clear",
|
|
5281
|
-
"metadataToken":
|
|
5281
|
+
"metadataToken": 100704544,
|
|
5282
5282
|
"canonicalSignature": "():System.Void",
|
|
5283
5283
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5284
5284
|
"emitScope": "ViewOnly",
|
|
@@ -5299,7 +5299,7 @@
|
|
|
5299
5299
|
{
|
|
5300
5300
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
5301
5301
|
"clrName": "Contains",
|
|
5302
|
-
"metadataToken":
|
|
5302
|
+
"metadataToken": 100704545,
|
|
5303
5303
|
"canonicalSignature": "(T):System.Boolean",
|
|
5304
5304
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5305
5305
|
"emitScope": "ViewOnly",
|
|
@@ -5320,7 +5320,7 @@
|
|
|
5320
5320
|
{
|
|
5321
5321
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
5322
5322
|
"clrName": "CopyTo",
|
|
5323
|
-
"metadataToken":
|
|
5323
|
+
"metadataToken": 100704546,
|
|
5324
5324
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
5325
5325
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
5326
5326
|
"emitScope": "ViewOnly",
|
|
@@ -5341,7 +5341,7 @@
|
|
|
5341
5341
|
{
|
|
5342
5342
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
5343
5343
|
"clrName": "Contains",
|
|
5344
|
-
"metadataToken":
|
|
5344
|
+
"metadataToken": 100703840,
|
|
5345
5345
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
5346
5346
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
5347
5347
|
"emitScope": "ViewOnly",
|
|
@@ -5362,7 +5362,7 @@
|
|
|
5362
5362
|
{
|
|
5363
5363
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
5364
5364
|
"clrName": "Add",
|
|
5365
|
-
"metadataToken":
|
|
5365
|
+
"metadataToken": 100703841,
|
|
5366
5366
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
5367
5367
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
5368
5368
|
"emitScope": "ViewOnly",
|
|
@@ -5383,7 +5383,7 @@
|
|
|
5383
5383
|
{
|
|
5384
5384
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
5385
5385
|
"clrName": "GetEnumerator",
|
|
5386
|
-
"metadataToken":
|
|
5386
|
+
"metadataToken": 100703845,
|
|
5387
5387
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
5388
5388
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
5389
5389
|
"emitScope": "ViewOnly",
|
|
@@ -5404,7 +5404,7 @@
|
|
|
5404
5404
|
{
|
|
5405
5405
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
5406
5406
|
"clrName": "Remove",
|
|
5407
|
-
"metadataToken":
|
|
5407
|
+
"metadataToken": 100703846,
|
|
5408
5408
|
"canonicalSignature": "(System.Object):System.Void",
|
|
5409
5409
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
5410
5410
|
"emitScope": "ViewOnly",
|
|
@@ -5425,7 +5425,7 @@
|
|
|
5425
5425
|
{
|
|
5426
5426
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5427
5427
|
"clrName": "CopyTo",
|
|
5428
|
-
"metadataToken":
|
|
5428
|
+
"metadataToken": 100703831,
|
|
5429
5429
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5430
5430
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5431
5431
|
"emitScope": "ViewOnly",
|
|
@@ -5494,7 +5494,7 @@
|
|
|
5494
5494
|
{
|
|
5495
5495
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
5496
5496
|
"clrName": "ContainsKey",
|
|
5497
|
-
"metadataToken":
|
|
5497
|
+
"metadataToken": 100704577,
|
|
5498
5498
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
5499
5499
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
5500
5500
|
"emitScope": "ViewOnly",
|
|
@@ -5515,7 +5515,7 @@
|
|
|
5515
5515
|
{
|
|
5516
5516
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
5517
5517
|
"clrName": "TryGetValue",
|
|
5518
|
-
"metadataToken":
|
|
5518
|
+
"metadataToken": 100704578,
|
|
5519
5519
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
5520
5520
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
5521
5521
|
"emitScope": "ViewOnly",
|
|
@@ -5542,7 +5542,7 @@
|
|
|
5542
5542
|
{
|
|
5543
5543
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
5544
5544
|
"clrName": "ContainsKey",
|
|
5545
|
-
"metadataToken":
|
|
5545
|
+
"metadataToken": 100704555,
|
|
5546
5546
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
5547
5547
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
5548
5548
|
"emitScope": "ViewOnly",
|
|
@@ -5563,7 +5563,7 @@
|
|
|
5563
5563
|
{
|
|
5564
5564
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
5565
5565
|
"clrName": "TryGetValue",
|
|
5566
|
-
"metadataToken":
|
|
5566
|
+
"metadataToken": 100704558,
|
|
5567
5567
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
5568
5568
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
5569
5569
|
"emitScope": "ViewOnly",
|
|
@@ -5590,7 +5590,7 @@
|
|
|
5590
5590
|
{
|
|
5591
5591
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
5592
5592
|
"clrName": "Clear",
|
|
5593
|
-
"metadataToken":
|
|
5593
|
+
"metadataToken": 100703842,
|
|
5594
5594
|
"canonicalSignature": "():System.Void",
|
|
5595
5595
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5596
5596
|
"emitScope": "ViewOnly",
|
|
@@ -5746,7 +5746,7 @@
|
|
|
5746
5746
|
{
|
|
5747
5747
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
5748
5748
|
"clrName": "Keys",
|
|
5749
|
-
"metadataToken":
|
|
5749
|
+
"metadataToken": 385881423,
|
|
5750
5750
|
"canonicalSignature": ":ICollection_1",
|
|
5751
5751
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
5752
5752
|
"emitScope": "ViewOnly",
|
|
@@ -5766,7 +5766,7 @@
|
|
|
5766
5766
|
{
|
|
5767
5767
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5768
5768
|
"clrName": "IsReadOnly",
|
|
5769
|
-
"metadataToken":
|
|
5769
|
+
"metadataToken": 385881420,
|
|
5770
5770
|
"canonicalSignature": ":System.Boolean",
|
|
5771
5771
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5772
5772
|
"emitScope": "ViewOnly",
|
|
@@ -5786,7 +5786,7 @@
|
|
|
5786
5786
|
{
|
|
5787
5787
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
5788
5788
|
"clrName": "Keys",
|
|
5789
|
-
"metadataToken":
|
|
5789
|
+
"metadataToken": 385881262,
|
|
5790
5790
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
5791
5791
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
5792
5792
|
"emitScope": "ViewOnly",
|
|
@@ -5806,7 +5806,7 @@
|
|
|
5806
5806
|
{
|
|
5807
5807
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5808
5808
|
"clrName": "SyncRoot",
|
|
5809
|
-
"metadataToken":
|
|
5809
|
+
"metadataToken": 385881259,
|
|
5810
5810
|
"canonicalSignature": ":System.Object",
|
|
5811
5811
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5812
5812
|
"emitScope": "ViewOnly",
|
|
@@ -5826,7 +5826,7 @@
|
|
|
5826
5826
|
{
|
|
5827
5827
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
5828
5828
|
"clrName": "Keys",
|
|
5829
|
-
"metadataToken":
|
|
5829
|
+
"metadataToken": 385881432,
|
|
5830
5830
|
"canonicalSignature": ":IEnumerable_1",
|
|
5831
5831
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
5832
5832
|
"emitScope": "ViewOnly",
|
|
@@ -5846,7 +5846,7 @@
|
|
|
5846
5846
|
{
|
|
5847
5847
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
5848
5848
|
"clrName": "Values",
|
|
5849
|
-
"metadataToken":
|
|
5849
|
+
"metadataToken": 385881433,
|
|
5850
5850
|
"canonicalSignature": ":IEnumerable_1",
|
|
5851
5851
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
5852
5852
|
"emitScope": "ViewOnly",
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
{
|
|
5867
5867
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5868
5868
|
"clrName": "Count",
|
|
5869
|
-
"metadataToken":
|
|
5869
|
+
"metadataToken": 385881430,
|
|
5870
5870
|
"canonicalSignature": ":System.Int32",
|
|
5871
5871
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5872
5872
|
"emitScope": "ViewOnly",
|
|
@@ -5886,7 +5886,7 @@
|
|
|
5886
5886
|
{
|
|
5887
5887
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
5888
5888
|
"clrName": "Values",
|
|
5889
|
-
"metadataToken":
|
|
5889
|
+
"metadataToken": 385881424,
|
|
5890
5890
|
"canonicalSignature": ":ICollection_1",
|
|
5891
5891
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
5892
5892
|
"emitScope": "ViewOnly",
|
|
@@ -5906,7 +5906,7 @@
|
|
|
5906
5906
|
{
|
|
5907
5907
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5908
5908
|
"clrName": "Count",
|
|
5909
|
-
"metadataToken":
|
|
5909
|
+
"metadataToken": 385881419,
|
|
5910
5910
|
"canonicalSignature": ":System.Int32",
|
|
5911
5911
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5912
5912
|
"emitScope": "ViewOnly",
|
|
@@ -5926,7 +5926,7 @@
|
|
|
5926
5926
|
{
|
|
5927
5927
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
5928
5928
|
"clrName": "Values",
|
|
5929
|
-
"metadataToken":
|
|
5929
|
+
"metadataToken": 385881263,
|
|
5930
5930
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
5931
5931
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
5932
5932
|
"emitScope": "ViewOnly",
|
|
@@ -5946,7 +5946,7 @@
|
|
|
5946
5946
|
{
|
|
5947
5947
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
5948
5948
|
"clrName": "IsReadOnly",
|
|
5949
|
-
"metadataToken":
|
|
5949
|
+
"metadataToken": 385881264,
|
|
5950
5950
|
"canonicalSignature": ":System.Boolean",
|
|
5951
5951
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5952
5952
|
"emitScope": "ViewOnly",
|
|
@@ -5966,7 +5966,7 @@
|
|
|
5966
5966
|
{
|
|
5967
5967
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
5968
5968
|
"clrName": "IsFixedSize",
|
|
5969
|
-
"metadataToken":
|
|
5969
|
+
"metadataToken": 385881265,
|
|
5970
5970
|
"canonicalSignature": ":System.Boolean",
|
|
5971
5971
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5972
5972
|
"emitScope": "ViewOnly",
|
|
@@ -5986,7 +5986,7 @@
|
|
|
5986
5986
|
{
|
|
5987
5987
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5988
5988
|
"clrName": "Count",
|
|
5989
|
-
"metadataToken":
|
|
5989
|
+
"metadataToken": 385881258,
|
|
5990
5990
|
"canonicalSignature": ":System.Int32",
|
|
5991
5991
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5992
5992
|
"emitScope": "ViewOnly",
|
|
@@ -6006,7 +6006,7 @@
|
|
|
6006
6006
|
{
|
|
6007
6007
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
6008
6008
|
"clrName": "IsSynchronized",
|
|
6009
|
-
"metadataToken":
|
|
6009
|
+
"metadataToken": 385881260,
|
|
6010
6010
|
"canonicalSignature": ":System.Boolean",
|
|
6011
6011
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
6012
6012
|
"emitScope": "ViewOnly",
|
|
@@ -7194,7 +7194,7 @@
|
|
|
7194
7194
|
{
|
|
7195
7195
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
7196
7196
|
"clrName": "GetEnumerator",
|
|
7197
|
-
"metadataToken":
|
|
7197
|
+
"metadataToken": 100704565,
|
|
7198
7198
|
"canonicalSignature": "():IEnumerator_1",
|
|
7199
7199
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
7200
7200
|
"emitScope": "ViewOnly",
|
|
@@ -7215,7 +7215,7 @@
|
|
|
7215
7215
|
{
|
|
7216
7216
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
7217
7217
|
"clrName": "GetEnumerator",
|
|
7218
|
-
"metadataToken":
|
|
7218
|
+
"metadataToken": 100703850,
|
|
7219
7219
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
7220
7220
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
7221
7221
|
"emitScope": "ViewOnly",
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
{
|
|
7237
7237
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
7238
7238
|
"clrName": "Add",
|
|
7239
|
-
"metadataToken":
|
|
7239
|
+
"metadataToken": 100704543,
|
|
7240
7240
|
"canonicalSignature": "(T):System.Void",
|
|
7241
7241
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
7242
7242
|
"emitScope": "ViewOnly",
|
|
@@ -7257,7 +7257,7 @@
|
|
|
7257
7257
|
{
|
|
7258
7258
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
7259
7259
|
"clrName": "Clear",
|
|
7260
|
-
"metadataToken":
|
|
7260
|
+
"metadataToken": 100704544,
|
|
7261
7261
|
"canonicalSignature": "():System.Void",
|
|
7262
7262
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
7263
7263
|
"emitScope": "ViewOnly",
|
|
@@ -7278,7 +7278,7 @@
|
|
|
7278
7278
|
{
|
|
7279
7279
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
7280
7280
|
"clrName": "CopyTo",
|
|
7281
|
-
"metadataToken":
|
|
7281
|
+
"metadataToken": 100704546,
|
|
7282
7282
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
7283
7283
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
7284
7284
|
"emitScope": "ViewOnly",
|
|
@@ -7299,7 +7299,7 @@
|
|
|
7299
7299
|
{
|
|
7300
7300
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
7301
7301
|
"clrName": "Remove",
|
|
7302
|
-
"metadataToken":
|
|
7302
|
+
"metadataToken": 100704547,
|
|
7303
7303
|
"canonicalSignature": "(T):System.Boolean",
|
|
7304
7304
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
7305
7305
|
"emitScope": "ViewOnly",
|
|
@@ -7320,7 +7320,7 @@
|
|
|
7320
7320
|
{
|
|
7321
7321
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
7322
7322
|
"clrName": "UnionWith",
|
|
7323
|
-
"metadataToken":
|
|
7323
|
+
"metadataToken": 100704584,
|
|
7324
7324
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
7325
7325
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
7326
7326
|
"emitScope": "ViewOnly",
|
|
@@ -7341,7 +7341,7 @@
|
|
|
7341
7341
|
{
|
|
7342
7342
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
7343
7343
|
"clrName": "CopyTo",
|
|
7344
|
-
"metadataToken":
|
|
7344
|
+
"metadataToken": 100703831,
|
|
7345
7345
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
7346
7346
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
7347
7347
|
"emitScope": "ViewOnly",
|
|
@@ -7431,7 +7431,7 @@
|
|
|
7431
7431
|
{
|
|
7432
7432
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
7433
7433
|
"clrName": "Contains",
|
|
7434
|
-
"metadataToken":
|
|
7434
|
+
"metadataToken": 100704545,
|
|
7435
7435
|
"canonicalSignature": "(T):System.Boolean",
|
|
7436
7436
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
7437
7437
|
"emitScope": "ViewOnly",
|
|
@@ -7452,7 +7452,7 @@
|
|
|
7452
7452
|
{
|
|
7453
7453
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
7454
7454
|
"clrName": "Add",
|
|
7455
|
-
"metadataToken":
|
|
7455
|
+
"metadataToken": 100704583,
|
|
7456
7456
|
"canonicalSignature": "(T):System.Boolean",
|
|
7457
7457
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
7458
7458
|
"emitScope": "ViewOnly",
|
|
@@ -7473,7 +7473,7 @@
|
|
|
7473
7473
|
{
|
|
7474
7474
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
7475
7475
|
"clrName": "IsSubsetOf",
|
|
7476
|
-
"metadataToken":
|
|
7476
|
+
"metadataToken": 100704588,
|
|
7477
7477
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
7478
7478
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
7479
7479
|
"emitScope": "ViewOnly",
|
|
@@ -7494,7 +7494,7 @@
|
|
|
7494
7494
|
{
|
|
7495
7495
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
7496
7496
|
"clrName": "Contains",
|
|
7497
|
-
"metadataToken":
|
|
7497
|
+
"metadataToken": 100704594,
|
|
7498
7498
|
"canonicalSignature": "(T):System.Boolean",
|
|
7499
7499
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
7500
7500
|
"emitScope": "ViewOnly",
|
|
@@ -7515,7 +7515,7 @@
|
|
|
7515
7515
|
{
|
|
7516
7516
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
7517
7517
|
"clrName": "IsProperSubsetOf",
|
|
7518
|
-
"metadataToken":
|
|
7518
|
+
"metadataToken": 100704595,
|
|
7519
7519
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
7520
7520
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
7521
7521
|
"emitScope": "ViewOnly",
|
|
@@ -7595,7 +7595,7 @@
|
|
|
7595
7595
|
{
|
|
7596
7596
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
7597
7597
|
"clrName": "IsReadOnly",
|
|
7598
|
-
"metadataToken":
|
|
7598
|
+
"metadataToken": 385881420,
|
|
7599
7599
|
"canonicalSignature": ":System.Boolean",
|
|
7600
7600
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
7601
7601
|
"emitScope": "ViewOnly",
|
|
@@ -7615,7 +7615,7 @@
|
|
|
7615
7615
|
{
|
|
7616
7616
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
7617
7617
|
"clrName": "SyncRoot",
|
|
7618
|
-
"metadataToken":
|
|
7618
|
+
"metadataToken": 385881259,
|
|
7619
7619
|
"canonicalSignature": ":System.Object",
|
|
7620
7620
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
7621
7621
|
"emitScope": "ViewOnly",
|
|
@@ -7635,7 +7635,7 @@
|
|
|
7635
7635
|
{
|
|
7636
7636
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
7637
7637
|
"clrName": "Count",
|
|
7638
|
-
"metadataToken":
|
|
7638
|
+
"metadataToken": 385881430,
|
|
7639
7639
|
"canonicalSignature": ":System.Int32",
|
|
7640
7640
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7641
7641
|
"emitScope": "ViewOnly",
|
|
@@ -7655,7 +7655,7 @@
|
|
|
7655
7655
|
{
|
|
7656
7656
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
7657
7657
|
"clrName": "Count",
|
|
7658
|
-
"metadataToken":
|
|
7658
|
+
"metadataToken": 385881419,
|
|
7659
7659
|
"canonicalSignature": ":System.Int32",
|
|
7660
7660
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7661
7661
|
"emitScope": "ViewOnly",
|
|
@@ -7675,7 +7675,7 @@
|
|
|
7675
7675
|
{
|
|
7676
7676
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
7677
7677
|
"clrName": "Count",
|
|
7678
|
-
"metadataToken":
|
|
7678
|
+
"metadataToken": 385881258,
|
|
7679
7679
|
"canonicalSignature": ":System.Int32",
|
|
7680
7680
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7681
7681
|
"emitScope": "ViewOnly",
|
|
@@ -7695,7 +7695,7 @@
|
|
|
7695
7695
|
{
|
|
7696
7696
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
7697
7697
|
"clrName": "IsSynchronized",
|
|
7698
|
-
"metadataToken":
|
|
7698
|
+
"metadataToken": 385881260,
|
|
7699
7699
|
"canonicalSignature": ":System.Boolean",
|
|
7700
7700
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
7701
7701
|
"emitScope": "ViewOnly",
|
|
@@ -9575,7 +9575,7 @@
|
|
|
9575
9575
|
{
|
|
9576
9576
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
9577
9577
|
"clrName": "GetEnumerator",
|
|
9578
|
-
"metadataToken":
|
|
9578
|
+
"metadataToken": 100704565,
|
|
9579
9579
|
"canonicalSignature": "():IEnumerator_1",
|
|
9580
9580
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
9581
9581
|
"emitScope": "ViewOnly",
|
|
@@ -9596,7 +9596,7 @@
|
|
|
9596
9596
|
{
|
|
9597
9597
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
9598
9598
|
"clrName": "GetEnumerator",
|
|
9599
|
-
"metadataToken":
|
|
9599
|
+
"metadataToken": 100703850,
|
|
9600
9600
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
9601
9601
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
9602
9602
|
"emitScope": "ViewOnly",
|
|
@@ -9617,7 +9617,7 @@
|
|
|
9617
9617
|
{
|
|
9618
9618
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
9619
9619
|
"clrName": "Insert",
|
|
9620
|
-
"metadataToken":
|
|
9620
|
+
"metadataToken": 100704574,
|
|
9621
9621
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
9622
9622
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
9623
9623
|
"emitScope": "ViewOnly",
|
|
@@ -9638,7 +9638,7 @@
|
|
|
9638
9638
|
{
|
|
9639
9639
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
9640
9640
|
"clrName": "RemoveAt",
|
|
9641
|
-
"metadataToken":
|
|
9641
|
+
"metadataToken": 100704575,
|
|
9642
9642
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
9643
9643
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
9644
9644
|
"emitScope": "ViewOnly",
|
|
@@ -9659,7 +9659,7 @@
|
|
|
9659
9659
|
{
|
|
9660
9660
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
9661
9661
|
"clrName": "Add",
|
|
9662
|
-
"metadataToken":
|
|
9662
|
+
"metadataToken": 100704543,
|
|
9663
9663
|
"canonicalSignature": "(T):System.Void",
|
|
9664
9664
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
9665
9665
|
"emitScope": "ViewOnly",
|
|
@@ -9680,7 +9680,7 @@
|
|
|
9680
9680
|
{
|
|
9681
9681
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
9682
9682
|
"clrName": "Clear",
|
|
9683
|
-
"metadataToken":
|
|
9683
|
+
"metadataToken": 100704544,
|
|
9684
9684
|
"canonicalSignature": "():System.Void",
|
|
9685
9685
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
9686
9686
|
"emitScope": "ViewOnly",
|
|
@@ -9701,7 +9701,7 @@
|
|
|
9701
9701
|
{
|
|
9702
9702
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
9703
9703
|
"clrName": "Remove",
|
|
9704
|
-
"metadataToken":
|
|
9704
|
+
"metadataToken": 100704547,
|
|
9705
9705
|
"canonicalSignature": "(T):System.Boolean",
|
|
9706
9706
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
9707
9707
|
"emitScope": "ViewOnly",
|
|
@@ -9722,7 +9722,7 @@
|
|
|
9722
9722
|
{
|
|
9723
9723
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
9724
9724
|
"clrName": "Add",
|
|
9725
|
-
"metadataToken":
|
|
9725
|
+
"metadataToken": 100703859,
|
|
9726
9726
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
9727
9727
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
9728
9728
|
"emitScope": "ViewOnly",
|
|
@@ -9743,7 +9743,7 @@
|
|
|
9743
9743
|
{
|
|
9744
9744
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
9745
9745
|
"clrName": "Contains",
|
|
9746
|
-
"metadataToken":
|
|
9746
|
+
"metadataToken": 100703860,
|
|
9747
9747
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
9748
9748
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
9749
9749
|
"emitScope": "ViewOnly",
|
|
@@ -9764,7 +9764,7 @@
|
|
|
9764
9764
|
{
|
|
9765
9765
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
9766
9766
|
"clrName": "Insert",
|
|
9767
|
-
"metadataToken":
|
|
9767
|
+
"metadataToken": 100703865,
|
|
9768
9768
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
9769
9769
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
9770
9770
|
"emitScope": "ViewOnly",
|
|
@@ -9785,7 +9785,7 @@
|
|
|
9785
9785
|
{
|
|
9786
9786
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
9787
9787
|
"clrName": "Remove",
|
|
9788
|
-
"metadataToken":
|
|
9788
|
+
"metadataToken": 100703866,
|
|
9789
9789
|
"canonicalSignature": "(System.Object):System.Void",
|
|
9790
9790
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
9791
9791
|
"emitScope": "ViewOnly",
|
|
@@ -9806,7 +9806,7 @@
|
|
|
9806
9806
|
{
|
|
9807
9807
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
9808
9808
|
"clrName": "CopyTo",
|
|
9809
|
-
"metadataToken":
|
|
9809
|
+
"metadataToken": 100703831,
|
|
9810
9810
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
9811
9811
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
9812
9812
|
"emitScope": "ViewOnly",
|
|
@@ -9848,7 +9848,7 @@
|
|
|
9848
9848
|
{
|
|
9849
9849
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
9850
9850
|
"clrName": "IndexOf",
|
|
9851
|
-
"metadataToken":
|
|
9851
|
+
"metadataToken": 100704573,
|
|
9852
9852
|
"canonicalSignature": "(T):System.Int32",
|
|
9853
9853
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
9854
9854
|
"emitScope": "ViewOnly",
|
|
@@ -9869,7 +9869,7 @@
|
|
|
9869
9869
|
{
|
|
9870
9870
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
9871
9871
|
"clrName": "Contains",
|
|
9872
|
-
"metadataToken":
|
|
9872
|
+
"metadataToken": 100704545,
|
|
9873
9873
|
"canonicalSignature": "(T):System.Boolean",
|
|
9874
9874
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
9875
9875
|
"emitScope": "ViewOnly",
|
|
@@ -9890,7 +9890,7 @@
|
|
|
9890
9890
|
{
|
|
9891
9891
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
9892
9892
|
"clrName": "CopyTo",
|
|
9893
|
-
"metadataToken":
|
|
9893
|
+
"metadataToken": 100704546,
|
|
9894
9894
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
9895
9895
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
9896
9896
|
"emitScope": "ViewOnly",
|
|
@@ -9911,7 +9911,7 @@
|
|
|
9911
9911
|
{
|
|
9912
9912
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
9913
9913
|
"clrName": "Clear",
|
|
9914
|
-
"metadataToken":
|
|
9914
|
+
"metadataToken": 100703861,
|
|
9915
9915
|
"canonicalSignature": "():System.Void",
|
|
9916
9916
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
9917
9917
|
"emitScope": "ViewOnly",
|
|
@@ -9932,7 +9932,7 @@
|
|
|
9932
9932
|
{
|
|
9933
9933
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
9934
9934
|
"clrName": "RemoveAt",
|
|
9935
|
-
"metadataToken":
|
|
9935
|
+
"metadataToken": 100703867,
|
|
9936
9936
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
9937
9937
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
9938
9938
|
"emitScope": "ViewOnly",
|
|
@@ -10012,7 +10012,7 @@
|
|
|
10012
10012
|
{
|
|
10013
10013
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
10014
10014
|
"clrName": "IsReadOnly",
|
|
10015
|
-
"metadataToken":
|
|
10015
|
+
"metadataToken": 385881420,
|
|
10016
10016
|
"canonicalSignature": ":System.Boolean",
|
|
10017
10017
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
10018
10018
|
"emitScope": "ViewOnly",
|
|
@@ -10032,7 +10032,7 @@
|
|
|
10032
10032
|
{
|
|
10033
10033
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
10034
10034
|
"clrName": "SyncRoot",
|
|
10035
|
-
"metadataToken":
|
|
10035
|
+
"metadataToken": 385881259,
|
|
10036
10036
|
"canonicalSignature": ":System.Object",
|
|
10037
10037
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
10038
10038
|
"emitScope": "ViewOnly",
|
|
@@ -10052,7 +10052,7 @@
|
|
|
10052
10052
|
{
|
|
10053
10053
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
10054
10054
|
"clrName": "Count",
|
|
10055
|
-
"metadataToken":
|
|
10055
|
+
"metadataToken": 385881430,
|
|
10056
10056
|
"canonicalSignature": ":System.Int32",
|
|
10057
10057
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10058
10058
|
"emitScope": "ViewOnly",
|
|
@@ -10072,7 +10072,7 @@
|
|
|
10072
10072
|
{
|
|
10073
10073
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
10074
10074
|
"clrName": "Count",
|
|
10075
|
-
"metadataToken":
|
|
10075
|
+
"metadataToken": 385881419,
|
|
10076
10076
|
"canonicalSignature": ":System.Int32",
|
|
10077
10077
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10078
10078
|
"emitScope": "ViewOnly",
|
|
@@ -10092,7 +10092,7 @@
|
|
|
10092
10092
|
{
|
|
10093
10093
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
10094
10094
|
"clrName": "IsReadOnly",
|
|
10095
|
-
"metadataToken":
|
|
10095
|
+
"metadataToken": 385881271,
|
|
10096
10096
|
"canonicalSignature": ":System.Boolean",
|
|
10097
10097
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
10098
10098
|
"emitScope": "ViewOnly",
|
|
@@ -10112,7 +10112,7 @@
|
|
|
10112
10112
|
{
|
|
10113
10113
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
10114
10114
|
"clrName": "IsFixedSize",
|
|
10115
|
-
"metadataToken":
|
|
10115
|
+
"metadataToken": 385881272,
|
|
10116
10116
|
"canonicalSignature": ":System.Boolean",
|
|
10117
10117
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
10118
10118
|
"emitScope": "ViewOnly",
|
|
@@ -10132,7 +10132,7 @@
|
|
|
10132
10132
|
{
|
|
10133
10133
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
10134
10134
|
"clrName": "Count",
|
|
10135
|
-
"metadataToken":
|
|
10135
|
+
"metadataToken": 385881258,
|
|
10136
10136
|
"canonicalSignature": ":System.Int32",
|
|
10137
10137
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10138
10138
|
"emitScope": "ViewOnly",
|
|
@@ -10152,7 +10152,7 @@
|
|
|
10152
10152
|
{
|
|
10153
10153
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
10154
10154
|
"clrName": "IsSynchronized",
|
|
10155
|
-
"metadataToken":
|
|
10155
|
+
"metadataToken": 385881260,
|
|
10156
10156
|
"canonicalSignature": ":System.Boolean",
|
|
10157
10157
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
10158
10158
|
"emitScope": "ViewOnly",
|
|
@@ -11706,7 +11706,7 @@
|
|
|
11706
11706
|
{
|
|
11707
11707
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
11708
11708
|
"clrName": "GetEnumerator",
|
|
11709
|
-
"metadataToken":
|
|
11709
|
+
"metadataToken": 100704565,
|
|
11710
11710
|
"canonicalSignature": "():IEnumerator_1",
|
|
11711
11711
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
11712
11712
|
"emitScope": "ViewOnly",
|
|
@@ -11727,7 +11727,7 @@
|
|
|
11727
11727
|
{
|
|
11728
11728
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11729
11729
|
"clrName": "GetEnumerator",
|
|
11730
|
-
"metadataToken":
|
|
11730
|
+
"metadataToken": 100703850,
|
|
11731
11731
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11732
11732
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11733
11733
|
"emitScope": "ViewOnly",
|
|
@@ -12417,7 +12417,7 @@
|
|
|
12417
12417
|
{
|
|
12418
12418
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
12419
12419
|
"clrName": "GetEnumerator",
|
|
12420
|
-
"metadataToken":
|
|
12420
|
+
"metadataToken": 100704565,
|
|
12421
12421
|
"canonicalSignature": "():IEnumerator_1",
|
|
12422
12422
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
12423
12423
|
"emitScope": "ViewOnly",
|
|
@@ -12438,7 +12438,7 @@
|
|
|
12438
12438
|
{
|
|
12439
12439
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
12440
12440
|
"clrName": "GetEnumerator",
|
|
12441
|
-
"metadataToken":
|
|
12441
|
+
"metadataToken": 100703850,
|
|
12442
12442
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
12443
12443
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
12444
12444
|
"emitScope": "ViewOnly",
|
|
@@ -12459,7 +12459,7 @@
|
|
|
12459
12459
|
{
|
|
12460
12460
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
12461
12461
|
"clrName": "Add",
|
|
12462
|
-
"metadataToken":
|
|
12462
|
+
"metadataToken": 100704556,
|
|
12463
12463
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
12464
12464
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
12465
12465
|
"emitScope": "ViewOnly",
|
|
@@ -12480,7 +12480,7 @@
|
|
|
12480
12480
|
{
|
|
12481
12481
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
12482
12482
|
"clrName": "Remove",
|
|
12483
|
-
"metadataToken":
|
|
12483
|
+
"metadataToken": 100704557,
|
|
12484
12484
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
12485
12485
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
12486
12486
|
"emitScope": "ViewOnly",
|
|
@@ -12501,7 +12501,7 @@
|
|
|
12501
12501
|
{
|
|
12502
12502
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
12503
12503
|
"clrName": "Add",
|
|
12504
|
-
"metadataToken":
|
|
12504
|
+
"metadataToken": 100704543,
|
|
12505
12505
|
"canonicalSignature": "(T):System.Void",
|
|
12506
12506
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
12507
12507
|
"emitScope": "ViewOnly",
|
|
@@ -12522,7 +12522,7 @@
|
|
|
12522
12522
|
{
|
|
12523
12523
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
12524
12524
|
"clrName": "Clear",
|
|
12525
|
-
"metadataToken":
|
|
12525
|
+
"metadataToken": 100704544,
|
|
12526
12526
|
"canonicalSignature": "():System.Void",
|
|
12527
12527
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
12528
12528
|
"emitScope": "ViewOnly",
|
|
@@ -12543,7 +12543,7 @@
|
|
|
12543
12543
|
{
|
|
12544
12544
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
12545
12545
|
"clrName": "Contains",
|
|
12546
|
-
"metadataToken":
|
|
12546
|
+
"metadataToken": 100704545,
|
|
12547
12547
|
"canonicalSignature": "(T):System.Boolean",
|
|
12548
12548
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
12549
12549
|
"emitScope": "ViewOnly",
|
|
@@ -12564,7 +12564,7 @@
|
|
|
12564
12564
|
{
|
|
12565
12565
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
12566
12566
|
"clrName": "CopyTo",
|
|
12567
|
-
"metadataToken":
|
|
12567
|
+
"metadataToken": 100704546,
|
|
12568
12568
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
12569
12569
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
12570
12570
|
"emitScope": "ViewOnly",
|
|
@@ -12585,7 +12585,7 @@
|
|
|
12585
12585
|
{
|
|
12586
12586
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
12587
12587
|
"clrName": "Contains",
|
|
12588
|
-
"metadataToken":
|
|
12588
|
+
"metadataToken": 100703840,
|
|
12589
12589
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
12590
12590
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
12591
12591
|
"emitScope": "ViewOnly",
|
|
@@ -12606,7 +12606,7 @@
|
|
|
12606
12606
|
{
|
|
12607
12607
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
12608
12608
|
"clrName": "Add",
|
|
12609
|
-
"metadataToken":
|
|
12609
|
+
"metadataToken": 100703841,
|
|
12610
12610
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
12611
12611
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
12612
12612
|
"emitScope": "ViewOnly",
|
|
@@ -12627,7 +12627,7 @@
|
|
|
12627
12627
|
{
|
|
12628
12628
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
12629
12629
|
"clrName": "GetEnumerator",
|
|
12630
|
-
"metadataToken":
|
|
12630
|
+
"metadataToken": 100703845,
|
|
12631
12631
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
12632
12632
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
12633
12633
|
"emitScope": "ViewOnly",
|
|
@@ -12648,7 +12648,7 @@
|
|
|
12648
12648
|
{
|
|
12649
12649
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
12650
12650
|
"clrName": "Remove",
|
|
12651
|
-
"metadataToken":
|
|
12651
|
+
"metadataToken": 100703846,
|
|
12652
12652
|
"canonicalSignature": "(System.Object):System.Void",
|
|
12653
12653
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
12654
12654
|
"emitScope": "ViewOnly",
|
|
@@ -12669,7 +12669,7 @@
|
|
|
12669
12669
|
{
|
|
12670
12670
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
12671
12671
|
"clrName": "CopyTo",
|
|
12672
|
-
"metadataToken":
|
|
12672
|
+
"metadataToken": 100703831,
|
|
12673
12673
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
12674
12674
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
12675
12675
|
"emitScope": "ViewOnly",
|
|
@@ -12738,7 +12738,7 @@
|
|
|
12738
12738
|
{
|
|
12739
12739
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
12740
12740
|
"clrName": "ContainsKey",
|
|
12741
|
-
"metadataToken":
|
|
12741
|
+
"metadataToken": 100704577,
|
|
12742
12742
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
12743
12743
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
12744
12744
|
"emitScope": "ViewOnly",
|
|
@@ -12759,7 +12759,7 @@
|
|
|
12759
12759
|
{
|
|
12760
12760
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
12761
12761
|
"clrName": "TryGetValue",
|
|
12762
|
-
"metadataToken":
|
|
12762
|
+
"metadataToken": 100704578,
|
|
12763
12763
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
12764
12764
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
12765
12765
|
"emitScope": "ViewOnly",
|
|
@@ -12786,7 +12786,7 @@
|
|
|
12786
12786
|
{
|
|
12787
12787
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
12788
12788
|
"clrName": "ContainsKey",
|
|
12789
|
-
"metadataToken":
|
|
12789
|
+
"metadataToken": 100704555,
|
|
12790
12790
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
12791
12791
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
12792
12792
|
"emitScope": "ViewOnly",
|
|
@@ -12807,7 +12807,7 @@
|
|
|
12807
12807
|
{
|
|
12808
12808
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
12809
12809
|
"clrName": "TryGetValue",
|
|
12810
|
-
"metadataToken":
|
|
12810
|
+
"metadataToken": 100704558,
|
|
12811
12811
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
12812
12812
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
12813
12813
|
"emitScope": "ViewOnly",
|
|
@@ -12834,7 +12834,7 @@
|
|
|
12834
12834
|
{
|
|
12835
12835
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
12836
12836
|
"clrName": "Clear",
|
|
12837
|
-
"metadataToken":
|
|
12837
|
+
"metadataToken": 100703842,
|
|
12838
12838
|
"canonicalSignature": "():System.Void",
|
|
12839
12839
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
12840
12840
|
"emitScope": "ViewOnly",
|
|
@@ -12990,7 +12990,7 @@
|
|
|
12990
12990
|
{
|
|
12991
12991
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
12992
12992
|
"clrName": "Keys",
|
|
12993
|
-
"metadataToken":
|
|
12993
|
+
"metadataToken": 385881423,
|
|
12994
12994
|
"canonicalSignature": ":ICollection_1",
|
|
12995
12995
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
12996
12996
|
"emitScope": "ViewOnly",
|
|
@@ -13010,7 +13010,7 @@
|
|
|
13010
13010
|
{
|
|
13011
13011
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
13012
13012
|
"clrName": "IsReadOnly",
|
|
13013
|
-
"metadataToken":
|
|
13013
|
+
"metadataToken": 385881420,
|
|
13014
13014
|
"canonicalSignature": ":System.Boolean",
|
|
13015
13015
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
13016
13016
|
"emitScope": "ViewOnly",
|
|
@@ -13030,7 +13030,7 @@
|
|
|
13030
13030
|
{
|
|
13031
13031
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
13032
13032
|
"clrName": "Keys",
|
|
13033
|
-
"metadataToken":
|
|
13033
|
+
"metadataToken": 385881262,
|
|
13034
13034
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
13035
13035
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
13036
13036
|
"emitScope": "ViewOnly",
|
|
@@ -13050,7 +13050,7 @@
|
|
|
13050
13050
|
{
|
|
13051
13051
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
13052
13052
|
"clrName": "SyncRoot",
|
|
13053
|
-
"metadataToken":
|
|
13053
|
+
"metadataToken": 385881259,
|
|
13054
13054
|
"canonicalSignature": ":System.Object",
|
|
13055
13055
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
13056
13056
|
"emitScope": "ViewOnly",
|
|
@@ -13070,7 +13070,7 @@
|
|
|
13070
13070
|
{
|
|
13071
13071
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
13072
13072
|
"clrName": "Keys",
|
|
13073
|
-
"metadataToken":
|
|
13073
|
+
"metadataToken": 385881432,
|
|
13074
13074
|
"canonicalSignature": ":IEnumerable_1",
|
|
13075
13075
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
13076
13076
|
"emitScope": "ViewOnly",
|
|
@@ -13090,7 +13090,7 @@
|
|
|
13090
13090
|
{
|
|
13091
13091
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
13092
13092
|
"clrName": "Values",
|
|
13093
|
-
"metadataToken":
|
|
13093
|
+
"metadataToken": 385881433,
|
|
13094
13094
|
"canonicalSignature": ":IEnumerable_1",
|
|
13095
13095
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
13096
13096
|
"emitScope": "ViewOnly",
|
|
@@ -13110,7 +13110,7 @@
|
|
|
13110
13110
|
{
|
|
13111
13111
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
13112
13112
|
"clrName": "Count",
|
|
13113
|
-
"metadataToken":
|
|
13113
|
+
"metadataToken": 385881430,
|
|
13114
13114
|
"canonicalSignature": ":System.Int32",
|
|
13115
13115
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13116
13116
|
"emitScope": "ViewOnly",
|
|
@@ -13130,7 +13130,7 @@
|
|
|
13130
13130
|
{
|
|
13131
13131
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
13132
13132
|
"clrName": "Values",
|
|
13133
|
-
"metadataToken":
|
|
13133
|
+
"metadataToken": 385881424,
|
|
13134
13134
|
"canonicalSignature": ":ICollection_1",
|
|
13135
13135
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
13136
13136
|
"emitScope": "ViewOnly",
|
|
@@ -13150,7 +13150,7 @@
|
|
|
13150
13150
|
{
|
|
13151
13151
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
13152
13152
|
"clrName": "Count",
|
|
13153
|
-
"metadataToken":
|
|
13153
|
+
"metadataToken": 385881419,
|
|
13154
13154
|
"canonicalSignature": ":System.Int32",
|
|
13155
13155
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13156
13156
|
"emitScope": "ViewOnly",
|
|
@@ -13170,7 +13170,7 @@
|
|
|
13170
13170
|
{
|
|
13171
13171
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
13172
13172
|
"clrName": "Values",
|
|
13173
|
-
"metadataToken":
|
|
13173
|
+
"metadataToken": 385881263,
|
|
13174
13174
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
13175
13175
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
13176
13176
|
"emitScope": "ViewOnly",
|
|
@@ -13190,7 +13190,7 @@
|
|
|
13190
13190
|
{
|
|
13191
13191
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
13192
13192
|
"clrName": "IsReadOnly",
|
|
13193
|
-
"metadataToken":
|
|
13193
|
+
"metadataToken": 385881264,
|
|
13194
13194
|
"canonicalSignature": ":System.Boolean",
|
|
13195
13195
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
13196
13196
|
"emitScope": "ViewOnly",
|
|
@@ -13210,7 +13210,7 @@
|
|
|
13210
13210
|
{
|
|
13211
13211
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
13212
13212
|
"clrName": "IsFixedSize",
|
|
13213
|
-
"metadataToken":
|
|
13213
|
+
"metadataToken": 385881265,
|
|
13214
13214
|
"canonicalSignature": ":System.Boolean",
|
|
13215
13215
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
13216
13216
|
"emitScope": "ViewOnly",
|
|
@@ -13230,7 +13230,7 @@
|
|
|
13230
13230
|
{
|
|
13231
13231
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
13232
13232
|
"clrName": "Count",
|
|
13233
|
-
"metadataToken":
|
|
13233
|
+
"metadataToken": 385881258,
|
|
13234
13234
|
"canonicalSignature": ":System.Int32",
|
|
13235
13235
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13236
13236
|
"emitScope": "ViewOnly",
|
|
@@ -13250,7 +13250,7 @@
|
|
|
13250
13250
|
{
|
|
13251
13251
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
13252
13252
|
"clrName": "IsSynchronized",
|
|
13253
|
-
"metadataToken":
|
|
13253
|
+
"metadataToken": 385881260,
|
|
13254
13254
|
"canonicalSignature": ":System.Boolean",
|
|
13255
13255
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
13256
13256
|
"emitScope": "ViewOnly",
|
|
@@ -14540,7 +14540,7 @@
|
|
|
14540
14540
|
{
|
|
14541
14541
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
14542
14542
|
"clrName": "GetEnumerator",
|
|
14543
|
-
"metadataToken":
|
|
14543
|
+
"metadataToken": 100704565,
|
|
14544
14544
|
"canonicalSignature": "():IEnumerator_1",
|
|
14545
14545
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
14546
14546
|
"emitScope": "ViewOnly",
|
|
@@ -14561,7 +14561,7 @@
|
|
|
14561
14561
|
{
|
|
14562
14562
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
14563
14563
|
"clrName": "GetEnumerator",
|
|
14564
|
-
"metadataToken":
|
|
14564
|
+
"metadataToken": 100703850,
|
|
14565
14565
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
14566
14566
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
14567
14567
|
"emitScope": "ViewOnly",
|
|
@@ -14582,7 +14582,7 @@
|
|
|
14582
14582
|
{
|
|
14583
14583
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
14584
14584
|
"clrName": "Insert",
|
|
14585
|
-
"metadataToken":
|
|
14585
|
+
"metadataToken": 100704574,
|
|
14586
14586
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
14587
14587
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
14588
14588
|
"emitScope": "ViewOnly",
|
|
@@ -14603,7 +14603,7 @@
|
|
|
14603
14603
|
{
|
|
14604
14604
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
14605
14605
|
"clrName": "RemoveAt",
|
|
14606
|
-
"metadataToken":
|
|
14606
|
+
"metadataToken": 100704575,
|
|
14607
14607
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
14608
14608
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
14609
14609
|
"emitScope": "ViewOnly",
|
|
@@ -14624,7 +14624,7 @@
|
|
|
14624
14624
|
{
|
|
14625
14625
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
14626
14626
|
"clrName": "Add",
|
|
14627
|
-
"metadataToken":
|
|
14627
|
+
"metadataToken": 100704543,
|
|
14628
14628
|
"canonicalSignature": "(T):System.Void",
|
|
14629
14629
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
14630
14630
|
"emitScope": "ViewOnly",
|
|
@@ -14645,7 +14645,7 @@
|
|
|
14645
14645
|
{
|
|
14646
14646
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
14647
14647
|
"clrName": "Clear",
|
|
14648
|
-
"metadataToken":
|
|
14648
|
+
"metadataToken": 100704544,
|
|
14649
14649
|
"canonicalSignature": "():System.Void",
|
|
14650
14650
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
14651
14651
|
"emitScope": "ViewOnly",
|
|
@@ -14666,7 +14666,7 @@
|
|
|
14666
14666
|
{
|
|
14667
14667
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
14668
14668
|
"clrName": "CopyTo",
|
|
14669
|
-
"metadataToken":
|
|
14669
|
+
"metadataToken": 100704546,
|
|
14670
14670
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
14671
14671
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
14672
14672
|
"emitScope": "ViewOnly",
|
|
@@ -14687,7 +14687,7 @@
|
|
|
14687
14687
|
{
|
|
14688
14688
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
14689
14689
|
"clrName": "Remove",
|
|
14690
|
-
"metadataToken":
|
|
14690
|
+
"metadataToken": 100704547,
|
|
14691
14691
|
"canonicalSignature": "(T):System.Boolean",
|
|
14692
14692
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
14693
14693
|
"emitScope": "ViewOnly",
|
|
@@ -14708,7 +14708,7 @@
|
|
|
14708
14708
|
{
|
|
14709
14709
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
14710
14710
|
"clrName": "UnionWith",
|
|
14711
|
-
"metadataToken":
|
|
14711
|
+
"metadataToken": 100704584,
|
|
14712
14712
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
14713
14713
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
14714
14714
|
"emitScope": "ViewOnly",
|
|
@@ -14729,7 +14729,7 @@
|
|
|
14729
14729
|
{
|
|
14730
14730
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
14731
14731
|
"clrName": "Add",
|
|
14732
|
-
"metadataToken":
|
|
14732
|
+
"metadataToken": 100703859,
|
|
14733
14733
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
14734
14734
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
14735
14735
|
"emitScope": "ViewOnly",
|
|
@@ -14750,7 +14750,7 @@
|
|
|
14750
14750
|
{
|
|
14751
14751
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
14752
14752
|
"clrName": "Contains",
|
|
14753
|
-
"metadataToken":
|
|
14753
|
+
"metadataToken": 100703860,
|
|
14754
14754
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
14755
14755
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
14756
14756
|
"emitScope": "ViewOnly",
|
|
@@ -14771,7 +14771,7 @@
|
|
|
14771
14771
|
{
|
|
14772
14772
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
14773
14773
|
"clrName": "Insert",
|
|
14774
|
-
"metadataToken":
|
|
14774
|
+
"metadataToken": 100703865,
|
|
14775
14775
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
14776
14776
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
14777
14777
|
"emitScope": "ViewOnly",
|
|
@@ -14792,7 +14792,7 @@
|
|
|
14792
14792
|
{
|
|
14793
14793
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
14794
14794
|
"clrName": "Remove",
|
|
14795
|
-
"metadataToken":
|
|
14795
|
+
"metadataToken": 100703866,
|
|
14796
14796
|
"canonicalSignature": "(System.Object):System.Void",
|
|
14797
14797
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
14798
14798
|
"emitScope": "ViewOnly",
|
|
@@ -14813,7 +14813,7 @@
|
|
|
14813
14813
|
{
|
|
14814
14814
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
14815
14815
|
"clrName": "CopyTo",
|
|
14816
|
-
"metadataToken":
|
|
14816
|
+
"metadataToken": 100703831,
|
|
14817
14817
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
14818
14818
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
14819
14819
|
"emitScope": "ViewOnly",
|
|
@@ -14903,7 +14903,7 @@
|
|
|
14903
14903
|
{
|
|
14904
14904
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
14905
14905
|
"clrName": "Contains",
|
|
14906
|
-
"metadataToken":
|
|
14906
|
+
"metadataToken": 100704594,
|
|
14907
14907
|
"canonicalSignature": "(T):System.Boolean",
|
|
14908
14908
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
14909
14909
|
"emitScope": "ViewOnly",
|
|
@@ -14924,7 +14924,7 @@
|
|
|
14924
14924
|
{
|
|
14925
14925
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
14926
14926
|
"clrName": "IsProperSubsetOf",
|
|
14927
|
-
"metadataToken":
|
|
14927
|
+
"metadataToken": 100704595,
|
|
14928
14928
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
14929
14929
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
14930
14930
|
"emitScope": "ViewOnly",
|
|
@@ -14945,7 +14945,7 @@
|
|
|
14945
14945
|
{
|
|
14946
14946
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
14947
14947
|
"clrName": "IndexOf",
|
|
14948
|
-
"metadataToken":
|
|
14948
|
+
"metadataToken": 100704573,
|
|
14949
14949
|
"canonicalSignature": "(T):System.Int32",
|
|
14950
14950
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
14951
14951
|
"emitScope": "ViewOnly",
|
|
@@ -14966,7 +14966,7 @@
|
|
|
14966
14966
|
{
|
|
14967
14967
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
14968
14968
|
"clrName": "Contains",
|
|
14969
|
-
"metadataToken":
|
|
14969
|
+
"metadataToken": 100704545,
|
|
14970
14970
|
"canonicalSignature": "(T):System.Boolean",
|
|
14971
14971
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
14972
14972
|
"emitScope": "ViewOnly",
|
|
@@ -14987,7 +14987,7 @@
|
|
|
14987
14987
|
{
|
|
14988
14988
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
14989
14989
|
"clrName": "Add",
|
|
14990
|
-
"metadataToken":
|
|
14990
|
+
"metadataToken": 100704583,
|
|
14991
14991
|
"canonicalSignature": "(T):System.Boolean",
|
|
14992
14992
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
14993
14993
|
"emitScope": "ViewOnly",
|
|
@@ -15008,7 +15008,7 @@
|
|
|
15008
15008
|
{
|
|
15009
15009
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
15010
15010
|
"clrName": "IsSubsetOf",
|
|
15011
|
-
"metadataToken":
|
|
15011
|
+
"metadataToken": 100704588,
|
|
15012
15012
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
15013
15013
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
15014
15014
|
"emitScope": "ViewOnly",
|
|
@@ -15029,7 +15029,7 @@
|
|
|
15029
15029
|
{
|
|
15030
15030
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
15031
15031
|
"clrName": "Clear",
|
|
15032
|
-
"metadataToken":
|
|
15032
|
+
"metadataToken": 100703861,
|
|
15033
15033
|
"canonicalSignature": "():System.Void",
|
|
15034
15034
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
15035
15035
|
"emitScope": "ViewOnly",
|
|
@@ -15050,7 +15050,7 @@
|
|
|
15050
15050
|
{
|
|
15051
15051
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
15052
15052
|
"clrName": "RemoveAt",
|
|
15053
|
-
"metadataToken":
|
|
15053
|
+
"metadataToken": 100703867,
|
|
15054
15054
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
15055
15055
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
15056
15056
|
"emitScope": "ViewOnly",
|
|
@@ -15187,7 +15187,7 @@
|
|
|
15187
15187
|
{
|
|
15188
15188
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
15189
15189
|
"clrName": "IsReadOnly",
|
|
15190
|
-
"metadataToken":
|
|
15190
|
+
"metadataToken": 385881420,
|
|
15191
15191
|
"canonicalSignature": ":System.Boolean",
|
|
15192
15192
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
15193
15193
|
"emitScope": "ViewOnly",
|
|
@@ -15207,7 +15207,7 @@
|
|
|
15207
15207
|
{
|
|
15208
15208
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
15209
15209
|
"clrName": "SyncRoot",
|
|
15210
|
-
"metadataToken":
|
|
15210
|
+
"metadataToken": 385881259,
|
|
15211
15211
|
"canonicalSignature": ":System.Object",
|
|
15212
15212
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
15213
15213
|
"emitScope": "ViewOnly",
|
|
@@ -15227,7 +15227,7 @@
|
|
|
15227
15227
|
{
|
|
15228
15228
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
15229
15229
|
"clrName": "Count",
|
|
15230
|
-
"metadataToken":
|
|
15230
|
+
"metadataToken": 385881430,
|
|
15231
15231
|
"canonicalSignature": ":System.Int32",
|
|
15232
15232
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
15233
15233
|
"emitScope": "ViewOnly",
|
|
@@ -15247,7 +15247,7 @@
|
|
|
15247
15247
|
{
|
|
15248
15248
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
15249
15249
|
"clrName": "Count",
|
|
15250
|
-
"metadataToken":
|
|
15250
|
+
"metadataToken": 385881419,
|
|
15251
15251
|
"canonicalSignature": ":System.Int32",
|
|
15252
15252
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
15253
15253
|
"emitScope": "ViewOnly",
|
|
@@ -15267,7 +15267,7 @@
|
|
|
15267
15267
|
{
|
|
15268
15268
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
15269
15269
|
"clrName": "IsReadOnly",
|
|
15270
|
-
"metadataToken":
|
|
15270
|
+
"metadataToken": 385881271,
|
|
15271
15271
|
"canonicalSignature": ":System.Boolean",
|
|
15272
15272
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
15273
15273
|
"emitScope": "ViewOnly",
|
|
@@ -15287,7 +15287,7 @@
|
|
|
15287
15287
|
{
|
|
15288
15288
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
15289
15289
|
"clrName": "IsFixedSize",
|
|
15290
|
-
"metadataToken":
|
|
15290
|
+
"metadataToken": 385881272,
|
|
15291
15291
|
"canonicalSignature": ":System.Boolean",
|
|
15292
15292
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
15293
15293
|
"emitScope": "ViewOnly",
|
|
@@ -15307,7 +15307,7 @@
|
|
|
15307
15307
|
{
|
|
15308
15308
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
15309
15309
|
"clrName": "Count",
|
|
15310
|
-
"metadataToken":
|
|
15310
|
+
"metadataToken": 385881258,
|
|
15311
15311
|
"canonicalSignature": ":System.Int32",
|
|
15312
15312
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
15313
15313
|
"emitScope": "ViewOnly",
|
|
@@ -15327,7 +15327,7 @@
|
|
|
15327
15327
|
{
|
|
15328
15328
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
15329
15329
|
"clrName": "IsSynchronized",
|
|
15330
|
-
"metadataToken":
|
|
15330
|
+
"metadataToken": 385881260,
|
|
15331
15331
|
"canonicalSignature": ":System.Boolean",
|
|
15332
15332
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
15333
15333
|
"emitScope": "ViewOnly",
|
|
@@ -16293,7 +16293,7 @@
|
|
|
16293
16293
|
{
|
|
16294
16294
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
16295
16295
|
"clrName": "GetEnumerator",
|
|
16296
|
-
"metadataToken":
|
|
16296
|
+
"metadataToken": 100704565,
|
|
16297
16297
|
"canonicalSignature": "():IEnumerator_1",
|
|
16298
16298
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
16299
16299
|
"emitScope": "ViewOnly",
|
|
@@ -16314,7 +16314,7 @@
|
|
|
16314
16314
|
{
|
|
16315
16315
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
16316
16316
|
"clrName": "GetEnumerator",
|
|
16317
|
-
"metadataToken":
|
|
16317
|
+
"metadataToken": 100703850,
|
|
16318
16318
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
16319
16319
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
16320
16320
|
"emitScope": "ViewOnly",
|