@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
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
{
|
|
1255
1255
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
1256
1256
|
"clrName": "IndexOf",
|
|
1257
|
-
"metadataToken":
|
|
1257
|
+
"metadataToken": 100704573,
|
|
1258
1258
|
"canonicalSignature": "(T):System.Int32",
|
|
1259
1259
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
1260
1260
|
"emitScope": "ViewOnly",
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
{
|
|
1276
1276
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
1277
1277
|
"clrName": "Insert",
|
|
1278
|
-
"metadataToken":
|
|
1278
|
+
"metadataToken": 100704574,
|
|
1279
1279
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
1280
1280
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
1281
1281
|
"emitScope": "ViewOnly",
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
{
|
|
1297
1297
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
1298
1298
|
"clrName": "RemoveAt",
|
|
1299
|
-
"metadataToken":
|
|
1299
|
+
"metadataToken": 100704575,
|
|
1300
1300
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1301
1301
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1302
1302
|
"emitScope": "ViewOnly",
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
{
|
|
1318
1318
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
1319
1319
|
"clrName": "Add",
|
|
1320
|
-
"metadataToken":
|
|
1320
|
+
"metadataToken": 100704543,
|
|
1321
1321
|
"canonicalSignature": "(T):System.Void",
|
|
1322
1322
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
1323
1323
|
"emitScope": "ViewOnly",
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
{
|
|
1339
1339
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
1340
1340
|
"clrName": "Clear",
|
|
1341
|
-
"metadataToken":
|
|
1341
|
+
"metadataToken": 100704544,
|
|
1342
1342
|
"canonicalSignature": "():System.Void",
|
|
1343
1343
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1344
1344
|
"emitScope": "ViewOnly",
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
{
|
|
1360
1360
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1361
1361
|
"clrName": "Contains",
|
|
1362
|
-
"metadataToken":
|
|
1362
|
+
"metadataToken": 100704545,
|
|
1363
1363
|
"canonicalSignature": "(T):System.Boolean",
|
|
1364
1364
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1365
1365
|
"emitScope": "ViewOnly",
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
{
|
|
1381
1381
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1382
1382
|
"clrName": "CopyTo",
|
|
1383
|
-
"metadataToken":
|
|
1383
|
+
"metadataToken": 100704546,
|
|
1384
1384
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1385
1385
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
1386
1386
|
"emitScope": "ViewOnly",
|
|
@@ -1401,7 +1401,7 @@
|
|
|
1401
1401
|
{
|
|
1402
1402
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1403
1403
|
"clrName": "GetEnumerator",
|
|
1404
|
-
"metadataToken":
|
|
1404
|
+
"metadataToken": 100704565,
|
|
1405
1405
|
"canonicalSignature": "():IEnumerator_1",
|
|
1406
1406
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1407
1407
|
"emitScope": "ViewOnly",
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
{
|
|
1423
1423
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1424
1424
|
"clrName": "GetEnumerator",
|
|
1425
|
-
"metadataToken":
|
|
1425
|
+
"metadataToken": 100703850,
|
|
1426
1426
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1427
1427
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1428
1428
|
"emitScope": "ViewOnly",
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
{
|
|
1444
1444
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
1445
1445
|
"clrName": "Add",
|
|
1446
|
-
"metadataToken":
|
|
1446
|
+
"metadataToken": 100703859,
|
|
1447
1447
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
1448
1448
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
1449
1449
|
"emitScope": "ViewOnly",
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
{
|
|
1465
1465
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
1466
1466
|
"clrName": "Contains",
|
|
1467
|
-
"metadataToken":
|
|
1467
|
+
"metadataToken": 100703860,
|
|
1468
1468
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1469
1469
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
1470
1470
|
"emitScope": "ViewOnly",
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
{
|
|
1486
1486
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
1487
1487
|
"clrName": "Insert",
|
|
1488
|
-
"metadataToken":
|
|
1488
|
+
"metadataToken": 100703865,
|
|
1489
1489
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
1490
1490
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
1491
1491
|
"emitScope": "ViewOnly",
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
{
|
|
1507
1507
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
1508
1508
|
"clrName": "Remove",
|
|
1509
|
-
"metadataToken":
|
|
1509
|
+
"metadataToken": 100703866,
|
|
1510
1510
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1511
1511
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1512
1512
|
"emitScope": "ViewOnly",
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
{
|
|
1528
1528
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1529
1529
|
"clrName": "CopyTo",
|
|
1530
|
-
"metadataToken":
|
|
1530
|
+
"metadataToken": 100703831,
|
|
1531
1531
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1532
1532
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1533
1533
|
"emitScope": "ViewOnly",
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
{
|
|
1549
1549
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
1550
1550
|
"clrName": "Clear",
|
|
1551
|
-
"metadataToken":
|
|
1551
|
+
"metadataToken": 100703861,
|
|
1552
1552
|
"canonicalSignature": "():System.Void",
|
|
1553
1553
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1554
1554
|
"emitScope": "ViewOnly",
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
{
|
|
1570
1570
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
1571
1571
|
"clrName": "RemoveAt",
|
|
1572
|
-
"metadataToken":
|
|
1572
|
+
"metadataToken": 100703867,
|
|
1573
1573
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1574
1574
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1575
1575
|
"emitScope": "ViewOnly",
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
{
|
|
1614
1614
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
1615
1615
|
"clrName": "Count",
|
|
1616
|
-
"metadataToken":
|
|
1616
|
+
"metadataToken": 385881419,
|
|
1617
1617
|
"canonicalSignature": ":System.Int32",
|
|
1618
1618
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1619
1619
|
"emitScope": "ViewOnly",
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
{
|
|
1634
1634
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
1635
1635
|
"clrName": "IsReadOnly",
|
|
1636
|
-
"metadataToken":
|
|
1636
|
+
"metadataToken": 385881420,
|
|
1637
1637
|
"canonicalSignature": ":System.Boolean",
|
|
1638
1638
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1639
1639
|
"emitScope": "ViewOnly",
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
{
|
|
1654
1654
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1655
1655
|
"clrName": "SyncRoot",
|
|
1656
|
-
"metadataToken":
|
|
1656
|
+
"metadataToken": 385881259,
|
|
1657
1657
|
"canonicalSignature": ":System.Object",
|
|
1658
1658
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1659
1659
|
"emitScope": "ViewOnly",
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
{
|
|
1674
1674
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
1675
1675
|
"clrName": "IsReadOnly",
|
|
1676
|
-
"metadataToken":
|
|
1676
|
+
"metadataToken": 385881271,
|
|
1677
1677
|
"canonicalSignature": ":System.Boolean",
|
|
1678
1678
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1679
1679
|
"emitScope": "ViewOnly",
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
{
|
|
1694
1694
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
1695
1695
|
"clrName": "IsFixedSize",
|
|
1696
|
-
"metadataToken":
|
|
1696
|
+
"metadataToken": 385881272,
|
|
1697
1697
|
"canonicalSignature": ":System.Boolean",
|
|
1698
1698
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1699
1699
|
"emitScope": "ViewOnly",
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
{
|
|
1714
1714
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1715
1715
|
"clrName": "Count",
|
|
1716
|
-
"metadataToken":
|
|
1716
|
+
"metadataToken": 385881258,
|
|
1717
1717
|
"canonicalSignature": ":System.Int32",
|
|
1718
1718
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1719
1719
|
"emitScope": "ViewOnly",
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
{
|
|
1734
1734
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1735
1735
|
"clrName": "IsSynchronized",
|
|
1736
|
-
"metadataToken":
|
|
1736
|
+
"metadataToken": 385881260,
|
|
1737
1737
|
"canonicalSignature": ":System.Boolean",
|
|
1738
1738
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1739
1739
|
"emitScope": "ViewOnly",
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
{
|
|
1754
1754
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1755
1755
|
"clrName": "Count",
|
|
1756
|
-
"metadataToken":
|
|
1756
|
+
"metadataToken": 385881430,
|
|
1757
1757
|
"canonicalSignature": ":System.Int32",
|
|
1758
1758
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1759
1759
|
"emitScope": "ViewOnly",
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
{
|
|
2418
2418
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
2419
2419
|
"clrName": "IndexOf",
|
|
2420
|
-
"metadataToken":
|
|
2420
|
+
"metadataToken": 100704573,
|
|
2421
2421
|
"canonicalSignature": "(T):System.Int32",
|
|
2422
2422
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
2423
2423
|
"emitScope": "ViewOnly",
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
{
|
|
2439
2439
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
2440
2440
|
"clrName": "Insert",
|
|
2441
|
-
"metadataToken":
|
|
2441
|
+
"metadataToken": 100704574,
|
|
2442
2442
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
2443
2443
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
2444
2444
|
"emitScope": "ViewOnly",
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
{
|
|
2460
2460
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
2461
2461
|
"clrName": "RemoveAt",
|
|
2462
|
-
"metadataToken":
|
|
2462
|
+
"metadataToken": 100704575,
|
|
2463
2463
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2464
2464
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2465
2465
|
"emitScope": "ViewOnly",
|
|
@@ -2480,7 +2480,7 @@
|
|
|
2480
2480
|
{
|
|
2481
2481
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2482
2482
|
"clrName": "Add",
|
|
2483
|
-
"metadataToken":
|
|
2483
|
+
"metadataToken": 100704543,
|
|
2484
2484
|
"canonicalSignature": "(T):System.Void",
|
|
2485
2485
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2486
2486
|
"emitScope": "ViewOnly",
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
{
|
|
2502
2502
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2503
2503
|
"clrName": "Clear",
|
|
2504
|
-
"metadataToken":
|
|
2504
|
+
"metadataToken": 100704544,
|
|
2505
2505
|
"canonicalSignature": "():System.Void",
|
|
2506
2506
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2507
2507
|
"emitScope": "ViewOnly",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
{
|
|
2523
2523
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
2524
2524
|
"clrName": "Contains",
|
|
2525
|
-
"metadataToken":
|
|
2525
|
+
"metadataToken": 100704545,
|
|
2526
2526
|
"canonicalSignature": "(T):System.Boolean",
|
|
2527
2527
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2528
2528
|
"emitScope": "ViewOnly",
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
{
|
|
2544
2544
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
2545
2545
|
"clrName": "CopyTo",
|
|
2546
|
-
"metadataToken":
|
|
2546
|
+
"metadataToken": 100704546,
|
|
2547
2547
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
2548
2548
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2549
2549
|
"emitScope": "ViewOnly",
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
{
|
|
2565
2565
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2566
2566
|
"clrName": "GetEnumerator",
|
|
2567
|
-
"metadataToken":
|
|
2567
|
+
"metadataToken": 100704565,
|
|
2568
2568
|
"canonicalSignature": "():IEnumerator_1",
|
|
2569
2569
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2570
2570
|
"emitScope": "ViewOnly",
|
|
@@ -2585,7 +2585,7 @@
|
|
|
2585
2585
|
{
|
|
2586
2586
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2587
2587
|
"clrName": "GetEnumerator",
|
|
2588
|
-
"metadataToken":
|
|
2588
|
+
"metadataToken": 100703850,
|
|
2589
2589
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2590
2590
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2591
2591
|
"emitScope": "ViewOnly",
|
|
@@ -2606,7 +2606,7 @@
|
|
|
2606
2606
|
{
|
|
2607
2607
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2608
2608
|
"clrName": "Add",
|
|
2609
|
-
"metadataToken":
|
|
2609
|
+
"metadataToken": 100703859,
|
|
2610
2610
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2611
2611
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2612
2612
|
"emitScope": "ViewOnly",
|
|
@@ -2627,7 +2627,7 @@
|
|
|
2627
2627
|
{
|
|
2628
2628
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2629
2629
|
"clrName": "Contains",
|
|
2630
|
-
"metadataToken":
|
|
2630
|
+
"metadataToken": 100703860,
|
|
2631
2631
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2632
2632
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2633
2633
|
"emitScope": "ViewOnly",
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
{
|
|
2649
2649
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2650
2650
|
"clrName": "Insert",
|
|
2651
|
-
"metadataToken":
|
|
2651
|
+
"metadataToken": 100703865,
|
|
2652
2652
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2653
2653
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2654
2654
|
"emitScope": "ViewOnly",
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
{
|
|
2670
2670
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2671
2671
|
"clrName": "Remove",
|
|
2672
|
-
"metadataToken":
|
|
2672
|
+
"metadataToken": 100703866,
|
|
2673
2673
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2674
2674
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2675
2675
|
"emitScope": "ViewOnly",
|
|
@@ -2690,7 +2690,7 @@
|
|
|
2690
2690
|
{
|
|
2691
2691
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2692
2692
|
"clrName": "CopyTo",
|
|
2693
|
-
"metadataToken":
|
|
2693
|
+
"metadataToken": 100703831,
|
|
2694
2694
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2695
2695
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2696
2696
|
"emitScope": "ViewOnly",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
{
|
|
2712
2712
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
2713
2713
|
"clrName": "Clear",
|
|
2714
|
-
"metadataToken":
|
|
2714
|
+
"metadataToken": 100703861,
|
|
2715
2715
|
"canonicalSignature": "():System.Void",
|
|
2716
2716
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2717
2717
|
"emitScope": "ViewOnly",
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
{
|
|
2733
2733
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
2734
2734
|
"clrName": "RemoveAt",
|
|
2735
|
-
"metadataToken":
|
|
2735
|
+
"metadataToken": 100703867,
|
|
2736
2736
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2737
2737
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2738
2738
|
"emitScope": "ViewOnly",
|
|
@@ -2776,7 +2776,7 @@
|
|
|
2776
2776
|
{
|
|
2777
2777
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
2778
2778
|
"clrName": "Count",
|
|
2779
|
-
"metadataToken":
|
|
2779
|
+
"metadataToken": 385881419,
|
|
2780
2780
|
"canonicalSignature": ":System.Int32",
|
|
2781
2781
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2782
2782
|
"emitScope": "ViewOnly",
|
|
@@ -2796,7 +2796,7 @@
|
|
|
2796
2796
|
{
|
|
2797
2797
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
2798
2798
|
"clrName": "IsReadOnly",
|
|
2799
|
-
"metadataToken":
|
|
2799
|
+
"metadataToken": 385881420,
|
|
2800
2800
|
"canonicalSignature": ":System.Boolean",
|
|
2801
2801
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2802
2802
|
"emitScope": "ViewOnly",
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
{
|
|
2817
2817
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
2818
2818
|
"clrName": "SyncRoot",
|
|
2819
|
-
"metadataToken":
|
|
2819
|
+
"metadataToken": 385881259,
|
|
2820
2820
|
"canonicalSignature": ":System.Object",
|
|
2821
2821
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2822
2822
|
"emitScope": "ViewOnly",
|
|
@@ -2836,7 +2836,7 @@
|
|
|
2836
2836
|
{
|
|
2837
2837
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
2838
2838
|
"clrName": "IsReadOnly",
|
|
2839
|
-
"metadataToken":
|
|
2839
|
+
"metadataToken": 385881271,
|
|
2840
2840
|
"canonicalSignature": ":System.Boolean",
|
|
2841
2841
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2842
2842
|
"emitScope": "ViewOnly",
|
|
@@ -2856,7 +2856,7 @@
|
|
|
2856
2856
|
{
|
|
2857
2857
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
2858
2858
|
"clrName": "IsFixedSize",
|
|
2859
|
-
"metadataToken":
|
|
2859
|
+
"metadataToken": 385881272,
|
|
2860
2860
|
"canonicalSignature": ":System.Boolean",
|
|
2861
2861
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
2862
2862
|
"emitScope": "ViewOnly",
|
|
@@ -2876,7 +2876,7 @@
|
|
|
2876
2876
|
{
|
|
2877
2877
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
2878
2878
|
"clrName": "Count",
|
|
2879
|
-
"metadataToken":
|
|
2879
|
+
"metadataToken": 385881258,
|
|
2880
2880
|
"canonicalSignature": ":System.Int32",
|
|
2881
2881
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2882
2882
|
"emitScope": "ViewOnly",
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
{
|
|
2897
2897
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2898
2898
|
"clrName": "IsSynchronized",
|
|
2899
|
-
"metadataToken":
|
|
2899
|
+
"metadataToken": 385881260,
|
|
2900
2900
|
"canonicalSignature": ":System.Boolean",
|
|
2901
2901
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2902
2902
|
"emitScope": "ViewOnly",
|
|
@@ -2916,7 +2916,7 @@
|
|
|
2916
2916
|
{
|
|
2917
2917
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
2918
2918
|
"clrName": "Count",
|
|
2919
|
-
"metadataToken":
|
|
2919
|
+
"metadataToken": 385881430,
|
|
2920
2920
|
"canonicalSignature": ":System.Int32",
|
|
2921
2921
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2922
2922
|
"emitScope": "ViewOnly",
|
|
@@ -3309,7 +3309,7 @@
|
|
|
3309
3309
|
{
|
|
3310
3310
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
3311
3311
|
"clrName": "IndexOf",
|
|
3312
|
-
"metadataToken":
|
|
3312
|
+
"metadataToken": 100704573,
|
|
3313
3313
|
"canonicalSignature": "(T):System.Int32",
|
|
3314
3314
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
3315
3315
|
"emitScope": "ViewOnly",
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
{
|
|
3331
3331
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
3332
3332
|
"clrName": "Insert",
|
|
3333
|
-
"metadataToken":
|
|
3333
|
+
"metadataToken": 100704574,
|
|
3334
3334
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
3335
3335
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
3336
3336
|
"emitScope": "ViewOnly",
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
{
|
|
3352
3352
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
3353
3353
|
"clrName": "RemoveAt",
|
|
3354
|
-
"metadataToken":
|
|
3354
|
+
"metadataToken": 100704575,
|
|
3355
3355
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3356
3356
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3357
3357
|
"emitScope": "ViewOnly",
|
|
@@ -3372,7 +3372,7 @@
|
|
|
3372
3372
|
{
|
|
3373
3373
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
3374
3374
|
"clrName": "Add",
|
|
3375
|
-
"metadataToken":
|
|
3375
|
+
"metadataToken": 100704543,
|
|
3376
3376
|
"canonicalSignature": "(T):System.Void",
|
|
3377
3377
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
3378
3378
|
"emitScope": "ViewOnly",
|
|
@@ -3393,7 +3393,7 @@
|
|
|
3393
3393
|
{
|
|
3394
3394
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
3395
3395
|
"clrName": "Clear",
|
|
3396
|
-
"metadataToken":
|
|
3396
|
+
"metadataToken": 100704544,
|
|
3397
3397
|
"canonicalSignature": "():System.Void",
|
|
3398
3398
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3399
3399
|
"emitScope": "ViewOnly",
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
{
|
|
3415
3415
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3416
3416
|
"clrName": "Contains",
|
|
3417
|
-
"metadataToken":
|
|
3417
|
+
"metadataToken": 100704545,
|
|
3418
3418
|
"canonicalSignature": "(T):System.Boolean",
|
|
3419
3419
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3420
3420
|
"emitScope": "ViewOnly",
|
|
@@ -3435,7 +3435,7 @@
|
|
|
3435
3435
|
{
|
|
3436
3436
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3437
3437
|
"clrName": "CopyTo",
|
|
3438
|
-
"metadataToken":
|
|
3438
|
+
"metadataToken": 100704546,
|
|
3439
3439
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3440
3440
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3441
3441
|
"emitScope": "ViewOnly",
|
|
@@ -3456,7 +3456,7 @@
|
|
|
3456
3456
|
{
|
|
3457
3457
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3458
3458
|
"clrName": "GetEnumerator",
|
|
3459
|
-
"metadataToken":
|
|
3459
|
+
"metadataToken": 100704565,
|
|
3460
3460
|
"canonicalSignature": "():IEnumerator_1",
|
|
3461
3461
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3462
3462
|
"emitScope": "ViewOnly",
|
|
@@ -3477,7 +3477,7 @@
|
|
|
3477
3477
|
{
|
|
3478
3478
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3479
3479
|
"clrName": "GetEnumerator",
|
|
3480
|
-
"metadataToken":
|
|
3480
|
+
"metadataToken": 100703850,
|
|
3481
3481
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3482
3482
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3483
3483
|
"emitScope": "ViewOnly",
|
|
@@ -3498,7 +3498,7 @@
|
|
|
3498
3498
|
{
|
|
3499
3499
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
3500
3500
|
"clrName": "Add",
|
|
3501
|
-
"metadataToken":
|
|
3501
|
+
"metadataToken": 100703859,
|
|
3502
3502
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
3503
3503
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
3504
3504
|
"emitScope": "ViewOnly",
|
|
@@ -3519,7 +3519,7 @@
|
|
|
3519
3519
|
{
|
|
3520
3520
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
3521
3521
|
"clrName": "Contains",
|
|
3522
|
-
"metadataToken":
|
|
3522
|
+
"metadataToken": 100703860,
|
|
3523
3523
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
3524
3524
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
3525
3525
|
"emitScope": "ViewOnly",
|
|
@@ -3540,7 +3540,7 @@
|
|
|
3540
3540
|
{
|
|
3541
3541
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
3542
3542
|
"clrName": "Insert",
|
|
3543
|
-
"metadataToken":
|
|
3543
|
+
"metadataToken": 100703865,
|
|
3544
3544
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
3545
3545
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
3546
3546
|
"emitScope": "ViewOnly",
|
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
{
|
|
3562
3562
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
3563
3563
|
"clrName": "Remove",
|
|
3564
|
-
"metadataToken":
|
|
3564
|
+
"metadataToken": 100703866,
|
|
3565
3565
|
"canonicalSignature": "(System.Object):System.Void",
|
|
3566
3566
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
3567
3567
|
"emitScope": "ViewOnly",
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
{
|
|
3583
3583
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3584
3584
|
"clrName": "CopyTo",
|
|
3585
|
-
"metadataToken":
|
|
3585
|
+
"metadataToken": 100703831,
|
|
3586
3586
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3587
3587
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3588
3588
|
"emitScope": "ViewOnly",
|
|
@@ -3603,7 +3603,7 @@
|
|
|
3603
3603
|
{
|
|
3604
3604
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
3605
3605
|
"clrName": "Clear",
|
|
3606
|
-
"metadataToken":
|
|
3606
|
+
"metadataToken": 100703861,
|
|
3607
3607
|
"canonicalSignature": "():System.Void",
|
|
3608
3608
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3609
3609
|
"emitScope": "ViewOnly",
|
|
@@ -3624,7 +3624,7 @@
|
|
|
3624
3624
|
{
|
|
3625
3625
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
3626
3626
|
"clrName": "RemoveAt",
|
|
3627
|
-
"metadataToken":
|
|
3627
|
+
"metadataToken": 100703867,
|
|
3628
3628
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3629
3629
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3630
3630
|
"emitScope": "ViewOnly",
|
|
@@ -3668,7 +3668,7 @@
|
|
|
3668
3668
|
{
|
|
3669
3669
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3670
3670
|
"clrName": "Count",
|
|
3671
|
-
"metadataToken":
|
|
3671
|
+
"metadataToken": 385881419,
|
|
3672
3672
|
"canonicalSignature": ":System.Int32",
|
|
3673
3673
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3674
3674
|
"emitScope": "ViewOnly",
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
{
|
|
3689
3689
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3690
3690
|
"clrName": "IsReadOnly",
|
|
3691
|
-
"metadataToken":
|
|
3691
|
+
"metadataToken": 385881420,
|
|
3692
3692
|
"canonicalSignature": ":System.Boolean",
|
|
3693
3693
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3694
3694
|
"emitScope": "ViewOnly",
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
{
|
|
3709
3709
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3710
3710
|
"clrName": "SyncRoot",
|
|
3711
|
-
"metadataToken":
|
|
3711
|
+
"metadataToken": 385881259,
|
|
3712
3712
|
"canonicalSignature": ":System.Object",
|
|
3713
3713
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3714
3714
|
"emitScope": "ViewOnly",
|
|
@@ -3728,7 +3728,7 @@
|
|
|
3728
3728
|
{
|
|
3729
3729
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3730
3730
|
"clrName": "IsReadOnly",
|
|
3731
|
-
"metadataToken":
|
|
3731
|
+
"metadataToken": 385881271,
|
|
3732
3732
|
"canonicalSignature": ":System.Boolean",
|
|
3733
3733
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3734
3734
|
"emitScope": "ViewOnly",
|
|
@@ -3748,7 +3748,7 @@
|
|
|
3748
3748
|
{
|
|
3749
3749
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3750
3750
|
"clrName": "IsFixedSize",
|
|
3751
|
-
"metadataToken":
|
|
3751
|
+
"metadataToken": 385881272,
|
|
3752
3752
|
"canonicalSignature": ":System.Boolean",
|
|
3753
3753
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3754
3754
|
"emitScope": "ViewOnly",
|
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
{
|
|
3769
3769
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3770
3770
|
"clrName": "Count",
|
|
3771
|
-
"metadataToken":
|
|
3771
|
+
"metadataToken": 385881258,
|
|
3772
3772
|
"canonicalSignature": ":System.Int32",
|
|
3773
3773
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3774
3774
|
"emitScope": "ViewOnly",
|
|
@@ -3788,7 +3788,7 @@
|
|
|
3788
3788
|
{
|
|
3789
3789
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3790
3790
|
"clrName": "IsSynchronized",
|
|
3791
|
-
"metadataToken":
|
|
3791
|
+
"metadataToken": 385881260,
|
|
3792
3792
|
"canonicalSignature": ":System.Boolean",
|
|
3793
3793
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3794
3794
|
"emitScope": "ViewOnly",
|
|
@@ -3808,7 +3808,7 @@
|
|
|
3808
3808
|
{
|
|
3809
3809
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3810
3810
|
"clrName": "Count",
|
|
3811
|
-
"metadataToken":
|
|
3811
|
+
"metadataToken": 385881430,
|
|
3812
3812
|
"canonicalSignature": ":System.Int32",
|
|
3813
3813
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3814
3814
|
"emitScope": "ViewOnly",
|
|
@@ -4252,7 +4252,7 @@
|
|
|
4252
4252
|
{
|
|
4253
4253
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
4254
4254
|
"clrName": "IndexOf",
|
|
4255
|
-
"metadataToken":
|
|
4255
|
+
"metadataToken": 100704573,
|
|
4256
4256
|
"canonicalSignature": "(T):System.Int32",
|
|
4257
4257
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
4258
4258
|
"emitScope": "ViewOnly",
|
|
@@ -4273,7 +4273,7 @@
|
|
|
4273
4273
|
{
|
|
4274
4274
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
4275
4275
|
"clrName": "Insert",
|
|
4276
|
-
"metadataToken":
|
|
4276
|
+
"metadataToken": 100704574,
|
|
4277
4277
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
4278
4278
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
4279
4279
|
"emitScope": "ViewOnly",
|
|
@@ -4294,7 +4294,7 @@
|
|
|
4294
4294
|
{
|
|
4295
4295
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
4296
4296
|
"clrName": "RemoveAt",
|
|
4297
|
-
"metadataToken":
|
|
4297
|
+
"metadataToken": 100704575,
|
|
4298
4298
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4299
4299
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4300
4300
|
"emitScope": "ViewOnly",
|
|
@@ -4315,7 +4315,7 @@
|
|
|
4315
4315
|
{
|
|
4316
4316
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
4317
4317
|
"clrName": "Add",
|
|
4318
|
-
"metadataToken":
|
|
4318
|
+
"metadataToken": 100704543,
|
|
4319
4319
|
"canonicalSignature": "(T):System.Void",
|
|
4320
4320
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
4321
4321
|
"emitScope": "ViewOnly",
|
|
@@ -4336,7 +4336,7 @@
|
|
|
4336
4336
|
{
|
|
4337
4337
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4338
4338
|
"clrName": "Clear",
|
|
4339
|
-
"metadataToken":
|
|
4339
|
+
"metadataToken": 100704544,
|
|
4340
4340
|
"canonicalSignature": "():System.Void",
|
|
4341
4341
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4342
4342
|
"emitScope": "ViewOnly",
|
|
@@ -4357,7 +4357,7 @@
|
|
|
4357
4357
|
{
|
|
4358
4358
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
4359
4359
|
"clrName": "Contains",
|
|
4360
|
-
"metadataToken":
|
|
4360
|
+
"metadataToken": 100704545,
|
|
4361
4361
|
"canonicalSignature": "(T):System.Boolean",
|
|
4362
4362
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4363
4363
|
"emitScope": "ViewOnly",
|
|
@@ -4378,7 +4378,7 @@
|
|
|
4378
4378
|
{
|
|
4379
4379
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4380
4380
|
"clrName": "CopyTo",
|
|
4381
|
-
"metadataToken":
|
|
4381
|
+
"metadataToken": 100704546,
|
|
4382
4382
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4383
4383
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4384
4384
|
"emitScope": "ViewOnly",
|
|
@@ -4399,7 +4399,7 @@
|
|
|
4399
4399
|
{
|
|
4400
4400
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4401
4401
|
"clrName": "GetEnumerator",
|
|
4402
|
-
"metadataToken":
|
|
4402
|
+
"metadataToken": 100704565,
|
|
4403
4403
|
"canonicalSignature": "():IEnumerator_1",
|
|
4404
4404
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4405
4405
|
"emitScope": "ViewOnly",
|
|
@@ -4420,7 +4420,7 @@
|
|
|
4420
4420
|
{
|
|
4421
4421
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4422
4422
|
"clrName": "GetEnumerator",
|
|
4423
|
-
"metadataToken":
|
|
4423
|
+
"metadataToken": 100703850,
|
|
4424
4424
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4425
4425
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4426
4426
|
"emitScope": "ViewOnly",
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
{
|
|
4442
4442
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
4443
4443
|
"clrName": "Add",
|
|
4444
|
-
"metadataToken":
|
|
4444
|
+
"metadataToken": 100703859,
|
|
4445
4445
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
4446
4446
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
4447
4447
|
"emitScope": "ViewOnly",
|
|
@@ -4462,7 +4462,7 @@
|
|
|
4462
4462
|
{
|
|
4463
4463
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
4464
4464
|
"clrName": "Contains",
|
|
4465
|
-
"metadataToken":
|
|
4465
|
+
"metadataToken": 100703860,
|
|
4466
4466
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4467
4467
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4468
4468
|
"emitScope": "ViewOnly",
|
|
@@ -4483,7 +4483,7 @@
|
|
|
4483
4483
|
{
|
|
4484
4484
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
4485
4485
|
"clrName": "Insert",
|
|
4486
|
-
"metadataToken":
|
|
4486
|
+
"metadataToken": 100703865,
|
|
4487
4487
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
4488
4488
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
4489
4489
|
"emitScope": "ViewOnly",
|
|
@@ -4504,7 +4504,7 @@
|
|
|
4504
4504
|
{
|
|
4505
4505
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
4506
4506
|
"clrName": "Remove",
|
|
4507
|
-
"metadataToken":
|
|
4507
|
+
"metadataToken": 100703866,
|
|
4508
4508
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4509
4509
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4510
4510
|
"emitScope": "ViewOnly",
|
|
@@ -4525,7 +4525,7 @@
|
|
|
4525
4525
|
{
|
|
4526
4526
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4527
4527
|
"clrName": "CopyTo",
|
|
4528
|
-
"metadataToken":
|
|
4528
|
+
"metadataToken": 100703831,
|
|
4529
4529
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4530
4530
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4531
4531
|
"emitScope": "ViewOnly",
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
{
|
|
4547
4547
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
4548
4548
|
"clrName": "Clear",
|
|
4549
|
-
"metadataToken":
|
|
4549
|
+
"metadataToken": 100703861,
|
|
4550
4550
|
"canonicalSignature": "():System.Void",
|
|
4551
4551
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4552
4552
|
"emitScope": "ViewOnly",
|
|
@@ -4567,7 +4567,7 @@
|
|
|
4567
4567
|
{
|
|
4568
4568
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
4569
4569
|
"clrName": "RemoveAt",
|
|
4570
|
-
"metadataToken":
|
|
4570
|
+
"metadataToken": 100703867,
|
|
4571
4571
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4572
4572
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4573
4573
|
"emitScope": "ViewOnly",
|
|
@@ -4610,7 +4610,7 @@
|
|
|
4610
4610
|
{
|
|
4611
4611
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4612
4612
|
"clrName": "Count",
|
|
4613
|
-
"metadataToken":
|
|
4613
|
+
"metadataToken": 385881419,
|
|
4614
4614
|
"canonicalSignature": ":System.Int32",
|
|
4615
4615
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4616
4616
|
"emitScope": "ViewOnly",
|
|
@@ -4630,7 +4630,7 @@
|
|
|
4630
4630
|
{
|
|
4631
4631
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4632
4632
|
"clrName": "IsReadOnly",
|
|
4633
|
-
"metadataToken":
|
|
4633
|
+
"metadataToken": 385881420,
|
|
4634
4634
|
"canonicalSignature": ":System.Boolean",
|
|
4635
4635
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4636
4636
|
"emitScope": "ViewOnly",
|
|
@@ -4650,7 +4650,7 @@
|
|
|
4650
4650
|
{
|
|
4651
4651
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4652
4652
|
"clrName": "SyncRoot",
|
|
4653
|
-
"metadataToken":
|
|
4653
|
+
"metadataToken": 385881259,
|
|
4654
4654
|
"canonicalSignature": ":System.Object",
|
|
4655
4655
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4656
4656
|
"emitScope": "ViewOnly",
|
|
@@ -4670,7 +4670,7 @@
|
|
|
4670
4670
|
{
|
|
4671
4671
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
4672
4672
|
"clrName": "IsReadOnly",
|
|
4673
|
-
"metadataToken":
|
|
4673
|
+
"metadataToken": 385881271,
|
|
4674
4674
|
"canonicalSignature": ":System.Boolean",
|
|
4675
4675
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4676
4676
|
"emitScope": "ViewOnly",
|
|
@@ -4690,7 +4690,7 @@
|
|
|
4690
4690
|
{
|
|
4691
4691
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
4692
4692
|
"clrName": "IsFixedSize",
|
|
4693
|
-
"metadataToken":
|
|
4693
|
+
"metadataToken": 385881272,
|
|
4694
4694
|
"canonicalSignature": ":System.Boolean",
|
|
4695
4695
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
4696
4696
|
"emitScope": "ViewOnly",
|
|
@@ -4710,7 +4710,7 @@
|
|
|
4710
4710
|
{
|
|
4711
4711
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4712
4712
|
"clrName": "Count",
|
|
4713
|
-
"metadataToken":
|
|
4713
|
+
"metadataToken": 385881258,
|
|
4714
4714
|
"canonicalSignature": ":System.Int32",
|
|
4715
4715
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4716
4716
|
"emitScope": "ViewOnly",
|
|
@@ -4730,7 +4730,7 @@
|
|
|
4730
4730
|
{
|
|
4731
4731
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4732
4732
|
"clrName": "IsSynchronized",
|
|
4733
|
-
"metadataToken":
|
|
4733
|
+
"metadataToken": 385881260,
|
|
4734
4734
|
"canonicalSignature": ":System.Boolean",
|
|
4735
4735
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4736
4736
|
"emitScope": "ViewOnly",
|
|
@@ -4750,7 +4750,7 @@
|
|
|
4750
4750
|
{
|
|
4751
4751
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4752
4752
|
"clrName": "Count",
|
|
4753
|
-
"metadataToken":
|
|
4753
|
+
"metadataToken": 385881430,
|
|
4754
4754
|
"canonicalSignature": ":System.Int32",
|
|
4755
4755
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4756
4756
|
"emitScope": "ViewOnly",
|