@tsonic/dotnet 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -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",
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
{
|
|
1469
1469
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1470
1470
|
"clrName": "GetEnumerator",
|
|
1471
|
-
"metadataToken":
|
|
1471
|
+
"metadataToken": 100703850,
|
|
1472
1472
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1473
1473
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1474
1474
|
"emitScope": "ViewOnly",
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
{
|
|
1490
1490
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
1491
1491
|
"clrName": "Contains",
|
|
1492
|
-
"metadataToken":
|
|
1492
|
+
"metadataToken": 100703840,
|
|
1493
1493
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1494
1494
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
1495
1495
|
"emitScope": "ViewOnly",
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
{
|
|
1511
1511
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
1512
1512
|
"clrName": "Add",
|
|
1513
|
-
"metadataToken":
|
|
1513
|
+
"metadataToken": 100703841,
|
|
1514
1514
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
1515
1515
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
1516
1516
|
"emitScope": "ViewOnly",
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
{
|
|
1532
1532
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
1533
1533
|
"clrName": "Clear",
|
|
1534
|
-
"metadataToken":
|
|
1534
|
+
"metadataToken": 100703842,
|
|
1535
1535
|
"canonicalSignature": "():System.Void",
|
|
1536
1536
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1537
1537
|
"emitScope": "ViewOnly",
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
{
|
|
1553
1553
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
1554
1554
|
"clrName": "GetEnumerator",
|
|
1555
|
-
"metadataToken":
|
|
1555
|
+
"metadataToken": 100703845,
|
|
1556
1556
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
1557
1557
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
1558
1558
|
"emitScope": "ViewOnly",
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
{
|
|
1574
1574
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
1575
1575
|
"clrName": "Remove",
|
|
1576
|
-
"metadataToken":
|
|
1576
|
+
"metadataToken": 100703846,
|
|
1577
1577
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1578
1578
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1579
1579
|
"emitScope": "ViewOnly",
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
{
|
|
1595
1595
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1596
1596
|
"clrName": "CopyTo",
|
|
1597
|
-
"metadataToken":
|
|
1597
|
+
"metadataToken": 100703831,
|
|
1598
1598
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1599
1599
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1600
1600
|
"emitScope": "ViewOnly",
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
{
|
|
1770
1770
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
1771
1771
|
"clrName": "Keys",
|
|
1772
|
-
"metadataToken":
|
|
1772
|
+
"metadataToken": 385881262,
|
|
1773
1773
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1774
1774
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
1775
1775
|
"emitScope": "ViewOnly",
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
{
|
|
1790
1790
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
1791
1791
|
"clrName": "Values",
|
|
1792
|
-
"metadataToken":
|
|
1792
|
+
"metadataToken": 385881263,
|
|
1793
1793
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
1794
1794
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
1795
1795
|
"emitScope": "ViewOnly",
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
{
|
|
1810
1810
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
1811
1811
|
"clrName": "IsReadOnly",
|
|
1812
|
-
"metadataToken":
|
|
1812
|
+
"metadataToken": 385881264,
|
|
1813
1813
|
"canonicalSignature": ":System.Boolean",
|
|
1814
1814
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1815
1815
|
"emitScope": "ViewOnly",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
{
|
|
1830
1830
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
1831
1831
|
"clrName": "IsFixedSize",
|
|
1832
|
-
"metadataToken":
|
|
1832
|
+
"metadataToken": 385881265,
|
|
1833
1833
|
"canonicalSignature": ":System.Boolean",
|
|
1834
1834
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1835
1835
|
"emitScope": "ViewOnly",
|
|
@@ -1849,7 +1849,7 @@
|
|
|
1849
1849
|
{
|
|
1850
1850
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1851
1851
|
"clrName": "Count",
|
|
1852
|
-
"metadataToken":
|
|
1852
|
+
"metadataToken": 385881258,
|
|
1853
1853
|
"canonicalSignature": ":System.Int32",
|
|
1854
1854
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1855
1855
|
"emitScope": "ViewOnly",
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
{
|
|
1870
1870
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1871
1871
|
"clrName": "SyncRoot",
|
|
1872
|
-
"metadataToken":
|
|
1872
|
+
"metadataToken": 385881259,
|
|
1873
1873
|
"canonicalSignature": ":System.Object",
|
|
1874
1874
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1875
1875
|
"emitScope": "ViewOnly",
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
{
|
|
1890
1890
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1891
1891
|
"clrName": "IsSynchronized",
|
|
1892
|
-
"metadataToken":
|
|
1892
|
+
"metadataToken": 385881260,
|
|
1893
1893
|
"canonicalSignature": ":System.Boolean",
|
|
1894
1894
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1895
1895
|
"emitScope": "ViewOnly",
|
|
@@ -2109,7 +2109,7 @@
|
|
|
2109
2109
|
{
|
|
2110
2110
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2111
2111
|
"clrName": "GetEnumerator",
|
|
2112
|
-
"metadataToken":
|
|
2112
|
+
"metadataToken": 100703850,
|
|
2113
2113
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2114
2114
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2115
2115
|
"emitScope": "ViewOnly",
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
{
|
|
2131
2131
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
2132
2132
|
"clrName": "Contains",
|
|
2133
|
-
"metadataToken":
|
|
2133
|
+
"metadataToken": 100703840,
|
|
2134
2134
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2135
2135
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2136
2136
|
"emitScope": "ViewOnly",
|
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
{
|
|
2152
2152
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
2153
2153
|
"clrName": "Add",
|
|
2154
|
-
"metadataToken":
|
|
2154
|
+
"metadataToken": 100703841,
|
|
2155
2155
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
2156
2156
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
2157
2157
|
"emitScope": "ViewOnly",
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
{
|
|
2173
2173
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
2174
2174
|
"clrName": "Clear",
|
|
2175
|
-
"metadataToken":
|
|
2175
|
+
"metadataToken": 100703842,
|
|
2176
2176
|
"canonicalSignature": "():System.Void",
|
|
2177
2177
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2178
2178
|
"emitScope": "ViewOnly",
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
{
|
|
2194
2194
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
2195
2195
|
"clrName": "GetEnumerator",
|
|
2196
|
-
"metadataToken":
|
|
2196
|
+
"metadataToken": 100703845,
|
|
2197
2197
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
2198
2198
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
2199
2199
|
"emitScope": "ViewOnly",
|
|
@@ -2214,7 +2214,7 @@
|
|
|
2214
2214
|
{
|
|
2215
2215
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
2216
2216
|
"clrName": "Remove",
|
|
2217
|
-
"metadataToken":
|
|
2217
|
+
"metadataToken": 100703846,
|
|
2218
2218
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2219
2219
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2220
2220
|
"emitScope": "ViewOnly",
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
{
|
|
2236
2236
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2237
2237
|
"clrName": "CopyTo",
|
|
2238
|
-
"metadataToken":
|
|
2238
|
+
"metadataToken": 100703831,
|
|
2239
2239
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2240
2240
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2241
2241
|
"emitScope": "ViewOnly",
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
{
|
|
2411
2411
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
2412
2412
|
"clrName": "Keys",
|
|
2413
|
-
"metadataToken":
|
|
2413
|
+
"metadataToken": 385881262,
|
|
2414
2414
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
2415
2415
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
2416
2416
|
"emitScope": "ViewOnly",
|
|
@@ -2430,7 +2430,7 @@
|
|
|
2430
2430
|
{
|
|
2431
2431
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
2432
2432
|
"clrName": "Values",
|
|
2433
|
-
"metadataToken":
|
|
2433
|
+
"metadataToken": 385881263,
|
|
2434
2434
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
2435
2435
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
2436
2436
|
"emitScope": "ViewOnly",
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
{
|
|
2451
2451
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
2452
2452
|
"clrName": "IsReadOnly",
|
|
2453
|
-
"metadataToken":
|
|
2453
|
+
"metadataToken": 385881264,
|
|
2454
2454
|
"canonicalSignature": ":System.Boolean",
|
|
2455
2455
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2456
2456
|
"emitScope": "ViewOnly",
|
|
@@ -2470,7 +2470,7 @@
|
|
|
2470
2470
|
{
|
|
2471
2471
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
2472
2472
|
"clrName": "IsFixedSize",
|
|
2473
|
-
"metadataToken":
|
|
2473
|
+
"metadataToken": 385881265,
|
|
2474
2474
|
"canonicalSignature": ":System.Boolean",
|
|
2475
2475
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
2476
2476
|
"emitScope": "ViewOnly",
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
{
|
|
2491
2491
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2492
2492
|
"clrName": "Count",
|
|
2493
|
-
"metadataToken":
|
|
2493
|
+
"metadataToken": 385881258,
|
|
2494
2494
|
"canonicalSignature": ":System.Int32",
|
|
2495
2495
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2496
2496
|
"emitScope": "ViewOnly",
|
|
@@ -2510,7 +2510,7 @@
|
|
|
2510
2510
|
{
|
|
2511
2511
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
2512
2512
|
"clrName": "SyncRoot",
|
|
2513
|
-
"metadataToken":
|
|
2513
|
+
"metadataToken": 385881259,
|
|
2514
2514
|
"canonicalSignature": ":System.Object",
|
|
2515
2515
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2516
2516
|
"emitScope": "ViewOnly",
|
|
@@ -2530,7 +2530,7 @@
|
|
|
2530
2530
|
{
|
|
2531
2531
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2532
2532
|
"clrName": "IsSynchronized",
|
|
2533
|
-
"metadataToken":
|
|
2533
|
+
"metadataToken": 385881260,
|
|
2534
2534
|
"canonicalSignature": ":System.Boolean",
|
|
2535
2535
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2536
2536
|
"emitScope": "ViewOnly",
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
{
|
|
3003
3003
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3004
3004
|
"clrName": "CopyTo",
|
|
3005
|
-
"metadataToken":
|
|
3005
|
+
"metadataToken": 100703831,
|
|
3006
3006
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3007
3007
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3008
3008
|
"emitScope": "ViewOnly",
|
|
@@ -3023,7 +3023,7 @@
|
|
|
3023
3023
|
{
|
|
3024
3024
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3025
3025
|
"clrName": "GetEnumerator",
|
|
3026
|
-
"metadataToken":
|
|
3026
|
+
"metadataToken": 100703850,
|
|
3027
3027
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3028
3028
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3029
3029
|
"emitScope": "ViewOnly",
|
|
@@ -3145,7 +3145,7 @@
|
|
|
3145
3145
|
{
|
|
3146
3146
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3147
3147
|
"clrName": "SyncRoot",
|
|
3148
|
-
"metadataToken":
|
|
3148
|
+
"metadataToken": 385881259,
|
|
3149
3149
|
"canonicalSignature": ":System.Object",
|
|
3150
3150
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3151
3151
|
"emitScope": "ViewOnly",
|
|
@@ -3165,7 +3165,7 @@
|
|
|
3165
3165
|
{
|
|
3166
3166
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3167
3167
|
"clrName": "IsSynchronized",
|
|
3168
|
-
"metadataToken":
|
|
3168
|
+
"metadataToken": 385881260,
|
|
3169
3169
|
"canonicalSignature": ":System.Boolean",
|
|
3170
3170
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3171
3171
|
"emitScope": "ViewOnly",
|
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
{
|
|
3186
3186
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3187
3187
|
"clrName": "Count",
|
|
3188
|
-
"metadataToken":
|
|
3188
|
+
"metadataToken": 385881258,
|
|
3189
3189
|
"canonicalSignature": ":System.Int32",
|
|
3190
3190
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3191
3191
|
"emitScope": "ViewOnly",
|
|
@@ -3693,7 +3693,7 @@
|
|
|
3693
3693
|
{
|
|
3694
3694
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3695
3695
|
"clrName": "GetEnumerator",
|
|
3696
|
-
"metadataToken":
|
|
3696
|
+
"metadataToken": 100703850,
|
|
3697
3697
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3698
3698
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3699
3699
|
"emitScope": "ViewOnly",
|
|
@@ -3756,7 +3756,7 @@
|
|
|
3756
3756
|
{
|
|
3757
3757
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3758
3758
|
"clrName": "CopyTo",
|
|
3759
|
-
"metadataToken":
|
|
3759
|
+
"metadataToken": 100703831,
|
|
3760
3760
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3761
3761
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3762
3762
|
"emitScope": "ViewOnly",
|
|
@@ -3858,7 +3858,7 @@
|
|
|
3858
3858
|
{
|
|
3859
3859
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3860
3860
|
"clrName": "Count",
|
|
3861
|
-
"metadataToken":
|
|
3861
|
+
"metadataToken": 385881258,
|
|
3862
3862
|
"canonicalSignature": ":System.Int32",
|
|
3863
3863
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3864
3864
|
"emitScope": "ViewOnly",
|
|
@@ -3878,7 +3878,7 @@
|
|
|
3878
3878
|
{
|
|
3879
3879
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3880
3880
|
"clrName": "SyncRoot",
|
|
3881
|
-
"metadataToken":
|
|
3881
|
+
"metadataToken": 385881259,
|
|
3882
3882
|
"canonicalSignature": ":System.Object",
|
|
3883
3883
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3884
3884
|
"emitScope": "ViewOnly",
|
|
@@ -3898,7 +3898,7 @@
|
|
|
3898
3898
|
{
|
|
3899
3899
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3900
3900
|
"clrName": "IsSynchronized",
|
|
3901
|
-
"metadataToken":
|
|
3901
|
+
"metadataToken": 385881260,
|
|
3902
3902
|
"canonicalSignature": ":System.Boolean",
|
|
3903
3903
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3904
3904
|
"emitScope": "ViewOnly",
|
|
@@ -4524,7 +4524,7 @@
|
|
|
4524
4524
|
{
|
|
4525
4525
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4526
4526
|
"clrName": "GetEnumerator",
|
|
4527
|
-
"metadataToken":
|
|
4527
|
+
"metadataToken": 100703850,
|
|
4528
4528
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4529
4529
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4530
4530
|
"emitScope": "ViewOnly",
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
{
|
|
4609
4609
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
4610
4610
|
"clrName": "Contains",
|
|
4611
|
-
"metadataToken":
|
|
4611
|
+
"metadataToken": 100703840,
|
|
4612
4612
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4613
4613
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4614
4614
|
"emitScope": "ViewOnly",
|
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
{
|
|
4630
4630
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
4631
4631
|
"clrName": "Add",
|
|
4632
|
-
"metadataToken":
|
|
4632
|
+
"metadataToken": 100703841,
|
|
4633
4633
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
4634
4634
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
4635
4635
|
"emitScope": "ViewOnly",
|
|
@@ -4650,7 +4650,7 @@
|
|
|
4650
4650
|
{
|
|
4651
4651
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
4652
4652
|
"clrName": "Clear",
|
|
4653
|
-
"metadataToken":
|
|
4653
|
+
"metadataToken": 100703842,
|
|
4654
4654
|
"canonicalSignature": "():System.Void",
|
|
4655
4655
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4656
4656
|
"emitScope": "ViewOnly",
|
|
@@ -4671,7 +4671,7 @@
|
|
|
4671
4671
|
{
|
|
4672
4672
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
4673
4673
|
"clrName": "Remove",
|
|
4674
|
-
"metadataToken":
|
|
4674
|
+
"metadataToken": 100703846,
|
|
4675
4675
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4676
4676
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4677
4677
|
"emitScope": "ViewOnly",
|
|
@@ -4692,7 +4692,7 @@
|
|
|
4692
4692
|
{
|
|
4693
4693
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4694
4694
|
"clrName": "CopyTo",
|
|
4695
|
-
"metadataToken":
|
|
4695
|
+
"metadataToken": 100703831,
|
|
4696
4696
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4697
4697
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4698
4698
|
"emitScope": "ViewOnly",
|
|
@@ -4713,7 +4713,7 @@
|
|
|
4713
4713
|
{
|
|
4714
4714
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
4715
4715
|
"clrName": "GetEnumerator",
|
|
4716
|
-
"metadataToken":
|
|
4716
|
+
"metadataToken": 100703845,
|
|
4717
4717
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
4718
4718
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
4719
4719
|
"emitScope": "ViewOnly",
|
|
@@ -4934,7 +4934,7 @@
|
|
|
4934
4934
|
{
|
|
4935
4935
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
4936
4936
|
"clrName": "IsFixedSize",
|
|
4937
|
-
"metadataToken":
|
|
4937
|
+
"metadataToken": 385881265,
|
|
4938
4938
|
"canonicalSignature": ":System.Boolean",
|
|
4939
4939
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
4940
4940
|
"emitScope": "ViewOnly",
|
|
@@ -4954,7 +4954,7 @@
|
|
|
4954
4954
|
{
|
|
4955
4955
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4956
4956
|
"clrName": "SyncRoot",
|
|
4957
|
-
"metadataToken":
|
|
4957
|
+
"metadataToken": 385881259,
|
|
4958
4958
|
"canonicalSignature": ":System.Object",
|
|
4959
4959
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4960
4960
|
"emitScope": "ViewOnly",
|
|
@@ -4974,7 +4974,7 @@
|
|
|
4974
4974
|
{
|
|
4975
4975
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
4976
4976
|
"clrName": "Keys",
|
|
4977
|
-
"metadataToken":
|
|
4977
|
+
"metadataToken": 385881262,
|
|
4978
4978
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4979
4979
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
4980
4980
|
"emitScope": "ViewOnly",
|
|
@@ -4994,7 +4994,7 @@
|
|
|
4994
4994
|
{
|
|
4995
4995
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
4996
4996
|
"clrName": "Values",
|
|
4997
|
-
"metadataToken":
|
|
4997
|
+
"metadataToken": 385881263,
|
|
4998
4998
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
4999
4999
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
5000
5000
|
"emitScope": "ViewOnly",
|
|
@@ -5014,7 +5014,7 @@
|
|
|
5014
5014
|
{
|
|
5015
5015
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
5016
5016
|
"clrName": "IsReadOnly",
|
|
5017
|
-
"metadataToken":
|
|
5017
|
+
"metadataToken": 385881264,
|
|
5018
5018
|
"canonicalSignature": ":System.Boolean",
|
|
5019
5019
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5020
5020
|
"emitScope": "ViewOnly",
|
|
@@ -5034,7 +5034,7 @@
|
|
|
5034
5034
|
{
|
|
5035
5035
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5036
5036
|
"clrName": "Count",
|
|
5037
|
-
"metadataToken":
|
|
5037
|
+
"metadataToken": 385881258,
|
|
5038
5038
|
"canonicalSignature": ":System.Int32",
|
|
5039
5039
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5040
5040
|
"emitScope": "ViewOnly",
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
{
|
|
5055
5055
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5056
5056
|
"clrName": "IsSynchronized",
|
|
5057
|
-
"metadataToken":
|
|
5057
|
+
"metadataToken": 385881260,
|
|
5058
5058
|
"canonicalSignature": ":System.Boolean",
|
|
5059
5059
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5060
5060
|
"emitScope": "ViewOnly",
|
|
@@ -5365,7 +5365,7 @@
|
|
|
5365
5365
|
{
|
|
5366
5366
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5367
5367
|
"clrName": "CopyTo",
|
|
5368
|
-
"metadataToken":
|
|
5368
|
+
"metadataToken": 100703831,
|
|
5369
5369
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5370
5370
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5371
5371
|
"emitScope": "ViewOnly",
|
|
@@ -5386,7 +5386,7 @@
|
|
|
5386
5386
|
{
|
|
5387
5387
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5388
5388
|
"clrName": "GetEnumerator",
|
|
5389
|
-
"metadataToken":
|
|
5389
|
+
"metadataToken": 100703850,
|
|
5390
5390
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5391
5391
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5392
5392
|
"emitScope": "ViewOnly",
|
|
@@ -5407,7 +5407,7 @@
|
|
|
5407
5407
|
{
|
|
5408
5408
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
5409
5409
|
"clrName": "Add",
|
|
5410
|
-
"metadataToken":
|
|
5410
|
+
"metadataToken": 100703859,
|
|
5411
5411
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
5412
5412
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
5413
5413
|
"emitScope": "ViewOnly",
|
|
@@ -5428,7 +5428,7 @@
|
|
|
5428
5428
|
{
|
|
5429
5429
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
5430
5430
|
"clrName": "Contains",
|
|
5431
|
-
"metadataToken":
|
|
5431
|
+
"metadataToken": 100703860,
|
|
5432
5432
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
5433
5433
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
5434
5434
|
"emitScope": "ViewOnly",
|
|
@@ -5449,7 +5449,7 @@
|
|
|
5449
5449
|
{
|
|
5450
5450
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
5451
5451
|
"clrName": "Clear",
|
|
5452
|
-
"metadataToken":
|
|
5452
|
+
"metadataToken": 100703861,
|
|
5453
5453
|
"canonicalSignature": "():System.Void",
|
|
5454
5454
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5455
5455
|
"emitScope": "ViewOnly",
|
|
@@ -5470,7 +5470,7 @@
|
|
|
5470
5470
|
{
|
|
5471
5471
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
5472
5472
|
"clrName": "Insert",
|
|
5473
|
-
"metadataToken":
|
|
5473
|
+
"metadataToken": 100703865,
|
|
5474
5474
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
5475
5475
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
5476
5476
|
"emitScope": "ViewOnly",
|
|
@@ -5491,7 +5491,7 @@
|
|
|
5491
5491
|
{
|
|
5492
5492
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
5493
5493
|
"clrName": "Remove",
|
|
5494
|
-
"metadataToken":
|
|
5494
|
+
"metadataToken": 100703866,
|
|
5495
5495
|
"canonicalSignature": "(System.Object):System.Void",
|
|
5496
5496
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
5497
5497
|
"emitScope": "ViewOnly",
|
|
@@ -5512,7 +5512,7 @@
|
|
|
5512
5512
|
{
|
|
5513
5513
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
5514
5514
|
"clrName": "RemoveAt",
|
|
5515
|
-
"metadataToken":
|
|
5515
|
+
"metadataToken": 100703867,
|
|
5516
5516
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5517
5517
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5518
5518
|
"emitScope": "ViewOnly",
|
|
@@ -5630,7 +5630,7 @@
|
|
|
5630
5630
|
{
|
|
5631
5631
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
5632
5632
|
"clrName": "IsFixedSize",
|
|
5633
|
-
"metadataToken":
|
|
5633
|
+
"metadataToken": 385881272,
|
|
5634
5634
|
"canonicalSignature": ":System.Boolean",
|
|
5635
5635
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5636
5636
|
"emitScope": "ViewOnly",
|
|
@@ -5650,7 +5650,7 @@
|
|
|
5650
5650
|
{
|
|
5651
5651
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
5652
5652
|
"clrName": "IsReadOnly",
|
|
5653
|
-
"metadataToken":
|
|
5653
|
+
"metadataToken": 385881271,
|
|
5654
5654
|
"canonicalSignature": ":System.Boolean",
|
|
5655
5655
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5656
5656
|
"emitScope": "ViewOnly",
|
|
@@ -5670,7 +5670,7 @@
|
|
|
5670
5670
|
{
|
|
5671
5671
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5672
5672
|
"clrName": "Count",
|
|
5673
|
-
"metadataToken":
|
|
5673
|
+
"metadataToken": 385881258,
|
|
5674
5674
|
"canonicalSignature": ":System.Int32",
|
|
5675
5675
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5676
5676
|
"emitScope": "ViewOnly",
|
|
@@ -5690,7 +5690,7 @@
|
|
|
5690
5690
|
{
|
|
5691
5691
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5692
5692
|
"clrName": "SyncRoot",
|
|
5693
|
-
"metadataToken":
|
|
5693
|
+
"metadataToken": 385881259,
|
|
5694
5694
|
"canonicalSignature": ":System.Object",
|
|
5695
5695
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5696
5696
|
"emitScope": "ViewOnly",
|
|
@@ -5710,7 +5710,7 @@
|
|
|
5710
5710
|
{
|
|
5711
5711
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5712
5712
|
"clrName": "IsSynchronized",
|
|
5713
|
-
"metadataToken":
|
|
5713
|
+
"metadataToken": 385881260,
|
|
5714
5714
|
"canonicalSignature": ":System.Boolean",
|
|
5715
5715
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5716
5716
|
"emitScope": "ViewOnly",
|
|
@@ -5909,7 +5909,7 @@
|
|
|
5909
5909
|
{
|
|
5910
5910
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5911
5911
|
"clrName": "GetEnumerator",
|
|
5912
|
-
"metadataToken":
|
|
5912
|
+
"metadataToken": 100703850,
|
|
5913
5913
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5914
5914
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5915
5915
|
"emitScope": "ViewOnly",
|