@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
|
@@ -2834,7 +2834,7 @@
|
|
|
2834
2834
|
{
|
|
2835
2835
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2836
2836
|
"clrName": "Add",
|
|
2837
|
-
"metadataToken":
|
|
2837
|
+
"metadataToken": 100703859,
|
|
2838
2838
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2839
2839
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2840
2840
|
"emitScope": "ClassSurface",
|
|
@@ -2854,7 +2854,7 @@
|
|
|
2854
2854
|
{
|
|
2855
2855
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2856
2856
|
"clrName": "Contains",
|
|
2857
|
-
"metadataToken":
|
|
2857
|
+
"metadataToken": 100703860,
|
|
2858
2858
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2859
2859
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2860
2860
|
"emitScope": "ClassSurface",
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
{
|
|
2875
2875
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2876
2876
|
"clrName": "Insert",
|
|
2877
|
-
"metadataToken":
|
|
2877
|
+
"metadataToken": 100703865,
|
|
2878
2878
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2879
2879
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2880
2880
|
"emitScope": "ClassSurface",
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
{
|
|
2895
2895
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2896
2896
|
"clrName": "Remove",
|
|
2897
|
-
"metadataToken":
|
|
2897
|
+
"metadataToken": 100703866,
|
|
2898
2898
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2899
2899
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2900
2900
|
"emitScope": "ClassSurface",
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
{
|
|
2915
2915
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
2916
2916
|
"clrName": "RemoveAt",
|
|
2917
|
-
"metadataToken":
|
|
2917
|
+
"metadataToken": 100703867,
|
|
2918
2918
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2919
2919
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2920
2920
|
"emitScope": "ClassSurface",
|
|
@@ -2934,7 +2934,7 @@
|
|
|
2934
2934
|
{
|
|
2935
2935
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2936
2936
|
"clrName": "CopyTo",
|
|
2937
|
-
"metadataToken":
|
|
2937
|
+
"metadataToken": 100703831,
|
|
2938
2938
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2939
2939
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2940
2940
|
"emitScope": "ClassSurface",
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
{
|
|
2955
2955
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2956
2956
|
"clrName": "GetEnumerator",
|
|
2957
|
-
"metadataToken":
|
|
2957
|
+
"metadataToken": 100703850,
|
|
2958
2958
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2959
2959
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2960
2960
|
"emitScope": "ClassSurface",
|
|
@@ -3147,7 +3147,7 @@
|
|
|
3147
3147
|
{
|
|
3148
3148
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Item[System.Int32]:System.Object",
|
|
3149
3149
|
"clrName": "Item",
|
|
3150
|
-
"metadataToken":
|
|
3150
|
+
"metadataToken": 385881270,
|
|
3151
3151
|
"canonicalSignature": "[System.Int32]:System.Object",
|
|
3152
3152
|
"normalizedSignature": "Item|[System.Int32]:System.Object|static=false|accessor=getset",
|
|
3153
3153
|
"emitScope": "ClassSurface",
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
{
|
|
3167
3167
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3168
3168
|
"clrName": "IsReadOnly",
|
|
3169
|
-
"metadataToken":
|
|
3169
|
+
"metadataToken": 385881271,
|
|
3170
3170
|
"canonicalSignature": ":System.Boolean",
|
|
3171
3171
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3172
3172
|
"emitScope": "ClassSurface",
|
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
{
|
|
3186
3186
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3187
3187
|
"clrName": "IsFixedSize",
|
|
3188
|
-
"metadataToken":
|
|
3188
|
+
"metadataToken": 385881272,
|
|
3189
3189
|
"canonicalSignature": ":System.Boolean",
|
|
3190
3190
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3191
3191
|
"emitScope": "ClassSurface",
|
|
@@ -3204,7 +3204,7 @@
|
|
|
3204
3204
|
{
|
|
3205
3205
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3206
3206
|
"clrName": "Count",
|
|
3207
|
-
"metadataToken":
|
|
3207
|
+
"metadataToken": 385881258,
|
|
3208
3208
|
"canonicalSignature": ":System.Int32",
|
|
3209
3209
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3210
3210
|
"emitScope": "ClassSurface",
|
|
@@ -3223,7 +3223,7 @@
|
|
|
3223
3223
|
{
|
|
3224
3224
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3225
3225
|
"clrName": "SyncRoot",
|
|
3226
|
-
"metadataToken":
|
|
3226
|
+
"metadataToken": 385881259,
|
|
3227
3227
|
"canonicalSignature": ":System.Object",
|
|
3228
3228
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3229
3229
|
"emitScope": "ClassSurface",
|
|
@@ -3242,7 +3242,7 @@
|
|
|
3242
3242
|
{
|
|
3243
3243
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3244
3244
|
"clrName": "IsSynchronized",
|
|
3245
|
-
"metadataToken":
|
|
3245
|
+
"metadataToken": 385881260,
|
|
3246
3246
|
"canonicalSignature": ":System.Boolean",
|
|
3247
3247
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3248
3248
|
"emitScope": "ClassSurface",
|
|
@@ -3427,7 +3427,7 @@
|
|
|
3427
3427
|
{
|
|
3428
3428
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
3429
3429
|
"clrName": "Add",
|
|
3430
|
-
"metadataToken":
|
|
3430
|
+
"metadataToken": 100703859,
|
|
3431
3431
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
3432
3432
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
3433
3433
|
"emitScope": "ClassSurface",
|
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
{
|
|
3448
3448
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
3449
3449
|
"clrName": "Contains",
|
|
3450
|
-
"metadataToken":
|
|
3450
|
+
"metadataToken": 100703860,
|
|
3451
3451
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
3452
3452
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
3453
3453
|
"emitScope": "ClassSurface",
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
{
|
|
3468
3468
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
3469
3469
|
"clrName": "Insert",
|
|
3470
|
-
"metadataToken":
|
|
3470
|
+
"metadataToken": 100703865,
|
|
3471
3471
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
3472
3472
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
3473
3473
|
"emitScope": "ClassSurface",
|
|
@@ -3487,7 +3487,7 @@
|
|
|
3487
3487
|
{
|
|
3488
3488
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
3489
3489
|
"clrName": "Remove",
|
|
3490
|
-
"metadataToken":
|
|
3490
|
+
"metadataToken": 100703866,
|
|
3491
3491
|
"canonicalSignature": "(System.Object):System.Void",
|
|
3492
3492
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
3493
3493
|
"emitScope": "ClassSurface",
|
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
{
|
|
3508
3508
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
3509
3509
|
"clrName": "RemoveAt",
|
|
3510
|
-
"metadataToken":
|
|
3510
|
+
"metadataToken": 100703867,
|
|
3511
3511
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3512
3512
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3513
3513
|
"emitScope": "ClassSurface",
|
|
@@ -3527,7 +3527,7 @@
|
|
|
3527
3527
|
{
|
|
3528
3528
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3529
3529
|
"clrName": "CopyTo",
|
|
3530
|
-
"metadataToken":
|
|
3530
|
+
"metadataToken": 100703831,
|
|
3531
3531
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3532
3532
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3533
3533
|
"emitScope": "ClassSurface",
|
|
@@ -3547,7 +3547,7 @@
|
|
|
3547
3547
|
{
|
|
3548
3548
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3549
3549
|
"clrName": "GetEnumerator",
|
|
3550
|
-
"metadataToken":
|
|
3550
|
+
"metadataToken": 100703850,
|
|
3551
3551
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3552
3552
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3553
3553
|
"emitScope": "ClassSurface",
|
|
@@ -3816,7 +3816,7 @@
|
|
|
3816
3816
|
{
|
|
3817
3817
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Item[System.Int32]:System.Object",
|
|
3818
3818
|
"clrName": "Item",
|
|
3819
|
-
"metadataToken":
|
|
3819
|
+
"metadataToken": 385881270,
|
|
3820
3820
|
"canonicalSignature": "[System.Int32]:System.Object",
|
|
3821
3821
|
"normalizedSignature": "Item|[System.Int32]:System.Object|static=false|accessor=getset",
|
|
3822
3822
|
"emitScope": "ClassSurface",
|
|
@@ -3835,7 +3835,7 @@
|
|
|
3835
3835
|
{
|
|
3836
3836
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3837
3837
|
"clrName": "IsReadOnly",
|
|
3838
|
-
"metadataToken":
|
|
3838
|
+
"metadataToken": 385881271,
|
|
3839
3839
|
"canonicalSignature": ":System.Boolean",
|
|
3840
3840
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3841
3841
|
"emitScope": "ClassSurface",
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
{
|
|
3855
3855
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3856
3856
|
"clrName": "IsFixedSize",
|
|
3857
|
-
"metadataToken":
|
|
3857
|
+
"metadataToken": 385881272,
|
|
3858
3858
|
"canonicalSignature": ":System.Boolean",
|
|
3859
3859
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3860
3860
|
"emitScope": "ClassSurface",
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
{
|
|
3874
3874
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3875
3875
|
"clrName": "Count",
|
|
3876
|
-
"metadataToken":
|
|
3876
|
+
"metadataToken": 385881258,
|
|
3877
3877
|
"canonicalSignature": ":System.Int32",
|
|
3878
3878
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3879
3879
|
"emitScope": "ClassSurface",
|
|
@@ -3892,7 +3892,7 @@
|
|
|
3892
3892
|
{
|
|
3893
3893
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3894
3894
|
"clrName": "SyncRoot",
|
|
3895
|
-
"metadataToken":
|
|
3895
|
+
"metadataToken": 385881259,
|
|
3896
3896
|
"canonicalSignature": ":System.Object",
|
|
3897
3897
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3898
3898
|
"emitScope": "ClassSurface",
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
{
|
|
3912
3912
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3913
3913
|
"clrName": "IsSynchronized",
|
|
3914
|
-
"metadataToken":
|
|
3914
|
+
"metadataToken": 385881260,
|
|
3915
3915
|
"canonicalSignature": ":System.Boolean",
|
|
3916
3916
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3917
3917
|
"emitScope": "ClassSurface",
|
|
@@ -6893,7 +6893,7 @@
|
|
|
6893
6893
|
{
|
|
6894
6894
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
6895
6895
|
"clrName": "CopyTo",
|
|
6896
|
-
"metadataToken":
|
|
6896
|
+
"metadataToken": 100703831,
|
|
6897
6897
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
6898
6898
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
6899
6899
|
"emitScope": "ViewOnly",
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
{
|
|
6915
6915
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6916
6916
|
"clrName": "GetEnumerator",
|
|
6917
|
-
"metadataToken":
|
|
6917
|
+
"metadataToken": 100703850,
|
|
6918
6918
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6919
6919
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6920
6920
|
"emitScope": "ViewOnly",
|
|
@@ -7015,7 +7015,7 @@
|
|
|
7015
7015
|
{
|
|
7016
7016
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
7017
7017
|
"clrName": "SyncRoot",
|
|
7018
|
-
"metadataToken":
|
|
7018
|
+
"metadataToken": 385881259,
|
|
7019
7019
|
"canonicalSignature": ":System.Object",
|
|
7020
7020
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
7021
7021
|
"emitScope": "ViewOnly",
|
|
@@ -7035,7 +7035,7 @@
|
|
|
7035
7035
|
{
|
|
7036
7036
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
7037
7037
|
"clrName": "IsSynchronized",
|
|
7038
|
-
"metadataToken":
|
|
7038
|
+
"metadataToken": 385881260,
|
|
7039
7039
|
"canonicalSignature": ":System.Boolean",
|
|
7040
7040
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
7041
7041
|
"emitScope": "ViewOnly",
|
|
@@ -7055,7 +7055,7 @@
|
|
|
7055
7055
|
{
|
|
7056
7056
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
7057
7057
|
"clrName": "Count",
|
|
7058
|
-
"metadataToken":
|
|
7058
|
+
"metadataToken": 385881258,
|
|
7059
7059
|
"canonicalSignature": ":System.Int32",
|
|
7060
7060
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7061
7061
|
"emitScope": "ViewOnly",
|
|
@@ -8371,7 +8371,7 @@
|
|
|
8371
8371
|
{
|
|
8372
8372
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
8373
8373
|
"clrName": "IndexOf",
|
|
8374
|
-
"metadataToken":
|
|
8374
|
+
"metadataToken": 100704573,
|
|
8375
8375
|
"canonicalSignature": "(T):System.Int32",
|
|
8376
8376
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
8377
8377
|
"emitScope": "ViewOnly",
|
|
@@ -8392,7 +8392,7 @@
|
|
|
8392
8392
|
{
|
|
8393
8393
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
8394
8394
|
"clrName": "Insert",
|
|
8395
|
-
"metadataToken":
|
|
8395
|
+
"metadataToken": 100704574,
|
|
8396
8396
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
8397
8397
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
8398
8398
|
"emitScope": "ViewOnly",
|
|
@@ -8413,7 +8413,7 @@
|
|
|
8413
8413
|
{
|
|
8414
8414
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
8415
8415
|
"clrName": "RemoveAt",
|
|
8416
|
-
"metadataToken":
|
|
8416
|
+
"metadataToken": 100704575,
|
|
8417
8417
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8418
8418
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
8419
8419
|
"emitScope": "ViewOnly",
|
|
@@ -8434,7 +8434,7 @@
|
|
|
8434
8434
|
{
|
|
8435
8435
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
8436
8436
|
"clrName": "Add",
|
|
8437
|
-
"metadataToken":
|
|
8437
|
+
"metadataToken": 100704543,
|
|
8438
8438
|
"canonicalSignature": "(T):System.Void",
|
|
8439
8439
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
8440
8440
|
"emitScope": "ViewOnly",
|
|
@@ -8455,7 +8455,7 @@
|
|
|
8455
8455
|
{
|
|
8456
8456
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
8457
8457
|
"clrName": "Clear",
|
|
8458
|
-
"metadataToken":
|
|
8458
|
+
"metadataToken": 100704544,
|
|
8459
8459
|
"canonicalSignature": "():System.Void",
|
|
8460
8460
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
8461
8461
|
"emitScope": "ViewOnly",
|
|
@@ -8476,7 +8476,7 @@
|
|
|
8476
8476
|
{
|
|
8477
8477
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
8478
8478
|
"clrName": "Contains",
|
|
8479
|
-
"metadataToken":
|
|
8479
|
+
"metadataToken": 100704545,
|
|
8480
8480
|
"canonicalSignature": "(T):System.Boolean",
|
|
8481
8481
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
8482
8482
|
"emitScope": "ViewOnly",
|
|
@@ -8497,7 +8497,7 @@
|
|
|
8497
8497
|
{
|
|
8498
8498
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
8499
8499
|
"clrName": "CopyTo",
|
|
8500
|
-
"metadataToken":
|
|
8500
|
+
"metadataToken": 100704546,
|
|
8501
8501
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
8502
8502
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
8503
8503
|
"emitScope": "ViewOnly",
|
|
@@ -8518,7 +8518,7 @@
|
|
|
8518
8518
|
{
|
|
8519
8519
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
8520
8520
|
"clrName": "GetEnumerator",
|
|
8521
|
-
"metadataToken":
|
|
8521
|
+
"metadataToken": 100704565,
|
|
8522
8522
|
"canonicalSignature": "():IEnumerator_1",
|
|
8523
8523
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
8524
8524
|
"emitScope": "ViewOnly",
|
|
@@ -8539,7 +8539,7 @@
|
|
|
8539
8539
|
{
|
|
8540
8540
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
8541
8541
|
"clrName": "GetEnumerator",
|
|
8542
|
-
"metadataToken":
|
|
8542
|
+
"metadataToken": 100703850,
|
|
8543
8543
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
8544
8544
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
8545
8545
|
"emitScope": "ViewOnly",
|
|
@@ -8560,7 +8560,7 @@
|
|
|
8560
8560
|
{
|
|
8561
8561
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
8562
8562
|
"clrName": "Add",
|
|
8563
|
-
"metadataToken":
|
|
8563
|
+
"metadataToken": 100703859,
|
|
8564
8564
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
8565
8565
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
8566
8566
|
"emitScope": "ViewOnly",
|
|
@@ -8581,7 +8581,7 @@
|
|
|
8581
8581
|
{
|
|
8582
8582
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
8583
8583
|
"clrName": "Contains",
|
|
8584
|
-
"metadataToken":
|
|
8584
|
+
"metadataToken": 100703860,
|
|
8585
8585
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
8586
8586
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
8587
8587
|
"emitScope": "ViewOnly",
|
|
@@ -8602,7 +8602,7 @@
|
|
|
8602
8602
|
{
|
|
8603
8603
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
8604
8604
|
"clrName": "Insert",
|
|
8605
|
-
"metadataToken":
|
|
8605
|
+
"metadataToken": 100703865,
|
|
8606
8606
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
8607
8607
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
8608
8608
|
"emitScope": "ViewOnly",
|
|
@@ -8623,7 +8623,7 @@
|
|
|
8623
8623
|
{
|
|
8624
8624
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
8625
8625
|
"clrName": "Remove",
|
|
8626
|
-
"metadataToken":
|
|
8626
|
+
"metadataToken": 100703866,
|
|
8627
8627
|
"canonicalSignature": "(System.Object):System.Void",
|
|
8628
8628
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
8629
8629
|
"emitScope": "ViewOnly",
|
|
@@ -8644,7 +8644,7 @@
|
|
|
8644
8644
|
{
|
|
8645
8645
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
8646
8646
|
"clrName": "CopyTo",
|
|
8647
|
-
"metadataToken":
|
|
8647
|
+
"metadataToken": 100703831,
|
|
8648
8648
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
8649
8649
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
8650
8650
|
"emitScope": "ViewOnly",
|
|
@@ -8749,7 +8749,7 @@
|
|
|
8749
8749
|
{
|
|
8750
8750
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
8751
8751
|
"clrName": "Clear",
|
|
8752
|
-
"metadataToken":
|
|
8752
|
+
"metadataToken": 100703861,
|
|
8753
8753
|
"canonicalSignature": "():System.Void",
|
|
8754
8754
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
8755
8755
|
"emitScope": "ViewOnly",
|
|
@@ -8770,7 +8770,7 @@
|
|
|
8770
8770
|
{
|
|
8771
8771
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
8772
8772
|
"clrName": "RemoveAt",
|
|
8773
|
-
"metadataToken":
|
|
8773
|
+
"metadataToken": 100703867,
|
|
8774
8774
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8775
8775
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
8776
8776
|
"emitScope": "ViewOnly",
|
|
@@ -9025,7 +9025,7 @@
|
|
|
9025
9025
|
{
|
|
9026
9026
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
9027
9027
|
"clrName": "Count",
|
|
9028
|
-
"metadataToken":
|
|
9028
|
+
"metadataToken": 385881419,
|
|
9029
9029
|
"canonicalSignature": ":System.Int32",
|
|
9030
9030
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
9031
9031
|
"emitScope": "ViewOnly",
|
|
@@ -9045,7 +9045,7 @@
|
|
|
9045
9045
|
{
|
|
9046
9046
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
9047
9047
|
"clrName": "IsReadOnly",
|
|
9048
|
-
"metadataToken":
|
|
9048
|
+
"metadataToken": 385881420,
|
|
9049
9049
|
"canonicalSignature": ":System.Boolean",
|
|
9050
9050
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
9051
9051
|
"emitScope": "ViewOnly",
|
|
@@ -9065,7 +9065,7 @@
|
|
|
9065
9065
|
{
|
|
9066
9066
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
9067
9067
|
"clrName": "SyncRoot",
|
|
9068
|
-
"metadataToken":
|
|
9068
|
+
"metadataToken": 385881259,
|
|
9069
9069
|
"canonicalSignature": ":System.Object",
|
|
9070
9070
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
9071
9071
|
"emitScope": "ViewOnly",
|
|
@@ -9125,7 +9125,7 @@
|
|
|
9125
9125
|
{
|
|
9126
9126
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
9127
9127
|
"clrName": "IsReadOnly",
|
|
9128
|
-
"metadataToken":
|
|
9128
|
+
"metadataToken": 385881271,
|
|
9129
9129
|
"canonicalSignature": ":System.Boolean",
|
|
9130
9130
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
9131
9131
|
"emitScope": "ViewOnly",
|
|
@@ -9145,7 +9145,7 @@
|
|
|
9145
9145
|
{
|
|
9146
9146
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
9147
9147
|
"clrName": "IsFixedSize",
|
|
9148
|
-
"metadataToken":
|
|
9148
|
+
"metadataToken": 385881272,
|
|
9149
9149
|
"canonicalSignature": ":System.Boolean",
|
|
9150
9150
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
9151
9151
|
"emitScope": "ViewOnly",
|
|
@@ -9165,7 +9165,7 @@
|
|
|
9165
9165
|
{
|
|
9166
9166
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
9167
9167
|
"clrName": "Count",
|
|
9168
|
-
"metadataToken":
|
|
9168
|
+
"metadataToken": 385881258,
|
|
9169
9169
|
"canonicalSignature": ":System.Int32",
|
|
9170
9170
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
9171
9171
|
"emitScope": "ViewOnly",
|
|
@@ -9185,7 +9185,7 @@
|
|
|
9185
9185
|
{
|
|
9186
9186
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
9187
9187
|
"clrName": "IsSynchronized",
|
|
9188
|
-
"metadataToken":
|
|
9188
|
+
"metadataToken": 385881260,
|
|
9189
9189
|
"canonicalSignature": ":System.Boolean",
|
|
9190
9190
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
9191
9191
|
"emitScope": "ViewOnly",
|
|
@@ -9205,7 +9205,7 @@
|
|
|
9205
9205
|
{
|
|
9206
9206
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
9207
9207
|
"clrName": "Count",
|
|
9208
|
-
"metadataToken":
|
|
9208
|
+
"metadataToken": 385881430,
|
|
9209
9209
|
"canonicalSignature": ":System.Int32",
|
|
9210
9210
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
9211
9211
|
"emitScope": "ViewOnly",
|
|
@@ -11173,7 +11173,7 @@
|
|
|
11173
11173
|
{
|
|
11174
11174
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
11175
11175
|
"clrName": "CopyTo",
|
|
11176
|
-
"metadataToken":
|
|
11176
|
+
"metadataToken": 100703831,
|
|
11177
11177
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
11178
11178
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
11179
11179
|
"emitScope": "ViewOnly",
|
|
@@ -11194,7 +11194,7 @@
|
|
|
11194
11194
|
{
|
|
11195
11195
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11196
11196
|
"clrName": "GetEnumerator",
|
|
11197
|
-
"metadataToken":
|
|
11197
|
+
"metadataToken": 100703850,
|
|
11198
11198
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11199
11199
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11200
11200
|
"emitScope": "ViewOnly",
|
|
@@ -11257,7 +11257,7 @@
|
|
|
11257
11257
|
{
|
|
11258
11258
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
11259
11259
|
"clrName": "Count",
|
|
11260
|
-
"metadataToken":
|
|
11260
|
+
"metadataToken": 385881258,
|
|
11261
11261
|
"canonicalSignature": ":System.Int32",
|
|
11262
11262
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11263
11263
|
"emitScope": "ViewOnly",
|
|
@@ -11277,7 +11277,7 @@
|
|
|
11277
11277
|
{
|
|
11278
11278
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
11279
11279
|
"clrName": "SyncRoot",
|
|
11280
|
-
"metadataToken":
|
|
11280
|
+
"metadataToken": 385881259,
|
|
11281
11281
|
"canonicalSignature": ":System.Object",
|
|
11282
11282
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
11283
11283
|
"emitScope": "ViewOnly",
|
|
@@ -11297,7 +11297,7 @@
|
|
|
11297
11297
|
{
|
|
11298
11298
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
11299
11299
|
"clrName": "IsSynchronized",
|
|
11300
|
-
"metadataToken":
|
|
11300
|
+
"metadataToken": 385881260,
|
|
11301
11301
|
"canonicalSignature": ":System.Boolean",
|
|
11302
11302
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
11303
11303
|
"emitScope": "ViewOnly",
|
|
@@ -17273,7 +17273,7 @@
|
|
|
17273
17273
|
{
|
|
17274
17274
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
17275
17275
|
"clrName": "CopyTo",
|
|
17276
|
-
"metadataToken":
|
|
17276
|
+
"metadataToken": 100703831,
|
|
17277
17277
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
17278
17278
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
17279
17279
|
"emitScope": "ViewOnly",
|
|
@@ -17294,7 +17294,7 @@
|
|
|
17294
17294
|
{
|
|
17295
17295
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
17296
17296
|
"clrName": "GetEnumerator",
|
|
17297
|
-
"metadataToken":
|
|
17297
|
+
"metadataToken": 100703850,
|
|
17298
17298
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
17299
17299
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
17300
17300
|
"emitScope": "ViewOnly",
|
|
@@ -17315,7 +17315,7 @@
|
|
|
17315
17315
|
{
|
|
17316
17316
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
17317
17317
|
"clrName": "Add",
|
|
17318
|
-
"metadataToken":
|
|
17318
|
+
"metadataToken": 100703859,
|
|
17319
17319
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
17320
17320
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
17321
17321
|
"emitScope": "ViewOnly",
|
|
@@ -17336,7 +17336,7 @@
|
|
|
17336
17336
|
{
|
|
17337
17337
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
17338
17338
|
"clrName": "Contains",
|
|
17339
|
-
"metadataToken":
|
|
17339
|
+
"metadataToken": 100703860,
|
|
17340
17340
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
17341
17341
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
17342
17342
|
"emitScope": "ViewOnly",
|
|
@@ -17357,7 +17357,7 @@
|
|
|
17357
17357
|
{
|
|
17358
17358
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
17359
17359
|
"clrName": "Clear",
|
|
17360
|
-
"metadataToken":
|
|
17360
|
+
"metadataToken": 100703861,
|
|
17361
17361
|
"canonicalSignature": "():System.Void",
|
|
17362
17362
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
17363
17363
|
"emitScope": "ViewOnly",
|
|
@@ -17378,7 +17378,7 @@
|
|
|
17378
17378
|
{
|
|
17379
17379
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
17380
17380
|
"clrName": "Insert",
|
|
17381
|
-
"metadataToken":
|
|
17381
|
+
"metadataToken": 100703865,
|
|
17382
17382
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
17383
17383
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
17384
17384
|
"emitScope": "ViewOnly",
|
|
@@ -17399,7 +17399,7 @@
|
|
|
17399
17399
|
{
|
|
17400
17400
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
17401
17401
|
"clrName": "Remove",
|
|
17402
|
-
"metadataToken":
|
|
17402
|
+
"metadataToken": 100703866,
|
|
17403
17403
|
"canonicalSignature": "(System.Object):System.Void",
|
|
17404
17404
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
17405
17405
|
"emitScope": "ViewOnly",
|
|
@@ -17420,7 +17420,7 @@
|
|
|
17420
17420
|
{
|
|
17421
17421
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
17422
17422
|
"clrName": "RemoveAt",
|
|
17423
|
-
"metadataToken":
|
|
17423
|
+
"metadataToken": 100703867,
|
|
17424
17424
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
17425
17425
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
17426
17426
|
"emitScope": "ViewOnly",
|
|
@@ -17502,7 +17502,7 @@
|
|
|
17502
17502
|
{
|
|
17503
17503
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
17504
17504
|
"clrName": "SyncRoot",
|
|
17505
|
-
"metadataToken":
|
|
17505
|
+
"metadataToken": 385881259,
|
|
17506
17506
|
"canonicalSignature": ":System.Object",
|
|
17507
17507
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
17508
17508
|
"emitScope": "ViewOnly",
|
|
@@ -17522,7 +17522,7 @@
|
|
|
17522
17522
|
{
|
|
17523
17523
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
17524
17524
|
"clrName": "IsSynchronized",
|
|
17525
|
-
"metadataToken":
|
|
17525
|
+
"metadataToken": 385881260,
|
|
17526
17526
|
"canonicalSignature": ":System.Boolean",
|
|
17527
17527
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
17528
17528
|
"emitScope": "ViewOnly",
|
|
@@ -17542,7 +17542,7 @@
|
|
|
17542
17542
|
{
|
|
17543
17543
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
17544
17544
|
"clrName": "Count",
|
|
17545
|
-
"metadataToken":
|
|
17545
|
+
"metadataToken": 385881258,
|
|
17546
17546
|
"canonicalSignature": ":System.Int32",
|
|
17547
17547
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
17548
17548
|
"emitScope": "ViewOnly",
|
|
@@ -17562,7 +17562,7 @@
|
|
|
17562
17562
|
{
|
|
17563
17563
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
17564
17564
|
"clrName": "IsReadOnly",
|
|
17565
|
-
"metadataToken":
|
|
17565
|
+
"metadataToken": 385881271,
|
|
17566
17566
|
"canonicalSignature": ":System.Boolean",
|
|
17567
17567
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
17568
17568
|
"emitScope": "ViewOnly",
|
|
@@ -17582,7 +17582,7 @@
|
|
|
17582
17582
|
{
|
|
17583
17583
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
17584
17584
|
"clrName": "IsFixedSize",
|
|
17585
|
-
"metadataToken":
|
|
17585
|
+
"metadataToken": 385881272,
|
|
17586
17586
|
"canonicalSignature": ":System.Boolean",
|
|
17587
17587
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
17588
17588
|
"emitScope": "ViewOnly",
|
|
@@ -20686,7 +20686,7 @@
|
|
|
20686
20686
|
{
|
|
20687
20687
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
20688
20688
|
"clrName": "Add",
|
|
20689
|
-
"metadataToken":
|
|
20689
|
+
"metadataToken": 100703859,
|
|
20690
20690
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
20691
20691
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
20692
20692
|
"emitScope": "ViewOnly",
|
|
@@ -20707,7 +20707,7 @@
|
|
|
20707
20707
|
{
|
|
20708
20708
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
20709
20709
|
"clrName": "Clear",
|
|
20710
|
-
"metadataToken":
|
|
20710
|
+
"metadataToken": 100703861,
|
|
20711
20711
|
"canonicalSignature": "():System.Void",
|
|
20712
20712
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
20713
20713
|
"emitScope": "ViewOnly",
|
|
@@ -20728,7 +20728,7 @@
|
|
|
20728
20728
|
{
|
|
20729
20729
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
20730
20730
|
"clrName": "Insert",
|
|
20731
|
-
"metadataToken":
|
|
20731
|
+
"metadataToken": 100703865,
|
|
20732
20732
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
20733
20733
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
20734
20734
|
"emitScope": "ViewOnly",
|
|
@@ -20749,7 +20749,7 @@
|
|
|
20749
20749
|
{
|
|
20750
20750
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
20751
20751
|
"clrName": "Remove",
|
|
20752
|
-
"metadataToken":
|
|
20752
|
+
"metadataToken": 100703866,
|
|
20753
20753
|
"canonicalSignature": "(System.Object):System.Void",
|
|
20754
20754
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
20755
20755
|
"emitScope": "ViewOnly",
|
|
@@ -20770,7 +20770,7 @@
|
|
|
20770
20770
|
{
|
|
20771
20771
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
20772
20772
|
"clrName": "RemoveAt",
|
|
20773
|
-
"metadataToken":
|
|
20773
|
+
"metadataToken": 100703867,
|
|
20774
20774
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
20775
20775
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
20776
20776
|
"emitScope": "ViewOnly",
|
|
@@ -20791,7 +20791,7 @@
|
|
|
20791
20791
|
{
|
|
20792
20792
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
20793
20793
|
"clrName": "GetEnumerator",
|
|
20794
|
-
"metadataToken":
|
|
20794
|
+
"metadataToken": 100703850,
|
|
20795
20795
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
20796
20796
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
20797
20797
|
"emitScope": "ViewOnly",
|
|
@@ -20812,7 +20812,7 @@
|
|
|
20812
20812
|
{
|
|
20813
20813
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
20814
20814
|
"clrName": "Contains",
|
|
20815
|
-
"metadataToken":
|
|
20815
|
+
"metadataToken": 100703860,
|
|
20816
20816
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
20817
20817
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
20818
20818
|
"emitScope": "ViewOnly",
|
|
@@ -20833,7 +20833,7 @@
|
|
|
20833
20833
|
{
|
|
20834
20834
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
20835
20835
|
"clrName": "CopyTo",
|
|
20836
|
-
"metadataToken":
|
|
20836
|
+
"metadataToken": 100703831,
|
|
20837
20837
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
20838
20838
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
20839
20839
|
"emitScope": "ViewOnly",
|
|
@@ -20894,7 +20894,7 @@
|
|
|
20894
20894
|
{
|
|
20895
20895
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
20896
20896
|
"clrName": "IsReadOnly",
|
|
20897
|
-
"metadataToken":
|
|
20897
|
+
"metadataToken": 385881271,
|
|
20898
20898
|
"canonicalSignature": ":System.Boolean",
|
|
20899
20899
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
20900
20900
|
"emitScope": "ViewOnly",
|
|
@@ -20914,7 +20914,7 @@
|
|
|
20914
20914
|
{
|
|
20915
20915
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
20916
20916
|
"clrName": "SyncRoot",
|
|
20917
|
-
"metadataToken":
|
|
20917
|
+
"metadataToken": 385881259,
|
|
20918
20918
|
"canonicalSignature": ":System.Object",
|
|
20919
20919
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
20920
20920
|
"emitScope": "ViewOnly",
|
|
@@ -20934,7 +20934,7 @@
|
|
|
20934
20934
|
{
|
|
20935
20935
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
20936
20936
|
"clrName": "IsFixedSize",
|
|
20937
|
-
"metadataToken":
|
|
20937
|
+
"metadataToken": 385881272,
|
|
20938
20938
|
"canonicalSignature": ":System.Boolean",
|
|
20939
20939
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
20940
20940
|
"emitScope": "ViewOnly",
|
|
@@ -20954,7 +20954,7 @@
|
|
|
20954
20954
|
{
|
|
20955
20955
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
20956
20956
|
"clrName": "Count",
|
|
20957
|
-
"metadataToken":
|
|
20957
|
+
"metadataToken": 385881258,
|
|
20958
20958
|
"canonicalSignature": ":System.Int32",
|
|
20959
20959
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
20960
20960
|
"emitScope": "ViewOnly",
|
|
@@ -20974,7 +20974,7 @@
|
|
|
20974
20974
|
{
|
|
20975
20975
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
20976
20976
|
"clrName": "IsSynchronized",
|
|
20977
|
-
"metadataToken":
|
|
20977
|
+
"metadataToken": 385881260,
|
|
20978
20978
|
"canonicalSignature": ":System.Boolean",
|
|
20979
20979
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
20980
20980
|
"emitScope": "ViewOnly",
|
|
@@ -26541,7 +26541,7 @@
|
|
|
26541
26541
|
{
|
|
26542
26542
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
26543
26543
|
"clrName": "Add",
|
|
26544
|
-
"metadataToken":
|
|
26544
|
+
"metadataToken": 100703841,
|
|
26545
26545
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
26546
26546
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
26547
26547
|
"emitScope": "ViewOnly",
|
|
@@ -26562,7 +26562,7 @@
|
|
|
26562
26562
|
{
|
|
26563
26563
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
26564
26564
|
"clrName": "GetEnumerator",
|
|
26565
|
-
"metadataToken":
|
|
26565
|
+
"metadataToken": 100703845,
|
|
26566
26566
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
26567
26567
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
26568
26568
|
"emitScope": "ViewOnly",
|
|
@@ -26583,7 +26583,7 @@
|
|
|
26583
26583
|
{
|
|
26584
26584
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
26585
26585
|
"clrName": "CopyTo",
|
|
26586
|
-
"metadataToken":
|
|
26586
|
+
"metadataToken": 100703831,
|
|
26587
26587
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
26588
26588
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
26589
26589
|
"emitScope": "ViewOnly",
|
|
@@ -26604,7 +26604,7 @@
|
|
|
26604
26604
|
{
|
|
26605
26605
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
26606
26606
|
"clrName": "GetEnumerator",
|
|
26607
|
-
"metadataToken":
|
|
26607
|
+
"metadataToken": 100703850,
|
|
26608
26608
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
26609
26609
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
26610
26610
|
"emitScope": "ViewOnly",
|
|
@@ -26625,7 +26625,7 @@
|
|
|
26625
26625
|
{
|
|
26626
26626
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
26627
26627
|
"clrName": "Add",
|
|
26628
|
-
"metadataToken":
|
|
26628
|
+
"metadataToken": 100703859,
|
|
26629
26629
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
26630
26630
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
26631
26631
|
"emitScope": "ViewOnly",
|
|
@@ -26646,7 +26646,7 @@
|
|
|
26646
26646
|
{
|
|
26647
26647
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
26648
26648
|
"clrName": "Contains",
|
|
26649
|
-
"metadataToken":
|
|
26649
|
+
"metadataToken": 100703860,
|
|
26650
26650
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
26651
26651
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
26652
26652
|
"emitScope": "ViewOnly",
|
|
@@ -26667,7 +26667,7 @@
|
|
|
26667
26667
|
{
|
|
26668
26668
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
26669
26669
|
"clrName": "Clear",
|
|
26670
|
-
"metadataToken":
|
|
26670
|
+
"metadataToken": 100703861,
|
|
26671
26671
|
"canonicalSignature": "():System.Void",
|
|
26672
26672
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
26673
26673
|
"emitScope": "ViewOnly",
|
|
@@ -26688,7 +26688,7 @@
|
|
|
26688
26688
|
{
|
|
26689
26689
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
26690
26690
|
"clrName": "Insert",
|
|
26691
|
-
"metadataToken":
|
|
26691
|
+
"metadataToken": 100703865,
|
|
26692
26692
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
26693
26693
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
26694
26694
|
"emitScope": "ViewOnly",
|
|
@@ -26709,7 +26709,7 @@
|
|
|
26709
26709
|
{
|
|
26710
26710
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
26711
26711
|
"clrName": "Remove",
|
|
26712
|
-
"metadataToken":
|
|
26712
|
+
"metadataToken": 100703866,
|
|
26713
26713
|
"canonicalSignature": "(System.Object):System.Void",
|
|
26714
26714
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
26715
26715
|
"emitScope": "ViewOnly",
|
|
@@ -26730,7 +26730,7 @@
|
|
|
26730
26730
|
{
|
|
26731
26731
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
26732
26732
|
"clrName": "RemoveAt",
|
|
26733
|
-
"metadataToken":
|
|
26733
|
+
"metadataToken": 100703867,
|
|
26734
26734
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
26735
26735
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
26736
26736
|
"emitScope": "ViewOnly",
|
|
@@ -26751,7 +26751,7 @@
|
|
|
26751
26751
|
{
|
|
26752
26752
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
26753
26753
|
"clrName": "Contains",
|
|
26754
|
-
"metadataToken":
|
|
26754
|
+
"metadataToken": 100703840,
|
|
26755
26755
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
26756
26756
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
26757
26757
|
"emitScope": "ViewOnly",
|
|
@@ -26772,7 +26772,7 @@
|
|
|
26772
26772
|
{
|
|
26773
26773
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
26774
26774
|
"clrName": "Clear",
|
|
26775
|
-
"metadataToken":
|
|
26775
|
+
"metadataToken": 100703842,
|
|
26776
26776
|
"canonicalSignature": "():System.Void",
|
|
26777
26777
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
26778
26778
|
"emitScope": "ViewOnly",
|
|
@@ -26793,7 +26793,7 @@
|
|
|
26793
26793
|
{
|
|
26794
26794
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
26795
26795
|
"clrName": "Remove",
|
|
26796
|
-
"metadataToken":
|
|
26796
|
+
"metadataToken": 100703846,
|
|
26797
26797
|
"canonicalSignature": "(System.Object):System.Void",
|
|
26798
26798
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
26799
26799
|
"emitScope": "ViewOnly",
|
|
@@ -26875,7 +26875,7 @@
|
|
|
26875
26875
|
{
|
|
26876
26876
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
26877
26877
|
"clrName": "SyncRoot",
|
|
26878
|
-
"metadataToken":
|
|
26878
|
+
"metadataToken": 385881259,
|
|
26879
26879
|
"canonicalSignature": ":System.Object",
|
|
26880
26880
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
26881
26881
|
"emitScope": "ViewOnly",
|
|
@@ -26895,7 +26895,7 @@
|
|
|
26895
26895
|
{
|
|
26896
26896
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
26897
26897
|
"clrName": "IsSynchronized",
|
|
26898
|
-
"metadataToken":
|
|
26898
|
+
"metadataToken": 385881260,
|
|
26899
26899
|
"canonicalSignature": ":System.Boolean",
|
|
26900
26900
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
26901
26901
|
"emitScope": "ViewOnly",
|
|
@@ -26915,7 +26915,7 @@
|
|
|
26915
26915
|
{
|
|
26916
26916
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
26917
26917
|
"clrName": "Keys",
|
|
26918
|
-
"metadataToken":
|
|
26918
|
+
"metadataToken": 385881262,
|
|
26919
26919
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
26920
26920
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
26921
26921
|
"emitScope": "ViewOnly",
|
|
@@ -26935,7 +26935,7 @@
|
|
|
26935
26935
|
{
|
|
26936
26936
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
26937
26937
|
"clrName": "Count",
|
|
26938
|
-
"metadataToken":
|
|
26938
|
+
"metadataToken": 385881258,
|
|
26939
26939
|
"canonicalSignature": ":System.Int32",
|
|
26940
26940
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
26941
26941
|
"emitScope": "ViewOnly",
|
|
@@ -26955,7 +26955,7 @@
|
|
|
26955
26955
|
{
|
|
26956
26956
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
26957
26957
|
"clrName": "IsReadOnly",
|
|
26958
|
-
"metadataToken":
|
|
26958
|
+
"metadataToken": 385881271,
|
|
26959
26959
|
"canonicalSignature": ":System.Boolean",
|
|
26960
26960
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
26961
26961
|
"emitScope": "ViewOnly",
|
|
@@ -26975,7 +26975,7 @@
|
|
|
26975
26975
|
{
|
|
26976
26976
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
26977
26977
|
"clrName": "IsFixedSize",
|
|
26978
|
-
"metadataToken":
|
|
26978
|
+
"metadataToken": 385881272,
|
|
26979
26979
|
"canonicalSignature": ":System.Boolean",
|
|
26980
26980
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
26981
26981
|
"emitScope": "ViewOnly",
|
|
@@ -26995,7 +26995,7 @@
|
|
|
26995
26995
|
{
|
|
26996
26996
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
26997
26997
|
"clrName": "Values",
|
|
26998
|
-
"metadataToken":
|
|
26998
|
+
"metadataToken": 385881263,
|
|
26999
26999
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
27000
27000
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
27001
27001
|
"emitScope": "ViewOnly",
|
|
@@ -27015,7 +27015,7 @@
|
|
|
27015
27015
|
{
|
|
27016
27016
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
27017
27017
|
"clrName": "IsReadOnly",
|
|
27018
|
-
"metadataToken":
|
|
27018
|
+
"metadataToken": 385881264,
|
|
27019
27019
|
"canonicalSignature": ":System.Boolean",
|
|
27020
27020
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
27021
27021
|
"emitScope": "ViewOnly",
|
|
@@ -27035,7 +27035,7 @@
|
|
|
27035
27035
|
{
|
|
27036
27036
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
27037
27037
|
"clrName": "IsFixedSize",
|
|
27038
|
-
"metadataToken":
|
|
27038
|
+
"metadataToken": 385881265,
|
|
27039
27039
|
"canonicalSignature": ":System.Boolean",
|
|
27040
27040
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
27041
27041
|
"emitScope": "ViewOnly",
|
|
@@ -30369,6 +30369,169 @@
|
|
|
30369
30369
|
}
|
|
30370
30370
|
]
|
|
30371
30371
|
},
|
|
30372
|
+
{
|
|
30373
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30374
|
+
"clrName": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30375
|
+
"assemblyName": "System.ComponentModel.TypeConverter",
|
|
30376
|
+
"metadataToken": 0,
|
|
30377
|
+
"kind": "Class",
|
|
30378
|
+
"accessibility": "Protected",
|
|
30379
|
+
"isAbstract": true,
|
|
30380
|
+
"isSealed": false,
|
|
30381
|
+
"isStatic": false,
|
|
30382
|
+
"arity": 0,
|
|
30383
|
+
"baseType": {
|
|
30384
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyDescriptor",
|
|
30385
|
+
"clrName": "System.ComponentModel.PropertyDescriptor"
|
|
30386
|
+
},
|
|
30387
|
+
"methods": [
|
|
30388
|
+
{
|
|
30389
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::CanResetValue(System.Object):System.Boolean",
|
|
30390
|
+
"clrName": "CanResetValue",
|
|
30391
|
+
"metadataToken": 100663735,
|
|
30392
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
30393
|
+
"normalizedSignature": "CanResetValue|(System.Object):System.Boolean|static=false",
|
|
30394
|
+
"emitScope": "ClassSurface",
|
|
30395
|
+
"provenance": "Original",
|
|
30396
|
+
"arity": 0,
|
|
30397
|
+
"parameterCount": 1,
|
|
30398
|
+
"isStatic": false,
|
|
30399
|
+
"isAbstract": false,
|
|
30400
|
+
"isVirtual": true,
|
|
30401
|
+
"isOverride": true,
|
|
30402
|
+
"isSealed": false,
|
|
30403
|
+
"visibility": "Public",
|
|
30404
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30405
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
30406
|
+
"isExtensionMethod": false
|
|
30407
|
+
},
|
|
30408
|
+
{
|
|
30409
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::ResetValue(System.Object):System.Void",
|
|
30410
|
+
"clrName": "ResetValue",
|
|
30411
|
+
"metadataToken": 100663736,
|
|
30412
|
+
"canonicalSignature": "(System.Object):System.Void",
|
|
30413
|
+
"normalizedSignature": "ResetValue|(System.Object):System.Void|static=false",
|
|
30414
|
+
"emitScope": "ClassSurface",
|
|
30415
|
+
"provenance": "Original",
|
|
30416
|
+
"arity": 0,
|
|
30417
|
+
"parameterCount": 1,
|
|
30418
|
+
"isStatic": false,
|
|
30419
|
+
"isAbstract": false,
|
|
30420
|
+
"isVirtual": true,
|
|
30421
|
+
"isOverride": true,
|
|
30422
|
+
"isSealed": false,
|
|
30423
|
+
"visibility": "Public",
|
|
30424
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30425
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
30426
|
+
"isExtensionMethod": false
|
|
30427
|
+
},
|
|
30428
|
+
{
|
|
30429
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::ShouldSerializeValue(System.Object):System.Boolean",
|
|
30430
|
+
"clrName": "ShouldSerializeValue",
|
|
30431
|
+
"metadataToken": 100663737,
|
|
30432
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
30433
|
+
"normalizedSignature": "ShouldSerializeValue|(System.Object):System.Boolean|static=false",
|
|
30434
|
+
"emitScope": "ClassSurface",
|
|
30435
|
+
"provenance": "Original",
|
|
30436
|
+
"arity": 0,
|
|
30437
|
+
"parameterCount": 1,
|
|
30438
|
+
"isStatic": false,
|
|
30439
|
+
"isAbstract": false,
|
|
30440
|
+
"isVirtual": true,
|
|
30441
|
+
"isOverride": true,
|
|
30442
|
+
"isSealed": false,
|
|
30443
|
+
"visibility": "Public",
|
|
30444
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30445
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
30446
|
+
"isExtensionMethod": false
|
|
30447
|
+
}
|
|
30448
|
+
],
|
|
30449
|
+
"properties": [
|
|
30450
|
+
{
|
|
30451
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::ComponentType:System.Type",
|
|
30452
|
+
"clrName": "ComponentType",
|
|
30453
|
+
"metadataToken": 385876082,
|
|
30454
|
+
"canonicalSignature": ":System.Type",
|
|
30455
|
+
"normalizedSignature": "ComponentType|:System.Type|static=false|accessor=get",
|
|
30456
|
+
"emitScope": "ClassSurface",
|
|
30457
|
+
"provenance": "Original",
|
|
30458
|
+
"isIndexer": false,
|
|
30459
|
+
"hasGetter": true,
|
|
30460
|
+
"hasSetter": false,
|
|
30461
|
+
"isStatic": false,
|
|
30462
|
+
"isAbstract": false,
|
|
30463
|
+
"isVirtual": true,
|
|
30464
|
+
"isOverride": true,
|
|
30465
|
+
"visibility": "Public",
|
|
30466
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30467
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30468
|
+
},
|
|
30469
|
+
{
|
|
30470
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::IsReadOnly:System.Boolean",
|
|
30471
|
+
"clrName": "IsReadOnly",
|
|
30472
|
+
"metadataToken": 385876083,
|
|
30473
|
+
"canonicalSignature": ":System.Boolean",
|
|
30474
|
+
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
30475
|
+
"emitScope": "ClassSurface",
|
|
30476
|
+
"provenance": "Original",
|
|
30477
|
+
"isIndexer": false,
|
|
30478
|
+
"hasGetter": true,
|
|
30479
|
+
"hasSetter": false,
|
|
30480
|
+
"isStatic": false,
|
|
30481
|
+
"isAbstract": false,
|
|
30482
|
+
"isVirtual": true,
|
|
30483
|
+
"isOverride": true,
|
|
30484
|
+
"visibility": "Public",
|
|
30485
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30486
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30487
|
+
},
|
|
30488
|
+
{
|
|
30489
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::PropertyType:System.Type",
|
|
30490
|
+
"clrName": "PropertyType",
|
|
30491
|
+
"metadataToken": 385876084,
|
|
30492
|
+
"canonicalSignature": ":System.Type",
|
|
30493
|
+
"normalizedSignature": "PropertyType|:System.Type|static=false|accessor=get",
|
|
30494
|
+
"emitScope": "ClassSurface",
|
|
30495
|
+
"provenance": "Original",
|
|
30496
|
+
"isIndexer": false,
|
|
30497
|
+
"hasGetter": true,
|
|
30498
|
+
"hasSetter": false,
|
|
30499
|
+
"isStatic": false,
|
|
30500
|
+
"isAbstract": false,
|
|
30501
|
+
"isVirtual": true,
|
|
30502
|
+
"isOverride": true,
|
|
30503
|
+
"visibility": "Public",
|
|
30504
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30505
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30506
|
+
}
|
|
30507
|
+
],
|
|
30508
|
+
"fields": [],
|
|
30509
|
+
"events": [],
|
|
30510
|
+
"constructors": [
|
|
30511
|
+
{
|
|
30512
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::.ctor(System.Type,System.String,System.Type):void",
|
|
30513
|
+
"metadataToken": 100663730,
|
|
30514
|
+
"canonicalSignature": "(System.Type,System.String,System.Type):void",
|
|
30515
|
+
"normalizedSignature": "constructor|(System.Type,System.String,System.Type):void|static=false",
|
|
30516
|
+
"isStatic": false,
|
|
30517
|
+
"parameterCount": 3,
|
|
30518
|
+
"visibility": "Protected",
|
|
30519
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30520
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30521
|
+
},
|
|
30522
|
+
{
|
|
30523
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]):void",
|
|
30524
|
+
"metadataToken": 100663731,
|
|
30525
|
+
"canonicalSignature": "(System.Type,System.String,System.Type,System.Attribute[]):void",
|
|
30526
|
+
"normalizedSignature": "constructor|(System.Type,System.String,System.Type,System.Attribute[]):void|static=false",
|
|
30527
|
+
"isStatic": false,
|
|
30528
|
+
"parameterCount": 4,
|
|
30529
|
+
"visibility": "Protected",
|
|
30530
|
+
"declaringClrType": "System.ComponentModel.TypeConverter\u002BSimplePropertyDescriptor",
|
|
30531
|
+
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30532
|
+
}
|
|
30533
|
+
]
|
|
30534
|
+
},
|
|
30372
30535
|
{
|
|
30373
30536
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter\u002BStandardValuesCollection",
|
|
30374
30537
|
"clrName": "System.ComponentModel.TypeConverter\u002BStandardValuesCollection",
|
|
@@ -30434,48 +30597,6 @@
|
|
|
30434
30597
|
"declaringClrType": "System.ComponentModel.TypeConverter\u002BStandardValuesCollection",
|
|
30435
30598
|
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
30436
30599
|
"isExtensionMethod": false
|
|
30437
|
-
},
|
|
30438
|
-
{
|
|
30439
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
30440
|
-
"clrName": "CopyTo",
|
|
30441
|
-
"metadataToken": 100703826,
|
|
30442
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
30443
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
30444
|
-
"emitScope": "ViewOnly",
|
|
30445
|
-
"provenance": "ExplicitView",
|
|
30446
|
-
"arity": 0,
|
|
30447
|
-
"parameterCount": 2,
|
|
30448
|
-
"isStatic": false,
|
|
30449
|
-
"isAbstract": false,
|
|
30450
|
-
"isVirtual": true,
|
|
30451
|
-
"isOverride": false,
|
|
30452
|
-
"isSealed": false,
|
|
30453
|
-
"visibility": "Public",
|
|
30454
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
30455
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
30456
|
-
"isExtensionMethod": false,
|
|
30457
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
30458
|
-
},
|
|
30459
|
-
{
|
|
30460
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
30461
|
-
"clrName": "GetEnumerator",
|
|
30462
|
-
"metadataToken": 100703845,
|
|
30463
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
30464
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
30465
|
-
"emitScope": "ViewOnly",
|
|
30466
|
-
"provenance": "ExplicitView",
|
|
30467
|
-
"arity": 0,
|
|
30468
|
-
"parameterCount": 0,
|
|
30469
|
-
"isStatic": false,
|
|
30470
|
-
"isAbstract": false,
|
|
30471
|
-
"isVirtual": true,
|
|
30472
|
-
"isOverride": false,
|
|
30473
|
-
"isSealed": false,
|
|
30474
|
-
"visibility": "Public",
|
|
30475
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
30476
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
30477
|
-
"isExtensionMethod": false,
|
|
30478
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
30479
30600
|
}
|
|
30480
30601
|
],
|
|
30481
30602
|
"properties": [
|
|
@@ -30516,66 +30637,6 @@
|
|
|
30516
30637
|
"visibility": "Public",
|
|
30517
30638
|
"declaringClrType": "System.ComponentModel.TypeConverter\u002BStandardValuesCollection",
|
|
30518
30639
|
"declaringAssemblyName": "System.ComponentModel.TypeConverter"
|
|
30519
|
-
},
|
|
30520
|
-
{
|
|
30521
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
30522
|
-
"clrName": "SyncRoot",
|
|
30523
|
-
"metadataToken": 385881257,
|
|
30524
|
-
"canonicalSignature": ":System.Object",
|
|
30525
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
30526
|
-
"emitScope": "ViewOnly",
|
|
30527
|
-
"provenance": "ExplicitView",
|
|
30528
|
-
"isIndexer": false,
|
|
30529
|
-
"hasGetter": true,
|
|
30530
|
-
"hasSetter": false,
|
|
30531
|
-
"isStatic": false,
|
|
30532
|
-
"isAbstract": false,
|
|
30533
|
-
"isVirtual": true,
|
|
30534
|
-
"isOverride": false,
|
|
30535
|
-
"visibility": "Public",
|
|
30536
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
30537
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
30538
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
30539
|
-
},
|
|
30540
|
-
{
|
|
30541
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
30542
|
-
"clrName": "IsSynchronized",
|
|
30543
|
-
"metadataToken": 385881258,
|
|
30544
|
-
"canonicalSignature": ":System.Boolean",
|
|
30545
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
30546
|
-
"emitScope": "ViewOnly",
|
|
30547
|
-
"provenance": "ExplicitView",
|
|
30548
|
-
"isIndexer": false,
|
|
30549
|
-
"hasGetter": true,
|
|
30550
|
-
"hasSetter": false,
|
|
30551
|
-
"isStatic": false,
|
|
30552
|
-
"isAbstract": false,
|
|
30553
|
-
"isVirtual": true,
|
|
30554
|
-
"isOverride": false,
|
|
30555
|
-
"visibility": "Public",
|
|
30556
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
30557
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
30558
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
30559
|
-
},
|
|
30560
|
-
{
|
|
30561
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
30562
|
-
"clrName": "Count",
|
|
30563
|
-
"metadataToken": 385881256,
|
|
30564
|
-
"canonicalSignature": ":System.Int32",
|
|
30565
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
30566
|
-
"emitScope": "ViewOnly",
|
|
30567
|
-
"provenance": "ExplicitView",
|
|
30568
|
-
"isIndexer": false,
|
|
30569
|
-
"hasGetter": true,
|
|
30570
|
-
"hasSetter": false,
|
|
30571
|
-
"isStatic": false,
|
|
30572
|
-
"isAbstract": false,
|
|
30573
|
-
"isVirtual": true,
|
|
30574
|
-
"isOverride": false,
|
|
30575
|
-
"visibility": "Public",
|
|
30576
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
30577
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
30578
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
30579
30640
|
}
|
|
30580
30641
|
],
|
|
30581
30642
|
"fields": [],
|