@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
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
{
|
|
340
340
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
341
341
|
"clrName": "Contains",
|
|
342
|
-
"metadataToken":
|
|
342
|
+
"metadataToken": 100703840,
|
|
343
343
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
344
344
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
345
345
|
"emitScope": "ClassSurface",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
{
|
|
360
360
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
361
361
|
"clrName": "Add",
|
|
362
|
-
"metadataToken":
|
|
362
|
+
"metadataToken": 100703841,
|
|
363
363
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
364
364
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
365
365
|
"emitScope": "ClassSurface",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
{
|
|
380
380
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
381
381
|
"clrName": "Clear",
|
|
382
|
-
"metadataToken":
|
|
382
|
+
"metadataToken": 100703842,
|
|
383
383
|
"canonicalSignature": "():System.Void",
|
|
384
384
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
385
385
|
"emitScope": "ClassSurface",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
{
|
|
400
400
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
401
401
|
"clrName": "Remove",
|
|
402
|
-
"metadataToken":
|
|
402
|
+
"metadataToken": 100703846,
|
|
403
403
|
"canonicalSignature": "(System.Object):System.Void",
|
|
404
404
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
405
405
|
"emitScope": "ClassSurface",
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
{
|
|
420
420
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
421
421
|
"clrName": "CopyTo",
|
|
422
|
-
"metadataToken":
|
|
422
|
+
"metadataToken": 100703831,
|
|
423
423
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
424
424
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
425
425
|
"emitScope": "ClassSurface",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
{
|
|
440
440
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
441
441
|
"clrName": "GetEnumerator",
|
|
442
|
-
"metadataToken":
|
|
442
|
+
"metadataToken": 100703850,
|
|
443
443
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
444
444
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
445
445
|
"emitScope": "ClassSurface",
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
{
|
|
542
542
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
543
543
|
"clrName": "Keys",
|
|
544
|
-
"metadataToken":
|
|
544
|
+
"metadataToken": 385881262,
|
|
545
545
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
546
546
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
547
547
|
"emitScope": "ClassSurface",
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
{
|
|
561
561
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
562
562
|
"clrName": "Values",
|
|
563
|
-
"metadataToken":
|
|
563
|
+
"metadataToken": 385881263,
|
|
564
564
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
565
565
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
566
566
|
"emitScope": "ClassSurface",
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
{
|
|
580
580
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
581
581
|
"clrName": "IsReadOnly",
|
|
582
|
-
"metadataToken":
|
|
582
|
+
"metadataToken": 385881264,
|
|
583
583
|
"canonicalSignature": ":System.Boolean",
|
|
584
584
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
585
585
|
"emitScope": "ClassSurface",
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
{
|
|
599
599
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
600
600
|
"clrName": "IsFixedSize",
|
|
601
|
-
"metadataToken":
|
|
601
|
+
"metadataToken": 385881265,
|
|
602
602
|
"canonicalSignature": ":System.Boolean",
|
|
603
603
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
604
604
|
"emitScope": "ClassSurface",
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
{
|
|
618
618
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
619
619
|
"clrName": "Count",
|
|
620
|
-
"metadataToken":
|
|
620
|
+
"metadataToken": 385881258,
|
|
621
621
|
"canonicalSignature": ":System.Int32",
|
|
622
622
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
623
623
|
"emitScope": "ClassSurface",
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
{
|
|
637
637
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
638
638
|
"clrName": "SyncRoot",
|
|
639
|
-
"metadataToken":
|
|
639
|
+
"metadataToken": 385881259,
|
|
640
640
|
"canonicalSignature": ":System.Object",
|
|
641
641
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
642
642
|
"emitScope": "ClassSurface",
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
{
|
|
656
656
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
657
657
|
"clrName": "IsSynchronized",
|
|
658
|
-
"metadataToken":
|
|
658
|
+
"metadataToken": 385881260,
|
|
659
659
|
"canonicalSignature": ":System.Boolean",
|
|
660
660
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
661
661
|
"emitScope": "ClassSurface",
|
|
@@ -1155,27 +1155,6 @@
|
|
|
1155
1155
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1156
1156
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1157
1157
|
"isExtensionMethod": false
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
1161
|
-
"clrName": "Equals",
|
|
1162
|
-
"metadataToken": 100668531,
|
|
1163
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
1164
|
-
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
1165
|
-
"emitScope": "ViewOnly",
|
|
1166
|
-
"provenance": "ExplicitView",
|
|
1167
|
-
"arity": 0,
|
|
1168
|
-
"parameterCount": 1,
|
|
1169
|
-
"isStatic": false,
|
|
1170
|
-
"isAbstract": false,
|
|
1171
|
-
"isVirtual": true,
|
|
1172
|
-
"isOverride": false,
|
|
1173
|
-
"isSealed": false,
|
|
1174
|
-
"visibility": "Public",
|
|
1175
|
-
"declaringClrType": "System.IEquatable\u00601",
|
|
1176
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1177
|
-
"isExtensionMethod": false,
|
|
1178
|
-
"sourceInterface": "System.IEquatable\u00601"
|
|
1179
1158
|
}
|
|
1180
1159
|
],
|
|
1181
1160
|
"properties": [
|
|
@@ -1489,7 +1468,7 @@
|
|
|
1489
1468
|
{
|
|
1490
1469
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1491
1470
|
"clrName": "GetEnumerator",
|
|
1492
|
-
"metadataToken":
|
|
1471
|
+
"metadataToken": 100703850,
|
|
1493
1472
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1494
1473
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1495
1474
|
"emitScope": "ViewOnly",
|
|
@@ -1510,7 +1489,7 @@
|
|
|
1510
1489
|
{
|
|
1511
1490
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
1512
1491
|
"clrName": "Contains",
|
|
1513
|
-
"metadataToken":
|
|
1492
|
+
"metadataToken": 100703840,
|
|
1514
1493
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1515
1494
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
1516
1495
|
"emitScope": "ViewOnly",
|
|
@@ -1531,7 +1510,7 @@
|
|
|
1531
1510
|
{
|
|
1532
1511
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
1533
1512
|
"clrName": "Add",
|
|
1534
|
-
"metadataToken":
|
|
1513
|
+
"metadataToken": 100703841,
|
|
1535
1514
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
1536
1515
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
1537
1516
|
"emitScope": "ViewOnly",
|
|
@@ -1552,7 +1531,7 @@
|
|
|
1552
1531
|
{
|
|
1553
1532
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
1554
1533
|
"clrName": "Clear",
|
|
1555
|
-
"metadataToken":
|
|
1534
|
+
"metadataToken": 100703842,
|
|
1556
1535
|
"canonicalSignature": "():System.Void",
|
|
1557
1536
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1558
1537
|
"emitScope": "ViewOnly",
|
|
@@ -1573,7 +1552,7 @@
|
|
|
1573
1552
|
{
|
|
1574
1553
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
1575
1554
|
"clrName": "GetEnumerator",
|
|
1576
|
-
"metadataToken":
|
|
1555
|
+
"metadataToken": 100703845,
|
|
1577
1556
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
1578
1557
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
1579
1558
|
"emitScope": "ViewOnly",
|
|
@@ -1594,7 +1573,7 @@
|
|
|
1594
1573
|
{
|
|
1595
1574
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
1596
1575
|
"clrName": "Remove",
|
|
1597
|
-
"metadataToken":
|
|
1576
|
+
"metadataToken": 100703846,
|
|
1598
1577
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1599
1578
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1600
1579
|
"emitScope": "ViewOnly",
|
|
@@ -1615,7 +1594,7 @@
|
|
|
1615
1594
|
{
|
|
1616
1595
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1617
1596
|
"clrName": "CopyTo",
|
|
1618
|
-
"metadataToken":
|
|
1597
|
+
"metadataToken": 100703831,
|
|
1619
1598
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1620
1599
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1621
1600
|
"emitScope": "ViewOnly",
|
|
@@ -1790,7 +1769,7 @@
|
|
|
1790
1769
|
{
|
|
1791
1770
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
1792
1771
|
"clrName": "Keys",
|
|
1793
|
-
"metadataToken":
|
|
1772
|
+
"metadataToken": 385881262,
|
|
1794
1773
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1795
1774
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
1796
1775
|
"emitScope": "ViewOnly",
|
|
@@ -1810,7 +1789,7 @@
|
|
|
1810
1789
|
{
|
|
1811
1790
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
1812
1791
|
"clrName": "Values",
|
|
1813
|
-
"metadataToken":
|
|
1792
|
+
"metadataToken": 385881263,
|
|
1814
1793
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1815
1794
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
1816
1795
|
"emitScope": "ViewOnly",
|
|
@@ -1830,7 +1809,7 @@
|
|
|
1830
1809
|
{
|
|
1831
1810
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
1832
1811
|
"clrName": "IsReadOnly",
|
|
1833
|
-
"metadataToken":
|
|
1812
|
+
"metadataToken": 385881264,
|
|
1834
1813
|
"canonicalSignature": ":System.Boolean",
|
|
1835
1814
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1836
1815
|
"emitScope": "ViewOnly",
|
|
@@ -1850,7 +1829,7 @@
|
|
|
1850
1829
|
{
|
|
1851
1830
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
1852
1831
|
"clrName": "IsFixedSize",
|
|
1853
|
-
"metadataToken":
|
|
1832
|
+
"metadataToken": 385881265,
|
|
1854
1833
|
"canonicalSignature": ":System.Boolean",
|
|
1855
1834
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1856
1835
|
"emitScope": "ViewOnly",
|
|
@@ -1870,7 +1849,7 @@
|
|
|
1870
1849
|
{
|
|
1871
1850
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1872
1851
|
"clrName": "Count",
|
|
1873
|
-
"metadataToken":
|
|
1852
|
+
"metadataToken": 385881258,
|
|
1874
1853
|
"canonicalSignature": ":System.Int32",
|
|
1875
1854
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1876
1855
|
"emitScope": "ViewOnly",
|
|
@@ -1890,7 +1869,7 @@
|
|
|
1890
1869
|
{
|
|
1891
1870
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1892
1871
|
"clrName": "SyncRoot",
|
|
1893
|
-
"metadataToken":
|
|
1872
|
+
"metadataToken": 385881259,
|
|
1894
1873
|
"canonicalSignature": ":System.Object",
|
|
1895
1874
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1896
1875
|
"emitScope": "ViewOnly",
|
|
@@ -1910,7 +1889,7 @@
|
|
|
1910
1889
|
{
|
|
1911
1890
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1912
1891
|
"clrName": "IsSynchronized",
|
|
1913
|
-
"metadataToken":
|
|
1892
|
+
"metadataToken": 385881260,
|
|
1914
1893
|
"canonicalSignature": ":System.Boolean",
|
|
1915
1894
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1916
1895
|
"emitScope": "ViewOnly",
|
|
@@ -2130,7 +2109,7 @@
|
|
|
2130
2109
|
{
|
|
2131
2110
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2132
2111
|
"clrName": "GetEnumerator",
|
|
2133
|
-
"metadataToken":
|
|
2112
|
+
"metadataToken": 100703850,
|
|
2134
2113
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2135
2114
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2136
2115
|
"emitScope": "ViewOnly",
|
|
@@ -2151,7 +2130,7 @@
|
|
|
2151
2130
|
{
|
|
2152
2131
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
2153
2132
|
"clrName": "Contains",
|
|
2154
|
-
"metadataToken":
|
|
2133
|
+
"metadataToken": 100703840,
|
|
2155
2134
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2156
2135
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2157
2136
|
"emitScope": "ViewOnly",
|
|
@@ -2172,7 +2151,7 @@
|
|
|
2172
2151
|
{
|
|
2173
2152
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
2174
2153
|
"clrName": "Add",
|
|
2175
|
-
"metadataToken":
|
|
2154
|
+
"metadataToken": 100703841,
|
|
2176
2155
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
2177
2156
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
2178
2157
|
"emitScope": "ViewOnly",
|
|
@@ -2193,7 +2172,7 @@
|
|
|
2193
2172
|
{
|
|
2194
2173
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
2195
2174
|
"clrName": "Clear",
|
|
2196
|
-
"metadataToken":
|
|
2175
|
+
"metadataToken": 100703842,
|
|
2197
2176
|
"canonicalSignature": "():System.Void",
|
|
2198
2177
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2199
2178
|
"emitScope": "ViewOnly",
|
|
@@ -2214,7 +2193,7 @@
|
|
|
2214
2193
|
{
|
|
2215
2194
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
2216
2195
|
"clrName": "GetEnumerator",
|
|
2217
|
-
"metadataToken":
|
|
2196
|
+
"metadataToken": 100703845,
|
|
2218
2197
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
2219
2198
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
2220
2199
|
"emitScope": "ViewOnly",
|
|
@@ -2235,7 +2214,7 @@
|
|
|
2235
2214
|
{
|
|
2236
2215
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
2237
2216
|
"clrName": "Remove",
|
|
2238
|
-
"metadataToken":
|
|
2217
|
+
"metadataToken": 100703846,
|
|
2239
2218
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2240
2219
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2241
2220
|
"emitScope": "ViewOnly",
|
|
@@ -2256,7 +2235,7 @@
|
|
|
2256
2235
|
{
|
|
2257
2236
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2258
2237
|
"clrName": "CopyTo",
|
|
2259
|
-
"metadataToken":
|
|
2238
|
+
"metadataToken": 100703831,
|
|
2260
2239
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2261
2240
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2262
2241
|
"emitScope": "ViewOnly",
|
|
@@ -2431,7 +2410,7 @@
|
|
|
2431
2410
|
{
|
|
2432
2411
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
2433
2412
|
"clrName": "Keys",
|
|
2434
|
-
"metadataToken":
|
|
2413
|
+
"metadataToken": 385881262,
|
|
2435
2414
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
2436
2415
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
2437
2416
|
"emitScope": "ViewOnly",
|
|
@@ -2451,7 +2430,7 @@
|
|
|
2451
2430
|
{
|
|
2452
2431
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
2453
2432
|
"clrName": "Values",
|
|
2454
|
-
"metadataToken":
|
|
2433
|
+
"metadataToken": 385881263,
|
|
2455
2434
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
2456
2435
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
2457
2436
|
"emitScope": "ViewOnly",
|
|
@@ -2471,7 +2450,7 @@
|
|
|
2471
2450
|
{
|
|
2472
2451
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
2473
2452
|
"clrName": "IsReadOnly",
|
|
2474
|
-
"metadataToken":
|
|
2453
|
+
"metadataToken": 385881264,
|
|
2475
2454
|
"canonicalSignature": ":System.Boolean",
|
|
2476
2455
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2477
2456
|
"emitScope": "ViewOnly",
|
|
@@ -2491,7 +2470,7 @@
|
|
|
2491
2470
|
{
|
|
2492
2471
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
2493
2472
|
"clrName": "IsFixedSize",
|
|
2494
|
-
"metadataToken":
|
|
2473
|
+
"metadataToken": 385881265,
|
|
2495
2474
|
"canonicalSignature": ":System.Boolean",
|
|
2496
2475
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
2497
2476
|
"emitScope": "ViewOnly",
|
|
@@ -2511,7 +2490,7 @@
|
|
|
2511
2490
|
{
|
|
2512
2491
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2513
2492
|
"clrName": "Count",
|
|
2514
|
-
"metadataToken":
|
|
2493
|
+
"metadataToken": 385881258,
|
|
2515
2494
|
"canonicalSignature": ":System.Int32",
|
|
2516
2495
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2517
2496
|
"emitScope": "ViewOnly",
|
|
@@ -2531,7 +2510,7 @@
|
|
|
2531
2510
|
{
|
|
2532
2511
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
2533
2512
|
"clrName": "SyncRoot",
|
|
2534
|
-
"metadataToken":
|
|
2513
|
+
"metadataToken": 385881259,
|
|
2535
2514
|
"canonicalSignature": ":System.Object",
|
|
2536
2515
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2537
2516
|
"emitScope": "ViewOnly",
|
|
@@ -2551,7 +2530,7 @@
|
|
|
2551
2530
|
{
|
|
2552
2531
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2553
2532
|
"clrName": "IsSynchronized",
|
|
2554
|
-
"metadataToken":
|
|
2533
|
+
"metadataToken": 385881260,
|
|
2555
2534
|
"canonicalSignature": ":System.Boolean",
|
|
2556
2535
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2557
2536
|
"emitScope": "ViewOnly",
|
|
@@ -3023,7 +3002,7 @@
|
|
|
3023
3002
|
{
|
|
3024
3003
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3025
3004
|
"clrName": "CopyTo",
|
|
3026
|
-
"metadataToken":
|
|
3005
|
+
"metadataToken": 100703831,
|
|
3027
3006
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3028
3007
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3029
3008
|
"emitScope": "ViewOnly",
|
|
@@ -3044,7 +3023,7 @@
|
|
|
3044
3023
|
{
|
|
3045
3024
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3046
3025
|
"clrName": "GetEnumerator",
|
|
3047
|
-
"metadataToken":
|
|
3026
|
+
"metadataToken": 100703850,
|
|
3048
3027
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3049
3028
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3050
3029
|
"emitScope": "ViewOnly",
|
|
@@ -3166,7 +3145,7 @@
|
|
|
3166
3145
|
{
|
|
3167
3146
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3168
3147
|
"clrName": "SyncRoot",
|
|
3169
|
-
"metadataToken":
|
|
3148
|
+
"metadataToken": 385881259,
|
|
3170
3149
|
"canonicalSignature": ":System.Object",
|
|
3171
3150
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3172
3151
|
"emitScope": "ViewOnly",
|
|
@@ -3186,7 +3165,7 @@
|
|
|
3186
3165
|
{
|
|
3187
3166
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3188
3167
|
"clrName": "IsSynchronized",
|
|
3189
|
-
"metadataToken":
|
|
3168
|
+
"metadataToken": 385881260,
|
|
3190
3169
|
"canonicalSignature": ":System.Boolean",
|
|
3191
3170
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3192
3171
|
"emitScope": "ViewOnly",
|
|
@@ -3206,7 +3185,7 @@
|
|
|
3206
3185
|
{
|
|
3207
3186
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3208
3187
|
"clrName": "Count",
|
|
3209
|
-
"metadataToken":
|
|
3188
|
+
"metadataToken": 385881258,
|
|
3210
3189
|
"canonicalSignature": ":System.Int32",
|
|
3211
3190
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3212
3191
|
"emitScope": "ViewOnly",
|
|
@@ -3371,48 +3350,6 @@
|
|
|
3371
3350
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
3372
3351
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3373
3352
|
"isExtensionMethod": false
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3377
|
-
"clrName": "CopyTo",
|
|
3378
|
-
"metadataToken": 100703826,
|
|
3379
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3380
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3381
|
-
"emitScope": "ViewOnly",
|
|
3382
|
-
"provenance": "ExplicitView",
|
|
3383
|
-
"arity": 0,
|
|
3384
|
-
"parameterCount": 2,
|
|
3385
|
-
"isStatic": false,
|
|
3386
|
-
"isAbstract": false,
|
|
3387
|
-
"isVirtual": true,
|
|
3388
|
-
"isOverride": false,
|
|
3389
|
-
"isSealed": false,
|
|
3390
|
-
"visibility": "Public",
|
|
3391
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3392
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3393
|
-
"isExtensionMethod": false,
|
|
3394
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3398
|
-
"clrName": "GetEnumerator",
|
|
3399
|
-
"metadataToken": 100703845,
|
|
3400
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3401
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3402
|
-
"emitScope": "ViewOnly",
|
|
3403
|
-
"provenance": "ExplicitView",
|
|
3404
|
-
"arity": 0,
|
|
3405
|
-
"parameterCount": 0,
|
|
3406
|
-
"isStatic": false,
|
|
3407
|
-
"isAbstract": false,
|
|
3408
|
-
"isVirtual": true,
|
|
3409
|
-
"isOverride": false,
|
|
3410
|
-
"isSealed": false,
|
|
3411
|
-
"visibility": "Public",
|
|
3412
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
3413
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3414
|
-
"isExtensionMethod": false,
|
|
3415
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
3416
3353
|
}
|
|
3417
3354
|
],
|
|
3418
3355
|
"properties": [
|
|
@@ -3453,66 +3390,6 @@
|
|
|
3453
3390
|
"visibility": "Public",
|
|
3454
3391
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
3455
3392
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3459
|
-
"clrName": "SyncRoot",
|
|
3460
|
-
"metadataToken": 385881257,
|
|
3461
|
-
"canonicalSignature": ":System.Object",
|
|
3462
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3463
|
-
"emitScope": "ViewOnly",
|
|
3464
|
-
"provenance": "ExplicitView",
|
|
3465
|
-
"isIndexer": false,
|
|
3466
|
-
"hasGetter": true,
|
|
3467
|
-
"hasSetter": false,
|
|
3468
|
-
"isStatic": false,
|
|
3469
|
-
"isAbstract": false,
|
|
3470
|
-
"isVirtual": true,
|
|
3471
|
-
"isOverride": false,
|
|
3472
|
-
"visibility": "Public",
|
|
3473
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3474
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3475
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3479
|
-
"clrName": "IsSynchronized",
|
|
3480
|
-
"metadataToken": 385881258,
|
|
3481
|
-
"canonicalSignature": ":System.Boolean",
|
|
3482
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3483
|
-
"emitScope": "ViewOnly",
|
|
3484
|
-
"provenance": "ExplicitView",
|
|
3485
|
-
"isIndexer": false,
|
|
3486
|
-
"hasGetter": true,
|
|
3487
|
-
"hasSetter": false,
|
|
3488
|
-
"isStatic": false,
|
|
3489
|
-
"isAbstract": false,
|
|
3490
|
-
"isVirtual": true,
|
|
3491
|
-
"isOverride": false,
|
|
3492
|
-
"visibility": "Public",
|
|
3493
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3494
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3495
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3499
|
-
"clrName": "Count",
|
|
3500
|
-
"metadataToken": 385881256,
|
|
3501
|
-
"canonicalSignature": ":System.Int32",
|
|
3502
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3503
|
-
"emitScope": "ViewOnly",
|
|
3504
|
-
"provenance": "ExplicitView",
|
|
3505
|
-
"isIndexer": false,
|
|
3506
|
-
"hasGetter": true,
|
|
3507
|
-
"hasSetter": false,
|
|
3508
|
-
"isStatic": false,
|
|
3509
|
-
"isAbstract": false,
|
|
3510
|
-
"isVirtual": true,
|
|
3511
|
-
"isOverride": false,
|
|
3512
|
-
"visibility": "Public",
|
|
3513
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3514
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3515
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3516
3393
|
}
|
|
3517
3394
|
],
|
|
3518
3395
|
"fields": [],
|
|
@@ -3816,7 +3693,7 @@
|
|
|
3816
3693
|
{
|
|
3817
3694
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3818
3695
|
"clrName": "GetEnumerator",
|
|
3819
|
-
"metadataToken":
|
|
3696
|
+
"metadataToken": 100703850,
|
|
3820
3697
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3821
3698
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3822
3699
|
"emitScope": "ViewOnly",
|
|
@@ -3879,7 +3756,7 @@
|
|
|
3879
3756
|
{
|
|
3880
3757
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3881
3758
|
"clrName": "CopyTo",
|
|
3882
|
-
"metadataToken":
|
|
3759
|
+
"metadataToken": 100703831,
|
|
3883
3760
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3884
3761
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3885
3762
|
"emitScope": "ViewOnly",
|
|
@@ -3981,7 +3858,7 @@
|
|
|
3981
3858
|
{
|
|
3982
3859
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3983
3860
|
"clrName": "Count",
|
|
3984
|
-
"metadataToken":
|
|
3861
|
+
"metadataToken": 385881258,
|
|
3985
3862
|
"canonicalSignature": ":System.Int32",
|
|
3986
3863
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3987
3864
|
"emitScope": "ViewOnly",
|
|
@@ -4001,7 +3878,7 @@
|
|
|
4001
3878
|
{
|
|
4002
3879
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4003
3880
|
"clrName": "SyncRoot",
|
|
4004
|
-
"metadataToken":
|
|
3881
|
+
"metadataToken": 385881259,
|
|
4005
3882
|
"canonicalSignature": ":System.Object",
|
|
4006
3883
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4007
3884
|
"emitScope": "ViewOnly",
|
|
@@ -4021,7 +3898,7 @@
|
|
|
4021
3898
|
{
|
|
4022
3899
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4023
3900
|
"clrName": "IsSynchronized",
|
|
4024
|
-
"metadataToken":
|
|
3901
|
+
"metadataToken": 385881260,
|
|
4025
3902
|
"canonicalSignature": ":System.Boolean",
|
|
4026
3903
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4027
3904
|
"emitScope": "ViewOnly",
|
|
@@ -4647,7 +4524,7 @@
|
|
|
4647
4524
|
{
|
|
4648
4525
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4649
4526
|
"clrName": "GetEnumerator",
|
|
4650
|
-
"metadataToken":
|
|
4527
|
+
"metadataToken": 100703850,
|
|
4651
4528
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4652
4529
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4653
4530
|
"emitScope": "ViewOnly",
|
|
@@ -4731,7 +4608,7 @@
|
|
|
4731
4608
|
{
|
|
4732
4609
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
4733
4610
|
"clrName": "Contains",
|
|
4734
|
-
"metadataToken":
|
|
4611
|
+
"metadataToken": 100703840,
|
|
4735
4612
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4736
4613
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4737
4614
|
"emitScope": "ViewOnly",
|
|
@@ -4752,7 +4629,7 @@
|
|
|
4752
4629
|
{
|
|
4753
4630
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
4754
4631
|
"clrName": "Add",
|
|
4755
|
-
"metadataToken":
|
|
4632
|
+
"metadataToken": 100703841,
|
|
4756
4633
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
4757
4634
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
4758
4635
|
"emitScope": "ViewOnly",
|
|
@@ -4773,7 +4650,7 @@
|
|
|
4773
4650
|
{
|
|
4774
4651
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
4775
4652
|
"clrName": "Clear",
|
|
4776
|
-
"metadataToken":
|
|
4653
|
+
"metadataToken": 100703842,
|
|
4777
4654
|
"canonicalSignature": "():System.Void",
|
|
4778
4655
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4779
4656
|
"emitScope": "ViewOnly",
|
|
@@ -4794,7 +4671,7 @@
|
|
|
4794
4671
|
{
|
|
4795
4672
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
4796
4673
|
"clrName": "Remove",
|
|
4797
|
-
"metadataToken":
|
|
4674
|
+
"metadataToken": 100703846,
|
|
4798
4675
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4799
4676
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4800
4677
|
"emitScope": "ViewOnly",
|
|
@@ -4815,7 +4692,7 @@
|
|
|
4815
4692
|
{
|
|
4816
4693
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4817
4694
|
"clrName": "CopyTo",
|
|
4818
|
-
"metadataToken":
|
|
4695
|
+
"metadataToken": 100703831,
|
|
4819
4696
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4820
4697
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4821
4698
|
"emitScope": "ViewOnly",
|
|
@@ -4836,7 +4713,7 @@
|
|
|
4836
4713
|
{
|
|
4837
4714
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
4838
4715
|
"clrName": "GetEnumerator",
|
|
4839
|
-
"metadataToken":
|
|
4716
|
+
"metadataToken": 100703845,
|
|
4840
4717
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
4841
4718
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
4842
4719
|
"emitScope": "ViewOnly",
|
|
@@ -5057,7 +4934,7 @@
|
|
|
5057
4934
|
{
|
|
5058
4935
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
5059
4936
|
"clrName": "IsFixedSize",
|
|
5060
|
-
"metadataToken":
|
|
4937
|
+
"metadataToken": 385881265,
|
|
5061
4938
|
"canonicalSignature": ":System.Boolean",
|
|
5062
4939
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5063
4940
|
"emitScope": "ViewOnly",
|
|
@@ -5077,7 +4954,7 @@
|
|
|
5077
4954
|
{
|
|
5078
4955
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5079
4956
|
"clrName": "SyncRoot",
|
|
5080
|
-
"metadataToken":
|
|
4957
|
+
"metadataToken": 385881259,
|
|
5081
4958
|
"canonicalSignature": ":System.Object",
|
|
5082
4959
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5083
4960
|
"emitScope": "ViewOnly",
|
|
@@ -5097,7 +4974,7 @@
|
|
|
5097
4974
|
{
|
|
5098
4975
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
5099
4976
|
"clrName": "Keys",
|
|
5100
|
-
"metadataToken":
|
|
4977
|
+
"metadataToken": 385881262,
|
|
5101
4978
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
5102
4979
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
5103
4980
|
"emitScope": "ViewOnly",
|
|
@@ -5117,7 +4994,7 @@
|
|
|
5117
4994
|
{
|
|
5118
4995
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
5119
4996
|
"clrName": "Values",
|
|
5120
|
-
"metadataToken":
|
|
4997
|
+
"metadataToken": 385881263,
|
|
5121
4998
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
5122
4999
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
5123
5000
|
"emitScope": "ViewOnly",
|
|
@@ -5137,7 +5014,7 @@
|
|
|
5137
5014
|
{
|
|
5138
5015
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
5139
5016
|
"clrName": "IsReadOnly",
|
|
5140
|
-
"metadataToken":
|
|
5017
|
+
"metadataToken": 385881264,
|
|
5141
5018
|
"canonicalSignature": ":System.Boolean",
|
|
5142
5019
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5143
5020
|
"emitScope": "ViewOnly",
|
|
@@ -5157,7 +5034,7 @@
|
|
|
5157
5034
|
{
|
|
5158
5035
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5159
5036
|
"clrName": "Count",
|
|
5160
|
-
"metadataToken":
|
|
5037
|
+
"metadataToken": 385881258,
|
|
5161
5038
|
"canonicalSignature": ":System.Int32",
|
|
5162
5039
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5163
5040
|
"emitScope": "ViewOnly",
|
|
@@ -5177,7 +5054,7 @@
|
|
|
5177
5054
|
{
|
|
5178
5055
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5179
5056
|
"clrName": "IsSynchronized",
|
|
5180
|
-
"metadataToken":
|
|
5057
|
+
"metadataToken": 385881260,
|
|
5181
5058
|
"canonicalSignature": ":System.Boolean",
|
|
5182
5059
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5183
5060
|
"emitScope": "ViewOnly",
|
|
@@ -5488,7 +5365,7 @@
|
|
|
5488
5365
|
{
|
|
5489
5366
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5490
5367
|
"clrName": "CopyTo",
|
|
5491
|
-
"metadataToken":
|
|
5368
|
+
"metadataToken": 100703831,
|
|
5492
5369
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5493
5370
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5494
5371
|
"emitScope": "ViewOnly",
|
|
@@ -5509,7 +5386,7 @@
|
|
|
5509
5386
|
{
|
|
5510
5387
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5511
5388
|
"clrName": "GetEnumerator",
|
|
5512
|
-
"metadataToken":
|
|
5389
|
+
"metadataToken": 100703850,
|
|
5513
5390
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5514
5391
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5515
5392
|
"emitScope": "ViewOnly",
|
|
@@ -5530,7 +5407,7 @@
|
|
|
5530
5407
|
{
|
|
5531
5408
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
5532
5409
|
"clrName": "Add",
|
|
5533
|
-
"metadataToken":
|
|
5410
|
+
"metadataToken": 100703859,
|
|
5534
5411
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
5535
5412
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
5536
5413
|
"emitScope": "ViewOnly",
|
|
@@ -5551,7 +5428,7 @@
|
|
|
5551
5428
|
{
|
|
5552
5429
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
5553
5430
|
"clrName": "Contains",
|
|
5554
|
-
"metadataToken":
|
|
5431
|
+
"metadataToken": 100703860,
|
|
5555
5432
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
5556
5433
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
5557
5434
|
"emitScope": "ViewOnly",
|
|
@@ -5572,7 +5449,7 @@
|
|
|
5572
5449
|
{
|
|
5573
5450
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
5574
5451
|
"clrName": "Clear",
|
|
5575
|
-
"metadataToken":
|
|
5452
|
+
"metadataToken": 100703861,
|
|
5576
5453
|
"canonicalSignature": "():System.Void",
|
|
5577
5454
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5578
5455
|
"emitScope": "ViewOnly",
|
|
@@ -5593,7 +5470,7 @@
|
|
|
5593
5470
|
{
|
|
5594
5471
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
5595
5472
|
"clrName": "Insert",
|
|
5596
|
-
"metadataToken":
|
|
5473
|
+
"metadataToken": 100703865,
|
|
5597
5474
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
5598
5475
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
5599
5476
|
"emitScope": "ViewOnly",
|
|
@@ -5614,7 +5491,7 @@
|
|
|
5614
5491
|
{
|
|
5615
5492
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
5616
5493
|
"clrName": "Remove",
|
|
5617
|
-
"metadataToken":
|
|
5494
|
+
"metadataToken": 100703866,
|
|
5618
5495
|
"canonicalSignature": "(System.Object):System.Void",
|
|
5619
5496
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
5620
5497
|
"emitScope": "ViewOnly",
|
|
@@ -5635,7 +5512,7 @@
|
|
|
5635
5512
|
{
|
|
5636
5513
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
5637
5514
|
"clrName": "RemoveAt",
|
|
5638
|
-
"metadataToken":
|
|
5515
|
+
"metadataToken": 100703867,
|
|
5639
5516
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5640
5517
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5641
5518
|
"emitScope": "ViewOnly",
|
|
@@ -5753,7 +5630,7 @@
|
|
|
5753
5630
|
{
|
|
5754
5631
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
5755
5632
|
"clrName": "IsFixedSize",
|
|
5756
|
-
"metadataToken":
|
|
5633
|
+
"metadataToken": 385881272,
|
|
5757
5634
|
"canonicalSignature": ":System.Boolean",
|
|
5758
5635
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5759
5636
|
"emitScope": "ViewOnly",
|
|
@@ -5773,7 +5650,7 @@
|
|
|
5773
5650
|
{
|
|
5774
5651
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
5775
5652
|
"clrName": "IsReadOnly",
|
|
5776
|
-
"metadataToken":
|
|
5653
|
+
"metadataToken": 385881271,
|
|
5777
5654
|
"canonicalSignature": ":System.Boolean",
|
|
5778
5655
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5779
5656
|
"emitScope": "ViewOnly",
|
|
@@ -5793,7 +5670,7 @@
|
|
|
5793
5670
|
{
|
|
5794
5671
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5795
5672
|
"clrName": "Count",
|
|
5796
|
-
"metadataToken":
|
|
5673
|
+
"metadataToken": 385881258,
|
|
5797
5674
|
"canonicalSignature": ":System.Int32",
|
|
5798
5675
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5799
5676
|
"emitScope": "ViewOnly",
|
|
@@ -5813,7 +5690,7 @@
|
|
|
5813
5690
|
{
|
|
5814
5691
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5815
5692
|
"clrName": "SyncRoot",
|
|
5816
|
-
"metadataToken":
|
|
5693
|
+
"metadataToken": 385881259,
|
|
5817
5694
|
"canonicalSignature": ":System.Object",
|
|
5818
5695
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5819
5696
|
"emitScope": "ViewOnly",
|
|
@@ -5833,7 +5710,7 @@
|
|
|
5833
5710
|
{
|
|
5834
5711
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5835
5712
|
"clrName": "IsSynchronized",
|
|
5836
|
-
"metadataToken":
|
|
5713
|
+
"metadataToken": 385881260,
|
|
5837
5714
|
"canonicalSignature": ":System.Boolean",
|
|
5838
5715
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5839
5716
|
"emitScope": "ViewOnly",
|
|
@@ -6032,7 +5909,7 @@
|
|
|
6032
5909
|
{
|
|
6033
5910
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6034
5911
|
"clrName": "GetEnumerator",
|
|
6035
|
-
"metadataToken":
|
|
5912
|
+
"metadataToken": 100703850,
|
|
6036
5913
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6037
5914
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6038
5915
|
"emitScope": "ViewOnly",
|