@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
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
{
|
|
117
117
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
118
118
|
"clrName": "CopyTo",
|
|
119
|
-
"metadataToken":
|
|
119
|
+
"metadataToken": 100704119,
|
|
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.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
|
|
138
138
|
"clrName": "TryAdd",
|
|
139
|
-
"metadataToken":
|
|
139
|
+
"metadataToken": 100704120,
|
|
140
140
|
"canonicalSignature": "(T):System.Boolean",
|
|
141
141
|
"normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
|
|
142
142
|
"emitScope": "ClassSurface",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
{
|
|
157
157
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
|
|
158
158
|
"clrName": "TryTake",
|
|
159
|
-
"metadataToken":
|
|
159
|
+
"metadataToken": 100704121,
|
|
160
160
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
161
161
|
"normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
|
|
162
162
|
"emitScope": "ClassSurface",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
184
184
|
"clrName": "ToArray",
|
|
185
|
-
"metadataToken":
|
|
185
|
+
"metadataToken": 100704122,
|
|
186
186
|
"canonicalSignature": "():T[]",
|
|
187
187
|
"normalizedSignature": "ToArray|():T[]|static=false",
|
|
188
188
|
"emitScope": "ClassSurface",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
{
|
|
203
203
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
204
204
|
"clrName": "GetEnumerator",
|
|
205
|
-
"metadataToken":
|
|
205
|
+
"metadataToken": 100704565,
|
|
206
206
|
"canonicalSignature": "():IEnumerator_1",
|
|
207
207
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
208
208
|
"emitScope": "ClassSurface",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
{
|
|
223
223
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
224
224
|
"clrName": "GetEnumerator",
|
|
225
|
-
"metadataToken":
|
|
225
|
+
"metadataToken": 100703850,
|
|
226
226
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
227
227
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
228
228
|
"emitScope": "ClassSurface",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
{
|
|
243
243
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
244
244
|
"clrName": "CopyTo",
|
|
245
|
-
"metadataToken":
|
|
245
|
+
"metadataToken": 100703831,
|
|
246
246
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
247
247
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
248
248
|
"emitScope": "ClassSurface",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
{
|
|
265
265
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
266
266
|
"clrName": "Count",
|
|
267
|
-
"metadataToken":
|
|
267
|
+
"metadataToken": 385881258,
|
|
268
268
|
"canonicalSignature": ":System.Int32",
|
|
269
269
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
270
270
|
"emitScope": "ClassSurface",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
{
|
|
284
284
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
285
285
|
"clrName": "SyncRoot",
|
|
286
|
-
"metadataToken":
|
|
286
|
+
"metadataToken": 385881259,
|
|
287
287
|
"canonicalSignature": ":System.Object",
|
|
288
288
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
289
289
|
"emitScope": "ClassSurface",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
{
|
|
303
303
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
304
304
|
"clrName": "IsSynchronized",
|
|
305
|
-
"metadataToken":
|
|
305
|
+
"metadataToken": 385881260,
|
|
306
306
|
"canonicalSignature": ":System.Boolean",
|
|
307
307
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
308
308
|
"emitScope": "ClassSurface",
|
|
@@ -323,224 +323,6 @@
|
|
|
323
323
|
"events": [],
|
|
324
324
|
"constructors": []
|
|
325
325
|
},
|
|
326
|
-
{
|
|
327
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
328
|
-
"clrName": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
329
|
-
"assemblyName": "System.Collections.Concurrent",
|
|
330
|
-
"metadataToken": 0,
|
|
331
|
-
"kind": "Struct",
|
|
332
|
-
"accessibility": "Public",
|
|
333
|
-
"isAbstract": false,
|
|
334
|
-
"isSealed": true,
|
|
335
|
-
"isStatic": false,
|
|
336
|
-
"arity": 3,
|
|
337
|
-
"baseType": {
|
|
338
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
339
|
-
"clrName": "System.ValueType"
|
|
340
|
-
},
|
|
341
|
-
"typeParameters": [
|
|
342
|
-
"TKey",
|
|
343
|
-
"TValue",
|
|
344
|
-
"TAlternateKey"
|
|
345
|
-
],
|
|
346
|
-
"methods": [
|
|
347
|
-
{
|
|
348
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
349
|
-
"clrName": "ContainsKey",
|
|
350
|
-
"metadataToken": 100663563,
|
|
351
|
-
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
352
|
-
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
353
|
-
"emitScope": "ClassSurface",
|
|
354
|
-
"provenance": "Original",
|
|
355
|
-
"arity": 0,
|
|
356
|
-
"parameterCount": 1,
|
|
357
|
-
"isStatic": false,
|
|
358
|
-
"isAbstract": false,
|
|
359
|
-
"isVirtual": false,
|
|
360
|
-
"isOverride": false,
|
|
361
|
-
"isSealed": false,
|
|
362
|
-
"visibility": "Public",
|
|
363
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
364
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
365
|
-
"isExtensionMethod": false
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
369
|
-
"clrName": "TryAdd",
|
|
370
|
-
"metadataToken": 100663564,
|
|
371
|
-
"canonicalSignature": "(TAlternateKey,TValue):System.Boolean",
|
|
372
|
-
"normalizedSignature": "TryAdd|(TAlternateKey,TValue):System.Boolean|static=false",
|
|
373
|
-
"emitScope": "ClassSurface",
|
|
374
|
-
"provenance": "Original",
|
|
375
|
-
"arity": 0,
|
|
376
|
-
"parameterCount": 2,
|
|
377
|
-
"isStatic": false,
|
|
378
|
-
"isAbstract": false,
|
|
379
|
-
"isVirtual": false,
|
|
380
|
-
"isOverride": false,
|
|
381
|
-
"isSealed": false,
|
|
382
|
-
"visibility": "Public",
|
|
383
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
384
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
385
|
-
"isExtensionMethod": false
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
389
|
-
"clrName": "TryGetValue",
|
|
390
|
-
"metadataToken": 100663566,
|
|
391
|
-
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
392
|
-
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
393
|
-
"emitScope": "ClassSurface",
|
|
394
|
-
"provenance": "Original",
|
|
395
|
-
"arity": 0,
|
|
396
|
-
"parameterCount": 2,
|
|
397
|
-
"isStatic": false,
|
|
398
|
-
"isAbstract": false,
|
|
399
|
-
"isVirtual": false,
|
|
400
|
-
"isOverride": false,
|
|
401
|
-
"isSealed": false,
|
|
402
|
-
"visibility": "Public",
|
|
403
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
404
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
405
|
-
"isExtensionMethod": false,
|
|
406
|
-
"parameterModifiers": [
|
|
407
|
-
{
|
|
408
|
-
"index": 1,
|
|
409
|
-
"modifier": "out"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
415
|
-
"clrName": "TryGetValue",
|
|
416
|
-
"metadataToken": 100663567,
|
|
417
|
-
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
418
|
-
"normalizedSignature": "TryGetValue|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
419
|
-
"emitScope": "ClassSurface",
|
|
420
|
-
"provenance": "Original",
|
|
421
|
-
"arity": 0,
|
|
422
|
-
"parameterCount": 3,
|
|
423
|
-
"isStatic": false,
|
|
424
|
-
"isAbstract": false,
|
|
425
|
-
"isVirtual": false,
|
|
426
|
-
"isOverride": false,
|
|
427
|
-
"isSealed": false,
|
|
428
|
-
"visibility": "Public",
|
|
429
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
430
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
431
|
-
"isExtensionMethod": false,
|
|
432
|
-
"parameterModifiers": [
|
|
433
|
-
{
|
|
434
|
-
"index": 1,
|
|
435
|
-
"modifier": "out"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"index": 2,
|
|
439
|
-
"modifier": "out"
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
|
|
445
|
-
"clrName": "TryRemove",
|
|
446
|
-
"metadataToken": 100663568,
|
|
447
|
-
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
448
|
-
"normalizedSignature": "TryRemove|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
449
|
-
"emitScope": "ClassSurface",
|
|
450
|
-
"provenance": "Original",
|
|
451
|
-
"arity": 0,
|
|
452
|
-
"parameterCount": 2,
|
|
453
|
-
"isStatic": false,
|
|
454
|
-
"isAbstract": false,
|
|
455
|
-
"isVirtual": false,
|
|
456
|
-
"isOverride": false,
|
|
457
|
-
"isSealed": false,
|
|
458
|
-
"visibility": "Public",
|
|
459
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
460
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
461
|
-
"isExtensionMethod": false,
|
|
462
|
-
"parameterModifiers": [
|
|
463
|
-
{
|
|
464
|
-
"index": 1,
|
|
465
|
-
"modifier": "out"
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
471
|
-
"clrName": "TryRemove",
|
|
472
|
-
"metadataToken": 100663569,
|
|
473
|
-
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
474
|
-
"normalizedSignature": "TryRemove|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
475
|
-
"emitScope": "ClassSurface",
|
|
476
|
-
"provenance": "Original",
|
|
477
|
-
"arity": 0,
|
|
478
|
-
"parameterCount": 3,
|
|
479
|
-
"isStatic": false,
|
|
480
|
-
"isAbstract": false,
|
|
481
|
-
"isVirtual": false,
|
|
482
|
-
"isOverride": false,
|
|
483
|
-
"isSealed": false,
|
|
484
|
-
"visibility": "Public",
|
|
485
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
486
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
487
|
-
"isExtensionMethod": false,
|
|
488
|
-
"parameterModifiers": [
|
|
489
|
-
{
|
|
490
|
-
"index": 1,
|
|
491
|
-
"modifier": "out"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"index": 2,
|
|
495
|
-
"modifier": "out"
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"properties": [
|
|
501
|
-
{
|
|
502
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:ConcurrentDictionary_2",
|
|
503
|
-
"clrName": "Dictionary",
|
|
504
|
-
"metadataToken": 385876045,
|
|
505
|
-
"canonicalSignature": ":ConcurrentDictionary_2",
|
|
506
|
-
"normalizedSignature": "Dictionary|:ConcurrentDictionary_2|static=false|accessor=get",
|
|
507
|
-
"emitScope": "ClassSurface",
|
|
508
|
-
"provenance": "Original",
|
|
509
|
-
"isIndexer": false,
|
|
510
|
-
"hasGetter": true,
|
|
511
|
-
"hasSetter": false,
|
|
512
|
-
"isStatic": false,
|
|
513
|
-
"isAbstract": false,
|
|
514
|
-
"isVirtual": false,
|
|
515
|
-
"isOverride": false,
|
|
516
|
-
"visibility": "Public",
|
|
517
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
518
|
-
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
522
|
-
"clrName": "Item",
|
|
523
|
-
"metadataToken": 385876046,
|
|
524
|
-
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
525
|
-
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=getset",
|
|
526
|
-
"emitScope": "ClassSurface",
|
|
527
|
-
"provenance": "Original",
|
|
528
|
-
"isIndexer": true,
|
|
529
|
-
"hasGetter": true,
|
|
530
|
-
"hasSetter": true,
|
|
531
|
-
"isStatic": false,
|
|
532
|
-
"isAbstract": false,
|
|
533
|
-
"isVirtual": false,
|
|
534
|
-
"isOverride": false,
|
|
535
|
-
"visibility": "Public",
|
|
536
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
537
|
-
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"fields": [],
|
|
541
|
-
"events": [],
|
|
542
|
-
"constructors": []
|
|
543
|
-
},
|
|
544
326
|
{
|
|
545
327
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601",
|
|
546
328
|
"clrName": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
@@ -1271,7 +1053,7 @@
|
|
|
1271
1053
|
{
|
|
1272
1054
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1273
1055
|
"clrName": "GetEnumerator",
|
|
1274
|
-
"metadataToken":
|
|
1056
|
+
"metadataToken": 100704565,
|
|
1275
1057
|
"canonicalSignature": "():IEnumerator_1",
|
|
1276
1058
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1277
1059
|
"emitScope": "ViewOnly",
|
|
@@ -1292,7 +1074,7 @@
|
|
|
1292
1074
|
{
|
|
1293
1075
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1294
1076
|
"clrName": "GetEnumerator",
|
|
1295
|
-
"metadataToken":
|
|
1077
|
+
"metadataToken": 100703850,
|
|
1296
1078
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1297
1079
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1298
1080
|
"emitScope": "ViewOnly",
|
|
@@ -1313,7 +1095,7 @@
|
|
|
1313
1095
|
{
|
|
1314
1096
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1315
1097
|
"clrName": "CopyTo",
|
|
1316
|
-
"metadataToken":
|
|
1098
|
+
"metadataToken": 100703831,
|
|
1317
1099
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1318
1100
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1319
1101
|
"emitScope": "ViewOnly",
|
|
@@ -1433,7 +1215,7 @@
|
|
|
1433
1215
|
{
|
|
1434
1216
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1435
1217
|
"clrName": "SyncRoot",
|
|
1436
|
-
"metadataToken":
|
|
1218
|
+
"metadataToken": 385881259,
|
|
1437
1219
|
"canonicalSignature": ":System.Object",
|
|
1438
1220
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1439
1221
|
"emitScope": "ViewOnly",
|
|
@@ -1453,7 +1235,7 @@
|
|
|
1453
1235
|
{
|
|
1454
1236
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1455
1237
|
"clrName": "IsSynchronized",
|
|
1456
|
-
"metadataToken":
|
|
1238
|
+
"metadataToken": 385881260,
|
|
1457
1239
|
"canonicalSignature": ":System.Boolean",
|
|
1458
1240
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1459
1241
|
"emitScope": "ViewOnly",
|
|
@@ -1473,7 +1255,7 @@
|
|
|
1473
1255
|
{
|
|
1474
1256
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1475
1257
|
"clrName": "Count",
|
|
1476
|
-
"metadataToken":
|
|
1258
|
+
"metadataToken": 385881258,
|
|
1477
1259
|
"canonicalSignature": ":System.Int32",
|
|
1478
1260
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1479
1261
|
"emitScope": "ViewOnly",
|
|
@@ -1493,7 +1275,7 @@
|
|
|
1493
1275
|
{
|
|
1494
1276
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1495
1277
|
"clrName": "Count",
|
|
1496
|
-
"metadataToken":
|
|
1278
|
+
"metadataToken": 385881430,
|
|
1497
1279
|
"canonicalSignature": ":System.Int32",
|
|
1498
1280
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1499
1281
|
"emitScope": "ViewOnly",
|
|
@@ -1765,7 +1547,7 @@
|
|
|
1765
1547
|
{
|
|
1766
1548
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
|
|
1767
1549
|
"clrName": "TryAdd",
|
|
1768
|
-
"metadataToken":
|
|
1550
|
+
"metadataToken": 100704120,
|
|
1769
1551
|
"canonicalSignature": "(T):System.Boolean",
|
|
1770
1552
|
"normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
|
|
1771
1553
|
"emitScope": "ViewOnly",
|
|
@@ -1786,7 +1568,7 @@
|
|
|
1786
1568
|
{
|
|
1787
1569
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1788
1570
|
"clrName": "GetEnumerator",
|
|
1789
|
-
"metadataToken":
|
|
1571
|
+
"metadataToken": 100703850,
|
|
1790
1572
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1791
1573
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1792
1574
|
"emitScope": "ViewOnly",
|
|
@@ -1807,7 +1589,7 @@
|
|
|
1807
1589
|
{
|
|
1808
1590
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1809
1591
|
"clrName": "CopyTo",
|
|
1810
|
-
"metadataToken":
|
|
1592
|
+
"metadataToken": 100703831,
|
|
1811
1593
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1812
1594
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1813
1595
|
"emitScope": "ViewOnly",
|
|
@@ -1828,7 +1610,7 @@
|
|
|
1828
1610
|
{
|
|
1829
1611
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1830
1612
|
"clrName": "CopyTo",
|
|
1831
|
-
"metadataToken":
|
|
1613
|
+
"metadataToken": 100704119,
|
|
1832
1614
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1833
1615
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
1834
1616
|
"emitScope": "ViewOnly",
|
|
@@ -1849,7 +1631,7 @@
|
|
|
1849
1631
|
{
|
|
1850
1632
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
|
|
1851
1633
|
"clrName": "TryTake",
|
|
1852
|
-
"metadataToken":
|
|
1634
|
+
"metadataToken": 100704121,
|
|
1853
1635
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
1854
1636
|
"normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
|
|
1855
1637
|
"emitScope": "ViewOnly",
|
|
@@ -1876,7 +1658,7 @@
|
|
|
1876
1658
|
{
|
|
1877
1659
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
1878
1660
|
"clrName": "ToArray",
|
|
1879
|
-
"metadataToken":
|
|
1661
|
+
"metadataToken": 100704122,
|
|
1880
1662
|
"canonicalSignature": "():T[]",
|
|
1881
1663
|
"normalizedSignature": "ToArray|():T[]|static=false",
|
|
1882
1664
|
"emitScope": "ViewOnly",
|
|
@@ -1897,7 +1679,7 @@
|
|
|
1897
1679
|
{
|
|
1898
1680
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1899
1681
|
"clrName": "GetEnumerator",
|
|
1900
|
-
"metadataToken":
|
|
1682
|
+
"metadataToken": 100704565,
|
|
1901
1683
|
"canonicalSignature": "():IEnumerator_1",
|
|
1902
1684
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1903
1685
|
"emitScope": "ViewOnly",
|
|
@@ -1958,7 +1740,7 @@
|
|
|
1958
1740
|
{
|
|
1959
1741
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1960
1742
|
"clrName": "SyncRoot",
|
|
1961
|
-
"metadataToken":
|
|
1743
|
+
"metadataToken": 385881259,
|
|
1962
1744
|
"canonicalSignature": ":System.Object",
|
|
1963
1745
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1964
1746
|
"emitScope": "ViewOnly",
|
|
@@ -1978,7 +1760,7 @@
|
|
|
1978
1760
|
{
|
|
1979
1761
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1980
1762
|
"clrName": "IsSynchronized",
|
|
1981
|
-
"metadataToken":
|
|
1763
|
+
"metadataToken": 385881260,
|
|
1982
1764
|
"canonicalSignature": ":System.Boolean",
|
|
1983
1765
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1984
1766
|
"emitScope": "ViewOnly",
|
|
@@ -1998,7 +1780,7 @@
|
|
|
1998
1780
|
{
|
|
1999
1781
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2000
1782
|
"clrName": "Count",
|
|
2001
|
-
"metadataToken":
|
|
1783
|
+
"metadataToken": 385881258,
|
|
2002
1784
|
"canonicalSignature": ":System.Int32",
|
|
2003
1785
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2004
1786
|
"emitScope": "ViewOnly",
|
|
@@ -2018,7 +1800,7 @@
|
|
|
2018
1800
|
{
|
|
2019
1801
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
2020
1802
|
"clrName": "Count",
|
|
2021
|
-
"metadataToken":
|
|
1803
|
+
"metadataToken": 385881430,
|
|
2022
1804
|
"canonicalSignature": ":System.Int32",
|
|
2023
1805
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2024
1806
|
"emitScope": "ViewOnly",
|
|
@@ -2495,7 +2277,7 @@
|
|
|
2495
2277
|
{
|
|
2496
2278
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
2497
2279
|
"clrName": "Add",
|
|
2498
|
-
"metadataToken":
|
|
2280
|
+
"metadataToken": 100704556,
|
|
2499
2281
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
2500
2282
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
2501
2283
|
"emitScope": "ViewOnly",
|
|
@@ -2516,7 +2298,7 @@
|
|
|
2516
2298
|
{
|
|
2517
2299
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
2518
2300
|
"clrName": "Remove",
|
|
2519
|
-
"metadataToken":
|
|
2301
|
+
"metadataToken": 100704557,
|
|
2520
2302
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
2521
2303
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
2522
2304
|
"emitScope": "ViewOnly",
|
|
@@ -2537,7 +2319,7 @@
|
|
|
2537
2319
|
{
|
|
2538
2320
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2539
2321
|
"clrName": "Add",
|
|
2540
|
-
"metadataToken":
|
|
2322
|
+
"metadataToken": 100704543,
|
|
2541
2323
|
"canonicalSignature": "(T):System.Void",
|
|
2542
2324
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2543
2325
|
"emitScope": "ViewOnly",
|
|
@@ -2558,7 +2340,7 @@
|
|
|
2558
2340
|
{
|
|
2559
2341
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
2560
2342
|
"clrName": "Contains",
|
|
2561
|
-
"metadataToken":
|
|
2343
|
+
"metadataToken": 100704545,
|
|
2562
2344
|
"canonicalSignature": "(T):System.Boolean",
|
|
2563
2345
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2564
2346
|
"emitScope": "ViewOnly",
|
|
@@ -2579,7 +2361,7 @@
|
|
|
2579
2361
|
{
|
|
2580
2362
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
2581
2363
|
"clrName": "CopyTo",
|
|
2582
|
-
"metadataToken":
|
|
2364
|
+
"metadataToken": 100704546,
|
|
2583
2365
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
2584
2366
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2585
2367
|
"emitScope": "ViewOnly",
|
|
@@ -2600,7 +2382,7 @@
|
|
|
2600
2382
|
{
|
|
2601
2383
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2602
2384
|
"clrName": "GetEnumerator",
|
|
2603
|
-
"metadataToken":
|
|
2385
|
+
"metadataToken": 100704565,
|
|
2604
2386
|
"canonicalSignature": "():IEnumerator_1",
|
|
2605
2387
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2606
2388
|
"emitScope": "ViewOnly",
|
|
@@ -2621,7 +2403,7 @@
|
|
|
2621
2403
|
{
|
|
2622
2404
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2623
2405
|
"clrName": "GetEnumerator",
|
|
2624
|
-
"metadataToken":
|
|
2406
|
+
"metadataToken": 100703850,
|
|
2625
2407
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2626
2408
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2627
2409
|
"emitScope": "ViewOnly",
|
|
@@ -2642,7 +2424,7 @@
|
|
|
2642
2424
|
{
|
|
2643
2425
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
2644
2426
|
"clrName": "Contains",
|
|
2645
|
-
"metadataToken":
|
|
2427
|
+
"metadataToken": 100703840,
|
|
2646
2428
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2647
2429
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2648
2430
|
"emitScope": "ViewOnly",
|
|
@@ -2663,7 +2445,7 @@
|
|
|
2663
2445
|
{
|
|
2664
2446
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
2665
2447
|
"clrName": "Add",
|
|
2666
|
-
"metadataToken":
|
|
2448
|
+
"metadataToken": 100703841,
|
|
2667
2449
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
2668
2450
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
2669
2451
|
"emitScope": "ViewOnly",
|
|
@@ -2684,7 +2466,7 @@
|
|
|
2684
2466
|
{
|
|
2685
2467
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
2686
2468
|
"clrName": "GetEnumerator",
|
|
2687
|
-
"metadataToken":
|
|
2469
|
+
"metadataToken": 100703845,
|
|
2688
2470
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
2689
2471
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
2690
2472
|
"emitScope": "ViewOnly",
|
|
@@ -2705,7 +2487,7 @@
|
|
|
2705
2487
|
{
|
|
2706
2488
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
2707
2489
|
"clrName": "Remove",
|
|
2708
|
-
"metadataToken":
|
|
2490
|
+
"metadataToken": 100703846,
|
|
2709
2491
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2710
2492
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2711
2493
|
"emitScope": "ViewOnly",
|
|
@@ -2726,7 +2508,7 @@
|
|
|
2726
2508
|
{
|
|
2727
2509
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2728
2510
|
"clrName": "CopyTo",
|
|
2729
|
-
"metadataToken":
|
|
2511
|
+
"metadataToken": 100703831,
|
|
2730
2512
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2731
2513
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2732
2514
|
"emitScope": "ViewOnly",
|
|
@@ -2747,7 +2529,7 @@
|
|
|
2747
2529
|
{
|
|
2748
2530
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
2749
2531
|
"clrName": "ContainsKey",
|
|
2750
|
-
"metadataToken":
|
|
2532
|
+
"metadataToken": 100704555,
|
|
2751
2533
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
2752
2534
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
2753
2535
|
"emitScope": "ViewOnly",
|
|
@@ -2768,7 +2550,7 @@
|
|
|
2768
2550
|
{
|
|
2769
2551
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
2770
2552
|
"clrName": "TryGetValue",
|
|
2771
|
-
"metadataToken":
|
|
2553
|
+
"metadataToken": 100704558,
|
|
2772
2554
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
2773
2555
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
2774
2556
|
"emitScope": "ViewOnly",
|
|
@@ -2795,7 +2577,7 @@
|
|
|
2795
2577
|
{
|
|
2796
2578
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2797
2579
|
"clrName": "Clear",
|
|
2798
|
-
"metadataToken":
|
|
2580
|
+
"metadataToken": 100704544,
|
|
2799
2581
|
"canonicalSignature": "():System.Void",
|
|
2800
2582
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2801
2583
|
"emitScope": "ViewOnly",
|
|
@@ -2816,7 +2598,7 @@
|
|
|
2816
2598
|
{
|
|
2817
2599
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
2818
2600
|
"clrName": "Clear",
|
|
2819
|
-
"metadataToken":
|
|
2601
|
+
"metadataToken": 100703842,
|
|
2820
2602
|
"canonicalSignature": "():System.Void",
|
|
2821
2603
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2822
2604
|
"emitScope": "ViewOnly",
|
|
@@ -2837,7 +2619,7 @@
|
|
|
2837
2619
|
{
|
|
2838
2620
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
2839
2621
|
"clrName": "ContainsKey",
|
|
2840
|
-
"metadataToken":
|
|
2622
|
+
"metadataToken": 100704577,
|
|
2841
2623
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
2842
2624
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
2843
2625
|
"emitScope": "ViewOnly",
|
|
@@ -2858,7 +2640,7 @@
|
|
|
2858
2640
|
{
|
|
2859
2641
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
2860
2642
|
"clrName": "TryGetValue",
|
|
2861
|
-
"metadataToken":
|
|
2643
|
+
"metadataToken": 100704578,
|
|
2862
2644
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
2863
2645
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
2864
2646
|
"emitScope": "ViewOnly",
|
|
@@ -3001,7 +2783,7 @@
|
|
|
3001
2783
|
{
|
|
3002
2784
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3003
2785
|
"clrName": "IsReadOnly",
|
|
3004
|
-
"metadataToken":
|
|
2786
|
+
"metadataToken": 385881420,
|
|
3005
2787
|
"canonicalSignature": ":System.Boolean",
|
|
3006
2788
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3007
2789
|
"emitScope": "ViewOnly",
|
|
@@ -3021,7 +2803,7 @@
|
|
|
3021
2803
|
{
|
|
3022
2804
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
3023
2805
|
"clrName": "Keys",
|
|
3024
|
-
"metadataToken":
|
|
2806
|
+
"metadataToken": 385881262,
|
|
3025
2807
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
3026
2808
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
3027
2809
|
"emitScope": "ViewOnly",
|
|
@@ -3041,7 +2823,7 @@
|
|
|
3041
2823
|
{
|
|
3042
2824
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3043
2825
|
"clrName": "SyncRoot",
|
|
3044
|
-
"metadataToken":
|
|
2826
|
+
"metadataToken": 385881259,
|
|
3045
2827
|
"canonicalSignature": ":System.Object",
|
|
3046
2828
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3047
2829
|
"emitScope": "ViewOnly",
|
|
@@ -3061,7 +2843,7 @@
|
|
|
3061
2843
|
{
|
|
3062
2844
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
3063
2845
|
"clrName": "Keys",
|
|
3064
|
-
"metadataToken":
|
|
2846
|
+
"metadataToken": 385881432,
|
|
3065
2847
|
"canonicalSignature": ":IEnumerable_1",
|
|
3066
2848
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
3067
2849
|
"emitScope": "ViewOnly",
|
|
@@ -3081,7 +2863,7 @@
|
|
|
3081
2863
|
{
|
|
3082
2864
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
3083
2865
|
"clrName": "Keys",
|
|
3084
|
-
"metadataToken":
|
|
2866
|
+
"metadataToken": 385881423,
|
|
3085
2867
|
"canonicalSignature": ":ICollection_1",
|
|
3086
2868
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
3087
2869
|
"emitScope": "ViewOnly",
|
|
@@ -3101,7 +2883,7 @@
|
|
|
3101
2883
|
{
|
|
3102
2884
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
3103
2885
|
"clrName": "Values",
|
|
3104
|
-
"metadataToken":
|
|
2886
|
+
"metadataToken": 385881424,
|
|
3105
2887
|
"canonicalSignature": ":ICollection_1",
|
|
3106
2888
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
3107
2889
|
"emitScope": "ViewOnly",
|
|
@@ -3121,7 +2903,7 @@
|
|
|
3121
2903
|
{
|
|
3122
2904
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3123
2905
|
"clrName": "Count",
|
|
3124
|
-
"metadataToken":
|
|
2906
|
+
"metadataToken": 385881419,
|
|
3125
2907
|
"canonicalSignature": ":System.Int32",
|
|
3126
2908
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3127
2909
|
"emitScope": "ViewOnly",
|
|
@@ -3141,7 +2923,7 @@
|
|
|
3141
2923
|
{
|
|
3142
2924
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
3143
2925
|
"clrName": "Values",
|
|
3144
|
-
"metadataToken":
|
|
2926
|
+
"metadataToken": 385881263,
|
|
3145
2927
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
3146
2928
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
3147
2929
|
"emitScope": "ViewOnly",
|
|
@@ -3161,7 +2943,7 @@
|
|
|
3161
2943
|
{
|
|
3162
2944
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
3163
2945
|
"clrName": "IsReadOnly",
|
|
3164
|
-
"metadataToken":
|
|
2946
|
+
"metadataToken": 385881264,
|
|
3165
2947
|
"canonicalSignature": ":System.Boolean",
|
|
3166
2948
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3167
2949
|
"emitScope": "ViewOnly",
|
|
@@ -3181,7 +2963,7 @@
|
|
|
3181
2963
|
{
|
|
3182
2964
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
3183
2965
|
"clrName": "IsFixedSize",
|
|
3184
|
-
"metadataToken":
|
|
2966
|
+
"metadataToken": 385881265,
|
|
3185
2967
|
"canonicalSignature": ":System.Boolean",
|
|
3186
2968
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3187
2969
|
"emitScope": "ViewOnly",
|
|
@@ -3201,7 +2983,7 @@
|
|
|
3201
2983
|
{
|
|
3202
2984
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3203
2985
|
"clrName": "Count",
|
|
3204
|
-
"metadataToken":
|
|
2986
|
+
"metadataToken": 385881258,
|
|
3205
2987
|
"canonicalSignature": ":System.Int32",
|
|
3206
2988
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3207
2989
|
"emitScope": "ViewOnly",
|
|
@@ -3221,7 +3003,7 @@
|
|
|
3221
3003
|
{
|
|
3222
3004
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3223
3005
|
"clrName": "IsSynchronized",
|
|
3224
|
-
"metadataToken":
|
|
3006
|
+
"metadataToken": 385881260,
|
|
3225
3007
|
"canonicalSignature": ":System.Boolean",
|
|
3226
3008
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3227
3009
|
"emitScope": "ViewOnly",
|
|
@@ -3241,7 +3023,7 @@
|
|
|
3241
3023
|
{
|
|
3242
3024
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
3243
3025
|
"clrName": "Values",
|
|
3244
|
-
"metadataToken":
|
|
3026
|
+
"metadataToken": 385881433,
|
|
3245
3027
|
"canonicalSignature": ":IEnumerable_1",
|
|
3246
3028
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
3247
3029
|
"emitScope": "ViewOnly",
|
|
@@ -3261,7 +3043,7 @@
|
|
|
3261
3043
|
{
|
|
3262
3044
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3263
3045
|
"clrName": "Count",
|
|
3264
|
-
"metadataToken":
|
|
3046
|
+
"metadataToken": 385881430,
|
|
3265
3047
|
"canonicalSignature": ":System.Int32",
|
|
3266
3048
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3267
3049
|
"emitScope": "ViewOnly",
|
|
@@ -3361,6 +3143,224 @@
|
|
|
3361
3143
|
}
|
|
3362
3144
|
]
|
|
3363
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3148
|
+
"clrName": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3149
|
+
"assemblyName": "System.Collections.Concurrent",
|
|
3150
|
+
"metadataToken": 0,
|
|
3151
|
+
"kind": "Struct",
|
|
3152
|
+
"accessibility": "Public",
|
|
3153
|
+
"isAbstract": false,
|
|
3154
|
+
"isSealed": true,
|
|
3155
|
+
"isStatic": false,
|
|
3156
|
+
"arity": 3,
|
|
3157
|
+
"baseType": {
|
|
3158
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3159
|
+
"clrName": "System.ValueType"
|
|
3160
|
+
},
|
|
3161
|
+
"typeParameters": [
|
|
3162
|
+
"TKey",
|
|
3163
|
+
"TValue",
|
|
3164
|
+
"TAlternateKey"
|
|
3165
|
+
],
|
|
3166
|
+
"methods": [
|
|
3167
|
+
{
|
|
3168
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
3169
|
+
"clrName": "ContainsKey",
|
|
3170
|
+
"metadataToken": 100663563,
|
|
3171
|
+
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
3172
|
+
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
3173
|
+
"emitScope": "ClassSurface",
|
|
3174
|
+
"provenance": "Original",
|
|
3175
|
+
"arity": 0,
|
|
3176
|
+
"parameterCount": 1,
|
|
3177
|
+
"isStatic": false,
|
|
3178
|
+
"isAbstract": false,
|
|
3179
|
+
"isVirtual": false,
|
|
3180
|
+
"isOverride": false,
|
|
3181
|
+
"isSealed": false,
|
|
3182
|
+
"visibility": "Public",
|
|
3183
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3184
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3185
|
+
"isExtensionMethod": false
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
3189
|
+
"clrName": "TryAdd",
|
|
3190
|
+
"metadataToken": 100663564,
|
|
3191
|
+
"canonicalSignature": "(TAlternateKey,TValue):System.Boolean",
|
|
3192
|
+
"normalizedSignature": "TryAdd|(TAlternateKey,TValue):System.Boolean|static=false",
|
|
3193
|
+
"emitScope": "ClassSurface",
|
|
3194
|
+
"provenance": "Original",
|
|
3195
|
+
"arity": 0,
|
|
3196
|
+
"parameterCount": 2,
|
|
3197
|
+
"isStatic": false,
|
|
3198
|
+
"isAbstract": false,
|
|
3199
|
+
"isVirtual": false,
|
|
3200
|
+
"isOverride": false,
|
|
3201
|
+
"isSealed": false,
|
|
3202
|
+
"visibility": "Public",
|
|
3203
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3204
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3205
|
+
"isExtensionMethod": false
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3209
|
+
"clrName": "TryGetValue",
|
|
3210
|
+
"metadataToken": 100663566,
|
|
3211
|
+
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3212
|
+
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
3213
|
+
"emitScope": "ClassSurface",
|
|
3214
|
+
"provenance": "Original",
|
|
3215
|
+
"arity": 0,
|
|
3216
|
+
"parameterCount": 2,
|
|
3217
|
+
"isStatic": false,
|
|
3218
|
+
"isAbstract": false,
|
|
3219
|
+
"isVirtual": false,
|
|
3220
|
+
"isOverride": false,
|
|
3221
|
+
"isSealed": false,
|
|
3222
|
+
"visibility": "Public",
|
|
3223
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3224
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3225
|
+
"isExtensionMethod": false,
|
|
3226
|
+
"parameterModifiers": [
|
|
3227
|
+
{
|
|
3228
|
+
"index": 1,
|
|
3229
|
+
"modifier": "out"
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3235
|
+
"clrName": "TryGetValue",
|
|
3236
|
+
"metadataToken": 100663567,
|
|
3237
|
+
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3238
|
+
"normalizedSignature": "TryGetValue|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
3239
|
+
"emitScope": "ClassSurface",
|
|
3240
|
+
"provenance": "Original",
|
|
3241
|
+
"arity": 0,
|
|
3242
|
+
"parameterCount": 3,
|
|
3243
|
+
"isStatic": false,
|
|
3244
|
+
"isAbstract": false,
|
|
3245
|
+
"isVirtual": false,
|
|
3246
|
+
"isOverride": false,
|
|
3247
|
+
"isSealed": false,
|
|
3248
|
+
"visibility": "Public",
|
|
3249
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3250
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3251
|
+
"isExtensionMethod": false,
|
|
3252
|
+
"parameterModifiers": [
|
|
3253
|
+
{
|
|
3254
|
+
"index": 1,
|
|
3255
|
+
"modifier": "out"
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"index": 2,
|
|
3259
|
+
"modifier": "out"
|
|
3260
|
+
}
|
|
3261
|
+
]
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3265
|
+
"clrName": "TryRemove",
|
|
3266
|
+
"metadataToken": 100663568,
|
|
3267
|
+
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3268
|
+
"normalizedSignature": "TryRemove|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
3269
|
+
"emitScope": "ClassSurface",
|
|
3270
|
+
"provenance": "Original",
|
|
3271
|
+
"arity": 0,
|
|
3272
|
+
"parameterCount": 2,
|
|
3273
|
+
"isStatic": false,
|
|
3274
|
+
"isAbstract": false,
|
|
3275
|
+
"isVirtual": false,
|
|
3276
|
+
"isOverride": false,
|
|
3277
|
+
"isSealed": false,
|
|
3278
|
+
"visibility": "Public",
|
|
3279
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3280
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3281
|
+
"isExtensionMethod": false,
|
|
3282
|
+
"parameterModifiers": [
|
|
3283
|
+
{
|
|
3284
|
+
"index": 1,
|
|
3285
|
+
"modifier": "out"
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3291
|
+
"clrName": "TryRemove",
|
|
3292
|
+
"metadataToken": 100663569,
|
|
3293
|
+
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3294
|
+
"normalizedSignature": "TryRemove|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
3295
|
+
"emitScope": "ClassSurface",
|
|
3296
|
+
"provenance": "Original",
|
|
3297
|
+
"arity": 0,
|
|
3298
|
+
"parameterCount": 3,
|
|
3299
|
+
"isStatic": false,
|
|
3300
|
+
"isAbstract": false,
|
|
3301
|
+
"isVirtual": false,
|
|
3302
|
+
"isOverride": false,
|
|
3303
|
+
"isSealed": false,
|
|
3304
|
+
"visibility": "Public",
|
|
3305
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3306
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3307
|
+
"isExtensionMethod": false,
|
|
3308
|
+
"parameterModifiers": [
|
|
3309
|
+
{
|
|
3310
|
+
"index": 1,
|
|
3311
|
+
"modifier": "out"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"index": 2,
|
|
3315
|
+
"modifier": "out"
|
|
3316
|
+
}
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"properties": [
|
|
3321
|
+
{
|
|
3322
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:ConcurrentDictionary_2",
|
|
3323
|
+
"clrName": "Dictionary",
|
|
3324
|
+
"metadataToken": 385876045,
|
|
3325
|
+
"canonicalSignature": ":ConcurrentDictionary_2",
|
|
3326
|
+
"normalizedSignature": "Dictionary|:ConcurrentDictionary_2|static=false|accessor=get",
|
|
3327
|
+
"emitScope": "ClassSurface",
|
|
3328
|
+
"provenance": "Original",
|
|
3329
|
+
"isIndexer": false,
|
|
3330
|
+
"hasGetter": true,
|
|
3331
|
+
"hasSetter": false,
|
|
3332
|
+
"isStatic": false,
|
|
3333
|
+
"isAbstract": false,
|
|
3334
|
+
"isVirtual": false,
|
|
3335
|
+
"isOverride": false,
|
|
3336
|
+
"visibility": "Public",
|
|
3337
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3338
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
3342
|
+
"clrName": "Item",
|
|
3343
|
+
"metadataToken": 385876046,
|
|
3344
|
+
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
3345
|
+
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=getset",
|
|
3346
|
+
"emitScope": "ClassSurface",
|
|
3347
|
+
"provenance": "Original",
|
|
3348
|
+
"isIndexer": true,
|
|
3349
|
+
"hasGetter": true,
|
|
3350
|
+
"hasSetter": true,
|
|
3351
|
+
"isStatic": false,
|
|
3352
|
+
"isAbstract": false,
|
|
3353
|
+
"isVirtual": false,
|
|
3354
|
+
"isOverride": false,
|
|
3355
|
+
"visibility": "Public",
|
|
3356
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3357
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"fields": [],
|
|
3361
|
+
"events": [],
|
|
3362
|
+
"constructors": []
|
|
3363
|
+
},
|
|
3364
3364
|
{
|
|
3365
3365
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3366
3366
|
"clrName": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
{
|
|
3415
3415
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::ToArray():T[]",
|
|
3416
3416
|
"clrName": "ToArray",
|
|
3417
|
-
"metadataToken":
|
|
3417
|
+
"metadataToken": 100704090,
|
|
3418
3418
|
"canonicalSignature": "():T[]",
|
|
3419
3419
|
"normalizedSignature": "ToArray|():T[]|static=false",
|
|
3420
3420
|
"emitScope": "ClassSurface",
|
|
@@ -3434,7 +3434,7 @@
|
|
|
3434
3434
|
{
|
|
3435
3435
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3436
3436
|
"clrName": "CopyTo",
|
|
3437
|
-
"metadataToken":
|
|
3437
|
+
"metadataToken": 100704094,
|
|
3438
3438
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3439
3439
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3440
3440
|
"emitScope": "ClassSurface",
|
|
@@ -3454,7 +3454,7 @@
|
|
|
3454
3454
|
{
|
|
3455
3455
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::GetEnumerator():IEnumerator_1",
|
|
3456
3456
|
"clrName": "GetEnumerator",
|
|
3457
|
-
"metadataToken":
|
|
3457
|
+
"metadataToken": 100704095,
|
|
3458
3458
|
"canonicalSignature": "():IEnumerator_1",
|
|
3459
3459
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3460
3460
|
"emitScope": "ClassSurface",
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
{
|
|
3475
3475
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Enqueue(T):System.Void",
|
|
3476
3476
|
"clrName": "Enqueue",
|
|
3477
|
-
"metadataToken":
|
|
3477
|
+
"metadataToken": 100704099,
|
|
3478
3478
|
"canonicalSignature": "(T):System.Void",
|
|
3479
3479
|
"normalizedSignature": "Enqueue|(T):System.Void|static=false",
|
|
3480
3480
|
"emitScope": "ClassSurface",
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
{
|
|
3495
3495
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryDequeue(T\u0026):System.Boolean",
|
|
3496
3496
|
"clrName": "TryDequeue",
|
|
3497
|
-
"metadataToken":
|
|
3497
|
+
"metadataToken": 100704101,
|
|
3498
3498
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
3499
3499
|
"normalizedSignature": "TryDequeue|(T\u0026):System.Boolean|static=false",
|
|
3500
3500
|
"emitScope": "ClassSurface",
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
{
|
|
3521
3521
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryPeek(T\u0026):System.Boolean",
|
|
3522
3522
|
"clrName": "TryPeek",
|
|
3523
|
-
"metadataToken":
|
|
3523
|
+
"metadataToken": 100704103,
|
|
3524
3524
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
3525
3525
|
"normalizedSignature": "TryPeek|(T\u0026):System.Boolean|static=false",
|
|
3526
3526
|
"emitScope": "ClassSurface",
|
|
@@ -3546,7 +3546,7 @@
|
|
|
3546
3546
|
{
|
|
3547
3547
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Clear():System.Void",
|
|
3548
3548
|
"clrName": "Clear",
|
|
3549
|
-
"metadataToken":
|
|
3549
|
+
"metadataToken": 100704105,
|
|
3550
3550
|
"canonicalSignature": "():System.Void",
|
|
3551
3551
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3552
3552
|
"emitScope": "ClassSurface",
|
|
@@ -3566,7 +3566,7 @@
|
|
|
3566
3566
|
{
|
|
3567
3567
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
|
|
3568
3568
|
"clrName": "TryAdd",
|
|
3569
|
-
"metadataToken":
|
|
3569
|
+
"metadataToken": 100704120,
|
|
3570
3570
|
"canonicalSignature": "(T):System.Boolean",
|
|
3571
3571
|
"normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
|
|
3572
3572
|
"emitScope": "ViewOnly",
|
|
@@ -3587,7 +3587,7 @@
|
|
|
3587
3587
|
{
|
|
3588
3588
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
|
|
3589
3589
|
"clrName": "TryTake",
|
|
3590
|
-
"metadataToken":
|
|
3590
|
+
"metadataToken": 100704121,
|
|
3591
3591
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
3592
3592
|
"normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
|
|
3593
3593
|
"emitScope": "ViewOnly",
|
|
@@ -3614,7 +3614,7 @@
|
|
|
3614
3614
|
{
|
|
3615
3615
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3616
3616
|
"clrName": "GetEnumerator",
|
|
3617
|
-
"metadataToken":
|
|
3617
|
+
"metadataToken": 100703850,
|
|
3618
3618
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3619
3619
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3620
3620
|
"emitScope": "ViewOnly",
|
|
@@ -3635,7 +3635,7 @@
|
|
|
3635
3635
|
{
|
|
3636
3636
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3637
3637
|
"clrName": "CopyTo",
|
|
3638
|
-
"metadataToken":
|
|
3638
|
+
"metadataToken": 100703831,
|
|
3639
3639
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3640
3640
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3641
3641
|
"emitScope": "ViewOnly",
|
|
@@ -3656,7 +3656,7 @@
|
|
|
3656
3656
|
{
|
|
3657
3657
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3658
3658
|
"clrName": "CopyTo",
|
|
3659
|
-
"metadataToken":
|
|
3659
|
+
"metadataToken": 100704119,
|
|
3660
3660
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3661
3661
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3662
3662
|
"emitScope": "ViewOnly",
|
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
{
|
|
3678
3678
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
3679
3679
|
"clrName": "ToArray",
|
|
3680
|
-
"metadataToken":
|
|
3680
|
+
"metadataToken": 100704122,
|
|
3681
3681
|
"canonicalSignature": "():T[]",
|
|
3682
3682
|
"normalizedSignature": "ToArray|():T[]|static=false",
|
|
3683
3683
|
"emitScope": "ViewOnly",
|
|
@@ -3698,7 +3698,7 @@
|
|
|
3698
3698
|
{
|
|
3699
3699
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3700
3700
|
"clrName": "GetEnumerator",
|
|
3701
|
-
"metadataToken":
|
|
3701
|
+
"metadataToken": 100704565,
|
|
3702
3702
|
"canonicalSignature": "():IEnumerator_1",
|
|
3703
3703
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3704
3704
|
"emitScope": "ViewOnly",
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
{
|
|
3722
3722
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::IsEmpty:System.Boolean",
|
|
3723
3723
|
"clrName": "IsEmpty",
|
|
3724
|
-
"metadataToken":
|
|
3724
|
+
"metadataToken": 385881349,
|
|
3725
3725
|
"canonicalSignature": ":System.Boolean",
|
|
3726
3726
|
"normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
|
|
3727
3727
|
"emitScope": "ClassSurface",
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
{
|
|
3741
3741
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Count:System.Int32",
|
|
3742
3742
|
"clrName": "Count",
|
|
3743
|
-
"metadataToken":
|
|
3743
|
+
"metadataToken": 385881350,
|
|
3744
3744
|
"canonicalSignature": ":System.Int32",
|
|
3745
3745
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3746
3746
|
"emitScope": "ClassSurface",
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
{
|
|
3760
3760
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3761
3761
|
"clrName": "SyncRoot",
|
|
3762
|
-
"metadataToken":
|
|
3762
|
+
"metadataToken": 385881259,
|
|
3763
3763
|
"canonicalSignature": ":System.Object",
|
|
3764
3764
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3765
3765
|
"emitScope": "ViewOnly",
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
{
|
|
3780
3780
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3781
3781
|
"clrName": "IsSynchronized",
|
|
3782
|
-
"metadataToken":
|
|
3782
|
+
"metadataToken": 385881260,
|
|
3783
3783
|
"canonicalSignature": ":System.Boolean",
|
|
3784
3784
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3785
3785
|
"emitScope": "ViewOnly",
|
|
@@ -3799,7 +3799,7 @@
|
|
|
3799
3799
|
{
|
|
3800
3800
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3801
3801
|
"clrName": "Count",
|
|
3802
|
-
"metadataToken":
|
|
3802
|
+
"metadataToken": 385881258,
|
|
3803
3803
|
"canonicalSignature": ":System.Int32",
|
|
3804
3804
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3805
3805
|
"emitScope": "ViewOnly",
|
|
@@ -3819,7 +3819,7 @@
|
|
|
3819
3819
|
{
|
|
3820
3820
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3821
3821
|
"clrName": "Count",
|
|
3822
|
-
"metadataToken":
|
|
3822
|
+
"metadataToken": 385881430,
|
|
3823
3823
|
"canonicalSignature": ":System.Int32",
|
|
3824
3824
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3825
3825
|
"emitScope": "ViewOnly",
|
|
@@ -3842,7 +3842,7 @@
|
|
|
3842
3842
|
"constructors": [
|
|
3843
3843
|
{
|
|
3844
3844
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::.ctor():void",
|
|
3845
|
-
"metadataToken":
|
|
3845
|
+
"metadataToken": 100704081,
|
|
3846
3846
|
"canonicalSignature": "():void",
|
|
3847
3847
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3848
3848
|
"isStatic": false,
|
|
@@ -3853,7 +3853,7 @@
|
|
|
3853
3853
|
},
|
|
3854
3854
|
{
|
|
3855
3855
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::.ctor(IEnumerable_1):void",
|
|
3856
|
-
"metadataToken":
|
|
3856
|
+
"metadataToken": 100704082,
|
|
3857
3857
|
"canonicalSignature": "(IEnumerable_1):void",
|
|
3858
3858
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
3859
3859
|
"isStatic": false,
|
|
@@ -4149,7 +4149,7 @@
|
|
|
4149
4149
|
{
|
|
4150
4150
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
|
|
4151
4151
|
"clrName": "TryAdd",
|
|
4152
|
-
"metadataToken":
|
|
4152
|
+
"metadataToken": 100704120,
|
|
4153
4153
|
"canonicalSignature": "(T):System.Boolean",
|
|
4154
4154
|
"normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
|
|
4155
4155
|
"emitScope": "ViewOnly",
|
|
@@ -4170,7 +4170,7 @@
|
|
|
4170
4170
|
{
|
|
4171
4171
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
|
|
4172
4172
|
"clrName": "TryTake",
|
|
4173
|
-
"metadataToken":
|
|
4173
|
+
"metadataToken": 100704121,
|
|
4174
4174
|
"canonicalSignature": "(T\u0026):System.Boolean",
|
|
4175
4175
|
"normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
|
|
4176
4176
|
"emitScope": "ViewOnly",
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
{
|
|
4198
4198
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4199
4199
|
"clrName": "GetEnumerator",
|
|
4200
|
-
"metadataToken":
|
|
4200
|
+
"metadataToken": 100703850,
|
|
4201
4201
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4202
4202
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4203
4203
|
"emitScope": "ViewOnly",
|
|
@@ -4218,7 +4218,7 @@
|
|
|
4218
4218
|
{
|
|
4219
4219
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4220
4220
|
"clrName": "CopyTo",
|
|
4221
|
-
"metadataToken":
|
|
4221
|
+
"metadataToken": 100703831,
|
|
4222
4222
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4223
4223
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4224
4224
|
"emitScope": "ViewOnly",
|
|
@@ -4239,7 +4239,7 @@
|
|
|
4239
4239
|
{
|
|
4240
4240
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4241
4241
|
"clrName": "CopyTo",
|
|
4242
|
-
"metadataToken":
|
|
4242
|
+
"metadataToken": 100704119,
|
|
4243
4243
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4244
4244
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4245
4245
|
"emitScope": "ViewOnly",
|
|
@@ -4260,7 +4260,7 @@
|
|
|
4260
4260
|
{
|
|
4261
4261
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
|
|
4262
4262
|
"clrName": "ToArray",
|
|
4263
|
-
"metadataToken":
|
|
4263
|
+
"metadataToken": 100704122,
|
|
4264
4264
|
"canonicalSignature": "():T[]",
|
|
4265
4265
|
"normalizedSignature": "ToArray|():T[]|static=false",
|
|
4266
4266
|
"emitScope": "ViewOnly",
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
{
|
|
4282
4282
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4283
4283
|
"clrName": "GetEnumerator",
|
|
4284
|
-
"metadataToken":
|
|
4284
|
+
"metadataToken": 100704565,
|
|
4285
4285
|
"canonicalSignature": "():IEnumerator_1",
|
|
4286
4286
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4287
4287
|
"emitScope": "ViewOnly",
|
|
@@ -4342,7 +4342,7 @@
|
|
|
4342
4342
|
{
|
|
4343
4343
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4344
4344
|
"clrName": "SyncRoot",
|
|
4345
|
-
"metadataToken":
|
|
4345
|
+
"metadataToken": 385881259,
|
|
4346
4346
|
"canonicalSignature": ":System.Object",
|
|
4347
4347
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4348
4348
|
"emitScope": "ViewOnly",
|
|
@@ -4362,7 +4362,7 @@
|
|
|
4362
4362
|
{
|
|
4363
4363
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4364
4364
|
"clrName": "IsSynchronized",
|
|
4365
|
-
"metadataToken":
|
|
4365
|
+
"metadataToken": 385881260,
|
|
4366
4366
|
"canonicalSignature": ":System.Boolean",
|
|
4367
4367
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4368
4368
|
"emitScope": "ViewOnly",
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
{
|
|
4383
4383
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4384
4384
|
"clrName": "Count",
|
|
4385
|
-
"metadataToken":
|
|
4385
|
+
"metadataToken": 385881258,
|
|
4386
4386
|
"canonicalSignature": ":System.Int32",
|
|
4387
4387
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4388
4388
|
"emitScope": "ViewOnly",
|
|
@@ -4402,7 +4402,7 @@
|
|
|
4402
4402
|
{
|
|
4403
4403
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4404
4404
|
"clrName": "Count",
|
|
4405
|
-
"metadataToken":
|
|
4405
|
+
"metadataToken": 385881430,
|
|
4406
4406
|
"canonicalSignature": ":System.Int32",
|
|
4407
4407
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4408
4408
|
"emitScope": "ViewOnly",
|