@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
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{
|
|
251
251
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
252
252
|
"clrName": "Add",
|
|
253
|
-
"metadataToken":
|
|
253
|
+
"metadataToken": 100704556,
|
|
254
254
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
255
255
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
256
256
|
"emitScope": "ViewOnly",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
|
|
273
273
|
"clrName": "Remove",
|
|
274
|
-
"metadataToken":
|
|
274
|
+
"metadataToken": 100704557,
|
|
275
275
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
276
276
|
"normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
|
|
277
277
|
"emitScope": "ViewOnly",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
{
|
|
293
293
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
294
294
|
"clrName": "Add",
|
|
295
|
-
"metadataToken":
|
|
295
|
+
"metadataToken": 100704543,
|
|
296
296
|
"canonicalSignature": "(T):System.Void",
|
|
297
297
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
298
298
|
"emitScope": "ViewOnly",
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
{
|
|
314
314
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
315
315
|
"clrName": "Clear",
|
|
316
|
-
"metadataToken":
|
|
316
|
+
"metadataToken": 100704544,
|
|
317
317
|
"canonicalSignature": "():System.Void",
|
|
318
318
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
319
319
|
"emitScope": "ViewOnly",
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
{
|
|
335
335
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
336
336
|
"clrName": "Contains",
|
|
337
|
-
"metadataToken":
|
|
337
|
+
"metadataToken": 100704545,
|
|
338
338
|
"canonicalSignature": "(T):System.Boolean",
|
|
339
339
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
340
340
|
"emitScope": "ViewOnly",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
357
357
|
"clrName": "CopyTo",
|
|
358
|
-
"metadataToken":
|
|
358
|
+
"metadataToken": 100704546,
|
|
359
359
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
360
360
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
361
361
|
"emitScope": "ViewOnly",
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
{
|
|
377
377
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
378
378
|
"clrName": "GetEnumerator",
|
|
379
|
-
"metadataToken":
|
|
379
|
+
"metadataToken": 100704565,
|
|
380
380
|
"canonicalSignature": "():IEnumerator_1",
|
|
381
381
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
382
382
|
"emitScope": "ViewOnly",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
{
|
|
398
398
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
399
399
|
"clrName": "GetEnumerator",
|
|
400
|
-
"metadataToken":
|
|
400
|
+
"metadataToken": 100703850,
|
|
401
401
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
402
402
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
403
403
|
"emitScope": "ViewOnly",
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
{
|
|
419
419
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
|
|
420
420
|
"clrName": "Contains",
|
|
421
|
-
"metadataToken":
|
|
421
|
+
"metadataToken": 100703840,
|
|
422
422
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
423
423
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
424
424
|
"emitScope": "ViewOnly",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
{
|
|
440
440
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
|
|
441
441
|
"clrName": "Add",
|
|
442
|
-
"metadataToken":
|
|
442
|
+
"metadataToken": 100703841,
|
|
443
443
|
"canonicalSignature": "(System.Object,System.Object):System.Void",
|
|
444
444
|
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
|
|
445
445
|
"emitScope": "ViewOnly",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
{
|
|
461
461
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
462
462
|
"clrName": "GetEnumerator",
|
|
463
|
-
"metadataToken":
|
|
463
|
+
"metadataToken": 100703845,
|
|
464
464
|
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
|
|
465
465
|
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
|
|
466
466
|
"emitScope": "ViewOnly",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
{
|
|
482
482
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
|
|
483
483
|
"clrName": "Remove",
|
|
484
|
-
"metadataToken":
|
|
484
|
+
"metadataToken": 100703846,
|
|
485
485
|
"canonicalSignature": "(System.Object):System.Void",
|
|
486
486
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
487
487
|
"emitScope": "ViewOnly",
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
{
|
|
503
503
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
504
504
|
"clrName": "CopyTo",
|
|
505
|
-
"metadataToken":
|
|
505
|
+
"metadataToken": 100703831,
|
|
506
506
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
507
507
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
508
508
|
"emitScope": "ViewOnly",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
{
|
|
524
524
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
525
525
|
"clrName": "ContainsKey",
|
|
526
|
-
"metadataToken":
|
|
526
|
+
"metadataToken": 100704555,
|
|
527
527
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
528
528
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
529
529
|
"emitScope": "ViewOnly",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
{
|
|
545
545
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
546
546
|
"clrName": "TryGetValue",
|
|
547
|
-
"metadataToken":
|
|
547
|
+
"metadataToken": 100704558,
|
|
548
548
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
549
549
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
550
550
|
"emitScope": "ViewOnly",
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
{
|
|
572
572
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
573
573
|
"clrName": "ContainsKey",
|
|
574
|
-
"metadataToken":
|
|
574
|
+
"metadataToken": 100704577,
|
|
575
575
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
576
576
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
577
577
|
"emitScope": "ViewOnly",
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
{
|
|
593
593
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
594
594
|
"clrName": "TryGetValue",
|
|
595
|
-
"metadataToken":
|
|
595
|
+
"metadataToken": 100704578,
|
|
596
596
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
597
597
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
598
598
|
"emitScope": "ViewOnly",
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
{
|
|
620
620
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
621
621
|
"clrName": "Clear",
|
|
622
|
-
"metadataToken":
|
|
622
|
+
"metadataToken": 100703842,
|
|
623
623
|
"canonicalSignature": "():System.Void",
|
|
624
624
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
625
625
|
"emitScope": "ViewOnly",
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
{
|
|
760
760
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
761
761
|
"clrName": "Keys",
|
|
762
|
-
"metadataToken":
|
|
762
|
+
"metadataToken": 385881423,
|
|
763
763
|
"canonicalSignature": ":ICollection_1",
|
|
764
764
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
765
765
|
"emitScope": "ViewOnly",
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
{
|
|
780
780
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
781
781
|
"clrName": "IsReadOnly",
|
|
782
|
-
"metadataToken":
|
|
782
|
+
"metadataToken": 385881420,
|
|
783
783
|
"canonicalSignature": ":System.Boolean",
|
|
784
784
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
785
785
|
"emitScope": "ViewOnly",
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
{
|
|
800
800
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
801
801
|
"clrName": "Keys",
|
|
802
|
-
"metadataToken":
|
|
802
|
+
"metadataToken": 385881432,
|
|
803
803
|
"canonicalSignature": ":IEnumerable_1",
|
|
804
804
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
805
805
|
"emitScope": "ViewOnly",
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
{
|
|
820
820
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
|
|
821
821
|
"clrName": "Keys",
|
|
822
|
-
"metadataToken":
|
|
822
|
+
"metadataToken": 385881262,
|
|
823
823
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
824
824
|
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
|
|
825
825
|
"emitScope": "ViewOnly",
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
{
|
|
840
840
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
841
841
|
"clrName": "SyncRoot",
|
|
842
|
-
"metadataToken":
|
|
842
|
+
"metadataToken": 385881259,
|
|
843
843
|
"canonicalSignature": ":System.Object",
|
|
844
844
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
845
845
|
"emitScope": "ViewOnly",
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
{
|
|
860
860
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
861
861
|
"clrName": "Values",
|
|
862
|
-
"metadataToken":
|
|
862
|
+
"metadataToken": 385881424,
|
|
863
863
|
"canonicalSignature": ":ICollection_1",
|
|
864
864
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
865
865
|
"emitScope": "ViewOnly",
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
{
|
|
880
880
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
881
881
|
"clrName": "Count",
|
|
882
|
-
"metadataToken":
|
|
882
|
+
"metadataToken": 385881419,
|
|
883
883
|
"canonicalSignature": ":System.Int32",
|
|
884
884
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
885
885
|
"emitScope": "ViewOnly",
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
{
|
|
900
900
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
901
901
|
"clrName": "Values",
|
|
902
|
-
"metadataToken":
|
|
902
|
+
"metadataToken": 385881433,
|
|
903
903
|
"canonicalSignature": ":IEnumerable_1",
|
|
904
904
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
905
905
|
"emitScope": "ViewOnly",
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
{
|
|
920
920
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
921
921
|
"clrName": "Count",
|
|
922
|
-
"metadataToken":
|
|
922
|
+
"metadataToken": 385881430,
|
|
923
923
|
"canonicalSignature": ":System.Int32",
|
|
924
924
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
925
925
|
"emitScope": "ViewOnly",
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
{
|
|
940
940
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
|
|
941
941
|
"clrName": "Values",
|
|
942
|
-
"metadataToken":
|
|
942
|
+
"metadataToken": 385881263,
|
|
943
943
|
"canonicalSignature": ":System.Collections.ICollection",
|
|
944
944
|
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
|
|
945
945
|
"emitScope": "ViewOnly",
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
{
|
|
960
960
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
|
|
961
961
|
"clrName": "IsReadOnly",
|
|
962
|
-
"metadataToken":
|
|
962
|
+
"metadataToken": 385881264,
|
|
963
963
|
"canonicalSignature": ":System.Boolean",
|
|
964
964
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
965
965
|
"emitScope": "ViewOnly",
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
{
|
|
980
980
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
|
|
981
981
|
"clrName": "IsFixedSize",
|
|
982
|
-
"metadataToken":
|
|
982
|
+
"metadataToken": 385881265,
|
|
983
983
|
"canonicalSignature": ":System.Boolean",
|
|
984
984
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
985
985
|
"emitScope": "ViewOnly",
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
{
|
|
1000
1000
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1001
1001
|
"clrName": "Count",
|
|
1002
|
-
"metadataToken":
|
|
1002
|
+
"metadataToken": 385881258,
|
|
1003
1003
|
"canonicalSignature": ":System.Int32",
|
|
1004
1004
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1005
1005
|
"emitScope": "ViewOnly",
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1021
1021
|
"clrName": "IsSynchronized",
|
|
1022
|
-
"metadataToken":
|
|
1022
|
+
"metadataToken": 385881260,
|
|
1023
1023
|
"canonicalSignature": ":System.Boolean",
|
|
1024
1024
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1025
1025
|
"emitScope": "ViewOnly",
|
|
@@ -1209,6 +1209,26 @@
|
|
|
1209
1209
|
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1210
1210
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1211
1211
|
"isExtensionMethod": false
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Reset():System.Void",
|
|
1215
|
+
"clrName": "Reset",
|
|
1216
|
+
"metadataToken": 0,
|
|
1217
|
+
"canonicalSignature": "():System.Void",
|
|
1218
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1219
|
+
"emitScope": "ClassSurface",
|
|
1220
|
+
"provenance": "Synthesized",
|
|
1221
|
+
"arity": 0,
|
|
1222
|
+
"parameterCount": 0,
|
|
1223
|
+
"isStatic": false,
|
|
1224
|
+
"isAbstract": false,
|
|
1225
|
+
"isVirtual": true,
|
|
1226
|
+
"isOverride": false,
|
|
1227
|
+
"isSealed": false,
|
|
1228
|
+
"visibility": "Public",
|
|
1229
|
+
"declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
|
|
1230
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
1231
|
+
"isExtensionMethod": false
|
|
1212
1232
|
}
|
|
1213
1233
|
],
|
|
1214
1234
|
"properties": [
|
|
@@ -1575,7 +1595,7 @@
|
|
|
1575
1595
|
{
|
|
1576
1596
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::Add(T):System.Boolean",
|
|
1577
1597
|
"clrName": "Add",
|
|
1578
|
-
"metadataToken":
|
|
1598
|
+
"metadataToken": 100704583,
|
|
1579
1599
|
"canonicalSignature": "(T):System.Boolean",
|
|
1580
1600
|
"normalizedSignature": "Add|(T):System.Boolean|static=false",
|
|
1581
1601
|
"emitScope": "ViewOnly",
|
|
@@ -1596,7 +1616,7 @@
|
|
|
1596
1616
|
{
|
|
1597
1617
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
1598
1618
|
"clrName": "UnionWith",
|
|
1599
|
-
"metadataToken":
|
|
1619
|
+
"metadataToken": 100704584,
|
|
1600
1620
|
"canonicalSignature": "(IEnumerable_1):System.Void",
|
|
1601
1621
|
"normalizedSignature": "UnionWith|(IEnumerable_1):System.Void|static=false",
|
|
1602
1622
|
"emitScope": "ViewOnly",
|
|
@@ -1617,7 +1637,7 @@
|
|
|
1617
1637
|
{
|
|
1618
1638
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
1619
1639
|
"clrName": "Add",
|
|
1620
|
-
"metadataToken":
|
|
1640
|
+
"metadataToken": 100704543,
|
|
1621
1641
|
"canonicalSignature": "(T):System.Void",
|
|
1622
1642
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
1623
1643
|
"emitScope": "ViewOnly",
|
|
@@ -1638,7 +1658,7 @@
|
|
|
1638
1658
|
{
|
|
1639
1659
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
1640
1660
|
"clrName": "Clear",
|
|
1641
|
-
"metadataToken":
|
|
1661
|
+
"metadataToken": 100704544,
|
|
1642
1662
|
"canonicalSignature": "():System.Void",
|
|
1643
1663
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1644
1664
|
"emitScope": "ViewOnly",
|
|
@@ -1659,7 +1679,7 @@
|
|
|
1659
1679
|
{
|
|
1660
1680
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1661
1681
|
"clrName": "GetEnumerator",
|
|
1662
|
-
"metadataToken":
|
|
1682
|
+
"metadataToken": 100704565,
|
|
1663
1683
|
"canonicalSignature": "():IEnumerator_1",
|
|
1664
1684
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1665
1685
|
"emitScope": "ViewOnly",
|
|
@@ -1680,7 +1700,7 @@
|
|
|
1680
1700
|
{
|
|
1681
1701
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1682
1702
|
"clrName": "GetEnumerator",
|
|
1683
|
-
"metadataToken":
|
|
1703
|
+
"metadataToken": 100703850,
|
|
1684
1704
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1685
1705
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1686
1706
|
"emitScope": "ViewOnly",
|
|
@@ -1701,7 +1721,7 @@
|
|
|
1701
1721
|
{
|
|
1702
1722
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1703
1723
|
"clrName": "CopyTo",
|
|
1704
|
-
"metadataToken":
|
|
1724
|
+
"metadataToken": 100703831,
|
|
1705
1725
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1706
1726
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1707
1727
|
"emitScope": "ViewOnly",
|
|
@@ -1722,7 +1742,7 @@
|
|
|
1722
1742
|
{
|
|
1723
1743
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601::IsSubsetOf(IEnumerable_1):System.Boolean",
|
|
1724
1744
|
"clrName": "IsSubsetOf",
|
|
1725
|
-
"metadataToken":
|
|
1745
|
+
"metadataToken": 100704588,
|
|
1726
1746
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
1727
1747
|
"normalizedSignature": "IsSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
1728
1748
|
"emitScope": "ViewOnly",
|
|
@@ -1743,7 +1763,7 @@
|
|
|
1743
1763
|
{
|
|
1744
1764
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1745
1765
|
"clrName": "Contains",
|
|
1746
|
-
"metadataToken":
|
|
1766
|
+
"metadataToken": 100704545,
|
|
1747
1767
|
"canonicalSignature": "(T):System.Boolean",
|
|
1748
1768
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1749
1769
|
"emitScope": "ViewOnly",
|
|
@@ -1764,7 +1784,7 @@
|
|
|
1764
1784
|
{
|
|
1765
1785
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1766
1786
|
"clrName": "CopyTo",
|
|
1767
|
-
"metadataToken":
|
|
1787
|
+
"metadataToken": 100704546,
|
|
1768
1788
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1769
1789
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
1770
1790
|
"emitScope": "ViewOnly",
|
|
@@ -1785,7 +1805,7 @@
|
|
|
1785
1805
|
{
|
|
1786
1806
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
|
|
1787
1807
|
"clrName": "Contains",
|
|
1788
|
-
"metadataToken":
|
|
1808
|
+
"metadataToken": 100704594,
|
|
1789
1809
|
"canonicalSignature": "(T):System.Boolean",
|
|
1790
1810
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1791
1811
|
"emitScope": "ViewOnly",
|
|
@@ -1806,7 +1826,7 @@
|
|
|
1806
1826
|
{
|
|
1807
1827
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::IsProperSubsetOf(IEnumerable_1):System.Boolean",
|
|
1808
1828
|
"clrName": "IsProperSubsetOf",
|
|
1809
|
-
"metadataToken":
|
|
1829
|
+
"metadataToken": 100704595,
|
|
1810
1830
|
"canonicalSignature": "(IEnumerable_1):System.Boolean",
|
|
1811
1831
|
"normalizedSignature": "IsProperSubsetOf|(IEnumerable_1):System.Boolean|static=false",
|
|
1812
1832
|
"emitScope": "ViewOnly",
|
|
@@ -1908,7 +1928,7 @@
|
|
|
1908
1928
|
{
|
|
1909
1929
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
1910
1930
|
"clrName": "IsReadOnly",
|
|
1911
|
-
"metadataToken":
|
|
1931
|
+
"metadataToken": 385881420,
|
|
1912
1932
|
"canonicalSignature": ":System.Boolean",
|
|
1913
1933
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1914
1934
|
"emitScope": "ViewOnly",
|
|
@@ -1928,7 +1948,7 @@
|
|
|
1928
1948
|
{
|
|
1929
1949
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1930
1950
|
"clrName": "SyncRoot",
|
|
1931
|
-
"metadataToken":
|
|
1951
|
+
"metadataToken": 385881259,
|
|
1932
1952
|
"canonicalSignature": ":System.Object",
|
|
1933
1953
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1934
1954
|
"emitScope": "ViewOnly",
|
|
@@ -1948,7 +1968,7 @@
|
|
|
1948
1968
|
{
|
|
1949
1969
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
1950
1970
|
"clrName": "Count",
|
|
1951
|
-
"metadataToken":
|
|
1971
|
+
"metadataToken": 385881419,
|
|
1952
1972
|
"canonicalSignature": ":System.Int32",
|
|
1953
1973
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1954
1974
|
"emitScope": "ViewOnly",
|
|
@@ -1968,7 +1988,7 @@
|
|
|
1968
1988
|
{
|
|
1969
1989
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1970
1990
|
"clrName": "Count",
|
|
1971
|
-
"metadataToken":
|
|
1991
|
+
"metadataToken": 385881430,
|
|
1972
1992
|
"canonicalSignature": ":System.Int32",
|
|
1973
1993
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1974
1994
|
"emitScope": "ViewOnly",
|
|
@@ -1988,7 +2008,7 @@
|
|
|
1988
2008
|
{
|
|
1989
2009
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1990
2010
|
"clrName": "Count",
|
|
1991
|
-
"metadataToken":
|
|
2011
|
+
"metadataToken": 385881258,
|
|
1992
2012
|
"canonicalSignature": ":System.Int32",
|
|
1993
2013
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1994
2014
|
"emitScope": "ViewOnly",
|
|
@@ -2008,7 +2028,7 @@
|
|
|
2008
2028
|
{
|
|
2009
2029
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2010
2030
|
"clrName": "IsSynchronized",
|
|
2011
|
-
"metadataToken":
|
|
2031
|
+
"metadataToken": 385881260,
|
|
2012
2032
|
"canonicalSignature": ":System.Boolean",
|
|
2013
2033
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2014
2034
|
"emitScope": "ViewOnly",
|
|
@@ -2177,6 +2197,26 @@
|
|
|
2177
2197
|
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2178
2198
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2179
2199
|
"isExtensionMethod": false
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Reset():System.Void",
|
|
2203
|
+
"clrName": "Reset",
|
|
2204
|
+
"metadataToken": 0,
|
|
2205
|
+
"canonicalSignature": "():System.Void",
|
|
2206
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
2207
|
+
"emitScope": "ClassSurface",
|
|
2208
|
+
"provenance": "Synthesized",
|
|
2209
|
+
"arity": 0,
|
|
2210
|
+
"parameterCount": 0,
|
|
2211
|
+
"isStatic": false,
|
|
2212
|
+
"isAbstract": false,
|
|
2213
|
+
"isVirtual": true,
|
|
2214
|
+
"isOverride": false,
|
|
2215
|
+
"isSealed": false,
|
|
2216
|
+
"visibility": "Public",
|
|
2217
|
+
"declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
|
|
2218
|
+
"declaringAssemblyName": "System.Collections.Immutable",
|
|
2219
|
+
"isExtensionMethod": false
|
|
2180
2220
|
}
|
|
2181
2221
|
],
|
|
2182
2222
|
"properties": [
|