@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
|
@@ -4,579 +4,6 @@
|
|
|
4
4
|
"System.Collections.Immutable"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
9
|
-
"clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
10
|
-
"assemblyName": "System.Collections.Immutable",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Struct",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 3,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
-
"clrName": "System.ValueType"
|
|
21
|
-
},
|
|
22
|
-
"typeParameters": [
|
|
23
|
-
"TKey",
|
|
24
|
-
"TValue",
|
|
25
|
-
"TAlternateKey"
|
|
26
|
-
],
|
|
27
|
-
"methods": [
|
|
28
|
-
{
|
|
29
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
30
|
-
"clrName": "ContainsKey",
|
|
31
|
-
"metadataToken": 100665048,
|
|
32
|
-
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
33
|
-
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
34
|
-
"emitScope": "ClassSurface",
|
|
35
|
-
"provenance": "Original",
|
|
36
|
-
"arity": 0,
|
|
37
|
-
"parameterCount": 1,
|
|
38
|
-
"isStatic": false,
|
|
39
|
-
"isAbstract": false,
|
|
40
|
-
"isVirtual": false,
|
|
41
|
-
"isOverride": false,
|
|
42
|
-
"isSealed": false,
|
|
43
|
-
"visibility": "Public",
|
|
44
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
45
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
46
|
-
"isExtensionMethod": false
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
50
|
-
"clrName": "TryGetValue",
|
|
51
|
-
"metadataToken": 100665049,
|
|
52
|
-
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
53
|
-
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
54
|
-
"emitScope": "ClassSurface",
|
|
55
|
-
"provenance": "Original",
|
|
56
|
-
"arity": 0,
|
|
57
|
-
"parameterCount": 2,
|
|
58
|
-
"isStatic": false,
|
|
59
|
-
"isAbstract": false,
|
|
60
|
-
"isVirtual": false,
|
|
61
|
-
"isOverride": false,
|
|
62
|
-
"isSealed": false,
|
|
63
|
-
"visibility": "Public",
|
|
64
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
65
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
66
|
-
"isExtensionMethod": false,
|
|
67
|
-
"parameterModifiers": [
|
|
68
|
-
{
|
|
69
|
-
"index": 1,
|
|
70
|
-
"modifier": "out"
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"properties": [
|
|
76
|
-
{
|
|
77
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:FrozenDictionary_2",
|
|
78
|
-
"clrName": "Dictionary",
|
|
79
|
-
"metadataToken": 385876300,
|
|
80
|
-
"canonicalSignature": ":FrozenDictionary_2",
|
|
81
|
-
"normalizedSignature": "Dictionary|:FrozenDictionary_2|static=false|accessor=get",
|
|
82
|
-
"emitScope": "ClassSurface",
|
|
83
|
-
"provenance": "Original",
|
|
84
|
-
"isIndexer": false,
|
|
85
|
-
"hasGetter": true,
|
|
86
|
-
"hasSetter": false,
|
|
87
|
-
"isStatic": false,
|
|
88
|
-
"isAbstract": false,
|
|
89
|
-
"isVirtual": false,
|
|
90
|
-
"isOverride": false,
|
|
91
|
-
"visibility": "Public",
|
|
92
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
93
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
97
|
-
"clrName": "Item",
|
|
98
|
-
"metadataToken": 385876301,
|
|
99
|
-
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
100
|
-
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=get",
|
|
101
|
-
"emitScope": "ClassSurface",
|
|
102
|
-
"provenance": "Original",
|
|
103
|
-
"isIndexer": true,
|
|
104
|
-
"hasGetter": true,
|
|
105
|
-
"hasSetter": false,
|
|
106
|
-
"isStatic": false,
|
|
107
|
-
"isAbstract": false,
|
|
108
|
-
"isVirtual": false,
|
|
109
|
-
"isOverride": false,
|
|
110
|
-
"visibility": "Public",
|
|
111
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
112
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"fields": [],
|
|
116
|
-
"events": [],
|
|
117
|
-
"constructors": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
121
|
-
"clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
122
|
-
"assemblyName": "System.Collections.Immutable",
|
|
123
|
-
"metadataToken": 0,
|
|
124
|
-
"kind": "Struct",
|
|
125
|
-
"accessibility": "Public",
|
|
126
|
-
"isAbstract": false,
|
|
127
|
-
"isSealed": true,
|
|
128
|
-
"isStatic": false,
|
|
129
|
-
"arity": 2,
|
|
130
|
-
"baseType": {
|
|
131
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
132
|
-
"clrName": "System.ValueType"
|
|
133
|
-
},
|
|
134
|
-
"interfaces": [
|
|
135
|
-
{
|
|
136
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
137
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
138
|
-
"typeArguments": [
|
|
139
|
-
"KeyValuePair_2[[TKey,TValue]]"
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
144
|
-
"clrName": "System.Collections.IEnumerator"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
148
|
-
"clrName": "System.IDisposable"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"typeParameters": [
|
|
152
|
-
"TKey",
|
|
153
|
-
"TValue"
|
|
154
|
-
],
|
|
155
|
-
"methods": [
|
|
156
|
-
{
|
|
157
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::MoveNext():System.Boolean",
|
|
158
|
-
"clrName": "MoveNext",
|
|
159
|
-
"metadataToken": 100665040,
|
|
160
|
-
"canonicalSignature": "():System.Boolean",
|
|
161
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
162
|
-
"emitScope": "ClassSurface",
|
|
163
|
-
"provenance": "Original",
|
|
164
|
-
"arity": 0,
|
|
165
|
-
"parameterCount": 0,
|
|
166
|
-
"isStatic": false,
|
|
167
|
-
"isAbstract": false,
|
|
168
|
-
"isVirtual": true,
|
|
169
|
-
"isOverride": false,
|
|
170
|
-
"isSealed": true,
|
|
171
|
-
"visibility": "Public",
|
|
172
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
173
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
174
|
-
"isExtensionMethod": false
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
178
|
-
"clrName": "Reset",
|
|
179
|
-
"metadataToken": 100703848,
|
|
180
|
-
"canonicalSignature": "():System.Void",
|
|
181
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
182
|
-
"emitScope": "ClassSurface",
|
|
183
|
-
"provenance": "ExplicitView",
|
|
184
|
-
"arity": 0,
|
|
185
|
-
"parameterCount": 0,
|
|
186
|
-
"isStatic": false,
|
|
187
|
-
"isAbstract": false,
|
|
188
|
-
"isVirtual": true,
|
|
189
|
-
"isOverride": false,
|
|
190
|
-
"isSealed": false,
|
|
191
|
-
"visibility": "Public",
|
|
192
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
193
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
194
|
-
"isExtensionMethod": false
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
198
|
-
"clrName": "Dispose",
|
|
199
|
-
"metadataToken": 100668530,
|
|
200
|
-
"canonicalSignature": "():System.Void",
|
|
201
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
202
|
-
"emitScope": "ViewOnly",
|
|
203
|
-
"provenance": "ExplicitView",
|
|
204
|
-
"arity": 0,
|
|
205
|
-
"parameterCount": 0,
|
|
206
|
-
"isStatic": false,
|
|
207
|
-
"isAbstract": false,
|
|
208
|
-
"isVirtual": true,
|
|
209
|
-
"isOverride": false,
|
|
210
|
-
"isSealed": false,
|
|
211
|
-
"visibility": "Public",
|
|
212
|
-
"declaringClrType": "System.IDisposable",
|
|
213
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
214
|
-
"isExtensionMethod": false,
|
|
215
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
219
|
-
"clrName": "MoveNext",
|
|
220
|
-
"metadataToken": 100703846,
|
|
221
|
-
"canonicalSignature": "():System.Boolean",
|
|
222
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
223
|
-
"emitScope": "ViewOnly",
|
|
224
|
-
"provenance": "ExplicitView",
|
|
225
|
-
"arity": 0,
|
|
226
|
-
"parameterCount": 0,
|
|
227
|
-
"isStatic": false,
|
|
228
|
-
"isAbstract": false,
|
|
229
|
-
"isVirtual": true,
|
|
230
|
-
"isOverride": false,
|
|
231
|
-
"isSealed": false,
|
|
232
|
-
"visibility": "Public",
|
|
233
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
234
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
235
|
-
"isExtensionMethod": false,
|
|
236
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
|
-
"properties": [
|
|
240
|
-
{
|
|
241
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Current:KeyValuePair_2",
|
|
242
|
-
"clrName": "Current",
|
|
243
|
-
"metadataToken": 385876298,
|
|
244
|
-
"canonicalSignature": ":KeyValuePair_2",
|
|
245
|
-
"normalizedSignature": "Current|:KeyValuePair_2|static=false|accessor=get",
|
|
246
|
-
"emitScope": "ClassSurface",
|
|
247
|
-
"provenance": "Original",
|
|
248
|
-
"isIndexer": false,
|
|
249
|
-
"hasGetter": true,
|
|
250
|
-
"hasSetter": false,
|
|
251
|
-
"isStatic": false,
|
|
252
|
-
"isAbstract": false,
|
|
253
|
-
"isVirtual": true,
|
|
254
|
-
"isOverride": false,
|
|
255
|
-
"visibility": "Public",
|
|
256
|
-
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
257
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
261
|
-
"clrName": "Current",
|
|
262
|
-
"metadataToken": 385881426,
|
|
263
|
-
"canonicalSignature": ":T",
|
|
264
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
265
|
-
"emitScope": "ViewOnly",
|
|
266
|
-
"provenance": "ExplicitView",
|
|
267
|
-
"isIndexer": false,
|
|
268
|
-
"hasGetter": true,
|
|
269
|
-
"hasSetter": false,
|
|
270
|
-
"isStatic": false,
|
|
271
|
-
"isAbstract": false,
|
|
272
|
-
"isVirtual": true,
|
|
273
|
-
"isOverride": false,
|
|
274
|
-
"visibility": "Public",
|
|
275
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
276
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
277
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
281
|
-
"clrName": "Current",
|
|
282
|
-
"metadataToken": 385881267,
|
|
283
|
-
"canonicalSignature": ":System.Object",
|
|
284
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
285
|
-
"emitScope": "ViewOnly",
|
|
286
|
-
"provenance": "ExplicitView",
|
|
287
|
-
"isIndexer": false,
|
|
288
|
-
"hasGetter": true,
|
|
289
|
-
"hasSetter": false,
|
|
290
|
-
"isStatic": false,
|
|
291
|
-
"isAbstract": false,
|
|
292
|
-
"isVirtual": true,
|
|
293
|
-
"isOverride": false,
|
|
294
|
-
"visibility": "Public",
|
|
295
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
296
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
297
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"fields": [],
|
|
301
|
-
"events": [],
|
|
302
|
-
"constructors": []
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
306
|
-
"clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
307
|
-
"assemblyName": "System.Collections.Immutable",
|
|
308
|
-
"metadataToken": 0,
|
|
309
|
-
"kind": "Struct",
|
|
310
|
-
"accessibility": "Public",
|
|
311
|
-
"isAbstract": false,
|
|
312
|
-
"isSealed": true,
|
|
313
|
-
"isStatic": false,
|
|
314
|
-
"arity": 2,
|
|
315
|
-
"baseType": {
|
|
316
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
317
|
-
"clrName": "System.ValueType"
|
|
318
|
-
},
|
|
319
|
-
"typeParameters": [
|
|
320
|
-
"T",
|
|
321
|
-
"TAlternate"
|
|
322
|
-
],
|
|
323
|
-
"methods": [
|
|
324
|
-
{
|
|
325
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Contains(TAlternate):System.Boolean",
|
|
326
|
-
"clrName": "Contains",
|
|
327
|
-
"metadataToken": 100665122,
|
|
328
|
-
"canonicalSignature": "(TAlternate):System.Boolean",
|
|
329
|
-
"normalizedSignature": "Contains|(TAlternate):System.Boolean|static=false",
|
|
330
|
-
"emitScope": "ClassSurface",
|
|
331
|
-
"provenance": "Original",
|
|
332
|
-
"arity": 0,
|
|
333
|
-
"parameterCount": 1,
|
|
334
|
-
"isStatic": false,
|
|
335
|
-
"isAbstract": false,
|
|
336
|
-
"isVirtual": false,
|
|
337
|
-
"isOverride": false,
|
|
338
|
-
"isSealed": false,
|
|
339
|
-
"visibility": "Public",
|
|
340
|
-
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
341
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
342
|
-
"isExtensionMethod": false
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::TryGetValue(TAlternate,T\u0026):System.Boolean",
|
|
346
|
-
"clrName": "TryGetValue",
|
|
347
|
-
"metadataToken": 100665123,
|
|
348
|
-
"canonicalSignature": "(TAlternate,T\u0026):System.Boolean",
|
|
349
|
-
"normalizedSignature": "TryGetValue|(TAlternate,T\u0026):System.Boolean|static=false",
|
|
350
|
-
"emitScope": "ClassSurface",
|
|
351
|
-
"provenance": "Original",
|
|
352
|
-
"arity": 0,
|
|
353
|
-
"parameterCount": 2,
|
|
354
|
-
"isStatic": false,
|
|
355
|
-
"isAbstract": false,
|
|
356
|
-
"isVirtual": false,
|
|
357
|
-
"isOverride": false,
|
|
358
|
-
"isSealed": false,
|
|
359
|
-
"visibility": "Public",
|
|
360
|
-
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
361
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
362
|
-
"isExtensionMethod": false,
|
|
363
|
-
"parameterModifiers": [
|
|
364
|
-
{
|
|
365
|
-
"index": 1,
|
|
366
|
-
"modifier": "out"
|
|
367
|
-
}
|
|
368
|
-
]
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"properties": [
|
|
372
|
-
{
|
|
373
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Set:FrozenSet_1",
|
|
374
|
-
"clrName": "Set",
|
|
375
|
-
"metadataToken": 385876315,
|
|
376
|
-
"canonicalSignature": ":FrozenSet_1",
|
|
377
|
-
"normalizedSignature": "Set|:FrozenSet_1|static=false|accessor=get",
|
|
378
|
-
"emitScope": "ClassSurface",
|
|
379
|
-
"provenance": "Original",
|
|
380
|
-
"isIndexer": false,
|
|
381
|
-
"hasGetter": true,
|
|
382
|
-
"hasSetter": false,
|
|
383
|
-
"isStatic": false,
|
|
384
|
-
"isAbstract": false,
|
|
385
|
-
"isVirtual": false,
|
|
386
|
-
"isOverride": false,
|
|
387
|
-
"visibility": "Public",
|
|
388
|
-
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
389
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
390
|
-
}
|
|
391
|
-
],
|
|
392
|
-
"fields": [],
|
|
393
|
-
"events": [],
|
|
394
|
-
"constructors": []
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
398
|
-
"clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
399
|
-
"assemblyName": "System.Collections.Immutable",
|
|
400
|
-
"metadataToken": 0,
|
|
401
|
-
"kind": "Struct",
|
|
402
|
-
"accessibility": "Public",
|
|
403
|
-
"isAbstract": false,
|
|
404
|
-
"isSealed": true,
|
|
405
|
-
"isStatic": false,
|
|
406
|
-
"arity": 1,
|
|
407
|
-
"baseType": {
|
|
408
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
409
|
-
"clrName": "System.ValueType"
|
|
410
|
-
},
|
|
411
|
-
"interfaces": [
|
|
412
|
-
{
|
|
413
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
414
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
415
|
-
"typeArguments": [
|
|
416
|
-
"T"
|
|
417
|
-
]
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
421
|
-
"clrName": "System.Collections.IEnumerator"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
425
|
-
"clrName": "System.IDisposable"
|
|
426
|
-
}
|
|
427
|
-
],
|
|
428
|
-
"typeParameters": [
|
|
429
|
-
"T"
|
|
430
|
-
],
|
|
431
|
-
"methods": [
|
|
432
|
-
{
|
|
433
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::MoveNext():System.Boolean",
|
|
434
|
-
"clrName": "MoveNext",
|
|
435
|
-
"metadataToken": 100665115,
|
|
436
|
-
"canonicalSignature": "():System.Boolean",
|
|
437
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
438
|
-
"emitScope": "ClassSurface",
|
|
439
|
-
"provenance": "Original",
|
|
440
|
-
"arity": 0,
|
|
441
|
-
"parameterCount": 0,
|
|
442
|
-
"isStatic": false,
|
|
443
|
-
"isAbstract": false,
|
|
444
|
-
"isVirtual": true,
|
|
445
|
-
"isOverride": false,
|
|
446
|
-
"isSealed": true,
|
|
447
|
-
"visibility": "Public",
|
|
448
|
-
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
449
|
-
"declaringAssemblyName": "System.Collections.Immutable",
|
|
450
|
-
"isExtensionMethod": false
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
454
|
-
"clrName": "Reset",
|
|
455
|
-
"metadataToken": 100703848,
|
|
456
|
-
"canonicalSignature": "():System.Void",
|
|
457
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
458
|
-
"emitScope": "ClassSurface",
|
|
459
|
-
"provenance": "ExplicitView",
|
|
460
|
-
"arity": 0,
|
|
461
|
-
"parameterCount": 0,
|
|
462
|
-
"isStatic": false,
|
|
463
|
-
"isAbstract": false,
|
|
464
|
-
"isVirtual": true,
|
|
465
|
-
"isOverride": false,
|
|
466
|
-
"isSealed": false,
|
|
467
|
-
"visibility": "Public",
|
|
468
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
469
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
470
|
-
"isExtensionMethod": false
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
474
|
-
"clrName": "Dispose",
|
|
475
|
-
"metadataToken": 100668530,
|
|
476
|
-
"canonicalSignature": "():System.Void",
|
|
477
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
478
|
-
"emitScope": "ViewOnly",
|
|
479
|
-
"provenance": "ExplicitView",
|
|
480
|
-
"arity": 0,
|
|
481
|
-
"parameterCount": 0,
|
|
482
|
-
"isStatic": false,
|
|
483
|
-
"isAbstract": false,
|
|
484
|
-
"isVirtual": true,
|
|
485
|
-
"isOverride": false,
|
|
486
|
-
"isSealed": false,
|
|
487
|
-
"visibility": "Public",
|
|
488
|
-
"declaringClrType": "System.IDisposable",
|
|
489
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
490
|
-
"isExtensionMethod": false,
|
|
491
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
495
|
-
"clrName": "MoveNext",
|
|
496
|
-
"metadataToken": 100703846,
|
|
497
|
-
"canonicalSignature": "():System.Boolean",
|
|
498
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
499
|
-
"emitScope": "ViewOnly",
|
|
500
|
-
"provenance": "ExplicitView",
|
|
501
|
-
"arity": 0,
|
|
502
|
-
"parameterCount": 0,
|
|
503
|
-
"isStatic": false,
|
|
504
|
-
"isAbstract": false,
|
|
505
|
-
"isVirtual": true,
|
|
506
|
-
"isOverride": false,
|
|
507
|
-
"isSealed": false,
|
|
508
|
-
"visibility": "Public",
|
|
509
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
510
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
511
|
-
"isExtensionMethod": false,
|
|
512
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"properties": [
|
|
516
|
-
{
|
|
517
|
-
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Current:T",
|
|
518
|
-
"clrName": "Current",
|
|
519
|
-
"metadataToken": 385876313,
|
|
520
|
-
"canonicalSignature": ":T",
|
|
521
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
522
|
-
"emitScope": "ClassSurface",
|
|
523
|
-
"provenance": "Original",
|
|
524
|
-
"isIndexer": false,
|
|
525
|
-
"hasGetter": true,
|
|
526
|
-
"hasSetter": false,
|
|
527
|
-
"isStatic": false,
|
|
528
|
-
"isAbstract": false,
|
|
529
|
-
"isVirtual": true,
|
|
530
|
-
"isOverride": false,
|
|
531
|
-
"visibility": "Public",
|
|
532
|
-
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
533
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
537
|
-
"clrName": "Current",
|
|
538
|
-
"metadataToken": 385881267,
|
|
539
|
-
"canonicalSignature": ":System.Object",
|
|
540
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
541
|
-
"emitScope": "ViewOnly",
|
|
542
|
-
"provenance": "ExplicitView",
|
|
543
|
-
"isIndexer": false,
|
|
544
|
-
"hasGetter": true,
|
|
545
|
-
"hasSetter": false,
|
|
546
|
-
"isStatic": false,
|
|
547
|
-
"isAbstract": false,
|
|
548
|
-
"isVirtual": true,
|
|
549
|
-
"isOverride": false,
|
|
550
|
-
"visibility": "Public",
|
|
551
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
552
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
553
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
557
|
-
"clrName": "Current",
|
|
558
|
-
"metadataToken": 385881426,
|
|
559
|
-
"canonicalSignature": ":T",
|
|
560
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
561
|
-
"emitScope": "ViewOnly",
|
|
562
|
-
"provenance": "ExplicitView",
|
|
563
|
-
"isIndexer": false,
|
|
564
|
-
"hasGetter": true,
|
|
565
|
-
"hasSetter": false,
|
|
566
|
-
"isStatic": false,
|
|
567
|
-
"isAbstract": false,
|
|
568
|
-
"isVirtual": true,
|
|
569
|
-
"isOverride": false,
|
|
570
|
-
"visibility": "Public",
|
|
571
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
572
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
573
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
574
|
-
}
|
|
575
|
-
],
|
|
576
|
-
"fields": [],
|
|
577
|
-
"events": [],
|
|
578
|
-
"constructors": []
|
|
579
|
-
},
|
|
580
7
|
{
|
|
581
8
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602",
|
|
582
9
|
"clrName": "System.Collections.Frozen.FrozenDictionary\u00602",
|
|
@@ -823,7 +250,7 @@
|
|
|
823
250
|
{
|
|
824
251
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
825
252
|
"clrName": "Add",
|
|
826
|
-
"metadataToken":
|
|
253
|
+
"metadataToken": 100704556,
|
|
827
254
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
828
255
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
829
256
|
"emitScope": "ViewOnly",
|
|
@@ -844,7 +271,7 @@
|
|
|
844
271
|
{
|
|
845
272
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
846
273
|
"clrName": "Remove",
|
|
847
|
-
"metadataToken":
|
|
274
|
+
"metadataToken": 100704557,
|
|
848
275
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
849
276
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
850
277
|
"emitScope": "ViewOnly",
|
|
@@ -865,7 +292,7 @@
|
|
|
865
292
|
{
|
|
866
293
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
867
294
|
"clrName": "Add",
|
|
868
|
-
"metadataToken":
|
|
295
|
+
"metadataToken": 100704543,
|
|
869
296
|
"canonicalSignature": "(T):System.Void",
|
|
870
297
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
871
298
|
"emitScope": "ViewOnly",
|
|
@@ -886,7 +313,7 @@
|
|
|
886
313
|
{
|
|
887
314
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
888
315
|
"clrName": "Clear",
|
|
889
|
-
"metadataToken":
|
|
316
|
+
"metadataToken": 100704544,
|
|
890
317
|
"canonicalSignature": "():System.Void",
|
|
891
318
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
892
319
|
"emitScope": "ViewOnly",
|
|
@@ -907,7 +334,7 @@
|
|
|
907
334
|
{
|
|
908
335
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
909
336
|
"clrName": "Contains",
|
|
910
|
-
"metadataToken":
|
|
337
|
+
"metadataToken": 100704545,
|
|
911
338
|
"canonicalSignature": "(T):System.Boolean",
|
|
912
339
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
913
340
|
"emitScope": "ViewOnly",
|
|
@@ -928,7 +355,7 @@
|
|
|
928
355
|
{
|
|
929
356
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
930
357
|
"clrName": "CopyTo",
|
|
931
|
-
"metadataToken":
|
|
358
|
+
"metadataToken": 100704546,
|
|
932
359
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
933
360
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
934
361
|
"emitScope": "ViewOnly",
|
|
@@ -949,7 +376,7 @@
|
|
|
949
376
|
{
|
|
950
377
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
951
378
|
"clrName": "GetEnumerator",
|
|
952
|
-
"metadataToken":
|
|
379
|
+
"metadataToken": 100704565,
|
|
953
380
|
"canonicalSignature": "():IEnumerator_1",
|
|
954
381
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
955
382
|
"emitScope": "ViewOnly",
|
|
@@ -970,7 +397,7 @@
|
|
|
970
397
|
{
|
|
971
398
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
972
399
|
"clrName": "GetEnumerator",
|
|
973
|
-
"metadataToken":
|
|
400
|
+
"metadataToken": 100703850,
|
|
974
401
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
975
402
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
976
403
|
"emitScope": "ViewOnly",
|
|
@@ -991,7 +418,7 @@
|
|
|
991
418
|
{
|
|
992
419
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
993
420
|
"clrName": "Contains",
|
|
994
|
-
"metadataToken":
|
|
421
|
+
"metadataToken": 100703840,
|
|
995
422
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
996
423
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
997
424
|
"emitScope": "ViewOnly",
|
|
@@ -1012,7 +439,7 @@
|
|
|
1012
439
|
{
|
|
1013
440
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
1014
441
|
"clrName": "Add",
|
|
1015
|
-
"metadataToken":
|
|
442
|
+
"metadataToken": 100703841,
|
|
1016
443
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
1017
444
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
1018
445
|
"emitScope": "ViewOnly",
|
|
@@ -1033,7 +460,7 @@
|
|
|
1033
460
|
{
|
|
1034
461
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
1035
462
|
"clrName": "GetEnumerator",
|
|
1036
|
-
"metadataToken":
|
|
463
|
+
"metadataToken": 100703845,
|
|
1037
464
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
1038
465
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
1039
466
|
"emitScope": "ViewOnly",
|
|
@@ -1054,7 +481,7 @@
|
|
|
1054
481
|
{
|
|
1055
482
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
1056
483
|
"clrName": "Remove",
|
|
1057
|
-
"metadataToken":
|
|
484
|
+
"metadataToken": 100703846,
|
|
1058
485
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1059
486
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1060
487
|
"emitScope": "ViewOnly",
|
|
@@ -1075,7 +502,7 @@
|
|
|
1075
502
|
{
|
|
1076
503
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1077
504
|
"clrName": "CopyTo",
|
|
1078
|
-
"metadataToken":
|
|
505
|
+
"metadataToken": 100703831,
|
|
1079
506
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1080
507
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1081
508
|
"emitScope": "ViewOnly",
|
|
@@ -1096,7 +523,7 @@
|
|
|
1096
523
|
{
|
|
1097
524
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
1098
525
|
"clrName": "ContainsKey",
|
|
1099
|
-
"metadataToken":
|
|
526
|
+
"metadataToken": 100704555,
|
|
1100
527
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
1101
528
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
1102
529
|
"emitScope": "ViewOnly",
|
|
@@ -1117,7 +544,7 @@
|
|
|
1117
544
|
{
|
|
1118
545
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
1119
546
|
"clrName": "TryGetValue",
|
|
1120
|
-
"metadataToken":
|
|
547
|
+
"metadataToken": 100704558,
|
|
1121
548
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
1122
549
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
1123
550
|
"emitScope": "ViewOnly",
|
|
@@ -1144,7 +571,7 @@
|
|
|
1144
571
|
{
|
|
1145
572
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
1146
573
|
"clrName": "ContainsKey",
|
|
1147
|
-
"metadataToken":
|
|
574
|
+
"metadataToken": 100704577,
|
|
1148
575
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
1149
576
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
1150
577
|
"emitScope": "ViewOnly",
|
|
@@ -1165,7 +592,7 @@
|
|
|
1165
592
|
{
|
|
1166
593
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
1167
594
|
"clrName": "TryGetValue",
|
|
1168
|
-
"metadataToken":
|
|
595
|
+
"metadataToken": 100704578,
|
|
1169
596
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
1170
597
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
1171
598
|
"emitScope": "ViewOnly",
|
|
@@ -1192,7 +619,7 @@
|
|
|
1192
619
|
{
|
|
1193
620
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
1194
621
|
"clrName": "Clear",
|
|
1195
|
-
"metadataToken":
|
|
622
|
+
"metadataToken": 100703842,
|
|
1196
623
|
"canonicalSignature": "():System.Void",
|
|
1197
624
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1198
625
|
"emitScope": "ViewOnly",
|
|
@@ -1229,7 +656,10 @@
|
|
|
1229
656
|
"isOverride": false,
|
|
1230
657
|
"visibility": "Public",
|
|
1231
658
|
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
|
|
1232
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
659
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
660
|
+
"emitSemantics": {
|
|
661
|
+
"callableStaticAccessorKind": "property"
|
|
662
|
+
}
|
|
1233
663
|
},
|
|
1234
664
|
{
|
|
1235
665
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602::Comparer:IEqualityComparer_1",
|
|
@@ -1329,7 +759,7 @@
|
|
|
1329
759
|
{
|
|
1330
760
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
1331
761
|
"clrName": "Keys",
|
|
1332
|
-
"metadataToken":
|
|
762
|
+
"metadataToken": 385881423,
|
|
1333
763
|
"canonicalSignature": ":ICollection_1",
|
|
1334
764
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
1335
765
|
"emitScope": "ViewOnly",
|
|
@@ -1349,7 +779,7 @@
|
|
|
1349
779
|
{
|
|
1350
780
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
1351
781
|
"clrName": "IsReadOnly",
|
|
1352
|
-
"metadataToken":
|
|
782
|
+
"metadataToken": 385881420,
|
|
1353
783
|
"canonicalSignature": ":System.Boolean",
|
|
1354
784
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1355
785
|
"emitScope": "ViewOnly",
|
|
@@ -1369,7 +799,7 @@
|
|
|
1369
799
|
{
|
|
1370
800
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
1371
801
|
"clrName": "Keys",
|
|
1372
|
-
"metadataToken":
|
|
802
|
+
"metadataToken": 385881432,
|
|
1373
803
|
"canonicalSignature": ":IEnumerable_1",
|
|
1374
804
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
1375
805
|
"emitScope": "ViewOnly",
|
|
@@ -1389,7 +819,7 @@
|
|
|
1389
819
|
{
|
|
1390
820
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
1391
821
|
"clrName": "Keys",
|
|
1392
|
-
"metadataToken":
|
|
822
|
+
"metadataToken": 385881262,
|
|
1393
823
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1394
824
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
1395
825
|
"emitScope": "ViewOnly",
|
|
@@ -1409,7 +839,7 @@
|
|
|
1409
839
|
{
|
|
1410
840
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1411
841
|
"clrName": "SyncRoot",
|
|
1412
|
-
"metadataToken":
|
|
842
|
+
"metadataToken": 385881259,
|
|
1413
843
|
"canonicalSignature": ":System.Object",
|
|
1414
844
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1415
845
|
"emitScope": "ViewOnly",
|
|
@@ -1429,7 +859,7 @@
|
|
|
1429
859
|
{
|
|
1430
860
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
1431
861
|
"clrName": "Values",
|
|
1432
|
-
"metadataToken":
|
|
862
|
+
"metadataToken": 385881424,
|
|
1433
863
|
"canonicalSignature": ":ICollection_1",
|
|
1434
864
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
1435
865
|
"emitScope": "ViewOnly",
|
|
@@ -1449,7 +879,7 @@
|
|
|
1449
879
|
{
|
|
1450
880
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
1451
881
|
"clrName": "Count",
|
|
1452
|
-
"metadataToken":
|
|
882
|
+
"metadataToken": 385881419,
|
|
1453
883
|
"canonicalSignature": ":System.Int32",
|
|
1454
884
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1455
885
|
"emitScope": "ViewOnly",
|
|
@@ -1469,7 +899,7 @@
|
|
|
1469
899
|
{
|
|
1470
900
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
1471
901
|
"clrName": "Values",
|
|
1472
|
-
"metadataToken":
|
|
902
|
+
"metadataToken": 385881433,
|
|
1473
903
|
"canonicalSignature": ":IEnumerable_1",
|
|
1474
904
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
1475
905
|
"emitScope": "ViewOnly",
|
|
@@ -1489,7 +919,7 @@
|
|
|
1489
919
|
{
|
|
1490
920
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1491
921
|
"clrName": "Count",
|
|
1492
|
-
"metadataToken":
|
|
922
|
+
"metadataToken": 385881430,
|
|
1493
923
|
"canonicalSignature": ":System.Int32",
|
|
1494
924
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1495
925
|
"emitScope": "ViewOnly",
|
|
@@ -1509,7 +939,7 @@
|
|
|
1509
939
|
{
|
|
1510
940
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
1511
941
|
"clrName": "Values",
|
|
1512
|
-
"metadataToken":
|
|
942
|
+
"metadataToken": 385881263,
|
|
1513
943
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1514
944
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
1515
945
|
"emitScope": "ViewOnly",
|
|
@@ -1529,7 +959,7 @@
|
|
|
1529
959
|
{
|
|
1530
960
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
1531
961
|
"clrName": "IsReadOnly",
|
|
1532
|
-
"metadataToken":
|
|
962
|
+
"metadataToken": 385881264,
|
|
1533
963
|
"canonicalSignature": ":System.Boolean",
|
|
1534
964
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1535
965
|
"emitScope": "ViewOnly",
|
|
@@ -1549,7 +979,7 @@
|
|
|
1549
979
|
{
|
|
1550
980
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
1551
981
|
"clrName": "IsFixedSize",
|
|
1552
|
-
"metadataToken":
|
|
982
|
+
"metadataToken": 385881265,
|
|
1553
983
|
"canonicalSignature": ":System.Boolean",
|
|
1554
984
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1555
985
|
"emitScope": "ViewOnly",
|
|
@@ -1569,7 +999,7 @@
|
|
|
1569
999
|
{
|
|
1570
1000
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1571
1001
|
"clrName": "Count",
|
|
1572
|
-
"metadataToken":
|
|
1002
|
+
"metadataToken": 385881258,
|
|
1573
1003
|
"canonicalSignature": ":System.Int32",
|
|
1574
1004
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1575
1005
|
"emitScope": "ViewOnly",
|
|
@@ -1582,18 +1012,234 @@
|
|
|
1582
1012
|
"isVirtual": true,
|
|
1583
1013
|
"isOverride": false,
|
|
1584
1014
|
"visibility": "Public",
|
|
1585
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
1586
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
1587
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1588
|
-
},
|
|
1015
|
+
"sourceInterface": "System.Collections.ICollection",
|
|
1016
|
+
"declaringClrType": "System.Collections.ICollection",
|
|
1017
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1021
|
+
"clrName": "IsSynchronized",
|
|
1022
|
+
"metadataToken": 385881260,
|
|
1023
|
+
"canonicalSignature": ":System.Boolean",
|
|
1024
|
+
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1025
|
+
"emitScope": "ViewOnly",
|
|
1026
|
+
"provenance": "ExplicitView",
|
|
1027
|
+
"isIndexer": false,
|
|
1028
|
+
"hasGetter": true,
|
|
1029
|
+
"hasSetter": false,
|
|
1030
|
+
"isStatic": false,
|
|
1031
|
+
"isAbstract": false,
|
|
1032
|
+
"isVirtual": true,
|
|
1033
|
+
"isOverride": false,
|
|
1034
|
+
"visibility": "Public",
|
|
1035
|
+
"sourceInterface": "System.Collections.ICollection",
|
|
1036
|
+
"declaringClrType": "System.Collections.ICollection",
|
|
1037
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"fields": [],
|
|
1041
|
+
"events": [],
|
|
1042
|
+
"constructors": []
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1046
|
+
"clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1047
|
+
"assemblyName": "System.Collections.Immutable",
|
|
1048
|
+
"metadataToken": 0,
|
|
1049
|
+
"kind": "Struct",
|
|
1050
|
+
"accessibility": "Public",
|
|
1051
|
+
"isAbstract": false,
|
|
1052
|
+
"isSealed": true,
|
|
1053
|
+
"isStatic": false,
|
|
1054
|
+
"arity": 3,
|
|
1055
|
+
"baseType": {
|
|
1056
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1057
|
+
"clrName": "System.ValueType"
|
|
1058
|
+
},
|
|
1059
|
+
"typeParameters": [
|
|
1060
|
+
"TKey",
|
|
1061
|
+
"TValue",
|
|
1062
|
+
"TAlternateKey"
|
|
1063
|
+
],
|
|
1064
|
+
"methods": [
|
|
1065
|
+
{
|
|
1066
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
1067
|
+
"clrName": "ContainsKey",
|
|
1068
|
+
"metadataToken": 100665048,
|
|
1069
|
+
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
1070
|
+
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
1071
|
+
"emitScope": "ClassSurface",
|
|
1072
|
+
"provenance": "Original",
|
|
1073
|
+
"arity": 0,
|
|
1074
|
+
"parameterCount": 1,
|
|
1075
|
+
"isStatic": false,
|
|
1076
|
+
"isAbstract": false,
|
|
1077
|
+
"isVirtual": false,
|
|
1078
|
+
"isOverride": false,
|
|
1079
|
+
"isSealed": false,
|
|
1080
|
+
"visibility": "Public",
|
|
1081
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1082
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1083
|
+
"isExtensionMethod": false
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
1087
|
+
"clrName": "TryGetValue",
|
|
1088
|
+
"metadataToken": 100665049,
|
|
1089
|
+
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
1090
|
+
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
1091
|
+
"emitScope": "ClassSurface",
|
|
1092
|
+
"provenance": "Original",
|
|
1093
|
+
"arity": 0,
|
|
1094
|
+
"parameterCount": 2,
|
|
1095
|
+
"isStatic": false,
|
|
1096
|
+
"isAbstract": false,
|
|
1097
|
+
"isVirtual": false,
|
|
1098
|
+
"isOverride": false,
|
|
1099
|
+
"isSealed": false,
|
|
1100
|
+
"visibility": "Public",
|
|
1101
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1102
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1103
|
+
"isExtensionMethod": false,
|
|
1104
|
+
"parameterModifiers": [
|
|
1105
|
+
{
|
|
1106
|
+
"index": 1,
|
|
1107
|
+
"modifier": "out"
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
],
|
|
1112
|
+
"properties": [
|
|
1113
|
+
{
|
|
1114
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:FrozenDictionary_2",
|
|
1115
|
+
"clrName": "Dictionary",
|
|
1116
|
+
"metadataToken": 385876300,
|
|
1117
|
+
"canonicalSignature": ":FrozenDictionary_2",
|
|
1118
|
+
"normalizedSignature": "Dictionary|:FrozenDictionary_2|static=false|accessor=get",
|
|
1119
|
+
"emitScope": "ClassSurface",
|
|
1120
|
+
"provenance": "Original",
|
|
1121
|
+
"isIndexer": false,
|
|
1122
|
+
"hasGetter": true,
|
|
1123
|
+
"hasSetter": false,
|
|
1124
|
+
"isStatic": false,
|
|
1125
|
+
"isAbstract": false,
|
|
1126
|
+
"isVirtual": false,
|
|
1127
|
+
"isOverride": false,
|
|
1128
|
+
"visibility": "Public",
|
|
1129
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1130
|
+
"declaringAssemblyName": "System.Collections.Immutable"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
1134
|
+
"clrName": "Item",
|
|
1135
|
+
"metadataToken": 385876301,
|
|
1136
|
+
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
1137
|
+
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=get",
|
|
1138
|
+
"emitScope": "ClassSurface",
|
|
1139
|
+
"provenance": "Original",
|
|
1140
|
+
"isIndexer": true,
|
|
1141
|
+
"hasGetter": true,
|
|
1142
|
+
"hasSetter": false,
|
|
1143
|
+
"isStatic": false,
|
|
1144
|
+
"isAbstract": false,
|
|
1145
|
+
"isVirtual": false,
|
|
1146
|
+
"isOverride": false,
|
|
1147
|
+
"visibility": "Public",
|
|
1148
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
|
|
1149
|
+
"declaringAssemblyName": "System.Collections.Immutable"
|
|
1150
|
+
}
|
|
1151
|
+
],
|
|
1152
|
+
"fields": [],
|
|
1153
|
+
"events": [],
|
|
1154
|
+
"constructors": []
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1158
|
+
"clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1159
|
+
"assemblyName": "System.Collections.Immutable",
|
|
1160
|
+
"metadataToken": 0,
|
|
1161
|
+
"kind": "Struct",
|
|
1162
|
+
"accessibility": "Public",
|
|
1163
|
+
"isAbstract": false,
|
|
1164
|
+
"isSealed": true,
|
|
1165
|
+
"isStatic": false,
|
|
1166
|
+
"arity": 2,
|
|
1167
|
+
"baseType": {
|
|
1168
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1169
|
+
"clrName": "System.ValueType"
|
|
1170
|
+
},
|
|
1171
|
+
"interfaces": [
|
|
1172
|
+
{
|
|
1173
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
1174
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
1175
|
+
"typeArguments": [
|
|
1176
|
+
"KeyValuePair_2[[TKey,TValue]]"
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
1181
|
+
"clrName": "System.Collections.IEnumerator"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1185
|
+
"clrName": "System.IDisposable"
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"typeParameters": [
|
|
1189
|
+
"TKey",
|
|
1190
|
+
"TValue"
|
|
1191
|
+
],
|
|
1192
|
+
"methods": [
|
|
1193
|
+
{
|
|
1194
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::MoveNext():System.Boolean",
|
|
1195
|
+
"clrName": "MoveNext",
|
|
1196
|
+
"metadataToken": 100665040,
|
|
1197
|
+
"canonicalSignature": "():System.Boolean",
|
|
1198
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1199
|
+
"emitScope": "ClassSurface",
|
|
1200
|
+
"provenance": "Original",
|
|
1201
|
+
"arity": 0,
|
|
1202
|
+
"parameterCount": 0,
|
|
1203
|
+
"isStatic": false,
|
|
1204
|
+
"isAbstract": false,
|
|
1205
|
+
"isVirtual": true,
|
|
1206
|
+
"isOverride": false,
|
|
1207
|
+
"isSealed": true,
|
|
1208
|
+
"visibility": "Public",
|
|
1209
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1210
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1211
|
+
"isExtensionMethod": false
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Reset():System.Void",
|
|
1215
|
+
"clrName": "Reset",
|
|
1216
|
+
"metadataToken": 0,
|
|
1217
|
+
"canonicalSignature": "():System.Void",
|
|
1218
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1219
|
+
"emitScope": "ClassSurface",
|
|
1220
|
+
"provenance": "Synthesized",
|
|
1221
|
+
"arity": 0,
|
|
1222
|
+
"parameterCount": 0,
|
|
1223
|
+
"isStatic": false,
|
|
1224
|
+
"isAbstract": false,
|
|
1225
|
+
"isVirtual": true,
|
|
1226
|
+
"isOverride": false,
|
|
1227
|
+
"isSealed": false,
|
|
1228
|
+
"visibility": "Public",
|
|
1229
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1230
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1231
|
+
"isExtensionMethod": false
|
|
1232
|
+
}
|
|
1233
|
+
],
|
|
1234
|
+
"properties": [
|
|
1589
1235
|
{
|
|
1590
|
-
"stableId": "System.
|
|
1591
|
-
"clrName": "
|
|
1592
|
-
"metadataToken":
|
|
1593
|
-
"canonicalSignature": ":
|
|
1594
|
-
"normalizedSignature": "
|
|
1595
|
-
"emitScope": "
|
|
1596
|
-
"provenance": "
|
|
1236
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Current:KeyValuePair_2",
|
|
1237
|
+
"clrName": "Current",
|
|
1238
|
+
"metadataToken": 385876298,
|
|
1239
|
+
"canonicalSignature": ":KeyValuePair_2",
|
|
1240
|
+
"normalizedSignature": "Current|:KeyValuePair_2|static=false|accessor=get",
|
|
1241
|
+
"emitScope": "ClassSurface",
|
|
1242
|
+
"provenance": "Original",
|
|
1597
1243
|
"isIndexer": false,
|
|
1598
1244
|
"hasGetter": true,
|
|
1599
1245
|
"hasSetter": false,
|
|
@@ -1602,9 +1248,8 @@
|
|
|
1602
1248
|
"isVirtual": true,
|
|
1603
1249
|
"isOverride": false,
|
|
1604
1250
|
"visibility": "Public",
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1251
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1252
|
+
"declaringAssemblyName": "System.Collections.Immutable"
|
|
1608
1253
|
}
|
|
1609
1254
|
],
|
|
1610
1255
|
"fields": [],
|
|
@@ -1950,7 +1595,7 @@
|
|
|
1950
1595
|
{
|
|
1951
1596
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
1952
1597
|
"clrName": "Add",
|
|
1953
|
-
"metadataToken":
|
|
1598
|
+
"metadataToken": 100704583,
|
|
1954
1599
|
"canonicalSignature": "(T):System.Boolean",
|
|
1955
1600
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
1956
1601
|
"emitScope": "ViewOnly",
|
|
@@ -1971,7 +1616,7 @@
|
|
|
1971
1616
|
{
|
|
1972
1617
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
1973
1618
|
"clrName": "UnionWith",
|
|
1974
|
-
"metadataToken":
|
|
1619
|
+
"metadataToken": 100704584,
|
|
1975
1620
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
1976
1621
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
1977
1622
|
"emitScope": "ViewOnly",
|
|
@@ -1992,7 +1637,7 @@
|
|
|
1992
1637
|
{
|
|
1993
1638
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
1994
1639
|
"clrName": "Add",
|
|
1995
|
-
"metadataToken":
|
|
1640
|
+
"metadataToken": 100704543,
|
|
1996
1641
|
"canonicalSignature": "(T):System.Void",
|
|
1997
1642
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
1998
1643
|
"emitScope": "ViewOnly",
|
|
@@ -2013,7 +1658,7 @@
|
|
|
2013
1658
|
{
|
|
2014
1659
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2015
1660
|
"clrName": "Clear",
|
|
2016
|
-
"metadataToken":
|
|
1661
|
+
"metadataToken": 100704544,
|
|
2017
1662
|
"canonicalSignature": "():System.Void",
|
|
2018
1663
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2019
1664
|
"emitScope": "ViewOnly",
|
|
@@ -2034,7 +1679,7 @@
|
|
|
2034
1679
|
{
|
|
2035
1680
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2036
1681
|
"clrName": "GetEnumerator",
|
|
2037
|
-
"metadataToken":
|
|
1682
|
+
"metadataToken": 100704565,
|
|
2038
1683
|
"canonicalSignature": "():IEnumerator_1",
|
|
2039
1684
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2040
1685
|
"emitScope": "ViewOnly",
|
|
@@ -2055,7 +1700,7 @@
|
|
|
2055
1700
|
{
|
|
2056
1701
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2057
1702
|
"clrName": "GetEnumerator",
|
|
2058
|
-
"metadataToken":
|
|
1703
|
+
"metadataToken": 100703850,
|
|
2059
1704
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2060
1705
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2061
1706
|
"emitScope": "ViewOnly",
|
|
@@ -2076,7 +1721,7 @@
|
|
|
2076
1721
|
{
|
|
2077
1722
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2078
1723
|
"clrName": "CopyTo",
|
|
2079
|
-
"metadataToken":
|
|
1724
|
+
"metadataToken": 100703831,
|
|
2080
1725
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2081
1726
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2082
1727
|
"emitScope": "ViewOnly",
|
|
@@ -2097,7 +1742,7 @@
|
|
|
2097
1742
|
{
|
|
2098
1743
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
2099
1744
|
"clrName": "IsSubsetOf",
|
|
2100
|
-
"metadataToken":
|
|
1745
|
+
"metadataToken": 100704588,
|
|
2101
1746
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
2102
1747
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
2103
1748
|
"emitScope": "ViewOnly",
|
|
@@ -2116,15 +1761,15 @@
|
|
|
2116
1761
|
"sourceInterface": "System.Collections.Generic.ISet\u00601"
|
|
2117
1762
|
},
|
|
2118
1763
|
{
|
|
2119
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::
|
|
2120
|
-
"clrName": "
|
|
2121
|
-
"metadataToken":
|
|
2122
|
-
"canonicalSignature": "(T
|
|
2123
|
-
"normalizedSignature": "
|
|
1764
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1765
|
+
"clrName": "Contains",
|
|
1766
|
+
"metadataToken": 100704545,
|
|
1767
|
+
"canonicalSignature": "(T):System.Boolean",
|
|
1768
|
+
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2124
1769
|
"emitScope": "ViewOnly",
|
|
2125
1770
|
"provenance": "ExplicitView",
|
|
2126
1771
|
"arity": 0,
|
|
2127
|
-
"parameterCount":
|
|
1772
|
+
"parameterCount": 1,
|
|
2128
1773
|
"isStatic": false,
|
|
2129
1774
|
"isAbstract": false,
|
|
2130
1775
|
"isVirtual": true,
|
|
@@ -2137,15 +1782,15 @@
|
|
|
2137
1782
|
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
2138
1783
|
},
|
|
2139
1784
|
{
|
|
2140
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::
|
|
2141
|
-
"clrName": "
|
|
2142
|
-
"metadataToken":
|
|
2143
|
-
"canonicalSignature": "(T):System.
|
|
2144
|
-
"normalizedSignature": "
|
|
1785
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1786
|
+
"clrName": "CopyTo",
|
|
1787
|
+
"metadataToken": 100704546,
|
|
1788
|
+
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1789
|
+
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2145
1790
|
"emitScope": "ViewOnly",
|
|
2146
1791
|
"provenance": "ExplicitView",
|
|
2147
1792
|
"arity": 0,
|
|
2148
|
-
"parameterCount":
|
|
1793
|
+
"parameterCount": 2,
|
|
2149
1794
|
"isStatic": false,
|
|
2150
1795
|
"isAbstract": false,
|
|
2151
1796
|
"isVirtual": true,
|
|
@@ -2160,7 +1805,7 @@
|
|
|
2160
1805
|
{
|
|
2161
1806
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
2162
1807
|
"clrName": "Contains",
|
|
2163
|
-
"metadataToken":
|
|
1808
|
+
"metadataToken": 100704594,
|
|
2164
1809
|
"canonicalSignature": "(T):System.Boolean",
|
|
2165
1810
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2166
1811
|
"emitScope": "ViewOnly",
|
|
@@ -2181,7 +1826,7 @@
|
|
|
2181
1826
|
{
|
|
2182
1827
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
2183
1828
|
"clrName": "IsProperSubsetOf",
|
|
2184
|
-
"metadataToken":
|
|
1829
|
+
"metadataToken": 100704595,
|
|
2185
1830
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
2186
1831
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
2187
1832
|
"emitScope": "ViewOnly",
|
|
@@ -2218,7 +1863,10 @@
|
|
|
2218
1863
|
"isOverride": false,
|
|
2219
1864
|
"visibility": "Public",
|
|
2220
1865
|
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
|
|
2221
|
-
"declaringAssemblyName": "System.Collections.Immutable"
|
|
1866
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1867
|
+
"emitSemantics": {
|
|
1868
|
+
"callableStaticAccessorKind": "property"
|
|
1869
|
+
}
|
|
2222
1870
|
},
|
|
2223
1871
|
{
|
|
2224
1872
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601::Comparer:IEqualityComparer_1",
|
|
@@ -2280,7 +1928,7 @@
|
|
|
2280
1928
|
{
|
|
2281
1929
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
2282
1930
|
"clrName": "IsReadOnly",
|
|
2283
|
-
"metadataToken":
|
|
1931
|
+
"metadataToken": 385881420,
|
|
2284
1932
|
"canonicalSignature": ":System.Boolean",
|
|
2285
1933
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2286
1934
|
"emitScope": "ViewOnly",
|
|
@@ -2300,7 +1948,7 @@
|
|
|
2300
1948
|
{
|
|
2301
1949
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
2302
1950
|
"clrName": "SyncRoot",
|
|
2303
|
-
"metadataToken":
|
|
1951
|
+
"metadataToken": 385881259,
|
|
2304
1952
|
"canonicalSignature": ":System.Object",
|
|
2305
1953
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2306
1954
|
"emitScope": "ViewOnly",
|
|
@@ -2320,7 +1968,7 @@
|
|
|
2320
1968
|
{
|
|
2321
1969
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
2322
1970
|
"clrName": "Count",
|
|
2323
|
-
"metadataToken":
|
|
1971
|
+
"metadataToken": 385881419,
|
|
2324
1972
|
"canonicalSignature": ":System.Int32",
|
|
2325
1973
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2326
1974
|
"emitScope": "ViewOnly",
|
|
@@ -2340,7 +1988,7 @@
|
|
|
2340
1988
|
{
|
|
2341
1989
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
2342
1990
|
"clrName": "Count",
|
|
2343
|
-
"metadataToken":
|
|
1991
|
+
"metadataToken": 385881430,
|
|
2344
1992
|
"canonicalSignature": ":System.Int32",
|
|
2345
1993
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2346
1994
|
"emitScope": "ViewOnly",
|
|
@@ -2360,7 +2008,7 @@
|
|
|
2360
2008
|
{
|
|
2361
2009
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2362
2010
|
"clrName": "Count",
|
|
2363
|
-
"metadataToken":
|
|
2011
|
+
"metadataToken": 385881258,
|
|
2364
2012
|
"canonicalSignature": ":System.Int32",
|
|
2365
2013
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2366
2014
|
"emitScope": "ViewOnly",
|
|
@@ -2380,7 +2028,7 @@
|
|
|
2380
2028
|
{
|
|
2381
2029
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2382
2030
|
"clrName": "IsSynchronized",
|
|
2383
|
-
"metadataToken":
|
|
2031
|
+
"metadataToken": 385881260,
|
|
2384
2032
|
"canonicalSignature": ":System.Boolean",
|
|
2385
2033
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2386
2034
|
"emitScope": "ViewOnly",
|
|
@@ -2402,6 +2050,200 @@
|
|
|
2402
2050
|
"events": [],
|
|
2403
2051
|
"constructors": []
|
|
2404
2052
|
},
|
|
2053
|
+
{
|
|
2054
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
2055
|
+
"clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
2056
|
+
"assemblyName": "System.Collections.Immutable",
|
|
2057
|
+
"metadataToken": 0,
|
|
2058
|
+
"kind": "Struct",
|
|
2059
|
+
"accessibility": "Public",
|
|
2060
|
+
"isAbstract": false,
|
|
2061
|
+
"isSealed": true,
|
|
2062
|
+
"isStatic": false,
|
|
2063
|
+
"arity": 2,
|
|
2064
|
+
"baseType": {
|
|
2065
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2066
|
+
"clrName": "System.ValueType"
|
|
2067
|
+
},
|
|
2068
|
+
"typeParameters": [
|
|
2069
|
+
"T",
|
|
2070
|
+
"TAlternate"
|
|
2071
|
+
],
|
|
2072
|
+
"methods": [
|
|
2073
|
+
{
|
|
2074
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Contains(TAlternate):System.Boolean",
|
|
2075
|
+
"clrName": "Contains",
|
|
2076
|
+
"metadataToken": 100665122,
|
|
2077
|
+
"canonicalSignature": "(TAlternate):System.Boolean",
|
|
2078
|
+
"normalizedSignature": "Contains|(TAlternate):System.Boolean|static=false",
|
|
2079
|
+
"emitScope": "ClassSurface",
|
|
2080
|
+
"provenance": "Original",
|
|
2081
|
+
"arity": 0,
|
|
2082
|
+
"parameterCount": 1,
|
|
2083
|
+
"isStatic": false,
|
|
2084
|
+
"isAbstract": false,
|
|
2085
|
+
"isVirtual": false,
|
|
2086
|
+
"isOverride": false,
|
|
2087
|
+
"isSealed": false,
|
|
2088
|
+
"visibility": "Public",
|
|
2089
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
2090
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2091
|
+
"isExtensionMethod": false
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::TryGetValue(TAlternate,T\u0026):System.Boolean",
|
|
2095
|
+
"clrName": "TryGetValue",
|
|
2096
|
+
"metadataToken": 100665123,
|
|
2097
|
+
"canonicalSignature": "(TAlternate,T\u0026):System.Boolean",
|
|
2098
|
+
"normalizedSignature": "TryGetValue|(TAlternate,T\u0026):System.Boolean|static=false",
|
|
2099
|
+
"emitScope": "ClassSurface",
|
|
2100
|
+
"provenance": "Original",
|
|
2101
|
+
"arity": 0,
|
|
2102
|
+
"parameterCount": 2,
|
|
2103
|
+
"isStatic": false,
|
|
2104
|
+
"isAbstract": false,
|
|
2105
|
+
"isVirtual": false,
|
|
2106
|
+
"isOverride": false,
|
|
2107
|
+
"isSealed": false,
|
|
2108
|
+
"visibility": "Public",
|
|
2109
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
2110
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2111
|
+
"isExtensionMethod": false,
|
|
2112
|
+
"parameterModifiers": [
|
|
2113
|
+
{
|
|
2114
|
+
"index": 1,
|
|
2115
|
+
"modifier": "out"
|
|
2116
|
+
}
|
|
2117
|
+
]
|
|
2118
|
+
}
|
|
2119
|
+
],
|
|
2120
|
+
"properties": [
|
|
2121
|
+
{
|
|
2122
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Set:FrozenSet_1",
|
|
2123
|
+
"clrName": "Set",
|
|
2124
|
+
"metadataToken": 385876315,
|
|
2125
|
+
"canonicalSignature": ":FrozenSet_1",
|
|
2126
|
+
"normalizedSignature": "Set|:FrozenSet_1|static=false|accessor=get",
|
|
2127
|
+
"emitScope": "ClassSurface",
|
|
2128
|
+
"provenance": "Original",
|
|
2129
|
+
"isIndexer": false,
|
|
2130
|
+
"hasGetter": true,
|
|
2131
|
+
"hasSetter": false,
|
|
2132
|
+
"isStatic": false,
|
|
2133
|
+
"isAbstract": false,
|
|
2134
|
+
"isVirtual": false,
|
|
2135
|
+
"isOverride": false,
|
|
2136
|
+
"visibility": "Public",
|
|
2137
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
2138
|
+
"declaringAssemblyName": "System.Collections.Immutable"
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"fields": [],
|
|
2142
|
+
"events": [],
|
|
2143
|
+
"constructors": []
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2147
|
+
"clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2148
|
+
"assemblyName": "System.Collections.Immutable",
|
|
2149
|
+
"metadataToken": 0,
|
|
2150
|
+
"kind": "Struct",
|
|
2151
|
+
"accessibility": "Public",
|
|
2152
|
+
"isAbstract": false,
|
|
2153
|
+
"isSealed": true,
|
|
2154
|
+
"isStatic": false,
|
|
2155
|
+
"arity": 1,
|
|
2156
|
+
"baseType": {
|
|
2157
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2158
|
+
"clrName": "System.ValueType"
|
|
2159
|
+
},
|
|
2160
|
+
"interfaces": [
|
|
2161
|
+
{
|
|
2162
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
2163
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
2164
|
+
"typeArguments": [
|
|
2165
|
+
"T"
|
|
2166
|
+
]
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
2170
|
+
"clrName": "System.Collections.IEnumerator"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
2174
|
+
"clrName": "System.IDisposable"
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"typeParameters": [
|
|
2178
|
+
"T"
|
|
2179
|
+
],
|
|
2180
|
+
"methods": [
|
|
2181
|
+
{
|
|
2182
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::MoveNext():System.Boolean",
|
|
2183
|
+
"clrName": "MoveNext",
|
|
2184
|
+
"metadataToken": 100665115,
|
|
2185
|
+
"canonicalSignature": "():System.Boolean",
|
|
2186
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
2187
|
+
"emitScope": "ClassSurface",
|
|
2188
|
+
"provenance": "Original",
|
|
2189
|
+
"arity": 0,
|
|
2190
|
+
"parameterCount": 0,
|
|
2191
|
+
"isStatic": false,
|
|
2192
|
+
"isAbstract": false,
|
|
2193
|
+
"isVirtual": true,
|
|
2194
|
+
"isOverride": false,
|
|
2195
|
+
"isSealed": true,
|
|
2196
|
+
"visibility": "Public",
|
|
2197
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2198
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2199
|
+
"isExtensionMethod": false
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Reset():System.Void",
|
|
2203
|
+
"clrName": "Reset",
|
|
2204
|
+
"metadataToken": 0,
|
|
2205
|
+
"canonicalSignature": "():System.Void",
|
|
2206
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
2207
|
+
"emitScope": "ClassSurface",
|
|
2208
|
+
"provenance": "Synthesized",
|
|
2209
|
+
"arity": 0,
|
|
2210
|
+
"parameterCount": 0,
|
|
2211
|
+
"isStatic": false,
|
|
2212
|
+
"isAbstract": false,
|
|
2213
|
+
"isVirtual": true,
|
|
2214
|
+
"isOverride": false,
|
|
2215
|
+
"isSealed": false,
|
|
2216
|
+
"visibility": "Public",
|
|
2217
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2218
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2219
|
+
"isExtensionMethod": false
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"properties": [
|
|
2223
|
+
{
|
|
2224
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Current:T",
|
|
2225
|
+
"clrName": "Current",
|
|
2226
|
+
"metadataToken": 385876313,
|
|
2227
|
+
"canonicalSignature": ":T",
|
|
2228
|
+
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
2229
|
+
"emitScope": "ClassSurface",
|
|
2230
|
+
"provenance": "Original",
|
|
2231
|
+
"isIndexer": false,
|
|
2232
|
+
"hasGetter": true,
|
|
2233
|
+
"hasSetter": false,
|
|
2234
|
+
"isStatic": false,
|
|
2235
|
+
"isAbstract": false,
|
|
2236
|
+
"isVirtual": true,
|
|
2237
|
+
"isOverride": false,
|
|
2238
|
+
"visibility": "Public",
|
|
2239
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2240
|
+
"declaringAssemblyName": "System.Collections.Immutable"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"fields": [],
|
|
2244
|
+
"events": [],
|
|
2245
|
+
"constructors": []
|
|
2246
|
+
},
|
|
2405
2247
|
{
|
|
2406
2248
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary",
|
|
2407
2249
|
"clrName": "System.Collections.Frozen.FrozenDictionary",
|