@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
|
@@ -4291,7 +4291,7 @@
|
|
|
4291
4291
|
{
|
|
4292
4292
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
4293
4293
|
"clrName": "IndexOf",
|
|
4294
|
-
"metadataToken":
|
|
4294
|
+
"metadataToken": 100704573,
|
|
4295
4295
|
"canonicalSignature": "(T):System.Int32",
|
|
4296
4296
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
4297
4297
|
"emitScope": "ViewOnly",
|
|
@@ -4312,7 +4312,7 @@
|
|
|
4312
4312
|
{
|
|
4313
4313
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
4314
4314
|
"clrName": "Insert",
|
|
4315
|
-
"metadataToken":
|
|
4315
|
+
"metadataToken": 100704574,
|
|
4316
4316
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
4317
4317
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
4318
4318
|
"emitScope": "ViewOnly",
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
{
|
|
4334
4334
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
4335
4335
|
"clrName": "RemoveAt",
|
|
4336
|
-
"metadataToken":
|
|
4336
|
+
"metadataToken": 100704575,
|
|
4337
4337
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4338
4338
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4339
4339
|
"emitScope": "ViewOnly",
|
|
@@ -4354,7 +4354,7 @@
|
|
|
4354
4354
|
{
|
|
4355
4355
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
4356
4356
|
"clrName": "Add",
|
|
4357
|
-
"metadataToken":
|
|
4357
|
+
"metadataToken": 100704543,
|
|
4358
4358
|
"canonicalSignature": "(T):System.Void",
|
|
4359
4359
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
4360
4360
|
"emitScope": "ViewOnly",
|
|
@@ -4375,7 +4375,7 @@
|
|
|
4375
4375
|
{
|
|
4376
4376
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4377
4377
|
"clrName": "Clear",
|
|
4378
|
-
"metadataToken":
|
|
4378
|
+
"metadataToken": 100704544,
|
|
4379
4379
|
"canonicalSignature": "():System.Void",
|
|
4380
4380
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4381
4381
|
"emitScope": "ViewOnly",
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
{
|
|
4397
4397
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
4398
4398
|
"clrName": "Contains",
|
|
4399
|
-
"metadataToken":
|
|
4399
|
+
"metadataToken": 100704545,
|
|
4400
4400
|
"canonicalSignature": "(T):System.Boolean",
|
|
4401
4401
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4402
4402
|
"emitScope": "ViewOnly",
|
|
@@ -4417,7 +4417,7 @@
|
|
|
4417
4417
|
{
|
|
4418
4418
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4419
4419
|
"clrName": "CopyTo",
|
|
4420
|
-
"metadataToken":
|
|
4420
|
+
"metadataToken": 100704546,
|
|
4421
4421
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4422
4422
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4423
4423
|
"emitScope": "ViewOnly",
|
|
@@ -4438,7 +4438,7 @@
|
|
|
4438
4438
|
{
|
|
4439
4439
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4440
4440
|
"clrName": "GetEnumerator",
|
|
4441
|
-
"metadataToken":
|
|
4441
|
+
"metadataToken": 100704565,
|
|
4442
4442
|
"canonicalSignature": "():IEnumerator_1",
|
|
4443
4443
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4444
4444
|
"emitScope": "ViewOnly",
|
|
@@ -4459,7 +4459,7 @@
|
|
|
4459
4459
|
{
|
|
4460
4460
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4461
4461
|
"clrName": "GetEnumerator",
|
|
4462
|
-
"metadataToken":
|
|
4462
|
+
"metadataToken": 100703850,
|
|
4463
4463
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4464
4464
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4465
4465
|
"emitScope": "ViewOnly",
|
|
@@ -4480,7 +4480,7 @@
|
|
|
4480
4480
|
{
|
|
4481
4481
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
4482
4482
|
"clrName": "Add",
|
|
4483
|
-
"metadataToken":
|
|
4483
|
+
"metadataToken": 100703859,
|
|
4484
4484
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
4485
4485
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
4486
4486
|
"emitScope": "ViewOnly",
|
|
@@ -4501,7 +4501,7 @@
|
|
|
4501
4501
|
{
|
|
4502
4502
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
4503
4503
|
"clrName": "Contains",
|
|
4504
|
-
"metadataToken":
|
|
4504
|
+
"metadataToken": 100703860,
|
|
4505
4505
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4506
4506
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4507
4507
|
"emitScope": "ViewOnly",
|
|
@@ -4522,7 +4522,7 @@
|
|
|
4522
4522
|
{
|
|
4523
4523
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
4524
4524
|
"clrName": "Insert",
|
|
4525
|
-
"metadataToken":
|
|
4525
|
+
"metadataToken": 100703865,
|
|
4526
4526
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
4527
4527
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
4528
4528
|
"emitScope": "ViewOnly",
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
{
|
|
4544
4544
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
4545
4545
|
"clrName": "Remove",
|
|
4546
|
-
"metadataToken":
|
|
4546
|
+
"metadataToken": 100703866,
|
|
4547
4547
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4548
4548
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4549
4549
|
"emitScope": "ViewOnly",
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
{
|
|
4565
4565
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4566
4566
|
"clrName": "CopyTo",
|
|
4567
|
-
"metadataToken":
|
|
4567
|
+
"metadataToken": 100703831,
|
|
4568
4568
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4569
4569
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4570
4570
|
"emitScope": "ViewOnly",
|
|
@@ -4585,7 +4585,7 @@
|
|
|
4585
4585
|
{
|
|
4586
4586
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
4587
4587
|
"clrName": "Clear",
|
|
4588
|
-
"metadataToken":
|
|
4588
|
+
"metadataToken": 100703861,
|
|
4589
4589
|
"canonicalSignature": "():System.Void",
|
|
4590
4590
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4591
4591
|
"emitScope": "ViewOnly",
|
|
@@ -4606,7 +4606,7 @@
|
|
|
4606
4606
|
{
|
|
4607
4607
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
4608
4608
|
"clrName": "RemoveAt",
|
|
4609
|
-
"metadataToken":
|
|
4609
|
+
"metadataToken": 100703867,
|
|
4610
4610
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4611
4611
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4612
4612
|
"emitScope": "ViewOnly",
|
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
{
|
|
4630
4630
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4631
4631
|
"clrName": "Count",
|
|
4632
|
-
"metadataToken":
|
|
4632
|
+
"metadataToken": 385881419,
|
|
4633
4633
|
"canonicalSignature": ":System.Int32",
|
|
4634
4634
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4635
4635
|
"emitScope": "ViewOnly",
|
|
@@ -4649,7 +4649,7 @@
|
|
|
4649
4649
|
{
|
|
4650
4650
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4651
4651
|
"clrName": "IsReadOnly",
|
|
4652
|
-
"metadataToken":
|
|
4652
|
+
"metadataToken": 385881420,
|
|
4653
4653
|
"canonicalSignature": ":System.Boolean",
|
|
4654
4654
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4655
4655
|
"emitScope": "ViewOnly",
|
|
@@ -4669,7 +4669,7 @@
|
|
|
4669
4669
|
{
|
|
4670
4670
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4671
4671
|
"clrName": "SyncRoot",
|
|
4672
|
-
"metadataToken":
|
|
4672
|
+
"metadataToken": 385881259,
|
|
4673
4673
|
"canonicalSignature": ":System.Object",
|
|
4674
4674
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4675
4675
|
"emitScope": "ViewOnly",
|
|
@@ -4689,7 +4689,7 @@
|
|
|
4689
4689
|
{
|
|
4690
4690
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
4691
4691
|
"clrName": "IsReadOnly",
|
|
4692
|
-
"metadataToken":
|
|
4692
|
+
"metadataToken": 385881271,
|
|
4693
4693
|
"canonicalSignature": ":System.Boolean",
|
|
4694
4694
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4695
4695
|
"emitScope": "ViewOnly",
|
|
@@ -4709,7 +4709,7 @@
|
|
|
4709
4709
|
{
|
|
4710
4710
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
4711
4711
|
"clrName": "IsFixedSize",
|
|
4712
|
-
"metadataToken":
|
|
4712
|
+
"metadataToken": 385881272,
|
|
4713
4713
|
"canonicalSignature": ":System.Boolean",
|
|
4714
4714
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
4715
4715
|
"emitScope": "ViewOnly",
|
|
@@ -4729,7 +4729,7 @@
|
|
|
4729
4729
|
{
|
|
4730
4730
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4731
4731
|
"clrName": "Count",
|
|
4732
|
-
"metadataToken":
|
|
4732
|
+
"metadataToken": 385881258,
|
|
4733
4733
|
"canonicalSignature": ":System.Int32",
|
|
4734
4734
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4735
4735
|
"emitScope": "ViewOnly",
|
|
@@ -4749,7 +4749,7 @@
|
|
|
4749
4749
|
{
|
|
4750
4750
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4751
4751
|
"clrName": "IsSynchronized",
|
|
4752
|
-
"metadataToken":
|
|
4752
|
+
"metadataToken": 385881260,
|
|
4753
4753
|
"canonicalSignature": ":System.Boolean",
|
|
4754
4754
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4755
4755
|
"emitScope": "ViewOnly",
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
{
|
|
4997
4997
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
4998
4998
|
"clrName": "IndexOf",
|
|
4999
|
-
"metadataToken":
|
|
4999
|
+
"metadataToken": 100704573,
|
|
5000
5000
|
"canonicalSignature": "(T):System.Int32",
|
|
5001
5001
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
5002
5002
|
"emitScope": "ViewOnly",
|
|
@@ -5017,7 +5017,7 @@
|
|
|
5017
5017
|
{
|
|
5018
5018
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
5019
5019
|
"clrName": "Insert",
|
|
5020
|
-
"metadataToken":
|
|
5020
|
+
"metadataToken": 100704574,
|
|
5021
5021
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
5022
5022
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
5023
5023
|
"emitScope": "ViewOnly",
|
|
@@ -5038,7 +5038,7 @@
|
|
|
5038
5038
|
{
|
|
5039
5039
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
5040
5040
|
"clrName": "RemoveAt",
|
|
5041
|
-
"metadataToken":
|
|
5041
|
+
"metadataToken": 100704575,
|
|
5042
5042
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5043
5043
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5044
5044
|
"emitScope": "ViewOnly",
|
|
@@ -5059,7 +5059,7 @@
|
|
|
5059
5059
|
{
|
|
5060
5060
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
5061
5061
|
"clrName": "Add",
|
|
5062
|
-
"metadataToken":
|
|
5062
|
+
"metadataToken": 100704543,
|
|
5063
5063
|
"canonicalSignature": "(T):System.Void",
|
|
5064
5064
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
5065
5065
|
"emitScope": "ViewOnly",
|
|
@@ -5080,7 +5080,7 @@
|
|
|
5080
5080
|
{
|
|
5081
5081
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
5082
5082
|
"clrName": "Clear",
|
|
5083
|
-
"metadataToken":
|
|
5083
|
+
"metadataToken": 100704544,
|
|
5084
5084
|
"canonicalSignature": "():System.Void",
|
|
5085
5085
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5086
5086
|
"emitScope": "ViewOnly",
|
|
@@ -5101,7 +5101,7 @@
|
|
|
5101
5101
|
{
|
|
5102
5102
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
5103
5103
|
"clrName": "Contains",
|
|
5104
|
-
"metadataToken":
|
|
5104
|
+
"metadataToken": 100704545,
|
|
5105
5105
|
"canonicalSignature": "(T):System.Boolean",
|
|
5106
5106
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5107
5107
|
"emitScope": "ViewOnly",
|
|
@@ -5122,7 +5122,7 @@
|
|
|
5122
5122
|
{
|
|
5123
5123
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
5124
5124
|
"clrName": "CopyTo",
|
|
5125
|
-
"metadataToken":
|
|
5125
|
+
"metadataToken": 100704546,
|
|
5126
5126
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
5127
5127
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
5128
5128
|
"emitScope": "ViewOnly",
|
|
@@ -5143,7 +5143,7 @@
|
|
|
5143
5143
|
{
|
|
5144
5144
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
5145
5145
|
"clrName": "GetEnumerator",
|
|
5146
|
-
"metadataToken":
|
|
5146
|
+
"metadataToken": 100704565,
|
|
5147
5147
|
"canonicalSignature": "():IEnumerator_1",
|
|
5148
5148
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5149
5149
|
"emitScope": "ViewOnly",
|
|
@@ -5164,7 +5164,7 @@
|
|
|
5164
5164
|
{
|
|
5165
5165
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5166
5166
|
"clrName": "GetEnumerator",
|
|
5167
|
-
"metadataToken":
|
|
5167
|
+
"metadataToken": 100703850,
|
|
5168
5168
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5169
5169
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5170
5170
|
"emitScope": "ViewOnly",
|
|
@@ -5185,7 +5185,7 @@
|
|
|
5185
5185
|
{
|
|
5186
5186
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
5187
5187
|
"clrName": "Add",
|
|
5188
|
-
"metadataToken":
|
|
5188
|
+
"metadataToken": 100703859,
|
|
5189
5189
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
5190
5190
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
5191
5191
|
"emitScope": "ViewOnly",
|
|
@@ -5206,7 +5206,7 @@
|
|
|
5206
5206
|
{
|
|
5207
5207
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
5208
5208
|
"clrName": "Contains",
|
|
5209
|
-
"metadataToken":
|
|
5209
|
+
"metadataToken": 100703860,
|
|
5210
5210
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
5211
5211
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
5212
5212
|
"emitScope": "ViewOnly",
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
{
|
|
5228
5228
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
5229
5229
|
"clrName": "Insert",
|
|
5230
|
-
"metadataToken":
|
|
5230
|
+
"metadataToken": 100703865,
|
|
5231
5231
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
5232
5232
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
5233
5233
|
"emitScope": "ViewOnly",
|
|
@@ -5248,7 +5248,7 @@
|
|
|
5248
5248
|
{
|
|
5249
5249
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
5250
5250
|
"clrName": "Remove",
|
|
5251
|
-
"metadataToken":
|
|
5251
|
+
"metadataToken": 100703866,
|
|
5252
5252
|
"canonicalSignature": "(System.Object):System.Void",
|
|
5253
5253
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
5254
5254
|
"emitScope": "ViewOnly",
|
|
@@ -5269,7 +5269,7 @@
|
|
|
5269
5269
|
{
|
|
5270
5270
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5271
5271
|
"clrName": "CopyTo",
|
|
5272
|
-
"metadataToken":
|
|
5272
|
+
"metadataToken": 100703831,
|
|
5273
5273
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5274
5274
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5275
5275
|
"emitScope": "ViewOnly",
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
{
|
|
5291
5291
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
5292
5292
|
"clrName": "Clear",
|
|
5293
|
-
"metadataToken":
|
|
5293
|
+
"metadataToken": 100703861,
|
|
5294
5294
|
"canonicalSignature": "():System.Void",
|
|
5295
5295
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5296
5296
|
"emitScope": "ViewOnly",
|
|
@@ -5311,7 +5311,7 @@
|
|
|
5311
5311
|
{
|
|
5312
5312
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
5313
5313
|
"clrName": "RemoveAt",
|
|
5314
|
-
"metadataToken":
|
|
5314
|
+
"metadataToken": 100703867,
|
|
5315
5315
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
5316
5316
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
5317
5317
|
"emitScope": "ViewOnly",
|
|
@@ -5353,7 +5353,7 @@
|
|
|
5353
5353
|
{
|
|
5354
5354
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5355
5355
|
"clrName": "Count",
|
|
5356
|
-
"metadataToken":
|
|
5356
|
+
"metadataToken": 385881419,
|
|
5357
5357
|
"canonicalSignature": ":System.Int32",
|
|
5358
5358
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5359
5359
|
"emitScope": "ViewOnly",
|
|
@@ -5373,7 +5373,7 @@
|
|
|
5373
5373
|
{
|
|
5374
5374
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5375
5375
|
"clrName": "IsReadOnly",
|
|
5376
|
-
"metadataToken":
|
|
5376
|
+
"metadataToken": 385881420,
|
|
5377
5377
|
"canonicalSignature": ":System.Boolean",
|
|
5378
5378
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5379
5379
|
"emitScope": "ViewOnly",
|
|
@@ -5393,7 +5393,7 @@
|
|
|
5393
5393
|
{
|
|
5394
5394
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5395
5395
|
"clrName": "SyncRoot",
|
|
5396
|
-
"metadataToken":
|
|
5396
|
+
"metadataToken": 385881259,
|
|
5397
5397
|
"canonicalSignature": ":System.Object",
|
|
5398
5398
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5399
5399
|
"emitScope": "ViewOnly",
|
|
@@ -5413,7 +5413,7 @@
|
|
|
5413
5413
|
{
|
|
5414
5414
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
5415
5415
|
"clrName": "IsReadOnly",
|
|
5416
|
-
"metadataToken":
|
|
5416
|
+
"metadataToken": 385881271,
|
|
5417
5417
|
"canonicalSignature": ":System.Boolean",
|
|
5418
5418
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5419
5419
|
"emitScope": "ViewOnly",
|
|
@@ -5433,7 +5433,7 @@
|
|
|
5433
5433
|
{
|
|
5434
5434
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
5435
5435
|
"clrName": "IsFixedSize",
|
|
5436
|
-
"metadataToken":
|
|
5436
|
+
"metadataToken": 385881272,
|
|
5437
5437
|
"canonicalSignature": ":System.Boolean",
|
|
5438
5438
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
5439
5439
|
"emitScope": "ViewOnly",
|
|
@@ -5453,7 +5453,7 @@
|
|
|
5453
5453
|
{
|
|
5454
5454
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5455
5455
|
"clrName": "Count",
|
|
5456
|
-
"metadataToken":
|
|
5456
|
+
"metadataToken": 385881258,
|
|
5457
5457
|
"canonicalSignature": ":System.Int32",
|
|
5458
5458
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5459
5459
|
"emitScope": "ViewOnly",
|
|
@@ -5473,7 +5473,7 @@
|
|
|
5473
5473
|
{
|
|
5474
5474
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5475
5475
|
"clrName": "IsSynchronized",
|
|
5476
|
-
"metadataToken":
|
|
5476
|
+
"metadataToken": 385881260,
|
|
5477
5477
|
"canonicalSignature": ":System.Boolean",
|
|
5478
5478
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5479
5479
|
"emitScope": "ViewOnly",
|
|
@@ -8162,7 +8162,7 @@
|
|
|
8162
8162
|
{
|
|
8163
8163
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
8164
8164
|
"clrName": "Insert",
|
|
8165
|
-
"metadataToken":
|
|
8165
|
+
"metadataToken": 100704574,
|
|
8166
8166
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
8167
8167
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
8168
8168
|
"emitScope": "ViewOnly",
|
|
@@ -8183,7 +8183,7 @@
|
|
|
8183
8183
|
{
|
|
8184
8184
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
8185
8185
|
"clrName": "RemoveAt",
|
|
8186
|
-
"metadataToken":
|
|
8186
|
+
"metadataToken": 100704575,
|
|
8187
8187
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8188
8188
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
8189
8189
|
"emitScope": "ViewOnly",
|
|
@@ -8204,7 +8204,7 @@
|
|
|
8204
8204
|
{
|
|
8205
8205
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
|
|
8206
8206
|
"clrName": "Remove",
|
|
8207
|
-
"metadataToken":
|
|
8207
|
+
"metadataToken": 100704547,
|
|
8208
8208
|
"canonicalSignature": "(T):System.Boolean",
|
|
8209
8209
|
"normalizedSignature": "Remove|(T):System.Boolean|static=false",
|
|
8210
8210
|
"emitScope": "ViewOnly",
|
|
@@ -8225,7 +8225,7 @@
|
|
|
8225
8225
|
{
|
|
8226
8226
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
8227
8227
|
"clrName": "GetEnumerator",
|
|
8228
|
-
"metadataToken":
|
|
8228
|
+
"metadataToken": 100703850,
|
|
8229
8229
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
8230
8230
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
8231
8231
|
"emitScope": "ViewOnly",
|
|
@@ -8246,7 +8246,7 @@
|
|
|
8246
8246
|
{
|
|
8247
8247
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
8248
8248
|
"clrName": "Add",
|
|
8249
|
-
"metadataToken":
|
|
8249
|
+
"metadataToken": 100703859,
|
|
8250
8250
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
8251
8251
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
8252
8252
|
"emitScope": "ViewOnly",
|
|
@@ -8267,7 +8267,7 @@
|
|
|
8267
8267
|
{
|
|
8268
8268
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
8269
8269
|
"clrName": "Contains",
|
|
8270
|
-
"metadataToken":
|
|
8270
|
+
"metadataToken": 100703860,
|
|
8271
8271
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
8272
8272
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
8273
8273
|
"emitScope": "ViewOnly",
|
|
@@ -8288,7 +8288,7 @@
|
|
|
8288
8288
|
{
|
|
8289
8289
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
8290
8290
|
"clrName": "Insert",
|
|
8291
|
-
"metadataToken":
|
|
8291
|
+
"metadataToken": 100703865,
|
|
8292
8292
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
8293
8293
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
8294
8294
|
"emitScope": "ViewOnly",
|
|
@@ -8309,7 +8309,7 @@
|
|
|
8309
8309
|
{
|
|
8310
8310
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
8311
8311
|
"clrName": "Remove",
|
|
8312
|
-
"metadataToken":
|
|
8312
|
+
"metadataToken": 100703866,
|
|
8313
8313
|
"canonicalSignature": "(System.Object):System.Void",
|
|
8314
8314
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
8315
8315
|
"emitScope": "ViewOnly",
|
|
@@ -8330,7 +8330,7 @@
|
|
|
8330
8330
|
{
|
|
8331
8331
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
8332
8332
|
"clrName": "CopyTo",
|
|
8333
|
-
"metadataToken":
|
|
8333
|
+
"metadataToken": 100703831,
|
|
8334
8334
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
8335
8335
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
8336
8336
|
"emitScope": "ViewOnly",
|
|
@@ -8351,7 +8351,7 @@
|
|
|
8351
8351
|
{
|
|
8352
8352
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
8353
8353
|
"clrName": "IndexOf",
|
|
8354
|
-
"metadataToken":
|
|
8354
|
+
"metadataToken": 100704573,
|
|
8355
8355
|
"canonicalSignature": "(T):System.Int32",
|
|
8356
8356
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
8357
8357
|
"emitScope": "ViewOnly",
|
|
@@ -8372,7 +8372,7 @@
|
|
|
8372
8372
|
{
|
|
8373
8373
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
8374
8374
|
"clrName": "Add",
|
|
8375
|
-
"metadataToken":
|
|
8375
|
+
"metadataToken": 100704543,
|
|
8376
8376
|
"canonicalSignature": "(T):System.Void",
|
|
8377
8377
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
8378
8378
|
"emitScope": "ViewOnly",
|
|
@@ -8393,7 +8393,7 @@
|
|
|
8393
8393
|
{
|
|
8394
8394
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
8395
8395
|
"clrName": "Clear",
|
|
8396
|
-
"metadataToken":
|
|
8396
|
+
"metadataToken": 100704544,
|
|
8397
8397
|
"canonicalSignature": "():System.Void",
|
|
8398
8398
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
8399
8399
|
"emitScope": "ViewOnly",
|
|
@@ -8414,7 +8414,7 @@
|
|
|
8414
8414
|
{
|
|
8415
8415
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
8416
8416
|
"clrName": "Contains",
|
|
8417
|
-
"metadataToken":
|
|
8417
|
+
"metadataToken": 100704545,
|
|
8418
8418
|
"canonicalSignature": "(T):System.Boolean",
|
|
8419
8419
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
8420
8420
|
"emitScope": "ViewOnly",
|
|
@@ -8435,7 +8435,7 @@
|
|
|
8435
8435
|
{
|
|
8436
8436
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
8437
8437
|
"clrName": "CopyTo",
|
|
8438
|
-
"metadataToken":
|
|
8438
|
+
"metadataToken": 100704546,
|
|
8439
8439
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
8440
8440
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
8441
8441
|
"emitScope": "ViewOnly",
|
|
@@ -8456,7 +8456,7 @@
|
|
|
8456
8456
|
{
|
|
8457
8457
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
8458
8458
|
"clrName": "GetEnumerator",
|
|
8459
|
-
"metadataToken":
|
|
8459
|
+
"metadataToken": 100704565,
|
|
8460
8460
|
"canonicalSignature": "():IEnumerator_1",
|
|
8461
8461
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
8462
8462
|
"emitScope": "ViewOnly",
|
|
@@ -8477,7 +8477,7 @@
|
|
|
8477
8477
|
{
|
|
8478
8478
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
8479
8479
|
"clrName": "Clear",
|
|
8480
|
-
"metadataToken":
|
|
8480
|
+
"metadataToken": 100703861,
|
|
8481
8481
|
"canonicalSignature": "():System.Void",
|
|
8482
8482
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
8483
8483
|
"emitScope": "ViewOnly",
|
|
@@ -8498,7 +8498,7 @@
|
|
|
8498
8498
|
{
|
|
8499
8499
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
8500
8500
|
"clrName": "RemoveAt",
|
|
8501
|
-
"metadataToken":
|
|
8501
|
+
"metadataToken": 100703867,
|
|
8502
8502
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8503
8503
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
8504
8504
|
"emitScope": "ViewOnly",
|
|
@@ -8559,7 +8559,7 @@
|
|
|
8559
8559
|
{
|
|
8560
8560
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
8561
8561
|
"clrName": "IsReadOnly",
|
|
8562
|
-
"metadataToken":
|
|
8562
|
+
"metadataToken": 385881420,
|
|
8563
8563
|
"canonicalSignature": ":System.Boolean",
|
|
8564
8564
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
8565
8565
|
"emitScope": "ViewOnly",
|
|
@@ -8579,7 +8579,7 @@
|
|
|
8579
8579
|
{
|
|
8580
8580
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
8581
8581
|
"clrName": "SyncRoot",
|
|
8582
|
-
"metadataToken":
|
|
8582
|
+
"metadataToken": 385881259,
|
|
8583
8583
|
"canonicalSignature": ":System.Object",
|
|
8584
8584
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
8585
8585
|
"emitScope": "ViewOnly",
|
|
@@ -8599,7 +8599,7 @@
|
|
|
8599
8599
|
{
|
|
8600
8600
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
8601
8601
|
"clrName": "Count",
|
|
8602
|
-
"metadataToken":
|
|
8602
|
+
"metadataToken": 385881419,
|
|
8603
8603
|
"canonicalSignature": ":System.Int32",
|
|
8604
8604
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
8605
8605
|
"emitScope": "ViewOnly",
|
|
@@ -8619,7 +8619,7 @@
|
|
|
8619
8619
|
{
|
|
8620
8620
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
8621
8621
|
"clrName": "IsReadOnly",
|
|
8622
|
-
"metadataToken":
|
|
8622
|
+
"metadataToken": 385881271,
|
|
8623
8623
|
"canonicalSignature": ":System.Boolean",
|
|
8624
8624
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
8625
8625
|
"emitScope": "ViewOnly",
|
|
@@ -8639,7 +8639,7 @@
|
|
|
8639
8639
|
{
|
|
8640
8640
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
8641
8641
|
"clrName": "IsFixedSize",
|
|
8642
|
-
"metadataToken":
|
|
8642
|
+
"metadataToken": 385881272,
|
|
8643
8643
|
"canonicalSignature": ":System.Boolean",
|
|
8644
8644
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
8645
8645
|
"emitScope": "ViewOnly",
|
|
@@ -8659,7 +8659,7 @@
|
|
|
8659
8659
|
{
|
|
8660
8660
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
8661
8661
|
"clrName": "Count",
|
|
8662
|
-
"metadataToken":
|
|
8662
|
+
"metadataToken": 385881258,
|
|
8663
8663
|
"canonicalSignature": ":System.Int32",
|
|
8664
8664
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
8665
8665
|
"emitScope": "ViewOnly",
|
|
@@ -8679,7 +8679,7 @@
|
|
|
8679
8679
|
{
|
|
8680
8680
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
8681
8681
|
"clrName": "IsSynchronized",
|
|
8682
|
-
"metadataToken":
|
|
8682
|
+
"metadataToken": 385881260,
|
|
8683
8683
|
"canonicalSignature": ":System.Boolean",
|
|
8684
8684
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
8685
8685
|
"emitScope": "ViewOnly",
|