@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -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",
|
|
@@ -3169,12 +3169,15 @@
|
|
|
3169
3169
|
"isOverride": false,
|
|
3170
3170
|
"visibility": "Public",
|
|
3171
3171
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
3172
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3172
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3173
|
+
"emitSemantics": {
|
|
3174
|
+
"callableStaticAccessorKind": "property"
|
|
3175
|
+
}
|
|
3173
3176
|
},
|
|
3174
3177
|
{
|
|
3175
3178
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Count:System.Int32",
|
|
3176
3179
|
"clrName": "Count",
|
|
3177
|
-
"metadataToken":
|
|
3180
|
+
"metadataToken": 385881300,
|
|
3178
3181
|
"canonicalSignature": ":System.Int32",
|
|
3179
3182
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3180
3183
|
"emitScope": "ClassSurface",
|
|
@@ -3193,7 +3196,7 @@
|
|
|
3193
3196
|
{
|
|
3194
3197
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Item[System.Int32]:T",
|
|
3195
3198
|
"clrName": "Item",
|
|
3196
|
-
"metadataToken":
|
|
3199
|
+
"metadataToken": 385881301,
|
|
3197
3200
|
"canonicalSignature": "[System.Int32]:T",
|
|
3198
3201
|
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
|
|
3199
3202
|
"emitScope": "ClassSurface",
|
|
@@ -3212,7 +3215,7 @@
|
|
|
3212
3215
|
{
|
|
3213
3216
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Items:IList_1",
|
|
3214
3217
|
"clrName": "Items",
|
|
3215
|
-
"metadataToken":
|
|
3218
|
+
"metadataToken": 385881302,
|
|
3216
3219
|
"canonicalSignature": ":IList_1",
|
|
3217
3220
|
"normalizedSignature": "Items|:IList_1|static=false|accessor=get",
|
|
3218
3221
|
"emitScope": "ClassSurface",
|
|
@@ -3231,7 +3234,7 @@
|
|
|
3231
3234
|
{
|
|
3232
3235
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3233
3236
|
"clrName": "IsReadOnly",
|
|
3234
|
-
"metadataToken":
|
|
3237
|
+
"metadataToken": 385881420,
|
|
3235
3238
|
"canonicalSignature": ":System.Boolean",
|
|
3236
3239
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3237
3240
|
"emitScope": "ViewOnly",
|
|
@@ -3251,7 +3254,7 @@
|
|
|
3251
3254
|
{
|
|
3252
3255
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3253
3256
|
"clrName": "SyncRoot",
|
|
3254
|
-
"metadataToken":
|
|
3257
|
+
"metadataToken": 385881259,
|
|
3255
3258
|
"canonicalSignature": ":System.Object",
|
|
3256
3259
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3257
3260
|
"emitScope": "ViewOnly",
|
|
@@ -3271,7 +3274,7 @@
|
|
|
3271
3274
|
{
|
|
3272
3275
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3273
3276
|
"clrName": "Count",
|
|
3274
|
-
"metadataToken":
|
|
3277
|
+
"metadataToken": 385881419,
|
|
3275
3278
|
"canonicalSignature": ":System.Int32",
|
|
3276
3279
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3277
3280
|
"emitScope": "ViewOnly",
|
|
@@ -3291,7 +3294,7 @@
|
|
|
3291
3294
|
{
|
|
3292
3295
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3293
3296
|
"clrName": "IsReadOnly",
|
|
3294
|
-
"metadataToken":
|
|
3297
|
+
"metadataToken": 385881271,
|
|
3295
3298
|
"canonicalSignature": ":System.Boolean",
|
|
3296
3299
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3297
3300
|
"emitScope": "ViewOnly",
|
|
@@ -3311,7 +3314,7 @@
|
|
|
3311
3314
|
{
|
|
3312
3315
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3313
3316
|
"clrName": "IsFixedSize",
|
|
3314
|
-
"metadataToken":
|
|
3317
|
+
"metadataToken": 385881272,
|
|
3315
3318
|
"canonicalSignature": ":System.Boolean",
|
|
3316
3319
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3317
3320
|
"emitScope": "ViewOnly",
|
|
@@ -3331,7 +3334,7 @@
|
|
|
3331
3334
|
{
|
|
3332
3335
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3333
3336
|
"clrName": "Count",
|
|
3334
|
-
"metadataToken":
|
|
3337
|
+
"metadataToken": 385881258,
|
|
3335
3338
|
"canonicalSignature": ":System.Int32",
|
|
3336
3339
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3337
3340
|
"emitScope": "ViewOnly",
|
|
@@ -3351,7 +3354,7 @@
|
|
|
3351
3354
|
{
|
|
3352
3355
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3353
3356
|
"clrName": "IsSynchronized",
|
|
3354
|
-
"metadataToken":
|
|
3357
|
+
"metadataToken": 385881260,
|
|
3355
3358
|
"canonicalSignature": ":System.Boolean",
|
|
3356
3359
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3357
3360
|
"emitScope": "ViewOnly",
|
|
@@ -3371,7 +3374,7 @@
|
|
|
3371
3374
|
{
|
|
3372
3375
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3373
3376
|
"clrName": "Count",
|
|
3374
|
-
"metadataToken":
|
|
3377
|
+
"metadataToken": 385881430,
|
|
3375
3378
|
"canonicalSignature": ":System.Int32",
|
|
3376
3379
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3377
3380
|
"emitScope": "ViewOnly",
|
|
@@ -3394,7 +3397,7 @@
|
|
|
3394
3397
|
"constructors": [
|
|
3395
3398
|
{
|
|
3396
3399
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::.ctor(IList_1):void",
|
|
3397
|
-
"metadataToken":
|
|
3400
|
+
"metadataToken": 100703944,
|
|
3398
3401
|
"canonicalSignature": "(IList_1):void",
|
|
3399
3402
|
"normalizedSignature": "constructor|(IList_1):void|static=false",
|
|
3400
3403
|
"isStatic": false,
|
|
@@ -3479,7 +3482,7 @@
|
|
|
3479
3482
|
{
|
|
3480
3483
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3481
3484
|
"clrName": "ContainsKey",
|
|
3482
|
-
"metadataToken":
|
|
3485
|
+
"metadataToken": 100703985,
|
|
3483
3486
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3484
3487
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3485
3488
|
"emitScope": "ClassSurface",
|
|
@@ -3499,7 +3502,7 @@
|
|
|
3499
3502
|
{
|
|
3500
3503
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3501
3504
|
"clrName": "TryGetValue",
|
|
3502
|
-
"metadataToken":
|
|
3505
|
+
"metadataToken": 100703987,
|
|
3503
3506
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3504
3507
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3505
3508
|
"emitScope": "ClassSurface",
|
|
@@ -3525,7 +3528,7 @@
|
|
|
3525
3528
|
{
|
|
3526
3529
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::GetEnumerator():IEnumerator_1",
|
|
3527
3530
|
"clrName": "GetEnumerator",
|
|
3528
|
-
"metadataToken":
|
|
3531
|
+
"metadataToken": 100704001,
|
|
3529
3532
|
"canonicalSignature": "():IEnumerator_1",
|
|
3530
3533
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3531
3534
|
"emitScope": "ClassSurface",
|
|
@@ -3545,7 +3548,7 @@
|
|
|
3545
3548
|
{
|
|
3546
3549
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
3547
3550
|
"clrName": "Add",
|
|
3548
|
-
"metadataToken":
|
|
3551
|
+
"metadataToken": 100704556,
|
|
3549
3552
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
3550
3553
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
3551
3554
|
"emitScope": "ViewOnly",
|
|
@@ -3566,7 +3569,7 @@
|
|
|
3566
3569
|
{
|
|
3567
3570
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
3568
3571
|
"clrName": "Remove",
|
|
3569
|
-
"metadataToken":
|
|
3572
|
+
"metadataToken": 100704557,
|
|
3570
3573
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3571
3574
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
3572
3575
|
"emitScope": "ViewOnly",
|
|
@@ -3587,7 +3590,7 @@
|
|
|
3587
3590
|
{
|
|
3588
3591
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
3589
3592
|
"clrName": "Add",
|
|
3590
|
-
"metadataToken":
|
|
3593
|
+
"metadataToken": 100704543,
|
|
3591
3594
|
"canonicalSignature": "(T):System.Void",
|
|
3592
3595
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
3593
3596
|
"emitScope": "ViewOnly",
|
|
@@ -3608,7 +3611,7 @@
|
|
|
3608
3611
|
{
|
|
3609
3612
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
3610
3613
|
"clrName": "Clear",
|
|
3611
|
-
"metadataToken":
|
|
3614
|
+
"metadataToken": 100704544,
|
|
3612
3615
|
"canonicalSignature": "():System.Void",
|
|
3613
3616
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3614
3617
|
"emitScope": "ViewOnly",
|
|
@@ -3629,7 +3632,7 @@
|
|
|
3629
3632
|
{
|
|
3630
3633
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3631
3634
|
"clrName": "Contains",
|
|
3632
|
-
"metadataToken":
|
|
3635
|
+
"metadataToken": 100704545,
|
|
3633
3636
|
"canonicalSignature": "(T):System.Boolean",
|
|
3634
3637
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3635
3638
|
"emitScope": "ViewOnly",
|
|
@@ -3650,7 +3653,7 @@
|
|
|
3650
3653
|
{
|
|
3651
3654
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3652
3655
|
"clrName": "CopyTo",
|
|
3653
|
-
"metadataToken":
|
|
3656
|
+
"metadataToken": 100704546,
|
|
3654
3657
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3655
3658
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3656
3659
|
"emitScope": "ViewOnly",
|
|
@@ -3671,7 +3674,7 @@
|
|
|
3671
3674
|
{
|
|
3672
3675
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3673
3676
|
"clrName": "GetEnumerator",
|
|
3674
|
-
"metadataToken":
|
|
3677
|
+
"metadataToken": 100704565,
|
|
3675
3678
|
"canonicalSignature": "():IEnumerator_1",
|
|
3676
3679
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3677
3680
|
"emitScope": "ViewOnly",
|
|
@@ -3692,7 +3695,7 @@
|
|
|
3692
3695
|
{
|
|
3693
3696
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3694
3697
|
"clrName": "GetEnumerator",
|
|
3695
|
-
"metadataToken":
|
|
3698
|
+
"metadataToken": 100703850,
|
|
3696
3699
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3697
3700
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3698
3701
|
"emitScope": "ViewOnly",
|
|
@@ -3713,7 +3716,7 @@
|
|
|
3713
3716
|
{
|
|
3714
3717
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
3715
3718
|
"clrName": "Contains",
|
|
3716
|
-
"metadataToken":
|
|
3719
|
+
"metadataToken": 100703840,
|
|
3717
3720
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
3718
3721
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
3719
3722
|
"emitScope": "ViewOnly",
|
|
@@ -3734,7 +3737,7 @@
|
|
|
3734
3737
|
{
|
|
3735
3738
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
3736
3739
|
"clrName": "Add",
|
|
3737
|
-
"metadataToken":
|
|
3740
|
+
"metadataToken": 100703841,
|
|
3738
3741
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
3739
3742
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
3740
3743
|
"emitScope": "ViewOnly",
|
|
@@ -3755,7 +3758,7 @@
|
|
|
3755
3758
|
{
|
|
3756
3759
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
3757
3760
|
"clrName": "GetEnumerator",
|
|
3758
|
-
"metadataToken":
|
|
3761
|
+
"metadataToken": 100703845,
|
|
3759
3762
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
3760
3763
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
3761
3764
|
"emitScope": "ViewOnly",
|
|
@@ -3776,7 +3779,7 @@
|
|
|
3776
3779
|
{
|
|
3777
3780
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
3778
3781
|
"clrName": "Remove",
|
|
3779
|
-
"metadataToken":
|
|
3782
|
+
"metadataToken": 100703846,
|
|
3780
3783
|
"canonicalSignature": "(System.Object):System.Void",
|
|
3781
3784
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
3782
3785
|
"emitScope": "ViewOnly",
|
|
@@ -3797,7 +3800,7 @@
|
|
|
3797
3800
|
{
|
|
3798
3801
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3799
3802
|
"clrName": "CopyTo",
|
|
3800
|
-
"metadataToken":
|
|
3803
|
+
"metadataToken": 100703831,
|
|
3801
3804
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3802
3805
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3803
3806
|
"emitScope": "ViewOnly",
|
|
@@ -3818,7 +3821,7 @@
|
|
|
3818
3821
|
{
|
|
3819
3822
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3820
3823
|
"clrName": "ContainsKey",
|
|
3821
|
-
"metadataToken":
|
|
3824
|
+
"metadataToken": 100704555,
|
|
3822
3825
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3823
3826
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3824
3827
|
"emitScope": "ViewOnly",
|
|
@@ -3839,7 +3842,7 @@
|
|
|
3839
3842
|
{
|
|
3840
3843
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3841
3844
|
"clrName": "TryGetValue",
|
|
3842
|
-
"metadataToken":
|
|
3845
|
+
"metadataToken": 100704558,
|
|
3843
3846
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3844
3847
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3845
3848
|
"emitScope": "ViewOnly",
|
|
@@ -3866,7 +3869,7 @@
|
|
|
3866
3869
|
{
|
|
3867
3870
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
3868
3871
|
"clrName": "Clear",
|
|
3869
|
-
"metadataToken":
|
|
3872
|
+
"metadataToken": 100703842,
|
|
3870
3873
|
"canonicalSignature": "():System.Void",
|
|
3871
3874
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3872
3875
|
"emitScope": "ViewOnly",
|
|
@@ -3887,7 +3890,7 @@
|
|
|
3887
3890
|
{
|
|
3888
3891
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
3889
3892
|
"clrName": "ContainsKey",
|
|
3890
|
-
"metadataToken":
|
|
3893
|
+
"metadataToken": 100704577,
|
|
3891
3894
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
3892
3895
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
3893
3896
|
"emitScope": "ViewOnly",
|
|
@@ -3908,7 +3911,7 @@
|
|
|
3908
3911
|
{
|
|
3909
3912
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
3910
3913
|
"clrName": "TryGetValue",
|
|
3911
|
-
"metadataToken":
|
|
3914
|
+
"metadataToken": 100704578,
|
|
3912
3915
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
3913
3916
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
3914
3917
|
"emitScope": "ViewOnly",
|
|
@@ -3937,7 +3940,7 @@
|
|
|
3937
3940
|
{
|
|
3938
3941
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Empty:ReadOnlyDictionary_2",
|
|
3939
3942
|
"clrName": "Empty",
|
|
3940
|
-
"metadataToken":
|
|
3943
|
+
"metadataToken": 385881310,
|
|
3941
3944
|
"canonicalSignature": ":ReadOnlyDictionary_2",
|
|
3942
3945
|
"normalizedSignature": "Empty|:ReadOnlyDictionary_2|static=true|accessor=get",
|
|
3943
3946
|
"emitScope": "ClassSurface",
|
|
@@ -3951,12 +3954,15 @@
|
|
|
3951
3954
|
"isOverride": false,
|
|
3952
3955
|
"visibility": "Public",
|
|
3953
3956
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602",
|
|
3954
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3957
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3958
|
+
"emitSemantics": {
|
|
3959
|
+
"callableStaticAccessorKind": "property"
|
|
3960
|
+
}
|
|
3955
3961
|
},
|
|
3956
3962
|
{
|
|
3957
3963
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Dictionary:IDictionary_2",
|
|
3958
3964
|
"clrName": "Dictionary",
|
|
3959
|
-
"metadataToken":
|
|
3965
|
+
"metadataToken": 385881311,
|
|
3960
3966
|
"canonicalSignature": ":IDictionary_2",
|
|
3961
3967
|
"normalizedSignature": "Dictionary|:IDictionary_2|static=false|accessor=get",
|
|
3962
3968
|
"emitScope": "ClassSurface",
|
|
@@ -3975,7 +3981,7 @@
|
|
|
3975
3981
|
{
|
|
3976
3982
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Keys:KeyCollection",
|
|
3977
3983
|
"clrName": "Keys",
|
|
3978
|
-
"metadataToken":
|
|
3984
|
+
"metadataToken": 385881312,
|
|
3979
3985
|
"canonicalSignature": ":KeyCollection",
|
|
3980
3986
|
"normalizedSignature": "Keys|:KeyCollection|static=false|accessor=get",
|
|
3981
3987
|
"emitScope": "ClassSurface",
|
|
@@ -3994,7 +4000,7 @@
|
|
|
3994
4000
|
{
|
|
3995
4001
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Values:ValueCollection",
|
|
3996
4002
|
"clrName": "Values",
|
|
3997
|
-
"metadataToken":
|
|
4003
|
+
"metadataToken": 385881313,
|
|
3998
4004
|
"canonicalSignature": ":ValueCollection",
|
|
3999
4005
|
"normalizedSignature": "Values|:ValueCollection|static=false|accessor=get",
|
|
4000
4006
|
"emitScope": "ClassSurface",
|
|
@@ -4013,7 +4019,7 @@
|
|
|
4013
4019
|
{
|
|
4014
4020
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Item[TKey]:TValue",
|
|
4015
4021
|
"clrName": "Item",
|
|
4016
|
-
"metadataToken":
|
|
4022
|
+
"metadataToken": 385881316,
|
|
4017
4023
|
"canonicalSignature": "[TKey]:TValue",
|
|
4018
4024
|
"normalizedSignature": "Item|[TKey]:TValue|static=false|accessor=get",
|
|
4019
4025
|
"emitScope": "ClassSurface",
|
|
@@ -4032,7 +4038,7 @@
|
|
|
4032
4038
|
{
|
|
4033
4039
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Count:System.Int32",
|
|
4034
4040
|
"clrName": "Count",
|
|
4035
|
-
"metadataToken":
|
|
4041
|
+
"metadataToken": 385881318,
|
|
4036
4042
|
"canonicalSignature": ":System.Int32",
|
|
4037
4043
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4038
4044
|
"emitScope": "ClassSurface",
|
|
@@ -4051,7 +4057,7 @@
|
|
|
4051
4057
|
{
|
|
4052
4058
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
4053
4059
|
"clrName": "Keys",
|
|
4054
|
-
"metadataToken":
|
|
4060
|
+
"metadataToken": 385881423,
|
|
4055
4061
|
"canonicalSignature": ":ICollection_1",
|
|
4056
4062
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
4057
4063
|
"emitScope": "ViewOnly",
|
|
@@ -4071,7 +4077,7 @@
|
|
|
4071
4077
|
{
|
|
4072
4078
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4073
4079
|
"clrName": "IsReadOnly",
|
|
4074
|
-
"metadataToken":
|
|
4080
|
+
"metadataToken": 385881420,
|
|
4075
4081
|
"canonicalSignature": ":System.Boolean",
|
|
4076
4082
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4077
4083
|
"emitScope": "ViewOnly",
|
|
@@ -4091,7 +4097,7 @@
|
|
|
4091
4097
|
{
|
|
4092
4098
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
4093
4099
|
"clrName": "Keys",
|
|
4094
|
-
"metadataToken":
|
|
4100
|
+
"metadataToken": 385881262,
|
|
4095
4101
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4096
4102
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
4097
4103
|
"emitScope": "ViewOnly",
|
|
@@ -4111,7 +4117,7 @@
|
|
|
4111
4117
|
{
|
|
4112
4118
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4113
4119
|
"clrName": "SyncRoot",
|
|
4114
|
-
"metadataToken":
|
|
4120
|
+
"metadataToken": 385881259,
|
|
4115
4121
|
"canonicalSignature": ":System.Object",
|
|
4116
4122
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4117
4123
|
"emitScope": "ViewOnly",
|
|
@@ -4131,7 +4137,7 @@
|
|
|
4131
4137
|
{
|
|
4132
4138
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
4133
4139
|
"clrName": "Keys",
|
|
4134
|
-
"metadataToken":
|
|
4140
|
+
"metadataToken": 385881432,
|
|
4135
4141
|
"canonicalSignature": ":IEnumerable_1",
|
|
4136
4142
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
4137
4143
|
"emitScope": "ViewOnly",
|
|
@@ -4151,7 +4157,7 @@
|
|
|
4151
4157
|
{
|
|
4152
4158
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
4153
4159
|
"clrName": "Values",
|
|
4154
|
-
"metadataToken":
|
|
4160
|
+
"metadataToken": 385881424,
|
|
4155
4161
|
"canonicalSignature": ":ICollection_1",
|
|
4156
4162
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
4157
4163
|
"emitScope": "ViewOnly",
|
|
@@ -4171,7 +4177,7 @@
|
|
|
4171
4177
|
{
|
|
4172
4178
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4173
4179
|
"clrName": "Count",
|
|
4174
|
-
"metadataToken":
|
|
4180
|
+
"metadataToken": 385881419,
|
|
4175
4181
|
"canonicalSignature": ":System.Int32",
|
|
4176
4182
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4177
4183
|
"emitScope": "ViewOnly",
|
|
@@ -4191,7 +4197,7 @@
|
|
|
4191
4197
|
{
|
|
4192
4198
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
4193
4199
|
"clrName": "Values",
|
|
4194
|
-
"metadataToken":
|
|
4200
|
+
"metadataToken": 385881263,
|
|
4195
4201
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4196
4202
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
4197
4203
|
"emitScope": "ViewOnly",
|
|
@@ -4211,7 +4217,7 @@
|
|
|
4211
4217
|
{
|
|
4212
4218
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
4213
4219
|
"clrName": "IsReadOnly",
|
|
4214
|
-
"metadataToken":
|
|
4220
|
+
"metadataToken": 385881264,
|
|
4215
4221
|
"canonicalSignature": ":System.Boolean",
|
|
4216
4222
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4217
4223
|
"emitScope": "ViewOnly",
|
|
@@ -4231,7 +4237,7 @@
|
|
|
4231
4237
|
{
|
|
4232
4238
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
4233
4239
|
"clrName": "IsFixedSize",
|
|
4234
|
-
"metadataToken":
|
|
4240
|
+
"metadataToken": 385881265,
|
|
4235
4241
|
"canonicalSignature": ":System.Boolean",
|
|
4236
4242
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
4237
4243
|
"emitScope": "ViewOnly",
|
|
@@ -4251,7 +4257,7 @@
|
|
|
4251
4257
|
{
|
|
4252
4258
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4253
4259
|
"clrName": "Count",
|
|
4254
|
-
"metadataToken":
|
|
4260
|
+
"metadataToken": 385881258,
|
|
4255
4261
|
"canonicalSignature": ":System.Int32",
|
|
4256
4262
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4257
4263
|
"emitScope": "ViewOnly",
|
|
@@ -4271,7 +4277,7 @@
|
|
|
4271
4277
|
{
|
|
4272
4278
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4273
4279
|
"clrName": "IsSynchronized",
|
|
4274
|
-
"metadataToken":
|
|
4280
|
+
"metadataToken": 385881260,
|
|
4275
4281
|
"canonicalSignature": ":System.Boolean",
|
|
4276
4282
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4277
4283
|
"emitScope": "ViewOnly",
|
|
@@ -4291,7 +4297,7 @@
|
|
|
4291
4297
|
{
|
|
4292
4298
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
4293
4299
|
"clrName": "Values",
|
|
4294
|
-
"metadataToken":
|
|
4300
|
+
"metadataToken": 385881433,
|
|
4295
4301
|
"canonicalSignature": ":IEnumerable_1",
|
|
4296
4302
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
4297
4303
|
"emitScope": "ViewOnly",
|
|
@@ -4311,7 +4317,7 @@
|
|
|
4311
4317
|
{
|
|
4312
4318
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4313
4319
|
"clrName": "Count",
|
|
4314
|
-
"metadataToken":
|
|
4320
|
+
"metadataToken": 385881430,
|
|
4315
4321
|
"canonicalSignature": ":System.Int32",
|
|
4316
4322
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4317
4323
|
"emitScope": "ViewOnly",
|
|
@@ -4334,7 +4340,7 @@
|
|
|
4334
4340
|
"constructors": [
|
|
4335
4341
|
{
|
|
4336
4342
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::.ctor(IDictionary_2):void",
|
|
4337
|
-
"metadataToken":
|
|
4343
|
+
"metadataToken": 100703980,
|
|
4338
4344
|
"canonicalSignature": "(IDictionary_2):void",
|
|
4339
4345
|
"normalizedSignature": "constructor|(IDictionary_2):void|static=false",
|
|
4340
4346
|
"isStatic": false,
|
|
@@ -4399,7 +4405,7 @@
|
|
|
4399
4405
|
{
|
|
4400
4406
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Contains(TKey):System.Boolean",
|
|
4401
4407
|
"clrName": "Contains",
|
|
4402
|
-
"metadataToken":
|
|
4408
|
+
"metadataToken": 100704031,
|
|
4403
4409
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
4404
4410
|
"normalizedSignature": "Contains|(TKey):System.Boolean|static=false",
|
|
4405
4411
|
"emitScope": "ClassSurface",
|
|
@@ -4419,7 +4425,7 @@
|
|
|
4419
4425
|
{
|
|
4420
4426
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::CopyTo(TKey[],System.Int32):System.Void",
|
|
4421
4427
|
"clrName": "CopyTo",
|
|
4422
|
-
"metadataToken":
|
|
4428
|
+
"metadataToken": 100704032,
|
|
4423
4429
|
"canonicalSignature": "(TKey[],System.Int32):System.Void",
|
|
4424
4430
|
"normalizedSignature": "CopyTo|(TKey[],System.Int32):System.Void|static=false",
|
|
4425
4431
|
"emitScope": "ClassSurface",
|
|
@@ -4439,7 +4445,7 @@
|
|
|
4439
4445
|
{
|
|
4440
4446
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::GetEnumerator():IEnumerator_1",
|
|
4441
4447
|
"clrName": "GetEnumerator",
|
|
4442
|
-
"metadataToken":
|
|
4448
|
+
"metadataToken": 100704036,
|
|
4443
4449
|
"canonicalSignature": "():IEnumerator_1",
|
|
4444
4450
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4445
4451
|
"emitScope": "ClassSurface",
|
|
@@ -4455,544 +4461,130 @@
|
|
|
4455
4461
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection",
|
|
4456
4462
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4457
4463
|
"isExtensionMethod": false
|
|
4458
|
-
}
|
|
4464
|
+
}
|
|
4465
|
+
],
|
|
4466
|
+
"properties": [
|
|
4459
4467
|
{
|
|
4460
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4461
|
-
"clrName": "
|
|
4462
|
-
"metadataToken":
|
|
4463
|
-
"canonicalSignature": "
|
|
4464
|
-
"normalizedSignature": "
|
|
4465
|
-
"emitScope": "
|
|
4466
|
-
"provenance": "
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4468
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Count:System.Int32",
|
|
4469
|
+
"clrName": "Count",
|
|
4470
|
+
"metadataToken": 385881333,
|
|
4471
|
+
"canonicalSignature": ":System.Int32",
|
|
4472
|
+
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4473
|
+
"emitScope": "ClassSurface",
|
|
4474
|
+
"provenance": "Original",
|
|
4475
|
+
"isIndexer": false,
|
|
4476
|
+
"hasGetter": true,
|
|
4477
|
+
"hasSetter": false,
|
|
4469
4478
|
"isStatic": false,
|
|
4470
4479
|
"isAbstract": false,
|
|
4471
4480
|
"isVirtual": true,
|
|
4472
4481
|
"isOverride": false,
|
|
4473
|
-
"isSealed": false,
|
|
4474
4482
|
"visibility": "Public",
|
|
4475
|
-
"declaringClrType": "System.Collections.
|
|
4476
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4477
|
-
|
|
4478
|
-
|
|
4483
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection",
|
|
4484
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4485
|
+
}
|
|
4486
|
+
],
|
|
4487
|
+
"fields": [],
|
|
4488
|
+
"events": [],
|
|
4489
|
+
"constructors": []
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4493
|
+
"clrName": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4494
|
+
"assemblyName": "System.Private.CoreLib",
|
|
4495
|
+
"metadataToken": 0,
|
|
4496
|
+
"kind": "Class",
|
|
4497
|
+
"accessibility": "Public",
|
|
4498
|
+
"isAbstract": false,
|
|
4499
|
+
"isSealed": true,
|
|
4500
|
+
"isStatic": false,
|
|
4501
|
+
"arity": 2,
|
|
4502
|
+
"baseType": {
|
|
4503
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4504
|
+
"clrName": "System.Object"
|
|
4505
|
+
},
|
|
4506
|
+
"interfaces": [
|
|
4507
|
+
{
|
|
4508
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
4509
|
+
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
4510
|
+
"typeArguments": [
|
|
4511
|
+
"TValue"
|
|
4512
|
+
]
|
|
4479
4513
|
},
|
|
4480
4514
|
{
|
|
4481
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.
|
|
4482
|
-
"clrName": "
|
|
4483
|
-
"
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
"emitScope": "ViewOnly",
|
|
4487
|
-
"provenance": "ExplicitView",
|
|
4488
|
-
"arity": 0,
|
|
4489
|
-
"parameterCount": 0,
|
|
4490
|
-
"isStatic": false,
|
|
4491
|
-
"isAbstract": false,
|
|
4492
|
-
"isVirtual": true,
|
|
4493
|
-
"isOverride": false,
|
|
4494
|
-
"isSealed": false,
|
|
4495
|
-
"visibility": "Public",
|
|
4496
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4497
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4498
|
-
"isExtensionMethod": false,
|
|
4499
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4515
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4516
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4517
|
+
"typeArguments": [
|
|
4518
|
+
"TValue"
|
|
4519
|
+
]
|
|
4500
4520
|
},
|
|
4501
4521
|
{
|
|
4502
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4503
|
-
"clrName": "
|
|
4504
|
-
"metadataToken": 100704540,
|
|
4505
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
4506
|
-
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4507
|
-
"emitScope": "ViewOnly",
|
|
4508
|
-
"provenance": "ExplicitView",
|
|
4509
|
-
"arity": 0,
|
|
4510
|
-
"parameterCount": 1,
|
|
4511
|
-
"isStatic": false,
|
|
4512
|
-
"isAbstract": false,
|
|
4513
|
-
"isVirtual": true,
|
|
4514
|
-
"isOverride": false,
|
|
4515
|
-
"isSealed": false,
|
|
4516
|
-
"visibility": "Public",
|
|
4517
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4518
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4519
|
-
"isExtensionMethod": false,
|
|
4520
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4522
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4523
|
+
"clrName": "System.Collections.IEnumerable"
|
|
4521
4524
|
},
|
|
4522
4525
|
{
|
|
4523
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4526
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4527
|
+
"clrName": "System.Collections.ICollection"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4531
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4532
|
+
"typeArguments": [
|
|
4533
|
+
"TValue"
|
|
4534
|
+
]
|
|
4535
|
+
}
|
|
4536
|
+
],
|
|
4537
|
+
"typeParameters": [
|
|
4538
|
+
"TKey",
|
|
4539
|
+
"TValue"
|
|
4540
|
+
],
|
|
4541
|
+
"methods": [
|
|
4542
|
+
{
|
|
4543
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::CopyTo(TValue[],System.Int32):System.Void",
|
|
4524
4544
|
"clrName": "CopyTo",
|
|
4525
|
-
"metadataToken":
|
|
4526
|
-
"canonicalSignature": "(
|
|
4527
|
-
"normalizedSignature": "CopyTo|(
|
|
4528
|
-
"emitScope": "
|
|
4529
|
-
"provenance": "
|
|
4545
|
+
"metadataToken": 100704045,
|
|
4546
|
+
"canonicalSignature": "(TValue[],System.Int32):System.Void",
|
|
4547
|
+
"normalizedSignature": "CopyTo|(TValue[],System.Int32):System.Void|static=false",
|
|
4548
|
+
"emitScope": "ClassSurface",
|
|
4549
|
+
"provenance": "Original",
|
|
4530
4550
|
"arity": 0,
|
|
4531
4551
|
"parameterCount": 2,
|
|
4532
4552
|
"isStatic": false,
|
|
4533
4553
|
"isAbstract": false,
|
|
4534
4554
|
"isVirtual": true,
|
|
4535
4555
|
"isOverride": false,
|
|
4536
|
-
"isSealed":
|
|
4556
|
+
"isSealed": true,
|
|
4537
4557
|
"visibility": "Public",
|
|
4538
|
-
"declaringClrType": "System.Collections.
|
|
4558
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4539
4559
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4540
|
-
"isExtensionMethod": false
|
|
4541
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4560
|
+
"isExtensionMethod": false
|
|
4542
4561
|
},
|
|
4543
4562
|
{
|
|
4544
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4563
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::GetEnumerator():IEnumerator_1",
|
|
4545
4564
|
"clrName": "GetEnumerator",
|
|
4546
|
-
"metadataToken":
|
|
4565
|
+
"metadataToken": 100704049,
|
|
4547
4566
|
"canonicalSignature": "():IEnumerator_1",
|
|
4548
4567
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4549
|
-
"emitScope": "
|
|
4550
|
-
"provenance": "
|
|
4568
|
+
"emitScope": "ClassSurface",
|
|
4569
|
+
"provenance": "Original",
|
|
4551
4570
|
"arity": 0,
|
|
4552
4571
|
"parameterCount": 0,
|
|
4553
4572
|
"isStatic": false,
|
|
4554
4573
|
"isAbstract": false,
|
|
4555
4574
|
"isVirtual": true,
|
|
4556
4575
|
"isOverride": false,
|
|
4557
|
-
"isSealed":
|
|
4576
|
+
"isSealed": true,
|
|
4558
4577
|
"visibility": "Public",
|
|
4559
|
-
"declaringClrType": "System.Collections.
|
|
4578
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4560
4579
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4561
|
-
"isExtensionMethod": false
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4566
|
-
"clrName": "GetEnumerator",
|
|
4567
|
-
"metadataToken": 100703845,
|
|
4568
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4569
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4570
|
-
"emitScope": "ViewOnly",
|
|
4571
|
-
"provenance": "ExplicitView",
|
|
4572
|
-
"arity": 0,
|
|
4573
|
-
"parameterCount": 0,
|
|
4574
|
-
"isStatic": false,
|
|
4575
|
-
"isAbstract": false,
|
|
4576
|
-
"isVirtual": true,
|
|
4577
|
-
"isOverride": false,
|
|
4578
|
-
"isSealed": false,
|
|
4579
|
-
"visibility": "Public",
|
|
4580
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
4581
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4582
|
-
"isExtensionMethod": false,
|
|
4583
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4587
|
-
"clrName": "CopyTo",
|
|
4588
|
-
"metadataToken": 100703826,
|
|
4589
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4590
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4591
|
-
"emitScope": "ViewOnly",
|
|
4592
|
-
"provenance": "ExplicitView",
|
|
4593
|
-
"arity": 0,
|
|
4594
|
-
"parameterCount": 2,
|
|
4595
|
-
"isStatic": false,
|
|
4596
|
-
"isAbstract": false,
|
|
4597
|
-
"isVirtual": true,
|
|
4598
|
-
"isOverride": false,
|
|
4599
|
-
"isSealed": false,
|
|
4600
|
-
"visibility": "Public",
|
|
4601
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4602
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4603
|
-
"isExtensionMethod": false,
|
|
4604
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
4605
|
-
}
|
|
4606
|
-
],
|
|
4607
|
-
"properties": [
|
|
4608
|
-
{
|
|
4609
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Count:System.Int32",
|
|
4610
|
-
"clrName": "Count",
|
|
4611
|
-
"metadataToken": 385881331,
|
|
4612
|
-
"canonicalSignature": ":System.Int32",
|
|
4613
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4614
|
-
"emitScope": "ClassSurface",
|
|
4615
|
-
"provenance": "Original",
|
|
4616
|
-
"isIndexer": false,
|
|
4617
|
-
"hasGetter": true,
|
|
4618
|
-
"hasSetter": false,
|
|
4619
|
-
"isStatic": false,
|
|
4620
|
-
"isAbstract": false,
|
|
4621
|
-
"isVirtual": true,
|
|
4622
|
-
"isOverride": false,
|
|
4623
|
-
"visibility": "Public",
|
|
4624
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection",
|
|
4625
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4629
|
-
"clrName": "IsReadOnly",
|
|
4630
|
-
"metadataToken": 385881418,
|
|
4631
|
-
"canonicalSignature": ":System.Boolean",
|
|
4632
|
-
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4633
|
-
"emitScope": "ViewOnly",
|
|
4634
|
-
"provenance": "ExplicitView",
|
|
4635
|
-
"isIndexer": false,
|
|
4636
|
-
"hasGetter": true,
|
|
4637
|
-
"hasSetter": false,
|
|
4638
|
-
"isStatic": false,
|
|
4639
|
-
"isAbstract": false,
|
|
4640
|
-
"isVirtual": true,
|
|
4641
|
-
"isOverride": false,
|
|
4642
|
-
"visibility": "Public",
|
|
4643
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
4644
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4645
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4646
|
-
},
|
|
4647
|
-
{
|
|
4648
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4649
|
-
"clrName": "SyncRoot",
|
|
4650
|
-
"metadataToken": 385881257,
|
|
4651
|
-
"canonicalSignature": ":System.Object",
|
|
4652
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4653
|
-
"emitScope": "ViewOnly",
|
|
4654
|
-
"provenance": "ExplicitView",
|
|
4655
|
-
"isIndexer": false,
|
|
4656
|
-
"hasGetter": true,
|
|
4657
|
-
"hasSetter": false,
|
|
4658
|
-
"isStatic": false,
|
|
4659
|
-
"isAbstract": false,
|
|
4660
|
-
"isVirtual": true,
|
|
4661
|
-
"isOverride": false,
|
|
4662
|
-
"visibility": "Public",
|
|
4663
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4664
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4665
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4669
|
-
"clrName": "Count",
|
|
4670
|
-
"metadataToken": 385881417,
|
|
4671
|
-
"canonicalSignature": ":System.Int32",
|
|
4672
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4673
|
-
"emitScope": "ViewOnly",
|
|
4674
|
-
"provenance": "ExplicitView",
|
|
4675
|
-
"isIndexer": false,
|
|
4676
|
-
"hasGetter": true,
|
|
4677
|
-
"hasSetter": false,
|
|
4678
|
-
"isStatic": false,
|
|
4679
|
-
"isAbstract": false,
|
|
4680
|
-
"isVirtual": true,
|
|
4681
|
-
"isOverride": false,
|
|
4682
|
-
"visibility": "Public",
|
|
4683
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
4684
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4685
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4689
|
-
"clrName": "Count",
|
|
4690
|
-
"metadataToken": 385881256,
|
|
4691
|
-
"canonicalSignature": ":System.Int32",
|
|
4692
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4693
|
-
"emitScope": "ViewOnly",
|
|
4694
|
-
"provenance": "ExplicitView",
|
|
4695
|
-
"isIndexer": false,
|
|
4696
|
-
"hasGetter": true,
|
|
4697
|
-
"hasSetter": false,
|
|
4698
|
-
"isStatic": false,
|
|
4699
|
-
"isAbstract": false,
|
|
4700
|
-
"isVirtual": true,
|
|
4701
|
-
"isOverride": false,
|
|
4702
|
-
"visibility": "Public",
|
|
4703
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4704
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4705
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4709
|
-
"clrName": "IsSynchronized",
|
|
4710
|
-
"metadataToken": 385881258,
|
|
4711
|
-
"canonicalSignature": ":System.Boolean",
|
|
4712
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4713
|
-
"emitScope": "ViewOnly",
|
|
4714
|
-
"provenance": "ExplicitView",
|
|
4715
|
-
"isIndexer": false,
|
|
4716
|
-
"hasGetter": true,
|
|
4717
|
-
"hasSetter": false,
|
|
4718
|
-
"isStatic": false,
|
|
4719
|
-
"isAbstract": false,
|
|
4720
|
-
"isVirtual": true,
|
|
4721
|
-
"isOverride": false,
|
|
4722
|
-
"visibility": "Public",
|
|
4723
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4724
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4725
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4726
|
-
},
|
|
4727
|
-
{
|
|
4728
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4729
|
-
"clrName": "Count",
|
|
4730
|
-
"metadataToken": 385881428,
|
|
4731
|
-
"canonicalSignature": ":System.Int32",
|
|
4732
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4733
|
-
"emitScope": "ViewOnly",
|
|
4734
|
-
"provenance": "ExplicitView",
|
|
4735
|
-
"isIndexer": false,
|
|
4736
|
-
"hasGetter": true,
|
|
4737
|
-
"hasSetter": false,
|
|
4738
|
-
"isStatic": false,
|
|
4739
|
-
"isAbstract": false,
|
|
4740
|
-
"isVirtual": true,
|
|
4741
|
-
"isOverride": false,
|
|
4742
|
-
"visibility": "Public",
|
|
4743
|
-
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4744
|
-
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4745
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4746
|
-
}
|
|
4747
|
-
],
|
|
4748
|
-
"fields": [],
|
|
4749
|
-
"events": [],
|
|
4750
|
-
"constructors": []
|
|
4751
|
-
},
|
|
4752
|
-
{
|
|
4753
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4754
|
-
"clrName": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4755
|
-
"assemblyName": "System.Private.CoreLib",
|
|
4756
|
-
"metadataToken": 0,
|
|
4757
|
-
"kind": "Class",
|
|
4758
|
-
"accessibility": "Public",
|
|
4759
|
-
"isAbstract": false,
|
|
4760
|
-
"isSealed": true,
|
|
4761
|
-
"isStatic": false,
|
|
4762
|
-
"arity": 2,
|
|
4763
|
-
"baseType": {
|
|
4764
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
4765
|
-
"clrName": "System.Object"
|
|
4766
|
-
},
|
|
4767
|
-
"interfaces": [
|
|
4768
|
-
{
|
|
4769
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
4770
|
-
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
4771
|
-
"typeArguments": [
|
|
4772
|
-
"TValue"
|
|
4773
|
-
]
|
|
4774
|
-
},
|
|
4775
|
-
{
|
|
4776
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4777
|
-
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4778
|
-
"typeArguments": [
|
|
4779
|
-
"TValue"
|
|
4780
|
-
]
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4784
|
-
"clrName": "System.Collections.IEnumerable"
|
|
4785
|
-
},
|
|
4786
|
-
{
|
|
4787
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4788
|
-
"clrName": "System.Collections.ICollection"
|
|
4789
|
-
},
|
|
4790
|
-
{
|
|
4791
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4792
|
-
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4793
|
-
"typeArguments": [
|
|
4794
|
-
"TValue"
|
|
4795
|
-
]
|
|
4796
|
-
}
|
|
4797
|
-
],
|
|
4798
|
-
"typeParameters": [
|
|
4799
|
-
"TKey",
|
|
4800
|
-
"TValue"
|
|
4801
|
-
],
|
|
4802
|
-
"methods": [
|
|
4803
|
-
{
|
|
4804
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::CopyTo(TValue[],System.Int32):System.Void",
|
|
4805
|
-
"clrName": "CopyTo",
|
|
4806
|
-
"metadataToken": 100704040,
|
|
4807
|
-
"canonicalSignature": "(TValue[],System.Int32):System.Void",
|
|
4808
|
-
"normalizedSignature": "CopyTo|(TValue[],System.Int32):System.Void|static=false",
|
|
4809
|
-
"emitScope": "ClassSurface",
|
|
4810
|
-
"provenance": "Original",
|
|
4811
|
-
"arity": 0,
|
|
4812
|
-
"parameterCount": 2,
|
|
4813
|
-
"isStatic": false,
|
|
4814
|
-
"isAbstract": false,
|
|
4815
|
-
"isVirtual": true,
|
|
4816
|
-
"isOverride": false,
|
|
4817
|
-
"isSealed": true,
|
|
4818
|
-
"visibility": "Public",
|
|
4819
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4820
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4821
|
-
"isExtensionMethod": false
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::GetEnumerator():IEnumerator_1",
|
|
4825
|
-
"clrName": "GetEnumerator",
|
|
4826
|
-
"metadataToken": 100704044,
|
|
4827
|
-
"canonicalSignature": "():IEnumerator_1",
|
|
4828
|
-
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4829
|
-
"emitScope": "ClassSurface",
|
|
4830
|
-
"provenance": "Original",
|
|
4831
|
-
"arity": 0,
|
|
4832
|
-
"parameterCount": 0,
|
|
4833
|
-
"isStatic": false,
|
|
4834
|
-
"isAbstract": false,
|
|
4835
|
-
"isVirtual": true,
|
|
4836
|
-
"isOverride": false,
|
|
4837
|
-
"isSealed": true,
|
|
4838
|
-
"visibility": "Public",
|
|
4839
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4840
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4841
|
-
"isExtensionMethod": false
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
4845
|
-
"clrName": "Add",
|
|
4846
|
-
"metadataToken": 100704538,
|
|
4847
|
-
"canonicalSignature": "(T):System.Void",
|
|
4848
|
-
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
4849
|
-
"emitScope": "ViewOnly",
|
|
4850
|
-
"provenance": "ExplicitView",
|
|
4851
|
-
"arity": 0,
|
|
4852
|
-
"parameterCount": 1,
|
|
4853
|
-
"isStatic": false,
|
|
4854
|
-
"isAbstract": false,
|
|
4855
|
-
"isVirtual": true,
|
|
4856
|
-
"isOverride": false,
|
|
4857
|
-
"isSealed": false,
|
|
4858
|
-
"visibility": "Public",
|
|
4859
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4860
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4861
|
-
"isExtensionMethod": false,
|
|
4862
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4866
|
-
"clrName": "Clear",
|
|
4867
|
-
"metadataToken": 100704539,
|
|
4868
|
-
"canonicalSignature": "():System.Void",
|
|
4869
|
-
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4870
|
-
"emitScope": "ViewOnly",
|
|
4871
|
-
"provenance": "ExplicitView",
|
|
4872
|
-
"arity": 0,
|
|
4873
|
-
"parameterCount": 0,
|
|
4874
|
-
"isStatic": false,
|
|
4875
|
-
"isAbstract": false,
|
|
4876
|
-
"isVirtual": true,
|
|
4877
|
-
"isOverride": false,
|
|
4878
|
-
"isSealed": false,
|
|
4879
|
-
"visibility": "Public",
|
|
4880
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4881
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4882
|
-
"isExtensionMethod": false,
|
|
4883
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
4887
|
-
"clrName": "Contains",
|
|
4888
|
-
"metadataToken": 100704540,
|
|
4889
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
4890
|
-
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4891
|
-
"emitScope": "ViewOnly",
|
|
4892
|
-
"provenance": "ExplicitView",
|
|
4893
|
-
"arity": 0,
|
|
4894
|
-
"parameterCount": 1,
|
|
4895
|
-
"isStatic": false,
|
|
4896
|
-
"isAbstract": false,
|
|
4897
|
-
"isVirtual": true,
|
|
4898
|
-
"isOverride": false,
|
|
4899
|
-
"isSealed": false,
|
|
4900
|
-
"visibility": "Public",
|
|
4901
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4902
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4903
|
-
"isExtensionMethod": false,
|
|
4904
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4908
|
-
"clrName": "CopyTo",
|
|
4909
|
-
"metadataToken": 100704541,
|
|
4910
|
-
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4911
|
-
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4912
|
-
"emitScope": "ViewOnly",
|
|
4913
|
-
"provenance": "ExplicitView",
|
|
4914
|
-
"arity": 0,
|
|
4915
|
-
"parameterCount": 2,
|
|
4916
|
-
"isStatic": false,
|
|
4917
|
-
"isAbstract": false,
|
|
4918
|
-
"isVirtual": true,
|
|
4919
|
-
"isOverride": false,
|
|
4920
|
-
"isSealed": false,
|
|
4921
|
-
"visibility": "Public",
|
|
4922
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4923
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4924
|
-
"isExtensionMethod": false,
|
|
4925
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4926
|
-
},
|
|
4927
|
-
{
|
|
4928
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4929
|
-
"clrName": "GetEnumerator",
|
|
4930
|
-
"metadataToken": 100704560,
|
|
4931
|
-
"canonicalSignature": "():IEnumerator_1",
|
|
4932
|
-
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4933
|
-
"emitScope": "ViewOnly",
|
|
4934
|
-
"provenance": "ExplicitView",
|
|
4935
|
-
"arity": 0,
|
|
4936
|
-
"parameterCount": 0,
|
|
4937
|
-
"isStatic": false,
|
|
4938
|
-
"isAbstract": false,
|
|
4939
|
-
"isVirtual": true,
|
|
4940
|
-
"isOverride": false,
|
|
4941
|
-
"isSealed": false,
|
|
4942
|
-
"visibility": "Public",
|
|
4943
|
-
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
4944
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4945
|
-
"isExtensionMethod": false,
|
|
4946
|
-
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4950
|
-
"clrName": "GetEnumerator",
|
|
4951
|
-
"metadataToken": 100703845,
|
|
4952
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4953
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4954
|
-
"emitScope": "ViewOnly",
|
|
4955
|
-
"provenance": "ExplicitView",
|
|
4956
|
-
"arity": 0,
|
|
4957
|
-
"parameterCount": 0,
|
|
4958
|
-
"isStatic": false,
|
|
4959
|
-
"isAbstract": false,
|
|
4960
|
-
"isVirtual": true,
|
|
4961
|
-
"isOverride": false,
|
|
4962
|
-
"isSealed": false,
|
|
4963
|
-
"visibility": "Public",
|
|
4964
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
4965
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4966
|
-
"isExtensionMethod": false,
|
|
4967
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4971
|
-
"clrName": "CopyTo",
|
|
4972
|
-
"metadataToken": 100703826,
|
|
4973
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4974
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4975
|
-
"emitScope": "ViewOnly",
|
|
4976
|
-
"provenance": "ExplicitView",
|
|
4977
|
-
"arity": 0,
|
|
4978
|
-
"parameterCount": 2,
|
|
4979
|
-
"isStatic": false,
|
|
4980
|
-
"isAbstract": false,
|
|
4981
|
-
"isVirtual": true,
|
|
4982
|
-
"isOverride": false,
|
|
4983
|
-
"isSealed": false,
|
|
4984
|
-
"visibility": "Public",
|
|
4985
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4986
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4987
|
-
"isExtensionMethod": false,
|
|
4988
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
4989
|
-
}
|
|
4990
|
-
],
|
|
4991
|
-
"properties": [
|
|
4580
|
+
"isExtensionMethod": false
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"properties": [
|
|
4992
4584
|
{
|
|
4993
4585
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::Count:System.Int32",
|
|
4994
4586
|
"clrName": "Count",
|
|
4995
|
-
"metadataToken":
|
|
4587
|
+
"metadataToken": 385881337,
|
|
4996
4588
|
"canonicalSignature": ":System.Int32",
|
|
4997
4589
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4998
4590
|
"emitScope": "ClassSurface",
|
|
@@ -5007,126 +4599,6 @@
|
|
|
5007
4599
|
"visibility": "Public",
|
|
5008
4600
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
5009
4601
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5013
|
-
"clrName": "IsReadOnly",
|
|
5014
|
-
"metadataToken": 385881418,
|
|
5015
|
-
"canonicalSignature": ":System.Boolean",
|
|
5016
|
-
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5017
|
-
"emitScope": "ViewOnly",
|
|
5018
|
-
"provenance": "ExplicitView",
|
|
5019
|
-
"isIndexer": false,
|
|
5020
|
-
"hasGetter": true,
|
|
5021
|
-
"hasSetter": false,
|
|
5022
|
-
"isStatic": false,
|
|
5023
|
-
"isAbstract": false,
|
|
5024
|
-
"isVirtual": true,
|
|
5025
|
-
"isOverride": false,
|
|
5026
|
-
"visibility": "Public",
|
|
5027
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
5028
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
5029
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5033
|
-
"clrName": "SyncRoot",
|
|
5034
|
-
"metadataToken": 385881257,
|
|
5035
|
-
"canonicalSignature": ":System.Object",
|
|
5036
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5037
|
-
"emitScope": "ViewOnly",
|
|
5038
|
-
"provenance": "ExplicitView",
|
|
5039
|
-
"isIndexer": false,
|
|
5040
|
-
"hasGetter": true,
|
|
5041
|
-
"hasSetter": false,
|
|
5042
|
-
"isStatic": false,
|
|
5043
|
-
"isAbstract": false,
|
|
5044
|
-
"isVirtual": true,
|
|
5045
|
-
"isOverride": false,
|
|
5046
|
-
"visibility": "Public",
|
|
5047
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5048
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5049
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5053
|
-
"clrName": "Count",
|
|
5054
|
-
"metadataToken": 385881417,
|
|
5055
|
-
"canonicalSignature": ":System.Int32",
|
|
5056
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5057
|
-
"emitScope": "ViewOnly",
|
|
5058
|
-
"provenance": "ExplicitView",
|
|
5059
|
-
"isIndexer": false,
|
|
5060
|
-
"hasGetter": true,
|
|
5061
|
-
"hasSetter": false,
|
|
5062
|
-
"isStatic": false,
|
|
5063
|
-
"isAbstract": false,
|
|
5064
|
-
"isVirtual": true,
|
|
5065
|
-
"isOverride": false,
|
|
5066
|
-
"visibility": "Public",
|
|
5067
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
5068
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
5069
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5070
|
-
},
|
|
5071
|
-
{
|
|
5072
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5073
|
-
"clrName": "Count",
|
|
5074
|
-
"metadataToken": 385881256,
|
|
5075
|
-
"canonicalSignature": ":System.Int32",
|
|
5076
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5077
|
-
"emitScope": "ViewOnly",
|
|
5078
|
-
"provenance": "ExplicitView",
|
|
5079
|
-
"isIndexer": false,
|
|
5080
|
-
"hasGetter": true,
|
|
5081
|
-
"hasSetter": false,
|
|
5082
|
-
"isStatic": false,
|
|
5083
|
-
"isAbstract": false,
|
|
5084
|
-
"isVirtual": true,
|
|
5085
|
-
"isOverride": false,
|
|
5086
|
-
"visibility": "Public",
|
|
5087
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5088
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5089
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5090
|
-
},
|
|
5091
|
-
{
|
|
5092
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5093
|
-
"clrName": "IsSynchronized",
|
|
5094
|
-
"metadataToken": 385881258,
|
|
5095
|
-
"canonicalSignature": ":System.Boolean",
|
|
5096
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5097
|
-
"emitScope": "ViewOnly",
|
|
5098
|
-
"provenance": "ExplicitView",
|
|
5099
|
-
"isIndexer": false,
|
|
5100
|
-
"hasGetter": true,
|
|
5101
|
-
"hasSetter": false,
|
|
5102
|
-
"isStatic": false,
|
|
5103
|
-
"isAbstract": false,
|
|
5104
|
-
"isVirtual": true,
|
|
5105
|
-
"isOverride": false,
|
|
5106
|
-
"visibility": "Public",
|
|
5107
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5108
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5109
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5110
|
-
},
|
|
5111
|
-
{
|
|
5112
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5113
|
-
"clrName": "Count",
|
|
5114
|
-
"metadataToken": 385881428,
|
|
5115
|
-
"canonicalSignature": ":System.Int32",
|
|
5116
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5117
|
-
"emitScope": "ViewOnly",
|
|
5118
|
-
"provenance": "ExplicitView",
|
|
5119
|
-
"isIndexer": false,
|
|
5120
|
-
"hasGetter": true,
|
|
5121
|
-
"hasSetter": false,
|
|
5122
|
-
"isStatic": false,
|
|
5123
|
-
"isAbstract": false,
|
|
5124
|
-
"isVirtual": true,
|
|
5125
|
-
"isOverride": false,
|
|
5126
|
-
"visibility": "Public",
|
|
5127
|
-
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
5128
|
-
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
5129
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5130
4602
|
}
|
|
5131
4603
|
],
|
|
5132
4604
|
"fields": [],
|
|
@@ -5255,7 +4727,7 @@
|
|
|
5255
4727
|
{
|
|
5256
4728
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
5257
4729
|
"clrName": "IndexOf",
|
|
5258
|
-
"metadataToken":
|
|
4730
|
+
"metadataToken": 100704573,
|
|
5259
4731
|
"canonicalSignature": "(T):System.Int32",
|
|
5260
4732
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
5261
4733
|
"emitScope": "ViewOnly",
|
|
@@ -5276,7 +4748,7 @@
|
|
|
5276
4748
|
{
|
|
5277
4749
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
5278
4750
|
"clrName": "Insert",
|
|
5279
|
-
"metadataToken":
|
|
4751
|
+
"metadataToken": 100704574,
|
|
5280
4752
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
5281
4753
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
5282
4754
|
"emitScope": "ViewOnly",
|
|
@@ -5297,7 +4769,7 @@
|
|
|
5297
4769
|
{
|
|
5298
4770
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
5299
4771
|
"clrName": "RemoveAt",
|
|
5300
|
-
"metadataToken":
|
|
4772
|
+
"metadataToken": 100704575,
|
|
5301
4773
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5302
4774
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5303
4775
|
"emitScope": "ViewOnly",
|
|
@@ -5318,7 +4790,7 @@
|
|
|
5318
4790
|
{
|
|
5319
4791
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
5320
4792
|
"clrName": "Add",
|
|
5321
|
-
"metadataToken":
|
|
4793
|
+
"metadataToken": 100704543,
|
|
5322
4794
|
"canonicalSignature": "(T):System.Void",
|
|
5323
4795
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
5324
4796
|
"emitScope": "ViewOnly",
|
|
@@ -5339,7 +4811,7 @@
|
|
|
5339
4811
|
{
|
|
5340
4812
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
5341
4813
|
"clrName": "Clear",
|
|
5342
|
-
"metadataToken":
|
|
4814
|
+
"metadataToken": 100704544,
|
|
5343
4815
|
"canonicalSignature": "():System.Void",
|
|
5344
4816
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5345
4817
|
"emitScope": "ViewOnly",
|
|
@@ -5360,7 +4832,7 @@
|
|
|
5360
4832
|
{
|
|
5361
4833
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
5362
4834
|
"clrName": "Contains",
|
|
5363
|
-
"metadataToken":
|
|
4835
|
+
"metadataToken": 100704545,
|
|
5364
4836
|
"canonicalSignature": "(T):System.Boolean",
|
|
5365
4837
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5366
4838
|
"emitScope": "ViewOnly",
|
|
@@ -5381,7 +4853,7 @@
|
|
|
5381
4853
|
{
|
|
5382
4854
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
5383
4855
|
"clrName": "CopyTo",
|
|
5384
|
-
"metadataToken":
|
|
4856
|
+
"metadataToken": 100704546,
|
|
5385
4857
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
5386
4858
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
5387
4859
|
"emitScope": "ViewOnly",
|
|
@@ -5402,7 +4874,7 @@
|
|
|
5402
4874
|
{
|
|
5403
4875
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
5404
4876
|
"clrName": "GetEnumerator",
|
|
5405
|
-
"metadataToken":
|
|
4877
|
+
"metadataToken": 100704565,
|
|
5406
4878
|
"canonicalSignature": "():IEnumerator_1",
|
|
5407
4879
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5408
4880
|
"emitScope": "ViewOnly",
|
|
@@ -5423,7 +4895,7 @@
|
|
|
5423
4895
|
{
|
|
5424
4896
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5425
4897
|
"clrName": "GetEnumerator",
|
|
5426
|
-
"metadataToken":
|
|
4898
|
+
"metadataToken": 100703850,
|
|
5427
4899
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5428
4900
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5429
4901
|
"emitScope": "ViewOnly",
|
|
@@ -5444,7 +4916,7 @@
|
|
|
5444
4916
|
{
|
|
5445
4917
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
5446
4918
|
"clrName": "Add",
|
|
5447
|
-
"metadataToken":
|
|
4919
|
+
"metadataToken": 100703859,
|
|
5448
4920
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
5449
4921
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
5450
4922
|
"emitScope": "ViewOnly",
|
|
@@ -5465,7 +4937,7 @@
|
|
|
5465
4937
|
{
|
|
5466
4938
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
5467
4939
|
"clrName": "Contains",
|
|
5468
|
-
"metadataToken":
|
|
4940
|
+
"metadataToken": 100703860,
|
|
5469
4941
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
5470
4942
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
5471
4943
|
"emitScope": "ViewOnly",
|
|
@@ -5486,7 +4958,7 @@
|
|
|
5486
4958
|
{
|
|
5487
4959
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
5488
4960
|
"clrName": "Insert",
|
|
5489
|
-
"metadataToken":
|
|
4961
|
+
"metadataToken": 100703865,
|
|
5490
4962
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
5491
4963
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
5492
4964
|
"emitScope": "ViewOnly",
|
|
@@ -5507,7 +4979,7 @@
|
|
|
5507
4979
|
{
|
|
5508
4980
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
5509
4981
|
"clrName": "Remove",
|
|
5510
|
-
"metadataToken":
|
|
4982
|
+
"metadataToken": 100703866,
|
|
5511
4983
|
"canonicalSignature": "(System.Object):System.Void",
|
|
5512
4984
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
5513
4985
|
"emitScope": "ViewOnly",
|
|
@@ -5528,7 +5000,7 @@
|
|
|
5528
5000
|
{
|
|
5529
5001
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5530
5002
|
"clrName": "CopyTo",
|
|
5531
|
-
"metadataToken":
|
|
5003
|
+
"metadataToken": 100703831,
|
|
5532
5004
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5533
5005
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5534
5006
|
"emitScope": "ViewOnly",
|
|
@@ -5549,7 +5021,7 @@
|
|
|
5549
5021
|
{
|
|
5550
5022
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
5551
5023
|
"clrName": "Clear",
|
|
5552
|
-
"metadataToken":
|
|
5024
|
+
"metadataToken": 100703861,
|
|
5553
5025
|
"canonicalSignature": "():System.Void",
|
|
5554
5026
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5555
5027
|
"emitScope": "ViewOnly",
|
|
@@ -5570,7 +5042,7 @@
|
|
|
5570
5042
|
{
|
|
5571
5043
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
5572
5044
|
"clrName": "RemoveAt",
|
|
5573
|
-
"metadataToken":
|
|
5045
|
+
"metadataToken": 100703867,
|
|
5574
5046
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5575
5047
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5576
5048
|
"emitScope": "ViewOnly",
|
|
@@ -5607,12 +5079,15 @@
|
|
|
5607
5079
|
"isOverride": false,
|
|
5608
5080
|
"visibility": "Public",
|
|
5609
5081
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
5610
|
-
"declaringAssemblyName": "System.ObjectModel"
|
|
5082
|
+
"declaringAssemblyName": "System.ObjectModel",
|
|
5083
|
+
"emitSemantics": {
|
|
5084
|
+
"callableStaticAccessorKind": "property"
|
|
5085
|
+
}
|
|
5611
5086
|
},
|
|
5612
5087
|
{
|
|
5613
5088
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5614
5089
|
"clrName": "Count",
|
|
5615
|
-
"metadataToken":
|
|
5090
|
+
"metadataToken": 385881419,
|
|
5616
5091
|
"canonicalSignature": ":System.Int32",
|
|
5617
5092
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5618
5093
|
"emitScope": "ViewOnly",
|
|
@@ -5632,7 +5107,7 @@
|
|
|
5632
5107
|
{
|
|
5633
5108
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5634
5109
|
"clrName": "IsReadOnly",
|
|
5635
|
-
"metadataToken":
|
|
5110
|
+
"metadataToken": 385881420,
|
|
5636
5111
|
"canonicalSignature": ":System.Boolean",
|
|
5637
5112
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5638
5113
|
"emitScope": "ViewOnly",
|
|
@@ -5652,7 +5127,7 @@
|
|
|
5652
5127
|
{
|
|
5653
5128
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5654
5129
|
"clrName": "SyncRoot",
|
|
5655
|
-
"metadataToken":
|
|
5130
|
+
"metadataToken": 385881259,
|
|
5656
5131
|
"canonicalSignature": ":System.Object",
|
|
5657
5132
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5658
5133
|
"emitScope": "ViewOnly",
|
|
@@ -5672,7 +5147,7 @@
|
|
|
5672
5147
|
{
|
|
5673
5148
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
5674
5149
|
"clrName": "IsReadOnly",
|
|
5675
|
-
"metadataToken":
|
|
5150
|
+
"metadataToken": 385881271,
|
|
5676
5151
|
"canonicalSignature": ":System.Boolean",
|
|
5677
5152
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5678
5153
|
"emitScope": "ViewOnly",
|
|
@@ -5692,7 +5167,7 @@
|
|
|
5692
5167
|
{
|
|
5693
5168
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
5694
5169
|
"clrName": "IsFixedSize",
|
|
5695
|
-
"metadataToken":
|
|
5170
|
+
"metadataToken": 385881272,
|
|
5696
5171
|
"canonicalSignature": ":System.Boolean",
|
|
5697
5172
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5698
5173
|
"emitScope": "ViewOnly",
|
|
@@ -5712,7 +5187,7 @@
|
|
|
5712
5187
|
{
|
|
5713
5188
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5714
5189
|
"clrName": "Count",
|
|
5715
|
-
"metadataToken":
|
|
5190
|
+
"metadataToken": 385881258,
|
|
5716
5191
|
"canonicalSignature": ":System.Int32",
|
|
5717
5192
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5718
5193
|
"emitScope": "ViewOnly",
|
|
@@ -5732,7 +5207,7 @@
|
|
|
5732
5207
|
{
|
|
5733
5208
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5734
5209
|
"clrName": "IsSynchronized",
|
|
5735
|
-
"metadataToken":
|
|
5210
|
+
"metadataToken": 385881260,
|
|
5736
5211
|
"canonicalSignature": ":System.Boolean",
|
|
5737
5212
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5738
5213
|
"emitScope": "ViewOnly",
|
|
@@ -5752,7 +5227,7 @@
|
|
|
5752
5227
|
{
|
|
5753
5228
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5754
5229
|
"clrName": "Count",
|
|
5755
|
-
"metadataToken":
|
|
5230
|
+
"metadataToken": 385881430,
|
|
5756
5231
|
"canonicalSignature": ":System.Int32",
|
|
5757
5232
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5758
5233
|
"emitScope": "ViewOnly",
|
|
@@ -5874,7 +5349,7 @@
|
|
|
5874
5349
|
{
|
|
5875
5350
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::GetEnumerator():IEnumerator_1",
|
|
5876
5351
|
"clrName": "GetEnumerator",
|
|
5877
|
-
"metadataToken":
|
|
5352
|
+
"metadataToken": 100704058,
|
|
5878
5353
|
"canonicalSignature": "():IEnumerator_1",
|
|
5879
5354
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5880
5355
|
"emitScope": "ClassSurface",
|
|
@@ -5894,7 +5369,7 @@
|
|
|
5894
5369
|
{
|
|
5895
5370
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
5896
5371
|
"clrName": "Contains",
|
|
5897
|
-
"metadataToken":
|
|
5372
|
+
"metadataToken": 100704060,
|
|
5898
5373
|
"canonicalSignature": "(T):System.Boolean",
|
|
5899
5374
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5900
5375
|
"emitScope": "ClassSurface",
|
|
@@ -5914,7 +5389,7 @@
|
|
|
5914
5389
|
{
|
|
5915
5390
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
5916
5391
|
"clrName": "IsProperSubsetOf",
|
|
5917
|
-
"metadataToken":
|
|
5392
|
+
"metadataToken": 100704061,
|
|
5918
5393
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5919
5394
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5920
5395
|
"emitScope": "ClassSurface",
|
|
@@ -5934,7 +5409,7 @@
|
|
|
5934
5409
|
{
|
|
5935
5410
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsProperSupersetOf(IEnumerable_1):System.Boolean",
|
|
5936
5411
|
"clrName": "IsProperSupersetOf",
|
|
5937
|
-
"metadataToken":
|
|
5412
|
+
"metadataToken": 100704062,
|
|
5938
5413
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5939
5414
|
"normalizedSignature": "IsProperSupersetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5940
5415
|
"emitScope": "ClassSurface",
|
|
@@ -5954,7 +5429,7 @@
|
|
|
5954
5429
|
{
|
|
5955
5430
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
5956
5431
|
"clrName": "IsSubsetOf",
|
|
5957
|
-
"metadataToken":
|
|
5432
|
+
"metadataToken": 100704063,
|
|
5958
5433
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5959
5434
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5960
5435
|
"emitScope": "ClassSurface",
|
|
@@ -5974,7 +5449,7 @@
|
|
|
5974
5449
|
{
|
|
5975
5450
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::IsSupersetOf(IEnumerable_1):System.Boolean",
|
|
5976
5451
|
"clrName": "IsSupersetOf",
|
|
5977
|
-
"metadataToken":
|
|
5452
|
+
"metadataToken": 100704064,
|
|
5978
5453
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5979
5454
|
"normalizedSignature": "IsSupersetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
5980
5455
|
"emitScope": "ClassSurface",
|
|
@@ -5994,7 +5469,7 @@
|
|
|
5994
5469
|
{
|
|
5995
5470
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Overlaps(IEnumerable_1):System.Boolean",
|
|
5996
5471
|
"clrName": "Overlaps",
|
|
5997
|
-
"metadataToken":
|
|
5472
|
+
"metadataToken": 100704065,
|
|
5998
5473
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
5999
5474
|
"normalizedSignature": "Overlaps|(IEnumerable_1):System.Boolean|static=false",
|
|
6000
5475
|
"emitScope": "ClassSurface",
|
|
@@ -6014,7 +5489,7 @@
|
|
|
6014
5489
|
{
|
|
6015
5490
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::SetEquals(IEnumerable_1):System.Boolean",
|
|
6016
5491
|
"clrName": "SetEquals",
|
|
6017
|
-
"metadataToken":
|
|
5492
|
+
"metadataToken": 100704066,
|
|
6018
5493
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
6019
5494
|
"normalizedSignature": "SetEquals|(IEnumerable_1):System.Boolean|static=false",
|
|
6020
5495
|
"emitScope": "ClassSurface",
|
|
@@ -6034,7 +5509,7 @@
|
|
|
6034
5509
|
{
|
|
6035
5510
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6036
5511
|
"clrName": "GetEnumerator",
|
|
6037
|
-
"metadataToken":
|
|
5512
|
+
"metadataToken": 100703850,
|
|
6038
5513
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6039
5514
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6040
5515
|
"emitScope": "ViewOnly",
|
|
@@ -6055,7 +5530,7 @@
|
|
|
6055
5530
|
{
|
|
6056
5531
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
6057
5532
|
"clrName": "Add",
|
|
6058
|
-
"metadataToken":
|
|
5533
|
+
"metadataToken": 100704583,
|
|
6059
5534
|
"canonicalSignature": "(T):System.Boolean",
|
|
6060
5535
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
6061
5536
|
"emitScope": "ViewOnly",
|
|
@@ -6076,7 +5551,7 @@
|
|
|
6076
5551
|
{
|
|
6077
5552
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
6078
5553
|
"clrName": "UnionWith",
|
|
6079
|
-
"metadataToken":
|
|
5554
|
+
"metadataToken": 100704584,
|
|
6080
5555
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
6081
5556
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
6082
5557
|
"emitScope": "ViewOnly",
|
|
@@ -6097,7 +5572,7 @@
|
|
|
6097
5572
|
{
|
|
6098
5573
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
6099
5574
|
"clrName": "Add",
|
|
6100
|
-
"metadataToken":
|
|
5575
|
+
"metadataToken": 100704543,
|
|
6101
5576
|
"canonicalSignature": "(T):System.Void",
|
|
6102
5577
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
6103
5578
|
"emitScope": "ViewOnly",
|
|
@@ -6118,7 +5593,7 @@
|
|
|
6118
5593
|
{
|
|
6119
5594
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
6120
5595
|
"clrName": "Clear",
|
|
6121
|
-
"metadataToken":
|
|
5596
|
+
"metadataToken": 100704544,
|
|
6122
5597
|
"canonicalSignature": "():System.Void",
|
|
6123
5598
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
6124
5599
|
"emitScope": "ViewOnly",
|
|
@@ -6139,7 +5614,7 @@
|
|
|
6139
5614
|
{
|
|
6140
5615
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
6141
5616
|
"clrName": "CopyTo",
|
|
6142
|
-
"metadataToken":
|
|
5617
|
+
"metadataToken": 100704546,
|
|
6143
5618
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
6144
5619
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
6145
5620
|
"emitScope": "ViewOnly",
|
|
@@ -6160,7 +5635,7 @@
|
|
|
6160
5635
|
{
|
|
6161
5636
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
6162
5637
|
"clrName": "CopyTo",
|
|
6163
|
-
"metadataToken":
|
|
5638
|
+
"metadataToken": 100703831,
|
|
6164
5639
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
6165
5640
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
6166
5641
|
"emitScope": "ViewOnly",
|
|
@@ -6181,7 +5656,7 @@
|
|
|
6181
5656
|
{
|
|
6182
5657
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
6183
5658
|
"clrName": "Contains",
|
|
6184
|
-
"metadataToken":
|
|
5659
|
+
"metadataToken": 100704594,
|
|
6185
5660
|
"canonicalSignature": "(T):System.Boolean",
|
|
6186
5661
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
6187
5662
|
"emitScope": "ViewOnly",
|
|
@@ -6202,7 +5677,7 @@
|
|
|
6202
5677
|
{
|
|
6203
5678
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
6204
5679
|
"clrName": "IsProperSubsetOf",
|
|
6205
|
-
"metadataToken":
|
|
5680
|
+
"metadataToken": 100704595,
|
|
6206
5681
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
6207
5682
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
6208
5683
|
"emitScope": "ViewOnly",
|
|
@@ -6223,7 +5698,7 @@
|
|
|
6223
5698
|
{
|
|
6224
5699
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
6225
5700
|
"clrName": "GetEnumerator",
|
|
6226
|
-
"metadataToken":
|
|
5701
|
+
"metadataToken": 100704565,
|
|
6227
5702
|
"canonicalSignature": "():IEnumerator_1",
|
|
6228
5703
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
6229
5704
|
"emitScope": "ViewOnly",
|
|
@@ -6244,7 +5719,7 @@
|
|
|
6244
5719
|
{
|
|
6245
5720
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
6246
5721
|
"clrName": "IsSubsetOf",
|
|
6247
|
-
"metadataToken":
|
|
5722
|
+
"metadataToken": 100704588,
|
|
6248
5723
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
6249
5724
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
6250
5725
|
"emitScope": "ViewOnly",
|
|
@@ -6265,7 +5740,7 @@
|
|
|
6265
5740
|
{
|
|
6266
5741
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
6267
5742
|
"clrName": "Contains",
|
|
6268
|
-
"metadataToken":
|
|
5743
|
+
"metadataToken": 100704545,
|
|
6269
5744
|
"canonicalSignature": "(T):System.Boolean",
|
|
6270
5745
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
6271
5746
|
"emitScope": "ViewOnly",
|
|
@@ -6288,7 +5763,7 @@
|
|
|
6288
5763
|
{
|
|
6289
5764
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Empty:ReadOnlySet_1",
|
|
6290
5765
|
"clrName": "Empty",
|
|
6291
|
-
"metadataToken":
|
|
5766
|
+
"metadataToken": 385881341,
|
|
6292
5767
|
"canonicalSignature": ":ReadOnlySet_1",
|
|
6293
5768
|
"normalizedSignature": "Empty|:ReadOnlySet_1|static=true|accessor=get",
|
|
6294
5769
|
"emitScope": "ClassSurface",
|
|
@@ -6302,12 +5777,15 @@
|
|
|
6302
5777
|
"isOverride": false,
|
|
6303
5778
|
"visibility": "Public",
|
|
6304
5779
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlySet\u00601",
|
|
6305
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5780
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5781
|
+
"emitSemantics": {
|
|
5782
|
+
"callableStaticAccessorKind": "property"
|
|
5783
|
+
}
|
|
6306
5784
|
},
|
|
6307
5785
|
{
|
|
6308
5786
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Set:ISet_1",
|
|
6309
5787
|
"clrName": "Set",
|
|
6310
|
-
"metadataToken":
|
|
5788
|
+
"metadataToken": 385881342,
|
|
6311
5789
|
"canonicalSignature": ":ISet_1",
|
|
6312
5790
|
"normalizedSignature": "Set|:ISet_1|static=false|accessor=get",
|
|
6313
5791
|
"emitScope": "ClassSurface",
|
|
@@ -6326,7 +5804,7 @@
|
|
|
6326
5804
|
{
|
|
6327
5805
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Count:System.Int32",
|
|
6328
5806
|
"clrName": "Count",
|
|
6329
|
-
"metadataToken":
|
|
5807
|
+
"metadataToken": 385881343,
|
|
6330
5808
|
"canonicalSignature": ":System.Int32",
|
|
6331
5809
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6332
5810
|
"emitScope": "ClassSurface",
|
|
@@ -6345,7 +5823,7 @@
|
|
|
6345
5823
|
{
|
|
6346
5824
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
6347
5825
|
"clrName": "IsReadOnly",
|
|
6348
|
-
"metadataToken":
|
|
5826
|
+
"metadataToken": 385881420,
|
|
6349
5827
|
"canonicalSignature": ":System.Boolean",
|
|
6350
5828
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
6351
5829
|
"emitScope": "ViewOnly",
|
|
@@ -6365,7 +5843,7 @@
|
|
|
6365
5843
|
{
|
|
6366
5844
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
6367
5845
|
"clrName": "SyncRoot",
|
|
6368
|
-
"metadataToken":
|
|
5846
|
+
"metadataToken": 385881259,
|
|
6369
5847
|
"canonicalSignature": ":System.Object",
|
|
6370
5848
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
6371
5849
|
"emitScope": "ViewOnly",
|
|
@@ -6385,7 +5863,7 @@
|
|
|
6385
5863
|
{
|
|
6386
5864
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
6387
5865
|
"clrName": "Count",
|
|
6388
|
-
"metadataToken":
|
|
5866
|
+
"metadataToken": 385881430,
|
|
6389
5867
|
"canonicalSignature": ":System.Int32",
|
|
6390
5868
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6391
5869
|
"emitScope": "ViewOnly",
|
|
@@ -6405,7 +5883,7 @@
|
|
|
6405
5883
|
{
|
|
6406
5884
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
6407
5885
|
"clrName": "Count",
|
|
6408
|
-
"metadataToken":
|
|
5886
|
+
"metadataToken": 385881419,
|
|
6409
5887
|
"canonicalSignature": ":System.Int32",
|
|
6410
5888
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6411
5889
|
"emitScope": "ViewOnly",
|
|
@@ -6425,7 +5903,7 @@
|
|
|
6425
5903
|
{
|
|
6426
5904
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
6427
5905
|
"clrName": "Count",
|
|
6428
|
-
"metadataToken":
|
|
5906
|
+
"metadataToken": 385881258,
|
|
6429
5907
|
"canonicalSignature": ":System.Int32",
|
|
6430
5908
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6431
5909
|
"emitScope": "ViewOnly",
|
|
@@ -6445,7 +5923,7 @@
|
|
|
6445
5923
|
{
|
|
6446
5924
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
6447
5925
|
"clrName": "IsSynchronized",
|
|
6448
|
-
"metadataToken":
|
|
5926
|
+
"metadataToken": 385881260,
|
|
6449
5927
|
"canonicalSignature": ":System.Boolean",
|
|
6450
5928
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
6451
5929
|
"emitScope": "ViewOnly",
|
|
@@ -6468,7 +5946,7 @@
|
|
|
6468
5946
|
"constructors": [
|
|
6469
5947
|
{
|
|
6470
5948
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::.ctor(ISet_1):void",
|
|
6471
|
-
"metadataToken":
|
|
5949
|
+
"metadataToken": 100704054,
|
|
6472
5950
|
"canonicalSignature": "(ISet_1):void",
|
|
6473
5951
|
"normalizedSignature": "constructor|(ISet_1):void|static=false",
|
|
6474
5952
|
"isStatic": false,
|
|
@@ -6498,7 +5976,7 @@
|
|
|
6498
5976
|
{
|
|
6499
5977
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection::CreateCollection(ReadOnlySpan_1):ReadOnlyCollection_1",
|
|
6500
5978
|
"clrName": "CreateCollection",
|
|
6501
|
-
"metadataToken":
|
|
5979
|
+
"metadataToken": 100703978,
|
|
6502
5980
|
"canonicalSignature": "(ReadOnlySpan_1):ReadOnlyCollection_1",
|
|
6503
5981
|
"normalizedSignature": "CreateCollection|(ReadOnlySpan_1):ReadOnlyCollection_1|static=true",
|
|
6504
5982
|
"emitScope": "ClassSurface",
|
|
@@ -6518,7 +5996,7 @@
|
|
|
6518
5996
|
{
|
|
6519
5997
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection::CreateSet(ReadOnlySpan_1):ReadOnlySet_1",
|
|
6520
5998
|
"clrName": "CreateSet",
|
|
6521
|
-
"metadataToken":
|
|
5999
|
+
"metadataToken": 100703979,
|
|
6522
6000
|
"canonicalSignature": "(ReadOnlySpan_1):ReadOnlySet_1",
|
|
6523
6001
|
"normalizedSignature": "CreateSet|(ReadOnlySpan_1):ReadOnlySet_1|static=true",
|
|
6524
6002
|
"emitScope": "ClassSurface",
|