@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
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
{
|
|
77
77
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Add(T):System.Void",
|
|
78
78
|
"clrName": "Add",
|
|
79
|
-
"metadataToken":
|
|
79
|
+
"metadataToken": 100703914,
|
|
80
80
|
"canonicalSignature": "(T):System.Void",
|
|
81
81
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
82
82
|
"emitScope": "ClassSurface",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Clear():System.Void",
|
|
98
98
|
"clrName": "Clear",
|
|
99
|
-
"metadataToken":
|
|
99
|
+
"metadataToken": 100703915,
|
|
100
100
|
"canonicalSignature": "():System.Void",
|
|
101
101
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
102
102
|
"emitScope": "ClassSurface",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
{
|
|
117
117
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
118
118
|
"clrName": "CopyTo",
|
|
119
|
-
"metadataToken":
|
|
119
|
+
"metadataToken": 100703916,
|
|
120
120
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
121
121
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
122
122
|
"emitScope": "ClassSurface",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
{
|
|
137
137
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Contains(T):System.Boolean",
|
|
138
138
|
"clrName": "Contains",
|
|
139
|
-
"metadataToken":
|
|
139
|
+
"metadataToken": 100703917,
|
|
140
140
|
"canonicalSignature": "(T):System.Boolean",
|
|
141
141
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
142
142
|
"emitScope": "ClassSurface",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
{
|
|
157
157
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::GetEnumerator():IEnumerator_1",
|
|
158
158
|
"clrName": "GetEnumerator",
|
|
159
|
-
"metadataToken":
|
|
159
|
+
"metadataToken": 100703918,
|
|
160
160
|
"canonicalSignature": "():IEnumerator_1",
|
|
161
161
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
162
162
|
"emitScope": "ClassSurface",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
{
|
|
177
177
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::IndexOf(T):System.Int32",
|
|
178
178
|
"clrName": "IndexOf",
|
|
179
|
-
"metadataToken":
|
|
179
|
+
"metadataToken": 100703919,
|
|
180
180
|
"canonicalSignature": "(T):System.Int32",
|
|
181
181
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
182
182
|
"emitScope": "ClassSurface",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
{
|
|
197
197
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Insert(System.Int32,T):System.Void",
|
|
198
198
|
"clrName": "Insert",
|
|
199
|
-
"metadataToken":
|
|
199
|
+
"metadataToken": 100703920,
|
|
200
200
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
201
201
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
202
202
|
"emitScope": "ClassSurface",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
{
|
|
217
217
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Remove(T):System.Boolean",
|
|
218
218
|
"clrName": "Remove",
|
|
219
|
-
"metadataToken":
|
|
219
|
+
"metadataToken": 100703921,
|
|
220
220
|
"canonicalSignature": "(T):System.Boolean",
|
|
221
221
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
222
222
|
"emitScope": "ClassSurface",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
{
|
|
237
237
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::RemoveAt(System.Int32):System.Void",
|
|
238
238
|
"clrName": "RemoveAt",
|
|
239
|
-
"metadataToken":
|
|
239
|
+
"metadataToken": 100703922,
|
|
240
240
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
241
241
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
242
242
|
"emitScope": "ClassSurface",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
{
|
|
257
257
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::ClearItems():System.Void",
|
|
258
258
|
"clrName": "ClearItems",
|
|
259
|
-
"metadataToken":
|
|
259
|
+
"metadataToken": 100703923,
|
|
260
260
|
"canonicalSignature": "():System.Void",
|
|
261
261
|
"normalizedSignature": "ClearItems|():System.Void|static=false",
|
|
262
262
|
"emitScope": "ClassSurface",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
{
|
|
277
277
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::InsertItem(System.Int32,T):System.Void",
|
|
278
278
|
"clrName": "InsertItem",
|
|
279
|
-
"metadataToken":
|
|
279
|
+
"metadataToken": 100703924,
|
|
280
280
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
281
281
|
"normalizedSignature": "InsertItem|(System.Int32,T):System.Void|static=false",
|
|
282
282
|
"emitScope": "ClassSurface",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
{
|
|
297
297
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::RemoveItem(System.Int32):System.Void",
|
|
298
298
|
"clrName": "RemoveItem",
|
|
299
|
-
"metadataToken":
|
|
299
|
+
"metadataToken": 100703925,
|
|
300
300
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
301
301
|
"normalizedSignature": "RemoveItem|(System.Int32):System.Void|static=false",
|
|
302
302
|
"emitScope": "ClassSurface",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
{
|
|
317
317
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::SetItem(System.Int32,T):System.Void",
|
|
318
318
|
"clrName": "SetItem",
|
|
319
|
-
"metadataToken":
|
|
319
|
+
"metadataToken": 100703926,
|
|
320
320
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
321
321
|
"normalizedSignature": "SetItem|(System.Int32,T):System.Void|static=false",
|
|
322
322
|
"emitScope": "ClassSurface",
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
{
|
|
337
337
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
338
338
|
"clrName": "GetEnumerator",
|
|
339
|
-
"metadataToken":
|
|
339
|
+
"metadataToken": 100703850,
|
|
340
340
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
341
341
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
342
342
|
"emitScope": "ViewOnly",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
{
|
|
358
358
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
359
359
|
"clrName": "Add",
|
|
360
|
-
"metadataToken":
|
|
360
|
+
"metadataToken": 100703859,
|
|
361
361
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
362
362
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
363
363
|
"emitScope": "ViewOnly",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
{
|
|
379
379
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
380
380
|
"clrName": "Contains",
|
|
381
|
-
"metadataToken":
|
|
381
|
+
"metadataToken": 100703860,
|
|
382
382
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
383
383
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
384
384
|
"emitScope": "ViewOnly",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
{
|
|
400
400
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
401
401
|
"clrName": "Insert",
|
|
402
|
-
"metadataToken":
|
|
402
|
+
"metadataToken": 100703865,
|
|
403
403
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
404
404
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
405
405
|
"emitScope": "ViewOnly",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
{
|
|
421
421
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
422
422
|
"clrName": "Remove",
|
|
423
|
-
"metadataToken":
|
|
423
|
+
"metadataToken": 100703866,
|
|
424
424
|
"canonicalSignature": "(System.Object):System.Void",
|
|
425
425
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
426
426
|
"emitScope": "ViewOnly",
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
{
|
|
442
442
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
443
443
|
"clrName": "CopyTo",
|
|
444
|
-
"metadataToken":
|
|
444
|
+
"metadataToken": 100703831,
|
|
445
445
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
446
446
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
447
447
|
"emitScope": "ViewOnly",
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
{
|
|
463
463
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
464
464
|
"clrName": "IndexOf",
|
|
465
|
-
"metadataToken":
|
|
465
|
+
"metadataToken": 100704573,
|
|
466
466
|
"canonicalSignature": "(T):System.Int32",
|
|
467
467
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
468
468
|
"emitScope": "ViewOnly",
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
{
|
|
484
484
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
485
485
|
"clrName": "Insert",
|
|
486
|
-
"metadataToken":
|
|
486
|
+
"metadataToken": 100704574,
|
|
487
487
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
488
488
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
489
489
|
"emitScope": "ViewOnly",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
{
|
|
505
505
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
506
506
|
"clrName": "RemoveAt",
|
|
507
|
-
"metadataToken":
|
|
507
|
+
"metadataToken": 100704575,
|
|
508
508
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
509
509
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
510
510
|
"emitScope": "ViewOnly",
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
{
|
|
526
526
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
527
527
|
"clrName": "Add",
|
|
528
|
-
"metadataToken":
|
|
528
|
+
"metadataToken": 100704543,
|
|
529
529
|
"canonicalSignature": "(T):System.Void",
|
|
530
530
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
531
531
|
"emitScope": "ViewOnly",
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
{
|
|
547
547
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
548
548
|
"clrName": "Clear",
|
|
549
|
-
"metadataToken":
|
|
549
|
+
"metadataToken": 100704544,
|
|
550
550
|
"canonicalSignature": "():System.Void",
|
|
551
551
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
552
552
|
"emitScope": "ViewOnly",
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
{
|
|
568
568
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
569
569
|
"clrName": "Contains",
|
|
570
|
-
"metadataToken":
|
|
570
|
+
"metadataToken": 100704545,
|
|
571
571
|
"canonicalSignature": "(T):System.Boolean",
|
|
572
572
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
573
573
|
"emitScope": "ViewOnly",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
{
|
|
589
589
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
590
590
|
"clrName": "CopyTo",
|
|
591
|
-
"metadataToken":
|
|
591
|
+
"metadataToken": 100704546,
|
|
592
592
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
593
593
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
594
594
|
"emitScope": "ViewOnly",
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
{
|
|
610
610
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
611
611
|
"clrName": "GetEnumerator",
|
|
612
|
-
"metadataToken":
|
|
612
|
+
"metadataToken": 100704565,
|
|
613
613
|
"canonicalSignature": "():IEnumerator_1",
|
|
614
614
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
615
615
|
"emitScope": "ViewOnly",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
{
|
|
631
631
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
632
632
|
"clrName": "Clear",
|
|
633
|
-
"metadataToken":
|
|
633
|
+
"metadataToken": 100703861,
|
|
634
634
|
"canonicalSignature": "():System.Void",
|
|
635
635
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
636
636
|
"emitScope": "ViewOnly",
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
{
|
|
652
652
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
653
653
|
"clrName": "RemoveAt",
|
|
654
|
-
"metadataToken":
|
|
654
|
+
"metadataToken": 100703867,
|
|
655
655
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
656
656
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
657
657
|
"emitScope": "ViewOnly",
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
{
|
|
675
675
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Count:System.Int32",
|
|
676
676
|
"clrName": "Count",
|
|
677
|
-
"metadataToken":
|
|
677
|
+
"metadataToken": 385881290,
|
|
678
678
|
"canonicalSignature": ":System.Int32",
|
|
679
679
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
680
680
|
"emitScope": "ClassSurface",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
{
|
|
694
694
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Items:IList_1",
|
|
695
695
|
"clrName": "Items",
|
|
696
|
-
"metadataToken":
|
|
696
|
+
"metadataToken": 385881291,
|
|
697
697
|
"canonicalSignature": ":IList_1",
|
|
698
698
|
"normalizedSignature": "Items|:IList_1|static=false|accessor=get",
|
|
699
699
|
"emitScope": "ClassSurface",
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
{
|
|
713
713
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::Item[System.Int32]:T",
|
|
714
714
|
"clrName": "Item",
|
|
715
|
-
"metadataToken":
|
|
715
|
+
"metadataToken": 385881292,
|
|
716
716
|
"canonicalSignature": "[System.Int32]:T",
|
|
717
717
|
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=getset",
|
|
718
718
|
"emitScope": "ClassSurface",
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
{
|
|
732
732
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
733
733
|
"clrName": "IsReadOnly",
|
|
734
|
-
"metadataToken":
|
|
734
|
+
"metadataToken": 385881420,
|
|
735
735
|
"canonicalSignature": ":System.Boolean",
|
|
736
736
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
737
737
|
"emitScope": "ViewOnly",
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
{
|
|
752
752
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
753
753
|
"clrName": "SyncRoot",
|
|
754
|
-
"metadataToken":
|
|
754
|
+
"metadataToken": 385881259,
|
|
755
755
|
"canonicalSignature": ":System.Object",
|
|
756
756
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
757
757
|
"emitScope": "ViewOnly",
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
{
|
|
772
772
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
773
773
|
"clrName": "Count",
|
|
774
|
-
"metadataToken":
|
|
774
|
+
"metadataToken": 385881419,
|
|
775
775
|
"canonicalSignature": ":System.Int32",
|
|
776
776
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
777
777
|
"emitScope": "ViewOnly",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
{
|
|
792
792
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
793
793
|
"clrName": "IsReadOnly",
|
|
794
|
-
"metadataToken":
|
|
794
|
+
"metadataToken": 385881271,
|
|
795
795
|
"canonicalSignature": ":System.Boolean",
|
|
796
796
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
797
797
|
"emitScope": "ViewOnly",
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
{
|
|
812
812
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
813
813
|
"clrName": "IsFixedSize",
|
|
814
|
-
"metadataToken":
|
|
814
|
+
"metadataToken": 385881272,
|
|
815
815
|
"canonicalSignature": ":System.Boolean",
|
|
816
816
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
817
817
|
"emitScope": "ViewOnly",
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
{
|
|
832
832
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
833
833
|
"clrName": "Count",
|
|
834
|
-
"metadataToken":
|
|
834
|
+
"metadataToken": 385881258,
|
|
835
835
|
"canonicalSignature": ":System.Int32",
|
|
836
836
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
837
837
|
"emitScope": "ViewOnly",
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
{
|
|
852
852
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
853
853
|
"clrName": "IsSynchronized",
|
|
854
|
-
"metadataToken":
|
|
854
|
+
"metadataToken": 385881260,
|
|
855
855
|
"canonicalSignature": ":System.Boolean",
|
|
856
856
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
857
857
|
"emitScope": "ViewOnly",
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
{
|
|
872
872
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
873
873
|
"clrName": "Count",
|
|
874
|
-
"metadataToken":
|
|
874
|
+
"metadataToken": 385881430,
|
|
875
875
|
"canonicalSignature": ":System.Int32",
|
|
876
876
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
877
877
|
"emitScope": "ViewOnly",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
"constructors": [
|
|
895
895
|
{
|
|
896
896
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::.ctor():void",
|
|
897
|
-
"metadataToken":
|
|
897
|
+
"metadataToken": 100703908,
|
|
898
898
|
"canonicalSignature": "():void",
|
|
899
899
|
"normalizedSignature": "constructor|():void|static=false",
|
|
900
900
|
"isStatic": false,
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
},
|
|
906
906
|
{
|
|
907
907
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601::.ctor(IList_1):void",
|
|
908
|
-
"metadataToken":
|
|
908
|
+
"metadataToken": 100703909,
|
|
909
909
|
"canonicalSignature": "(IList_1):void",
|
|
910
910
|
"normalizedSignature": "constructor|(IList_1):void|static=false",
|
|
911
911
|
"isStatic": false,
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
{
|
|
1178
1178
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
1179
1179
|
"clrName": "IndexOf",
|
|
1180
|
-
"metadataToken":
|
|
1180
|
+
"metadataToken": 100704573,
|
|
1181
1181
|
"canonicalSignature": "(T):System.Int32",
|
|
1182
1182
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
1183
1183
|
"emitScope": "ViewOnly",
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
{
|
|
1199
1199
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
1200
1200
|
"clrName": "Insert",
|
|
1201
|
-
"metadataToken":
|
|
1201
|
+
"metadataToken": 100704574,
|
|
1202
1202
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
1203
1203
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
1204
1204
|
"emitScope": "ViewOnly",
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
{
|
|
1220
1220
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
1221
1221
|
"clrName": "RemoveAt",
|
|
1222
|
-
"metadataToken":
|
|
1222
|
+
"metadataToken": 100704575,
|
|
1223
1223
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1224
1224
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1225
1225
|
"emitScope": "ViewOnly",
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
{
|
|
1241
1241
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
1242
1242
|
"clrName": "Add",
|
|
1243
|
-
"metadataToken":
|
|
1243
|
+
"metadataToken": 100704543,
|
|
1244
1244
|
"canonicalSignature": "(T):System.Void",
|
|
1245
1245
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
1246
1246
|
"emitScope": "ViewOnly",
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
{
|
|
1262
1262
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
1263
1263
|
"clrName": "Clear",
|
|
1264
|
-
"metadataToken":
|
|
1264
|
+
"metadataToken": 100704544,
|
|
1265
1265
|
"canonicalSignature": "():System.Void",
|
|
1266
1266
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1267
1267
|
"emitScope": "ViewOnly",
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
{
|
|
1283
1283
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1284
1284
|
"clrName": "Contains",
|
|
1285
|
-
"metadataToken":
|
|
1285
|
+
"metadataToken": 100704545,
|
|
1286
1286
|
"canonicalSignature": "(T):System.Boolean",
|
|
1287
1287
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1288
1288
|
"emitScope": "ViewOnly",
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
{
|
|
1304
1304
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1305
1305
|
"clrName": "CopyTo",
|
|
1306
|
-
"metadataToken":
|
|
1306
|
+
"metadataToken": 100704546,
|
|
1307
1307
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1308
1308
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
1309
1309
|
"emitScope": "ViewOnly",
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
{
|
|
1325
1325
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1326
1326
|
"clrName": "GetEnumerator",
|
|
1327
|
-
"metadataToken":
|
|
1327
|
+
"metadataToken": 100704565,
|
|
1328
1328
|
"canonicalSignature": "():IEnumerator_1",
|
|
1329
1329
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1330
1330
|
"emitScope": "ViewOnly",
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
{
|
|
1346
1346
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1347
1347
|
"clrName": "GetEnumerator",
|
|
1348
|
-
"metadataToken":
|
|
1348
|
+
"metadataToken": 100703850,
|
|
1349
1349
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1350
1350
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1351
1351
|
"emitScope": "ViewOnly",
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
{
|
|
1367
1367
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
1368
1368
|
"clrName": "Add",
|
|
1369
|
-
"metadataToken":
|
|
1369
|
+
"metadataToken": 100703859,
|
|
1370
1370
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
1371
1371
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
1372
1372
|
"emitScope": "ViewOnly",
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
{
|
|
1388
1388
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
1389
1389
|
"clrName": "Contains",
|
|
1390
|
-
"metadataToken":
|
|
1390
|
+
"metadataToken": 100703860,
|
|
1391
1391
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1392
1392
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
1393
1393
|
"emitScope": "ViewOnly",
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
{
|
|
1409
1409
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
1410
1410
|
"clrName": "Insert",
|
|
1411
|
-
"metadataToken":
|
|
1411
|
+
"metadataToken": 100703865,
|
|
1412
1412
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
1413
1413
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
1414
1414
|
"emitScope": "ViewOnly",
|
|
@@ -1429,7 +1429,7 @@
|
|
|
1429
1429
|
{
|
|
1430
1430
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
1431
1431
|
"clrName": "Remove",
|
|
1432
|
-
"metadataToken":
|
|
1432
|
+
"metadataToken": 100703866,
|
|
1433
1433
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1434
1434
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1435
1435
|
"emitScope": "ViewOnly",
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
{
|
|
1451
1451
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1452
1452
|
"clrName": "CopyTo",
|
|
1453
|
-
"metadataToken":
|
|
1453
|
+
"metadataToken": 100703831,
|
|
1454
1454
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1455
1455
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1456
1456
|
"emitScope": "ViewOnly",
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
{
|
|
1472
1472
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
1473
1473
|
"clrName": "Clear",
|
|
1474
|
-
"metadataToken":
|
|
1474
|
+
"metadataToken": 100703861,
|
|
1475
1475
|
"canonicalSignature": "():System.Void",
|
|
1476
1476
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1477
1477
|
"emitScope": "ViewOnly",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
{
|
|
1493
1493
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
1494
1494
|
"clrName": "RemoveAt",
|
|
1495
|
-
"metadataToken":
|
|
1495
|
+
"metadataToken": 100703867,
|
|
1496
1496
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1497
1497
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1498
1498
|
"emitScope": "ViewOnly",
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
{
|
|
1613
1613
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
1614
1614
|
"clrName": "Count",
|
|
1615
|
-
"metadataToken":
|
|
1615
|
+
"metadataToken": 385881419,
|
|
1616
1616
|
"canonicalSignature": ":System.Int32",
|
|
1617
1617
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1618
1618
|
"emitScope": "ViewOnly",
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
{
|
|
1633
1633
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
1634
1634
|
"clrName": "IsReadOnly",
|
|
1635
|
-
"metadataToken":
|
|
1635
|
+
"metadataToken": 385881420,
|
|
1636
1636
|
"canonicalSignature": ":System.Boolean",
|
|
1637
1637
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1638
1638
|
"emitScope": "ViewOnly",
|
|
@@ -1652,7 +1652,7 @@
|
|
|
1652
1652
|
{
|
|
1653
1653
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1654
1654
|
"clrName": "SyncRoot",
|
|
1655
|
-
"metadataToken":
|
|
1655
|
+
"metadataToken": 385881259,
|
|
1656
1656
|
"canonicalSignature": ":System.Object",
|
|
1657
1657
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1658
1658
|
"emitScope": "ViewOnly",
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
{
|
|
1673
1673
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
1674
1674
|
"clrName": "IsReadOnly",
|
|
1675
|
-
"metadataToken":
|
|
1675
|
+
"metadataToken": 385881271,
|
|
1676
1676
|
"canonicalSignature": ":System.Boolean",
|
|
1677
1677
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1678
1678
|
"emitScope": "ViewOnly",
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
{
|
|
1693
1693
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
1694
1694
|
"clrName": "IsFixedSize",
|
|
1695
|
-
"metadataToken":
|
|
1695
|
+
"metadataToken": 385881272,
|
|
1696
1696
|
"canonicalSignature": ":System.Boolean",
|
|
1697
1697
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1698
1698
|
"emitScope": "ViewOnly",
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
{
|
|
1713
1713
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1714
1714
|
"clrName": "Count",
|
|
1715
|
-
"metadataToken":
|
|
1715
|
+
"metadataToken": 385881258,
|
|
1716
1716
|
"canonicalSignature": ":System.Int32",
|
|
1717
1717
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1718
1718
|
"emitScope": "ViewOnly",
|
|
@@ -1732,7 +1732,7 @@
|
|
|
1732
1732
|
{
|
|
1733
1733
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1734
1734
|
"clrName": "IsSynchronized",
|
|
1735
|
-
"metadataToken":
|
|
1735
|
+
"metadataToken": 385881260,
|
|
1736
1736
|
"canonicalSignature": ":System.Boolean",
|
|
1737
1737
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1738
1738
|
"emitScope": "ViewOnly",
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
{
|
|
1753
1753
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1754
1754
|
"clrName": "Count",
|
|
1755
|
-
"metadataToken":
|
|
1755
|
+
"metadataToken": 385881430,
|
|
1756
1756
|
"canonicalSignature": ":System.Int32",
|
|
1757
1757
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1758
1758
|
"emitScope": "ViewOnly",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
{
|
|
2091
2091
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
2092
2092
|
"clrName": "IndexOf",
|
|
2093
|
-
"metadataToken":
|
|
2093
|
+
"metadataToken": 100704573,
|
|
2094
2094
|
"canonicalSignature": "(T):System.Int32",
|
|
2095
2095
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
2096
2096
|
"emitScope": "ViewOnly",
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
{
|
|
2112
2112
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
2113
2113
|
"clrName": "Insert",
|
|
2114
|
-
"metadataToken":
|
|
2114
|
+
"metadataToken": 100704574,
|
|
2115
2115
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
2116
2116
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
2117
2117
|
"emitScope": "ViewOnly",
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
{
|
|
2133
2133
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
2134
2134
|
"clrName": "RemoveAt",
|
|
2135
|
-
"metadataToken":
|
|
2135
|
+
"metadataToken": 100704575,
|
|
2136
2136
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2137
2137
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2138
2138
|
"emitScope": "ViewOnly",
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
{
|
|
2154
2154
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2155
2155
|
"clrName": "Add",
|
|
2156
|
-
"metadataToken":
|
|
2156
|
+
"metadataToken": 100704543,
|
|
2157
2157
|
"canonicalSignature": "(T):System.Void",
|
|
2158
2158
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2159
2159
|
"emitScope": "ViewOnly",
|
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
{
|
|
2175
2175
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2176
2176
|
"clrName": "Clear",
|
|
2177
|
-
"metadataToken":
|
|
2177
|
+
"metadataToken": 100704544,
|
|
2178
2178
|
"canonicalSignature": "():System.Void",
|
|
2179
2179
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2180
2180
|
"emitScope": "ViewOnly",
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
{
|
|
2196
2196
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
2197
2197
|
"clrName": "Contains",
|
|
2198
|
-
"metadataToken":
|
|
2198
|
+
"metadataToken": 100704545,
|
|
2199
2199
|
"canonicalSignature": "(T):System.Boolean",
|
|
2200
2200
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2201
2201
|
"emitScope": "ViewOnly",
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
{
|
|
2217
2217
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
2218
2218
|
"clrName": "CopyTo",
|
|
2219
|
-
"metadataToken":
|
|
2219
|
+
"metadataToken": 100704546,
|
|
2220
2220
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
2221
2221
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2222
2222
|
"emitScope": "ViewOnly",
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
{
|
|
2238
2238
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2239
2239
|
"clrName": "GetEnumerator",
|
|
2240
|
-
"metadataToken":
|
|
2240
|
+
"metadataToken": 100704565,
|
|
2241
2241
|
"canonicalSignature": "():IEnumerator_1",
|
|
2242
2242
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2243
2243
|
"emitScope": "ViewOnly",
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
{
|
|
2259
2259
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2260
2260
|
"clrName": "GetEnumerator",
|
|
2261
|
-
"metadataToken":
|
|
2261
|
+
"metadataToken": 100703850,
|
|
2262
2262
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2263
2263
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2264
2264
|
"emitScope": "ViewOnly",
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
{
|
|
2280
2280
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2281
2281
|
"clrName": "Add",
|
|
2282
|
-
"metadataToken":
|
|
2282
|
+
"metadataToken": 100703859,
|
|
2283
2283
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2284
2284
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2285
2285
|
"emitScope": "ViewOnly",
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
{
|
|
2301
2301
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2302
2302
|
"clrName": "Contains",
|
|
2303
|
-
"metadataToken":
|
|
2303
|
+
"metadataToken": 100703860,
|
|
2304
2304
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2305
2305
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2306
2306
|
"emitScope": "ViewOnly",
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
{
|
|
2322
2322
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2323
2323
|
"clrName": "Insert",
|
|
2324
|
-
"metadataToken":
|
|
2324
|
+
"metadataToken": 100703865,
|
|
2325
2325
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2326
2326
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2327
2327
|
"emitScope": "ViewOnly",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
{
|
|
2343
2343
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2344
2344
|
"clrName": "Remove",
|
|
2345
|
-
"metadataToken":
|
|
2345
|
+
"metadataToken": 100703866,
|
|
2346
2346
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2347
2347
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2348
2348
|
"emitScope": "ViewOnly",
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
{
|
|
2364
2364
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2365
2365
|
"clrName": "CopyTo",
|
|
2366
|
-
"metadataToken":
|
|
2366
|
+
"metadataToken": 100703831,
|
|
2367
2367
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2368
2368
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2369
2369
|
"emitScope": "ViewOnly",
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
{
|
|
2385
2385
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
2386
2386
|
"clrName": "Clear",
|
|
2387
|
-
"metadataToken":
|
|
2387
|
+
"metadataToken": 100703861,
|
|
2388
2388
|
"canonicalSignature": "():System.Void",
|
|
2389
2389
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2390
2390
|
"emitScope": "ViewOnly",
|
|
@@ -2405,7 +2405,7 @@
|
|
|
2405
2405
|
{
|
|
2406
2406
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
2407
2407
|
"clrName": "RemoveAt",
|
|
2408
|
-
"metadataToken":
|
|
2408
|
+
"metadataToken": 100703867,
|
|
2409
2409
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2410
2410
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2411
2411
|
"emitScope": "ViewOnly",
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
{
|
|
2429
2429
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
2430
2430
|
"clrName": "Count",
|
|
2431
|
-
"metadataToken":
|
|
2431
|
+
"metadataToken": 385881419,
|
|
2432
2432
|
"canonicalSignature": ":System.Int32",
|
|
2433
2433
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2434
2434
|
"emitScope": "ViewOnly",
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
{
|
|
2449
2449
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
2450
2450
|
"clrName": "IsReadOnly",
|
|
2451
|
-
"metadataToken":
|
|
2451
|
+
"metadataToken": 385881420,
|
|
2452
2452
|
"canonicalSignature": ":System.Boolean",
|
|
2453
2453
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2454
2454
|
"emitScope": "ViewOnly",
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
{
|
|
2469
2469
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
2470
2470
|
"clrName": "SyncRoot",
|
|
2471
|
-
"metadataToken":
|
|
2471
|
+
"metadataToken": 385881259,
|
|
2472
2472
|
"canonicalSignature": ":System.Object",
|
|
2473
2473
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2474
2474
|
"emitScope": "ViewOnly",
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
{
|
|
2489
2489
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
2490
2490
|
"clrName": "IsReadOnly",
|
|
2491
|
-
"metadataToken":
|
|
2491
|
+
"metadataToken": 385881271,
|
|
2492
2492
|
"canonicalSignature": ":System.Boolean",
|
|
2493
2493
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2494
2494
|
"emitScope": "ViewOnly",
|
|
@@ -2508,7 +2508,7 @@
|
|
|
2508
2508
|
{
|
|
2509
2509
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
2510
2510
|
"clrName": "IsFixedSize",
|
|
2511
|
-
"metadataToken":
|
|
2511
|
+
"metadataToken": 385881272,
|
|
2512
2512
|
"canonicalSignature": ":System.Boolean",
|
|
2513
2513
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
2514
2514
|
"emitScope": "ViewOnly",
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
{
|
|
2529
2529
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2530
2530
|
"clrName": "Count",
|
|
2531
|
-
"metadataToken":
|
|
2531
|
+
"metadataToken": 385881258,
|
|
2532
2532
|
"canonicalSignature": ":System.Int32",
|
|
2533
2533
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2534
2534
|
"emitScope": "ViewOnly",
|
|
@@ -2548,7 +2548,7 @@
|
|
|
2548
2548
|
{
|
|
2549
2549
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2550
2550
|
"clrName": "IsSynchronized",
|
|
2551
|
-
"metadataToken":
|
|
2551
|
+
"metadataToken": 385881260,
|
|
2552
2552
|
"canonicalSignature": ":System.Boolean",
|
|
2553
2553
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2554
2554
|
"emitScope": "ViewOnly",
|
|
@@ -2568,7 +2568,7 @@
|
|
|
2568
2568
|
{
|
|
2569
2569
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
2570
2570
|
"clrName": "Count",
|
|
2571
|
-
"metadataToken":
|
|
2571
|
+
"metadataToken": 385881430,
|
|
2572
2572
|
"canonicalSignature": ":System.Int32",
|
|
2573
2573
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2574
2574
|
"emitScope": "ViewOnly",
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
{
|
|
2717
2717
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Contains(T):System.Boolean",
|
|
2718
2718
|
"clrName": "Contains",
|
|
2719
|
-
"metadataToken":
|
|
2719
|
+
"metadataToken": 100703948,
|
|
2720
2720
|
"canonicalSignature": "(T):System.Boolean",
|
|
2721
2721
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2722
2722
|
"emitScope": "ClassSurface",
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
{
|
|
2737
2737
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
2738
2738
|
"clrName": "CopyTo",
|
|
2739
|
-
"metadataToken":
|
|
2739
|
+
"metadataToken": 100703949,
|
|
2740
2740
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
2741
2741
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2742
2742
|
"emitScope": "ClassSurface",
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
{
|
|
2757
2757
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::GetEnumerator():IEnumerator_1",
|
|
2758
2758
|
"clrName": "GetEnumerator",
|
|
2759
|
-
"metadataToken":
|
|
2759
|
+
"metadataToken": 100703950,
|
|
2760
2760
|
"canonicalSignature": "():IEnumerator_1",
|
|
2761
2761
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2762
2762
|
"emitScope": "ClassSurface",
|
|
@@ -2776,7 +2776,7 @@
|
|
|
2776
2776
|
{
|
|
2777
2777
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::IndexOf(T):System.Int32",
|
|
2778
2778
|
"clrName": "IndexOf",
|
|
2779
|
-
"metadataToken":
|
|
2779
|
+
"metadataToken": 100703951,
|
|
2780
2780
|
"canonicalSignature": "(T):System.Int32",
|
|
2781
2781
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
2782
2782
|
"emitScope": "ClassSurface",
|
|
@@ -2796,7 +2796,7 @@
|
|
|
2796
2796
|
{
|
|
2797
2797
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
2798
2798
|
"clrName": "Insert",
|
|
2799
|
-
"metadataToken":
|
|
2799
|
+
"metadataToken": 100704574,
|
|
2800
2800
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
2801
2801
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
2802
2802
|
"emitScope": "ViewOnly",
|
|
@@ -2817,7 +2817,7 @@
|
|
|
2817
2817
|
{
|
|
2818
2818
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
2819
2819
|
"clrName": "RemoveAt",
|
|
2820
|
-
"metadataToken":
|
|
2820
|
+
"metadataToken": 100704575,
|
|
2821
2821
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2822
2822
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2823
2823
|
"emitScope": "ViewOnly",
|
|
@@ -2838,7 +2838,7 @@
|
|
|
2838
2838
|
{
|
|
2839
2839
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2840
2840
|
"clrName": "Add",
|
|
2841
|
-
"metadataToken":
|
|
2841
|
+
"metadataToken": 100704543,
|
|
2842
2842
|
"canonicalSignature": "(T):System.Void",
|
|
2843
2843
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2844
2844
|
"emitScope": "ViewOnly",
|
|
@@ -2859,7 +2859,7 @@
|
|
|
2859
2859
|
{
|
|
2860
2860
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2861
2861
|
"clrName": "Clear",
|
|
2862
|
-
"metadataToken":
|
|
2862
|
+
"metadataToken": 100704544,
|
|
2863
2863
|
"canonicalSignature": "():System.Void",
|
|
2864
2864
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2865
2865
|
"emitScope": "ViewOnly",
|
|
@@ -2880,7 +2880,7 @@
|
|
|
2880
2880
|
{
|
|
2881
2881
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
2882
2882
|
"clrName": "Remove",
|
|
2883
|
-
"metadataToken":
|
|
2883
|
+
"metadataToken": 100704547,
|
|
2884
2884
|
"canonicalSignature": "(T):System.Boolean",
|
|
2885
2885
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
2886
2886
|
"emitScope": "ViewOnly",
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
{
|
|
2902
2902
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2903
2903
|
"clrName": "GetEnumerator",
|
|
2904
|
-
"metadataToken":
|
|
2904
|
+
"metadataToken": 100703850,
|
|
2905
2905
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2906
2906
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2907
2907
|
"emitScope": "ViewOnly",
|
|
@@ -2922,7 +2922,7 @@
|
|
|
2922
2922
|
{
|
|
2923
2923
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2924
2924
|
"clrName": "Add",
|
|
2925
|
-
"metadataToken":
|
|
2925
|
+
"metadataToken": 100703859,
|
|
2926
2926
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2927
2927
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2928
2928
|
"emitScope": "ViewOnly",
|
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
{
|
|
2944
2944
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2945
2945
|
"clrName": "Contains",
|
|
2946
|
-
"metadataToken":
|
|
2946
|
+
"metadataToken": 100703860,
|
|
2947
2947
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2948
2948
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2949
2949
|
"emitScope": "ViewOnly",
|
|
@@ -2964,7 +2964,7 @@
|
|
|
2964
2964
|
{
|
|
2965
2965
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2966
2966
|
"clrName": "Insert",
|
|
2967
|
-
"metadataToken":
|
|
2967
|
+
"metadataToken": 100703865,
|
|
2968
2968
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2969
2969
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2970
2970
|
"emitScope": "ViewOnly",
|
|
@@ -2985,7 +2985,7 @@
|
|
|
2985
2985
|
{
|
|
2986
2986
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2987
2987
|
"clrName": "Remove",
|
|
2988
|
-
"metadataToken":
|
|
2988
|
+
"metadataToken": 100703866,
|
|
2989
2989
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2990
2990
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2991
2991
|
"emitScope": "ViewOnly",
|
|
@@ -3006,7 +3006,7 @@
|
|
|
3006
3006
|
{
|
|
3007
3007
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3008
3008
|
"clrName": "CopyTo",
|
|
3009
|
-
"metadataToken":
|
|
3009
|
+
"metadataToken": 100703831,
|
|
3010
3010
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3011
3011
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3012
3012
|
"emitScope": "ViewOnly",
|
|
@@ -3027,7 +3027,7 @@
|
|
|
3027
3027
|
{
|
|
3028
3028
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
3029
3029
|
"clrName": "IndexOf",
|
|
3030
|
-
"metadataToken":
|
|
3030
|
+
"metadataToken": 100704573,
|
|
3031
3031
|
"canonicalSignature": "(T):System.Int32",
|
|
3032
3032
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
3033
3033
|
"emitScope": "ViewOnly",
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
{
|
|
3049
3049
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3050
3050
|
"clrName": "Contains",
|
|
3051
|
-
"metadataToken":
|
|
3051
|
+
"metadataToken": 100704545,
|
|
3052
3052
|
"canonicalSignature": "(T):System.Boolean",
|
|
3053
3053
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3054
3054
|
"emitScope": "ViewOnly",
|
|
@@ -3069,7 +3069,7 @@
|
|
|
3069
3069
|
{
|
|
3070
3070
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3071
3071
|
"clrName": "CopyTo",
|
|
3072
|
-
"metadataToken":
|
|
3072
|
+
"metadataToken": 100704546,
|
|
3073
3073
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3074
3074
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3075
3075
|
"emitScope": "ViewOnly",
|
|
@@ -3090,7 +3090,7 @@
|
|
|
3090
3090
|
{
|
|
3091
3091
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3092
3092
|
"clrName": "GetEnumerator",
|
|
3093
|
-
"metadataToken":
|
|
3093
|
+
"metadataToken": 100704565,
|
|
3094
3094
|
"canonicalSignature": "():IEnumerator_1",
|
|
3095
3095
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3096
3096
|
"emitScope": "ViewOnly",
|
|
@@ -3111,7 +3111,7 @@
|
|
|
3111
3111
|
{
|
|
3112
3112
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
3113
3113
|
"clrName": "Clear",
|
|
3114
|
-
"metadataToken":
|
|
3114
|
+
"metadataToken": 100703861,
|
|
3115
3115
|
"canonicalSignature": "():System.Void",
|
|
3116
3116
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3117
3117
|
"emitScope": "ViewOnly",
|
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
{
|
|
3133
3133
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
3134
3134
|
"clrName": "RemoveAt",
|
|
3135
|
-
"metadataToken":
|
|
3135
|
+
"metadataToken": 100703867,
|
|
3136
3136
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3137
3137
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3138
3138
|
"emitScope": "ViewOnly",
|
|
@@ -3155,7 +3155,7 @@
|
|
|
3155
3155
|
{
|
|
3156
3156
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Empty:ReadOnlyCollection_1",
|
|
3157
3157
|
"clrName": "Empty",
|
|
3158
|
-
"metadataToken":
|
|
3158
|
+
"metadataToken": 385881299,
|
|
3159
3159
|
"canonicalSignature": ":ReadOnlyCollection_1",
|
|
3160
3160
|
"normalizedSignature": "Empty|:ReadOnlyCollection_1|static=true|accessor=get",
|
|
3161
3161
|
"emitScope": "ClassSurface",
|
|
@@ -3177,7 +3177,7 @@
|
|
|
3177
3177
|
{
|
|
3178
3178
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Count:System.Int32",
|
|
3179
3179
|
"clrName": "Count",
|
|
3180
|
-
"metadataToken":
|
|
3180
|
+
"metadataToken": 385881300,
|
|
3181
3181
|
"canonicalSignature": ":System.Int32",
|
|
3182
3182
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3183
3183
|
"emitScope": "ClassSurface",
|
|
@@ -3196,7 +3196,7 @@
|
|
|
3196
3196
|
{
|
|
3197
3197
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Item[System.Int32]:T",
|
|
3198
3198
|
"clrName": "Item",
|
|
3199
|
-
"metadataToken":
|
|
3199
|
+
"metadataToken": 385881301,
|
|
3200
3200
|
"canonicalSignature": "[System.Int32]:T",
|
|
3201
3201
|
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
|
|
3202
3202
|
"emitScope": "ClassSurface",
|
|
@@ -3215,7 +3215,7 @@
|
|
|
3215
3215
|
{
|
|
3216
3216
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Items:IList_1",
|
|
3217
3217
|
"clrName": "Items",
|
|
3218
|
-
"metadataToken":
|
|
3218
|
+
"metadataToken": 385881302,
|
|
3219
3219
|
"canonicalSignature": ":IList_1",
|
|
3220
3220
|
"normalizedSignature": "Items|:IList_1|static=false|accessor=get",
|
|
3221
3221
|
"emitScope": "ClassSurface",
|
|
@@ -3234,7 +3234,7 @@
|
|
|
3234
3234
|
{
|
|
3235
3235
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3236
3236
|
"clrName": "IsReadOnly",
|
|
3237
|
-
"metadataToken":
|
|
3237
|
+
"metadataToken": 385881420,
|
|
3238
3238
|
"canonicalSignature": ":System.Boolean",
|
|
3239
3239
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3240
3240
|
"emitScope": "ViewOnly",
|
|
@@ -3254,7 +3254,7 @@
|
|
|
3254
3254
|
{
|
|
3255
3255
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3256
3256
|
"clrName": "SyncRoot",
|
|
3257
|
-
"metadataToken":
|
|
3257
|
+
"metadataToken": 385881259,
|
|
3258
3258
|
"canonicalSignature": ":System.Object",
|
|
3259
3259
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3260
3260
|
"emitScope": "ViewOnly",
|
|
@@ -3274,7 +3274,7 @@
|
|
|
3274
3274
|
{
|
|
3275
3275
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3276
3276
|
"clrName": "Count",
|
|
3277
|
-
"metadataToken":
|
|
3277
|
+
"metadataToken": 385881419,
|
|
3278
3278
|
"canonicalSignature": ":System.Int32",
|
|
3279
3279
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3280
3280
|
"emitScope": "ViewOnly",
|
|
@@ -3294,7 +3294,7 @@
|
|
|
3294
3294
|
{
|
|
3295
3295
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3296
3296
|
"clrName": "IsReadOnly",
|
|
3297
|
-
"metadataToken":
|
|
3297
|
+
"metadataToken": 385881271,
|
|
3298
3298
|
"canonicalSignature": ":System.Boolean",
|
|
3299
3299
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3300
3300
|
"emitScope": "ViewOnly",
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
{
|
|
3315
3315
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3316
3316
|
"clrName": "IsFixedSize",
|
|
3317
|
-
"metadataToken":
|
|
3317
|
+
"metadataToken": 385881272,
|
|
3318
3318
|
"canonicalSignature": ":System.Boolean",
|
|
3319
3319
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3320
3320
|
"emitScope": "ViewOnly",
|
|
@@ -3334,7 +3334,7 @@
|
|
|
3334
3334
|
{
|
|
3335
3335
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3336
3336
|
"clrName": "Count",
|
|
3337
|
-
"metadataToken":
|
|
3337
|
+
"metadataToken": 385881258,
|
|
3338
3338
|
"canonicalSignature": ":System.Int32",
|
|
3339
3339
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3340
3340
|
"emitScope": "ViewOnly",
|
|
@@ -3354,7 +3354,7 @@
|
|
|
3354
3354
|
{
|
|
3355
3355
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3356
3356
|
"clrName": "IsSynchronized",
|
|
3357
|
-
"metadataToken":
|
|
3357
|
+
"metadataToken": 385881260,
|
|
3358
3358
|
"canonicalSignature": ":System.Boolean",
|
|
3359
3359
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3360
3360
|
"emitScope": "ViewOnly",
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
{
|
|
3375
3375
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3376
3376
|
"clrName": "Count",
|
|
3377
|
-
"metadataToken":
|
|
3377
|
+
"metadataToken": 385881430,
|
|
3378
3378
|
"canonicalSignature": ":System.Int32",
|
|
3379
3379
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3380
3380
|
"emitScope": "ViewOnly",
|
|
@@ -3397,7 +3397,7 @@
|
|
|
3397
3397
|
"constructors": [
|
|
3398
3398
|
{
|
|
3399
3399
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::.ctor(IList_1):void",
|
|
3400
|
-
"metadataToken":
|
|
3400
|
+
"metadataToken": 100703944,
|
|
3401
3401
|
"canonicalSignature": "(IList_1):void",
|
|
3402
3402
|
"normalizedSignature": "constructor|(IList_1):void|static=false",
|
|
3403
3403
|
"isStatic": false,
|
|
@@ -3482,7 +3482,7 @@
|
|
|
3482
3482
|
{
|
|
3483
3483
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3484
3484
|
"clrName": "ContainsKey",
|
|
3485
|
-
"metadataToken":
|
|
3485
|
+
"metadataToken": 100703985,
|
|
3486
3486
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3487
3487
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3488
3488
|
"emitScope": "ClassSurface",
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
{
|
|
3503
3503
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3504
3504
|
"clrName": "TryGetValue",
|
|
3505
|
-
"metadataToken":
|
|
3505
|
+
"metadataToken": 100703987,
|
|
3506
3506
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3507
3507
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3508
3508
|
"emitScope": "ClassSurface",
|
|
@@ -3528,7 +3528,7 @@
|
|
|
3528
3528
|
{
|
|
3529
3529
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::GetEnumerator():IEnumerator_1",
|
|
3530
3530
|
"clrName": "GetEnumerator",
|
|
3531
|
-
"metadataToken":
|
|
3531
|
+
"metadataToken": 100704001,
|
|
3532
3532
|
"canonicalSignature": "():IEnumerator_1",
|
|
3533
3533
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3534
3534
|
"emitScope": "ClassSurface",
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
{
|
|
3549
3549
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
3550
3550
|
"clrName": "Add",
|
|
3551
|
-
"metadataToken":
|
|
3551
|
+
"metadataToken": 100704556,
|
|
3552
3552
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
3553
3553
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
3554
3554
|
"emitScope": "ViewOnly",
|
|
@@ -3569,7 +3569,7 @@
|
|
|
3569
3569
|
{
|
|
3570
3570
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
3571
3571
|
"clrName": "Remove",
|
|
3572
|
-
"metadataToken":
|
|
3572
|
+
"metadataToken": 100704557,
|
|
3573
3573
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3574
3574
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
3575
3575
|
"emitScope": "ViewOnly",
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
{
|
|
3591
3591
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
3592
3592
|
"clrName": "Add",
|
|
3593
|
-
"metadataToken":
|
|
3593
|
+
"metadataToken": 100704543,
|
|
3594
3594
|
"canonicalSignature": "(T):System.Void",
|
|
3595
3595
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
3596
3596
|
"emitScope": "ViewOnly",
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
{
|
|
3612
3612
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
3613
3613
|
"clrName": "Clear",
|
|
3614
|
-
"metadataToken":
|
|
3614
|
+
"metadataToken": 100704544,
|
|
3615
3615
|
"canonicalSignature": "():System.Void",
|
|
3616
3616
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3617
3617
|
"emitScope": "ViewOnly",
|
|
@@ -3632,7 +3632,7 @@
|
|
|
3632
3632
|
{
|
|
3633
3633
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3634
3634
|
"clrName": "Contains",
|
|
3635
|
-
"metadataToken":
|
|
3635
|
+
"metadataToken": 100704545,
|
|
3636
3636
|
"canonicalSignature": "(T):System.Boolean",
|
|
3637
3637
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3638
3638
|
"emitScope": "ViewOnly",
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
{
|
|
3654
3654
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3655
3655
|
"clrName": "CopyTo",
|
|
3656
|
-
"metadataToken":
|
|
3656
|
+
"metadataToken": 100704546,
|
|
3657
3657
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3658
3658
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3659
3659
|
"emitScope": "ViewOnly",
|
|
@@ -3674,7 +3674,7 @@
|
|
|
3674
3674
|
{
|
|
3675
3675
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3676
3676
|
"clrName": "GetEnumerator",
|
|
3677
|
-
"metadataToken":
|
|
3677
|
+
"metadataToken": 100704565,
|
|
3678
3678
|
"canonicalSignature": "():IEnumerator_1",
|
|
3679
3679
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3680
3680
|
"emitScope": "ViewOnly",
|
|
@@ -3695,7 +3695,7 @@
|
|
|
3695
3695
|
{
|
|
3696
3696
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3697
3697
|
"clrName": "GetEnumerator",
|
|
3698
|
-
"metadataToken":
|
|
3698
|
+
"metadataToken": 100703850,
|
|
3699
3699
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3700
3700
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3701
3701
|
"emitScope": "ViewOnly",
|
|
@@ -3716,7 +3716,7 @@
|
|
|
3716
3716
|
{
|
|
3717
3717
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
3718
3718
|
"clrName": "Contains",
|
|
3719
|
-
"metadataToken":
|
|
3719
|
+
"metadataToken": 100703840,
|
|
3720
3720
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
3721
3721
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
3722
3722
|
"emitScope": "ViewOnly",
|
|
@@ -3737,7 +3737,7 @@
|
|
|
3737
3737
|
{
|
|
3738
3738
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
3739
3739
|
"clrName": "Add",
|
|
3740
|
-
"metadataToken":
|
|
3740
|
+
"metadataToken": 100703841,
|
|
3741
3741
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
3742
3742
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
3743
3743
|
"emitScope": "ViewOnly",
|
|
@@ -3758,7 +3758,7 @@
|
|
|
3758
3758
|
{
|
|
3759
3759
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
3760
3760
|
"clrName": "GetEnumerator",
|
|
3761
|
-
"metadataToken":
|
|
3761
|
+
"metadataToken": 100703845,
|
|
3762
3762
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
3763
3763
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
3764
3764
|
"emitScope": "ViewOnly",
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
{
|
|
3780
3780
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
3781
3781
|
"clrName": "Remove",
|
|
3782
|
-
"metadataToken":
|
|
3782
|
+
"metadataToken": 100703846,
|
|
3783
3783
|
"canonicalSignature": "(System.Object):System.Void",
|
|
3784
3784
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
3785
3785
|
"emitScope": "ViewOnly",
|
|
@@ -3800,7 +3800,7 @@
|
|
|
3800
3800
|
{
|
|
3801
3801
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3802
3802
|
"clrName": "CopyTo",
|
|
3803
|
-
"metadataToken":
|
|
3803
|
+
"metadataToken": 100703831,
|
|
3804
3804
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3805
3805
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3806
3806
|
"emitScope": "ViewOnly",
|
|
@@ -3821,7 +3821,7 @@
|
|
|
3821
3821
|
{
|
|
3822
3822
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3823
3823
|
"clrName": "ContainsKey",
|
|
3824
|
-
"metadataToken":
|
|
3824
|
+
"metadataToken": 100704555,
|
|
3825
3825
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3826
3826
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3827
3827
|
"emitScope": "ViewOnly",
|
|
@@ -3842,7 +3842,7 @@
|
|
|
3842
3842
|
{
|
|
3843
3843
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3844
3844
|
"clrName": "TryGetValue",
|
|
3845
|
-
"metadataToken":
|
|
3845
|
+
"metadataToken": 100704558,
|
|
3846
3846
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3847
3847
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3848
3848
|
"emitScope": "ViewOnly",
|
|
@@ -3869,7 +3869,7 @@
|
|
|
3869
3869
|
{
|
|
3870
3870
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
3871
3871
|
"clrName": "Clear",
|
|
3872
|
-
"metadataToken":
|
|
3872
|
+
"metadataToken": 100703842,
|
|
3873
3873
|
"canonicalSignature": "():System.Void",
|
|
3874
3874
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3875
3875
|
"emitScope": "ViewOnly",
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
{
|
|
3891
3891
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3892
3892
|
"clrName": "ContainsKey",
|
|
3893
|
-
"metadataToken":
|
|
3893
|
+
"metadataToken": 100704577,
|
|
3894
3894
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3895
3895
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3896
3896
|
"emitScope": "ViewOnly",
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
{
|
|
3912
3912
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3913
3913
|
"clrName": "TryGetValue",
|
|
3914
|
-
"metadataToken":
|
|
3914
|
+
"metadataToken": 100704578,
|
|
3915
3915
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3916
3916
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3917
3917
|
"emitScope": "ViewOnly",
|
|
@@ -3940,7 +3940,7 @@
|
|
|
3940
3940
|
{
|
|
3941
3941
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Empty:ReadOnlyDictionary_2",
|
|
3942
3942
|
"clrName": "Empty",
|
|
3943
|
-
"metadataToken":
|
|
3943
|
+
"metadataToken": 385881310,
|
|
3944
3944
|
"canonicalSignature": ":ReadOnlyDictionary_2",
|
|
3945
3945
|
"normalizedSignature": "Empty|:ReadOnlyDictionary_2|static=true|accessor=get",
|
|
3946
3946
|
"emitScope": "ClassSurface",
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
{
|
|
3963
3963
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Dictionary:IDictionary_2",
|
|
3964
3964
|
"clrName": "Dictionary",
|
|
3965
|
-
"metadataToken":
|
|
3965
|
+
"metadataToken": 385881311,
|
|
3966
3966
|
"canonicalSignature": ":IDictionary_2",
|
|
3967
3967
|
"normalizedSignature": "Dictionary|:IDictionary_2|static=false|accessor=get",
|
|
3968
3968
|
"emitScope": "ClassSurface",
|
|
@@ -3981,7 +3981,7 @@
|
|
|
3981
3981
|
{
|
|
3982
3982
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Keys:KeyCollection",
|
|
3983
3983
|
"clrName": "Keys",
|
|
3984
|
-
"metadataToken":
|
|
3984
|
+
"metadataToken": 385881312,
|
|
3985
3985
|
"canonicalSignature": ":KeyCollection",
|
|
3986
3986
|
"normalizedSignature": "Keys|:KeyCollection|static=false|accessor=get",
|
|
3987
3987
|
"emitScope": "ClassSurface",
|
|
@@ -4000,7 +4000,7 @@
|
|
|
4000
4000
|
{
|
|
4001
4001
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Values:ValueCollection",
|
|
4002
4002
|
"clrName": "Values",
|
|
4003
|
-
"metadataToken":
|
|
4003
|
+
"metadataToken": 385881313,
|
|
4004
4004
|
"canonicalSignature": ":ValueCollection",
|
|
4005
4005
|
"normalizedSignature": "Values|:ValueCollection|static=false|accessor=get",
|
|
4006
4006
|
"emitScope": "ClassSurface",
|
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
{
|
|
4020
4020
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Item[TKey]:TValue",
|
|
4021
4021
|
"clrName": "Item",
|
|
4022
|
-
"metadataToken":
|
|
4022
|
+
"metadataToken": 385881316,
|
|
4023
4023
|
"canonicalSignature": "[TKey]:TValue",
|
|
4024
4024
|
"normalizedSignature": "Item|[TKey]:TValue|static=false|accessor=get",
|
|
4025
4025
|
"emitScope": "ClassSurface",
|
|
@@ -4038,7 +4038,7 @@
|
|
|
4038
4038
|
{
|
|
4039
4039
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Count:System.Int32",
|
|
4040
4040
|
"clrName": "Count",
|
|
4041
|
-
"metadataToken":
|
|
4041
|
+
"metadataToken": 385881318,
|
|
4042
4042
|
"canonicalSignature": ":System.Int32",
|
|
4043
4043
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4044
4044
|
"emitScope": "ClassSurface",
|
|
@@ -4057,7 +4057,7 @@
|
|
|
4057
4057
|
{
|
|
4058
4058
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
4059
4059
|
"clrName": "Keys",
|
|
4060
|
-
"metadataToken":
|
|
4060
|
+
"metadataToken": 385881423,
|
|
4061
4061
|
"canonicalSignature": ":ICollection_1",
|
|
4062
4062
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
4063
4063
|
"emitScope": "ViewOnly",
|
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
{
|
|
4078
4078
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4079
4079
|
"clrName": "IsReadOnly",
|
|
4080
|
-
"metadataToken":
|
|
4080
|
+
"metadataToken": 385881420,
|
|
4081
4081
|
"canonicalSignature": ":System.Boolean",
|
|
4082
4082
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4083
4083
|
"emitScope": "ViewOnly",
|
|
@@ -4097,7 +4097,7 @@
|
|
|
4097
4097
|
{
|
|
4098
4098
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
4099
4099
|
"clrName": "Keys",
|
|
4100
|
-
"metadataToken":
|
|
4100
|
+
"metadataToken": 385881262,
|
|
4101
4101
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4102
4102
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
4103
4103
|
"emitScope": "ViewOnly",
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
{
|
|
4118
4118
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4119
4119
|
"clrName": "SyncRoot",
|
|
4120
|
-
"metadataToken":
|
|
4120
|
+
"metadataToken": 385881259,
|
|
4121
4121
|
"canonicalSignature": ":System.Object",
|
|
4122
4122
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4123
4123
|
"emitScope": "ViewOnly",
|
|
@@ -4137,7 +4137,7 @@
|
|
|
4137
4137
|
{
|
|
4138
4138
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
4139
4139
|
"clrName": "Keys",
|
|
4140
|
-
"metadataToken":
|
|
4140
|
+
"metadataToken": 385881432,
|
|
4141
4141
|
"canonicalSignature": ":IEnumerable_1",
|
|
4142
4142
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
4143
4143
|
"emitScope": "ViewOnly",
|
|
@@ -4157,7 +4157,7 @@
|
|
|
4157
4157
|
{
|
|
4158
4158
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
4159
4159
|
"clrName": "Values",
|
|
4160
|
-
"metadataToken":
|
|
4160
|
+
"metadataToken": 385881424,
|
|
4161
4161
|
"canonicalSignature": ":ICollection_1",
|
|
4162
4162
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
4163
4163
|
"emitScope": "ViewOnly",
|
|
@@ -4177,7 +4177,7 @@
|
|
|
4177
4177
|
{
|
|
4178
4178
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4179
4179
|
"clrName": "Count",
|
|
4180
|
-
"metadataToken":
|
|
4180
|
+
"metadataToken": 385881419,
|
|
4181
4181
|
"canonicalSignature": ":System.Int32",
|
|
4182
4182
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4183
4183
|
"emitScope": "ViewOnly",
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
{
|
|
4198
4198
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
4199
4199
|
"clrName": "Values",
|
|
4200
|
-
"metadataToken":
|
|
4200
|
+
"metadataToken": 385881263,
|
|
4201
4201
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4202
4202
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
4203
4203
|
"emitScope": "ViewOnly",
|
|
@@ -4217,7 +4217,7 @@
|
|
|
4217
4217
|
{
|
|
4218
4218
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
4219
4219
|
"clrName": "IsReadOnly",
|
|
4220
|
-
"metadataToken":
|
|
4220
|
+
"metadataToken": 385881264,
|
|
4221
4221
|
"canonicalSignature": ":System.Boolean",
|
|
4222
4222
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4223
4223
|
"emitScope": "ViewOnly",
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
{
|
|
4238
4238
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
4239
4239
|
"clrName": "IsFixedSize",
|
|
4240
|
-
"metadataToken":
|
|
4240
|
+
"metadataToken": 385881265,
|
|
4241
4241
|
"canonicalSignature": ":System.Boolean",
|
|
4242
4242
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
4243
4243
|
"emitScope": "ViewOnly",
|
|
@@ -4257,7 +4257,7 @@
|
|
|
4257
4257
|
{
|
|
4258
4258
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4259
4259
|
"clrName": "Count",
|
|
4260
|
-
"metadataToken":
|
|
4260
|
+
"metadataToken": 385881258,
|
|
4261
4261
|
"canonicalSignature": ":System.Int32",
|
|
4262
4262
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4263
4263
|
"emitScope": "ViewOnly",
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
{
|
|
4278
4278
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4279
4279
|
"clrName": "IsSynchronized",
|
|
4280
|
-
"metadataToken":
|
|
4280
|
+
"metadataToken": 385881260,
|
|
4281
4281
|
"canonicalSignature": ":System.Boolean",
|
|
4282
4282
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4283
4283
|
"emitScope": "ViewOnly",
|
|
@@ -4297,7 +4297,7 @@
|
|
|
4297
4297
|
{
|
|
4298
4298
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
4299
4299
|
"clrName": "Values",
|
|
4300
|
-
"metadataToken":
|
|
4300
|
+
"metadataToken": 385881433,
|
|
4301
4301
|
"canonicalSignature": ":IEnumerable_1",
|
|
4302
4302
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
4303
4303
|
"emitScope": "ViewOnly",
|
|
@@ -4317,7 +4317,7 @@
|
|
|
4317
4317
|
{
|
|
4318
4318
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4319
4319
|
"clrName": "Count",
|
|
4320
|
-
"metadataToken":
|
|
4320
|
+
"metadataToken": 385881430,
|
|
4321
4321
|
"canonicalSignature": ":System.Int32",
|
|
4322
4322
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4323
4323
|
"emitScope": "ViewOnly",
|
|
@@ -4340,7 +4340,7 @@
|
|
|
4340
4340
|
"constructors": [
|
|
4341
4341
|
{
|
|
4342
4342
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::.ctor(IDictionary_2):void",
|
|
4343
|
-
"metadataToken":
|
|
4343
|
+
"metadataToken": 100703980,
|
|
4344
4344
|
"canonicalSignature": "(IDictionary_2):void",
|
|
4345
4345
|
"normalizedSignature": "constructor|(IDictionary_2):void|static=false",
|
|
4346
4346
|
"isStatic": false,
|
|
@@ -4405,7 +4405,7 @@
|
|
|
4405
4405
|
{
|
|
4406
4406
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Contains(TKey):System.Boolean",
|
|
4407
4407
|
"clrName": "Contains",
|
|
4408
|
-
"metadataToken":
|
|
4408
|
+
"metadataToken": 100704031,
|
|
4409
4409
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
4410
4410
|
"normalizedSignature": "Contains|(TKey):System.Boolean|static=false",
|
|
4411
4411
|
"emitScope": "ClassSurface",
|
|
@@ -4425,7 +4425,7 @@
|
|
|
4425
4425
|
{
|
|
4426
4426
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::CopyTo(TKey[],System.Int32):System.Void",
|
|
4427
4427
|
"clrName": "CopyTo",
|
|
4428
|
-
"metadataToken":
|
|
4428
|
+
"metadataToken": 100704032,
|
|
4429
4429
|
"canonicalSignature": "(TKey[],System.Int32):System.Void",
|
|
4430
4430
|
"normalizedSignature": "CopyTo|(TKey[],System.Int32):System.Void|static=false",
|
|
4431
4431
|
"emitScope": "ClassSurface",
|
|
@@ -4445,7 +4445,7 @@
|
|
|
4445
4445
|
{
|
|
4446
4446
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::GetEnumerator():IEnumerator_1",
|
|
4447
4447
|
"clrName": "GetEnumerator",
|
|
4448
|
-
"metadataToken":
|
|
4448
|
+
"metadataToken": 100704036,
|
|
4449
4449
|
"canonicalSignature": "():IEnumerator_1",
|
|
4450
4450
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4451
4451
|
"emitScope": "ClassSurface",
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
{
|
|
4468
4468
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Count:System.Int32",
|
|
4469
4469
|
"clrName": "Count",
|
|
4470
|
-
"metadataToken":
|
|
4470
|
+
"metadataToken": 385881333,
|
|
4471
4471
|
"canonicalSignature": ":System.Int32",
|
|
4472
4472
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4473
4473
|
"emitScope": "ClassSurface",
|
|
@@ -4542,7 +4542,7 @@
|
|
|
4542
4542
|
{
|
|
4543
4543
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::CopyTo(TValue[],System.Int32):System.Void",
|
|
4544
4544
|
"clrName": "CopyTo",
|
|
4545
|
-
"metadataToken":
|
|
4545
|
+
"metadataToken": 100704045,
|
|
4546
4546
|
"canonicalSignature": "(TValue[],System.Int32):System.Void",
|
|
4547
4547
|
"normalizedSignature": "CopyTo|(TValue[],System.Int32):System.Void|static=false",
|
|
4548
4548
|
"emitScope": "ClassSurface",
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
{
|
|
4563
4563
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::GetEnumerator():IEnumerator_1",
|
|
4564
4564
|
"clrName": "GetEnumerator",
|
|
4565
|
-
"metadataToken":
|
|
4565
|
+
"metadataToken": 100704049,
|
|
4566
4566
|
"canonicalSignature": "():IEnumerator_1",
|
|
4567
4567
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4568
4568
|
"emitScope": "ClassSurface",
|
|
@@ -4584,7 +4584,7 @@
|
|
|
4584
4584
|
{
|
|
4585
4585
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::Count:System.Int32",
|
|
4586
4586
|
"clrName": "Count",
|
|
4587
|
-
"metadataToken":
|
|
4587
|
+
"metadataToken": 385881337,
|
|
4588
4588
|
"canonicalSignature": ":System.Int32",
|
|
4589
4589
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4590
4590
|
"emitScope": "ClassSurface",
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
{
|
|
4728
4728
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
4729
4729
|
"clrName": "IndexOf",
|
|
4730
|
-
"metadataToken":
|
|
4730
|
+
"metadataToken": 100704573,
|
|
4731
4731
|
"canonicalSignature": "(T):System.Int32",
|
|
4732
4732
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
4733
4733
|
"emitScope": "ViewOnly",
|
|
@@ -4748,7 +4748,7 @@
|
|
|
4748
4748
|
{
|
|
4749
4749
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
4750
4750
|
"clrName": "Insert",
|
|
4751
|
-
"metadataToken":
|
|
4751
|
+
"metadataToken": 100704574,
|
|
4752
4752
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
4753
4753
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
4754
4754
|
"emitScope": "ViewOnly",
|
|
@@ -4769,7 +4769,7 @@
|
|
|
4769
4769
|
{
|
|
4770
4770
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
4771
4771
|
"clrName": "RemoveAt",
|
|
4772
|
-
"metadataToken":
|
|
4772
|
+
"metadataToken": 100704575,
|
|
4773
4773
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4774
4774
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4775
4775
|
"emitScope": "ViewOnly",
|
|
@@ -4790,7 +4790,7 @@
|
|
|
4790
4790
|
{
|
|
4791
4791
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
4792
4792
|
"clrName": "Add",
|
|
4793
|
-
"metadataToken":
|
|
4793
|
+
"metadataToken": 100704543,
|
|
4794
4794
|
"canonicalSignature": "(T):System.Void",
|
|
4795
4795
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
4796
4796
|
"emitScope": "ViewOnly",
|
|
@@ -4811,7 +4811,7 @@
|
|
|
4811
4811
|
{
|
|
4812
4812
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4813
4813
|
"clrName": "Clear",
|
|
4814
|
-
"metadataToken":
|
|
4814
|
+
"metadataToken": 100704544,
|
|
4815
4815
|
"canonicalSignature": "():System.Void",
|
|
4816
4816
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4817
4817
|
"emitScope": "ViewOnly",
|
|
@@ -4832,7 +4832,7 @@
|
|
|
4832
4832
|
{
|
|
4833
4833
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
4834
4834
|
"clrName": "Contains",
|
|
4835
|
-
"metadataToken":
|
|
4835
|
+
"metadataToken": 100704545,
|
|
4836
4836
|
"canonicalSignature": "(T):System.Boolean",
|
|
4837
4837
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4838
4838
|
"emitScope": "ViewOnly",
|
|
@@ -4853,7 +4853,7 @@
|
|
|
4853
4853
|
{
|
|
4854
4854
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4855
4855
|
"clrName": "CopyTo",
|
|
4856
|
-
"metadataToken":
|
|
4856
|
+
"metadataToken": 100704546,
|
|
4857
4857
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4858
4858
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4859
4859
|
"emitScope": "ViewOnly",
|
|
@@ -4874,7 +4874,7 @@
|
|
|
4874
4874
|
{
|
|
4875
4875
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4876
4876
|
"clrName": "GetEnumerator",
|
|
4877
|
-
"metadataToken":
|
|
4877
|
+
"metadataToken": 100704565,
|
|
4878
4878
|
"canonicalSignature": "():IEnumerator_1",
|
|
4879
4879
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4880
4880
|
"emitScope": "ViewOnly",
|
|
@@ -4895,7 +4895,7 @@
|
|
|
4895
4895
|
{
|
|
4896
4896
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4897
4897
|
"clrName": "GetEnumerator",
|
|
4898
|
-
"metadataToken":
|
|
4898
|
+
"metadataToken": 100703850,
|
|
4899
4899
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4900
4900
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4901
4901
|
"emitScope": "ViewOnly",
|
|
@@ -4916,7 +4916,7 @@
|
|
|
4916
4916
|
{
|
|
4917
4917
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
4918
4918
|
"clrName": "Add",
|
|
4919
|
-
"metadataToken":
|
|
4919
|
+
"metadataToken": 100703859,
|
|
4920
4920
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
4921
4921
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
4922
4922
|
"emitScope": "ViewOnly",
|
|
@@ -4937,7 +4937,7 @@
|
|
|
4937
4937
|
{
|
|
4938
4938
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
4939
4939
|
"clrName": "Contains",
|
|
4940
|
-
"metadataToken":
|
|
4940
|
+
"metadataToken": 100703860,
|
|
4941
4941
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4942
4942
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4943
4943
|
"emitScope": "ViewOnly",
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
{
|
|
4959
4959
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
4960
4960
|
"clrName": "Insert",
|
|
4961
|
-
"metadataToken":
|
|
4961
|
+
"metadataToken": 100703865,
|
|
4962
4962
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
4963
4963
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
4964
4964
|
"emitScope": "ViewOnly",
|
|
@@ -4979,7 +4979,7 @@
|
|
|
4979
4979
|
{
|
|
4980
4980
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
4981
4981
|
"clrName": "Remove",
|
|
4982
|
-
"metadataToken":
|
|
4982
|
+
"metadataToken": 100703866,
|
|
4983
4983
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4984
4984
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4985
4985
|
"emitScope": "ViewOnly",
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
{
|
|
5001
5001
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5002
5002
|
"clrName": "CopyTo",
|
|
5003
|
-
"metadataToken":
|
|
5003
|
+
"metadataToken": 100703831,
|
|
5004
5004
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5005
5005
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5006
5006
|
"emitScope": "ViewOnly",
|
|
@@ -5021,7 +5021,7 @@
|
|
|
5021
5021
|
{
|
|
5022
5022
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
5023
5023
|
"clrName": "Clear",
|
|
5024
|
-
"metadataToken":
|
|
5024
|
+
"metadataToken": 100703861,
|
|
5025
5025
|
"canonicalSignature": "():System.Void",
|
|
5026
5026
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5027
5027
|
"emitScope": "ViewOnly",
|
|
@@ -5042,7 +5042,7 @@
|
|
|
5042
5042
|
{
|
|
5043
5043
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
5044
5044
|
"clrName": "RemoveAt",
|
|
5045
|
-
"metadataToken":
|
|
5045
|
+
"metadataToken": 100703867,
|
|
5046
5046
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5047
5047
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5048
5048
|
"emitScope": "ViewOnly",
|
|
@@ -5087,7 +5087,7 @@
|
|
|
5087
5087
|
{
|
|
5088
5088
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5089
5089
|
"clrName": "Count",
|
|
5090
|
-
"metadataToken":
|
|
5090
|
+
"metadataToken": 385881419,
|
|
5091
5091
|
"canonicalSignature": ":System.Int32",
|
|
5092
5092
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5093
5093
|
"emitScope": "ViewOnly",
|
|
@@ -5107,7 +5107,7 @@
|
|
|
5107
5107
|
{
|
|
5108
5108
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5109
5109
|
"clrName": "IsReadOnly",
|
|
5110
|
-
"metadataToken":
|
|
5110
|
+
"metadataToken": 385881420,
|
|
5111
5111
|
"canonicalSignature": ":System.Boolean",
|
|
5112
5112
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5113
5113
|
"emitScope": "ViewOnly",
|
|
@@ -5127,7 +5127,7 @@
|
|
|
5127
5127
|
{
|
|
5128
5128
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5129
5129
|
"clrName": "SyncRoot",
|
|
5130
|
-
"metadataToken":
|
|
5130
|
+
"metadataToken": 385881259,
|
|
5131
5131
|
"canonicalSignature": ":System.Object",
|
|
5132
5132
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5133
5133
|
"emitScope": "ViewOnly",
|
|
@@ -5147,7 +5147,7 @@
|
|
|
5147
5147
|
{
|
|
5148
5148
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
5149
5149
|
"clrName": "IsReadOnly",
|
|
5150
|
-
"metadataToken":
|
|
5150
|
+
"metadataToken": 385881271,
|
|
5151
5151
|
"canonicalSignature": ":System.Boolean",
|
|
5152
5152
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5153
5153
|
"emitScope": "ViewOnly",
|
|
@@ -5167,7 +5167,7 @@
|
|
|
5167
5167
|
{
|
|
5168
5168
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
5169
5169
|
"clrName": "IsFixedSize",
|
|
5170
|
-
"metadataToken":
|
|
5170
|
+
"metadataToken": 385881272,
|
|
5171
5171
|
"canonicalSignature": ":System.Boolean",
|
|
5172
5172
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5173
5173
|
"emitScope": "ViewOnly",
|
|
@@ -5187,7 +5187,7 @@
|
|
|
5187
5187
|
{
|
|
5188
5188
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5189
5189
|
"clrName": "Count",
|
|
5190
|
-
"metadataToken":
|
|
5190
|
+
"metadataToken": 385881258,
|
|
5191
5191
|
"canonicalSignature": ":System.Int32",
|
|
5192
5192
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5193
5193
|
"emitScope": "ViewOnly",
|
|
@@ -5207,7 +5207,7 @@
|
|
|
5207
5207
|
{
|
|
5208
5208
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5209
5209
|
"clrName": "IsSynchronized",
|
|
5210
|
-
"metadataToken":
|
|
5210
|
+
"metadataToken": 385881260,
|
|
5211
5211
|
"canonicalSignature": ":System.Boolean",
|
|
5212
5212
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5213
5213
|
"emitScope": "ViewOnly",
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
{
|
|
5228
5228
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5229
5229
|
"clrName": "Count",
|
|
5230
|
-
"metadataToken":
|
|
5230
|
+
"metadataToken": 385881430,
|
|
5231
5231
|
"canonicalSignature": ":System.Int32",
|
|
5232
5232
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5233
5233
|
"emitScope": "ViewOnly",
|
|
@@ -5349,7 +5349,7 @@
|
|
|
5349
5349
|
{
|
|
5350
5350
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::GetEnumerator():IEnumerator_1",
|
|
5351
5351
|
"clrName": "GetEnumerator",
|
|
5352
|
-
"metadataToken":
|
|
5352
|
+
"metadataToken": 100704058,
|
|
5353
5353
|
"canonicalSignature": "():IEnumerator_1",
|
|
5354
5354
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5355
5355
|
"emitScope": "ClassSurface",
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
{
|
|
5370
5370
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
5371
5371
|
"clrName": "Contains",
|
|
5372
|
-
"metadataToken":
|
|
5372
|
+
"metadataToken": 100704060,
|
|
5373
5373
|
"canonicalSignature": "(T):System.Boolean",
|
|
5374
5374
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5375
5375
|
"emitScope": "ClassSurface",
|
|
@@ -5389,7 +5389,7 @@
|
|
|
5389
5389
|
{
|
|
5390
5390
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
5391
5391
|
"clrName": "IsProperSubsetOf",
|
|
5392
|
-
"metadataToken":
|
|
5392
|
+
"metadataToken": 100704061,
|
|
5393
5393
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5394
5394
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5395
5395
|
"emitScope": "ClassSurface",
|
|
@@ -5409,7 +5409,7 @@
|
|
|
5409
5409
|
{
|
|
5410
5410
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsProperSupersetOf(IEnumerable_1):System.Boolean",
|
|
5411
5411
|
"clrName": "IsProperSupersetOf",
|
|
5412
|
-
"metadataToken":
|
|
5412
|
+
"metadataToken": 100704062,
|
|
5413
5413
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5414
5414
|
"normalizedSignature": "IsProperSupersetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5415
5415
|
"emitScope": "ClassSurface",
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
{
|
|
5430
5430
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
5431
5431
|
"clrName": "IsSubsetOf",
|
|
5432
|
-
"metadataToken":
|
|
5432
|
+
"metadataToken": 100704063,
|
|
5433
5433
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5434
5434
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5435
5435
|
"emitScope": "ClassSurface",
|
|
@@ -5449,7 +5449,7 @@
|
|
|
5449
5449
|
{
|
|
5450
5450
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsSupersetOf(IEnumerable_1):System.Boolean",
|
|
5451
5451
|
"clrName": "IsSupersetOf",
|
|
5452
|
-
"metadataToken":
|
|
5452
|
+
"metadataToken": 100704064,
|
|
5453
5453
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5454
5454
|
"normalizedSignature": "IsSupersetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5455
5455
|
"emitScope": "ClassSurface",
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
{
|
|
5470
5470
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Overlaps(IEnumerable_1):System.Boolean",
|
|
5471
5471
|
"clrName": "Overlaps",
|
|
5472
|
-
"metadataToken":
|
|
5472
|
+
"metadataToken": 100704065,
|
|
5473
5473
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5474
5474
|
"normalizedSignature": "Overlaps|(IEnumerable_1):System.Boolean|static=false",
|
|
5475
5475
|
"emitScope": "ClassSurface",
|
|
@@ -5489,7 +5489,7 @@
|
|
|
5489
5489
|
{
|
|
5490
5490
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::SetEquals(IEnumerable_1):System.Boolean",
|
|
5491
5491
|
"clrName": "SetEquals",
|
|
5492
|
-
"metadataToken":
|
|
5492
|
+
"metadataToken": 100704066,
|
|
5493
5493
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5494
5494
|
"normalizedSignature": "SetEquals|(IEnumerable_1):System.Boolean|static=false",
|
|
5495
5495
|
"emitScope": "ClassSurface",
|
|
@@ -5509,7 +5509,7 @@
|
|
|
5509
5509
|
{
|
|
5510
5510
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5511
5511
|
"clrName": "GetEnumerator",
|
|
5512
|
-
"metadataToken":
|
|
5512
|
+
"metadataToken": 100703850,
|
|
5513
5513
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5514
5514
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5515
5515
|
"emitScope": "ViewOnly",
|
|
@@ -5530,7 +5530,7 @@
|
|
|
5530
5530
|
{
|
|
5531
5531
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
5532
5532
|
"clrName": "Add",
|
|
5533
|
-
"metadataToken":
|
|
5533
|
+
"metadataToken": 100704583,
|
|
5534
5534
|
"canonicalSignature": "(T):System.Boolean",
|
|
5535
5535
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
5536
5536
|
"emitScope": "ViewOnly",
|
|
@@ -5551,7 +5551,7 @@
|
|
|
5551
5551
|
{
|
|
5552
5552
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
5553
5553
|
"clrName": "UnionWith",
|
|
5554
|
-
"metadataToken":
|
|
5554
|
+
"metadataToken": 100704584,
|
|
5555
5555
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
5556
5556
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
5557
5557
|
"emitScope": "ViewOnly",
|
|
@@ -5572,7 +5572,7 @@
|
|
|
5572
5572
|
{
|
|
5573
5573
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
5574
5574
|
"clrName": "Add",
|
|
5575
|
-
"metadataToken":
|
|
5575
|
+
"metadataToken": 100704543,
|
|
5576
5576
|
"canonicalSignature": "(T):System.Void",
|
|
5577
5577
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
5578
5578
|
"emitScope": "ViewOnly",
|
|
@@ -5593,7 +5593,7 @@
|
|
|
5593
5593
|
{
|
|
5594
5594
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
5595
5595
|
"clrName": "Clear",
|
|
5596
|
-
"metadataToken":
|
|
5596
|
+
"metadataToken": 100704544,
|
|
5597
5597
|
"canonicalSignature": "():System.Void",
|
|
5598
5598
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5599
5599
|
"emitScope": "ViewOnly",
|
|
@@ -5614,7 +5614,7 @@
|
|
|
5614
5614
|
{
|
|
5615
5615
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
5616
5616
|
"clrName": "CopyTo",
|
|
5617
|
-
"metadataToken":
|
|
5617
|
+
"metadataToken": 100704546,
|
|
5618
5618
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
5619
5619
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
5620
5620
|
"emitScope": "ViewOnly",
|
|
@@ -5635,7 +5635,7 @@
|
|
|
5635
5635
|
{
|
|
5636
5636
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5637
5637
|
"clrName": "CopyTo",
|
|
5638
|
-
"metadataToken":
|
|
5638
|
+
"metadataToken": 100703831,
|
|
5639
5639
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5640
5640
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5641
5641
|
"emitScope": "ViewOnly",
|
|
@@ -5656,7 +5656,7 @@
|
|
|
5656
5656
|
{
|
|
5657
5657
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
5658
5658
|
"clrName": "Contains",
|
|
5659
|
-
"metadataToken":
|
|
5659
|
+
"metadataToken": 100704594,
|
|
5660
5660
|
"canonicalSignature": "(T):System.Boolean",
|
|
5661
5661
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5662
5662
|
"emitScope": "ViewOnly",
|
|
@@ -5677,7 +5677,7 @@
|
|
|
5677
5677
|
{
|
|
5678
5678
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
5679
5679
|
"clrName": "IsProperSubsetOf",
|
|
5680
|
-
"metadataToken":
|
|
5680
|
+
"metadataToken": 100704595,
|
|
5681
5681
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5682
5682
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5683
5683
|
"emitScope": "ViewOnly",
|
|
@@ -5698,7 +5698,7 @@
|
|
|
5698
5698
|
{
|
|
5699
5699
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
5700
5700
|
"clrName": "GetEnumerator",
|
|
5701
|
-
"metadataToken":
|
|
5701
|
+
"metadataToken": 100704565,
|
|
5702
5702
|
"canonicalSignature": "():IEnumerator_1",
|
|
5703
5703
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5704
5704
|
"emitScope": "ViewOnly",
|
|
@@ -5719,7 +5719,7 @@
|
|
|
5719
5719
|
{
|
|
5720
5720
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
5721
5721
|
"clrName": "IsSubsetOf",
|
|
5722
|
-
"metadataToken":
|
|
5722
|
+
"metadataToken": 100704588,
|
|
5723
5723
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5724
5724
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5725
5725
|
"emitScope": "ViewOnly",
|
|
@@ -5740,7 +5740,7 @@
|
|
|
5740
5740
|
{
|
|
5741
5741
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
5742
5742
|
"clrName": "Contains",
|
|
5743
|
-
"metadataToken":
|
|
5743
|
+
"metadataToken": 100704545,
|
|
5744
5744
|
"canonicalSignature": "(T):System.Boolean",
|
|
5745
5745
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5746
5746
|
"emitScope": "ViewOnly",
|
|
@@ -5763,7 +5763,7 @@
|
|
|
5763
5763
|
{
|
|
5764
5764
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Empty:ReadOnlySet_1",
|
|
5765
5765
|
"clrName": "Empty",
|
|
5766
|
-
"metadataToken":
|
|
5766
|
+
"metadataToken": 385881341,
|
|
5767
5767
|
"canonicalSignature": ":ReadOnlySet_1",
|
|
5768
5768
|
"normalizedSignature": "Empty|:ReadOnlySet_1|static=true|accessor=get",
|
|
5769
5769
|
"emitScope": "ClassSurface",
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
{
|
|
5786
5786
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Set:ISet_1",
|
|
5787
5787
|
"clrName": "Set",
|
|
5788
|
-
"metadataToken":
|
|
5788
|
+
"metadataToken": 385881342,
|
|
5789
5789
|
"canonicalSignature": ":ISet_1",
|
|
5790
5790
|
"normalizedSignature": "Set|:ISet_1|static=false|accessor=get",
|
|
5791
5791
|
"emitScope": "ClassSurface",
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
{
|
|
5805
5805
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Count:System.Int32",
|
|
5806
5806
|
"clrName": "Count",
|
|
5807
|
-
"metadataToken":
|
|
5807
|
+
"metadataToken": 385881343,
|
|
5808
5808
|
"canonicalSignature": ":System.Int32",
|
|
5809
5809
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5810
5810
|
"emitScope": "ClassSurface",
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
{
|
|
5824
5824
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5825
5825
|
"clrName": "IsReadOnly",
|
|
5826
|
-
"metadataToken":
|
|
5826
|
+
"metadataToken": 385881420,
|
|
5827
5827
|
"canonicalSignature": ":System.Boolean",
|
|
5828
5828
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5829
5829
|
"emitScope": "ViewOnly",
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
{
|
|
5844
5844
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5845
5845
|
"clrName": "SyncRoot",
|
|
5846
|
-
"metadataToken":
|
|
5846
|
+
"metadataToken": 385881259,
|
|
5847
5847
|
"canonicalSignature": ":System.Object",
|
|
5848
5848
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5849
5849
|
"emitScope": "ViewOnly",
|
|
@@ -5863,7 +5863,7 @@
|
|
|
5863
5863
|
{
|
|
5864
5864
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5865
5865
|
"clrName": "Count",
|
|
5866
|
-
"metadataToken":
|
|
5866
|
+
"metadataToken": 385881430,
|
|
5867
5867
|
"canonicalSignature": ":System.Int32",
|
|
5868
5868
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5869
5869
|
"emitScope": "ViewOnly",
|
|
@@ -5883,7 +5883,7 @@
|
|
|
5883
5883
|
{
|
|
5884
5884
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5885
5885
|
"clrName": "Count",
|
|
5886
|
-
"metadataToken":
|
|
5886
|
+
"metadataToken": 385881419,
|
|
5887
5887
|
"canonicalSignature": ":System.Int32",
|
|
5888
5888
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5889
5889
|
"emitScope": "ViewOnly",
|
|
@@ -5903,7 +5903,7 @@
|
|
|
5903
5903
|
{
|
|
5904
5904
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5905
5905
|
"clrName": "Count",
|
|
5906
|
-
"metadataToken":
|
|
5906
|
+
"metadataToken": 385881258,
|
|
5907
5907
|
"canonicalSignature": ":System.Int32",
|
|
5908
5908
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5909
5909
|
"emitScope": "ViewOnly",
|
|
@@ -5923,7 +5923,7 @@
|
|
|
5923
5923
|
{
|
|
5924
5924
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5925
5925
|
"clrName": "IsSynchronized",
|
|
5926
|
-
"metadataToken":
|
|
5926
|
+
"metadataToken": 385881260,
|
|
5927
5927
|
"canonicalSignature": ":System.Boolean",
|
|
5928
5928
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5929
5929
|
"emitScope": "ViewOnly",
|
|
@@ -5946,7 +5946,7 @@
|
|
|
5946
5946
|
"constructors": [
|
|
5947
5947
|
{
|
|
5948
5948
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::.ctor(ISet_1):void",
|
|
5949
|
-
"metadataToken":
|
|
5949
|
+
"metadataToken": 100704054,
|
|
5950
5950
|
"canonicalSignature": "(ISet_1):void",
|
|
5951
5951
|
"normalizedSignature": "constructor|(ISet_1):void|static=false",
|
|
5952
5952
|
"isStatic": false,
|
|
@@ -5976,7 +5976,7 @@
|
|
|
5976
5976
|
{
|
|
5977
5977
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection::CreateCollection(ReadOnlySpan_1):ReadOnlyCollection_1",
|
|
5978
5978
|
"clrName": "CreateCollection",
|
|
5979
|
-
"metadataToken":
|
|
5979
|
+
"metadataToken": 100703978,
|
|
5980
5980
|
"canonicalSignature": "(ReadOnlySpan_1):ReadOnlyCollection_1",
|
|
5981
5981
|
"normalizedSignature": "CreateCollection|(ReadOnlySpan_1):ReadOnlyCollection_1|static=true",
|
|
5982
5982
|
"emitScope": "ClassSurface",
|
|
@@ -5996,7 +5996,7 @@
|
|
|
5996
5996
|
{
|
|
5997
5997
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection::CreateSet(ReadOnlySpan_1):ReadOnlySet_1",
|
|
5998
5998
|
"clrName": "CreateSet",
|
|
5999
|
-
"metadataToken":
|
|
5999
|
+
"metadataToken": 100703979,
|
|
6000
6000
|
"canonicalSignature": "(ReadOnlySpan_1):ReadOnlySet_1",
|
|
6001
6001
|
"normalizedSignature": "CreateSet|(ReadOnlySpan_1):ReadOnlySet_1|static=true",
|
|
6002
6002
|
"emitScope": "ClassSurface",
|