@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
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
{
|
|
513
513
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::value__System.Int32",
|
|
514
514
|
"clrName": "value__",
|
|
515
|
-
"metadataToken":
|
|
515
|
+
"metadataToken": 67116842,
|
|
516
516
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
517
517
|
"isStatic": false,
|
|
518
518
|
"isReadOnly": false,
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
{
|
|
525
525
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::NeverSystem.Diagnostics.DebuggerBrowsableState",
|
|
526
526
|
"clrName": "Never",
|
|
527
|
-
"metadataToken":
|
|
527
|
+
"metadataToken": 67116843,
|
|
528
528
|
"normalizedSignature": "Never|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
|
|
529
529
|
"isStatic": true,
|
|
530
530
|
"isReadOnly": false,
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
{
|
|
537
537
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::CollapsedSystem.Diagnostics.DebuggerBrowsableState",
|
|
538
538
|
"clrName": "Collapsed",
|
|
539
|
-
"metadataToken":
|
|
539
|
+
"metadataToken": 67116844,
|
|
540
540
|
"normalizedSignature": "Collapsed|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
|
|
541
541
|
"isStatic": true,
|
|
542
542
|
"isReadOnly": false,
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
{
|
|
549
549
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::RootHiddenSystem.Diagnostics.DebuggerBrowsableState",
|
|
550
550
|
"clrName": "RootHidden",
|
|
551
|
-
"metadataToken":
|
|
551
|
+
"metadataToken": 67116845,
|
|
552
552
|
"normalizedSignature": "RootHidden|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
|
|
553
553
|
"isStatic": true,
|
|
554
554
|
"isReadOnly": false,
|
|
@@ -3846,7 +3846,7 @@
|
|
|
3846
3846
|
{
|
|
3847
3847
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
3848
3848
|
"clrName": "IndexOf",
|
|
3849
|
-
"metadataToken":
|
|
3849
|
+
"metadataToken": 100704573,
|
|
3850
3850
|
"canonicalSignature": "(T):System.Int32",
|
|
3851
3851
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
3852
3852
|
"emitScope": "ViewOnly",
|
|
@@ -3867,7 +3867,7 @@
|
|
|
3867
3867
|
{
|
|
3868
3868
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
3869
3869
|
"clrName": "Insert",
|
|
3870
|
-
"metadataToken":
|
|
3870
|
+
"metadataToken": 100704574,
|
|
3871
3871
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
3872
3872
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
3873
3873
|
"emitScope": "ViewOnly",
|
|
@@ -3888,7 +3888,7 @@
|
|
|
3888
3888
|
{
|
|
3889
3889
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
3890
3890
|
"clrName": "Add",
|
|
3891
|
-
"metadataToken":
|
|
3891
|
+
"metadataToken": 100704543,
|
|
3892
3892
|
"canonicalSignature": "(T):System.Void",
|
|
3893
3893
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
3894
3894
|
"emitScope": "ViewOnly",
|
|
@@ -3909,7 +3909,7 @@
|
|
|
3909
3909
|
{
|
|
3910
3910
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3911
3911
|
"clrName": "Contains",
|
|
3912
|
-
"metadataToken":
|
|
3912
|
+
"metadataToken": 100704545,
|
|
3913
3913
|
"canonicalSignature": "(T):System.Boolean",
|
|
3914
3914
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3915
3915
|
"emitScope": "ViewOnly",
|
|
@@ -3930,7 +3930,7 @@
|
|
|
3930
3930
|
{
|
|
3931
3931
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3932
3932
|
"clrName": "CopyTo",
|
|
3933
|
-
"metadataToken":
|
|
3933
|
+
"metadataToken": 100704546,
|
|
3934
3934
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3935
3935
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3936
3936
|
"emitScope": "ViewOnly",
|
|
@@ -3951,7 +3951,7 @@
|
|
|
3951
3951
|
{
|
|
3952
3952
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3953
3953
|
"clrName": "GetEnumerator",
|
|
3954
|
-
"metadataToken":
|
|
3954
|
+
"metadataToken": 100704565,
|
|
3955
3955
|
"canonicalSignature": "():IEnumerator_1",
|
|
3956
3956
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3957
3957
|
"emitScope": "ViewOnly",
|
|
@@ -3972,7 +3972,7 @@
|
|
|
3972
3972
|
{
|
|
3973
3973
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3974
3974
|
"clrName": "GetEnumerator",
|
|
3975
|
-
"metadataToken":
|
|
3975
|
+
"metadataToken": 100703850,
|
|
3976
3976
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3977
3977
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3978
3978
|
"emitScope": "ViewOnly",
|
|
@@ -3993,7 +3993,7 @@
|
|
|
3993
3993
|
{
|
|
3994
3994
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
3995
3995
|
"clrName": "RemoveAt",
|
|
3996
|
-
"metadataToken":
|
|
3996
|
+
"metadataToken": 100704575,
|
|
3997
3997
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3998
3998
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3999
3999
|
"emitScope": "ViewOnly",
|
|
@@ -4014,7 +4014,7 @@
|
|
|
4014
4014
|
{
|
|
4015
4015
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4016
4016
|
"clrName": "Clear",
|
|
4017
|
-
"metadataToken":
|
|
4017
|
+
"metadataToken": 100704544,
|
|
4018
4018
|
"canonicalSignature": "():System.Void",
|
|
4019
4019
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4020
4020
|
"emitScope": "ViewOnly",
|
|
@@ -4094,7 +4094,7 @@
|
|
|
4094
4094
|
{
|
|
4095
4095
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4096
4096
|
"clrName": "Count",
|
|
4097
|
-
"metadataToken":
|
|
4097
|
+
"metadataToken": 385881419,
|
|
4098
4098
|
"canonicalSignature": ":System.Int32",
|
|
4099
4099
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4100
4100
|
"emitScope": "ViewOnly",
|
|
@@ -4114,7 +4114,7 @@
|
|
|
4114
4114
|
{
|
|
4115
4115
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
4116
4116
|
"clrName": "IsReadOnly",
|
|
4117
|
-
"metadataToken":
|
|
4117
|
+
"metadataToken": 385881420,
|
|
4118
4118
|
"canonicalSignature": ":System.Boolean",
|
|
4119
4119
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4120
4120
|
"emitScope": "ViewOnly",
|
|
@@ -4134,7 +4134,7 @@
|
|
|
4134
4134
|
{
|
|
4135
4135
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4136
4136
|
"clrName": "Count",
|
|
4137
|
-
"metadataToken":
|
|
4137
|
+
"metadataToken": 385881430,
|
|
4138
4138
|
"canonicalSignature": ":System.Int32",
|
|
4139
4139
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4140
4140
|
"emitScope": "ViewOnly",
|
|
@@ -6489,7 +6489,7 @@
|
|
|
6489
6489
|
{
|
|
6490
6490
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
6491
6491
|
"clrName": "ContainsKey",
|
|
6492
|
-
"metadataToken":
|
|
6492
|
+
"metadataToken": 100704555,
|
|
6493
6493
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
6494
6494
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
6495
6495
|
"emitScope": "ViewOnly",
|
|
@@ -6510,7 +6510,7 @@
|
|
|
6510
6510
|
{
|
|
6511
6511
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
6512
6512
|
"clrName": "Add",
|
|
6513
|
-
"metadataToken":
|
|
6513
|
+
"metadataToken": 100704556,
|
|
6514
6514
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
6515
6515
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
6516
6516
|
"emitScope": "ViewOnly",
|
|
@@ -6531,7 +6531,7 @@
|
|
|
6531
6531
|
{
|
|
6532
6532
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
6533
6533
|
"clrName": "TryGetValue",
|
|
6534
|
-
"metadataToken":
|
|
6534
|
+
"metadataToken": 100704558,
|
|
6535
6535
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
6536
6536
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
6537
6537
|
"emitScope": "ViewOnly",
|
|
@@ -6558,7 +6558,7 @@
|
|
|
6558
6558
|
{
|
|
6559
6559
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
6560
6560
|
"clrName": "Add",
|
|
6561
|
-
"metadataToken":
|
|
6561
|
+
"metadataToken": 100704543,
|
|
6562
6562
|
"canonicalSignature": "(T):System.Void",
|
|
6563
6563
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
6564
6564
|
"emitScope": "ViewOnly",
|
|
@@ -6579,7 +6579,7 @@
|
|
|
6579
6579
|
{
|
|
6580
6580
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
6581
6581
|
"clrName": "Contains",
|
|
6582
|
-
"metadataToken":
|
|
6582
|
+
"metadataToken": 100704545,
|
|
6583
6583
|
"canonicalSignature": "(T):System.Boolean",
|
|
6584
6584
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
6585
6585
|
"emitScope": "ViewOnly",
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
{
|
|
6601
6601
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
6602
6602
|
"clrName": "CopyTo",
|
|
6603
|
-
"metadataToken":
|
|
6603
|
+
"metadataToken": 100704546,
|
|
6604
6604
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
6605
6605
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
6606
6606
|
"emitScope": "ViewOnly",
|
|
@@ -6621,7 +6621,7 @@
|
|
|
6621
6621
|
{
|
|
6622
6622
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
6623
6623
|
"clrName": "GetEnumerator",
|
|
6624
|
-
"metadataToken":
|
|
6624
|
+
"metadataToken": 100704565,
|
|
6625
6625
|
"canonicalSignature": "():IEnumerator_1",
|
|
6626
6626
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
6627
6627
|
"emitScope": "ViewOnly",
|
|
@@ -6642,7 +6642,7 @@
|
|
|
6642
6642
|
{
|
|
6643
6643
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6644
6644
|
"clrName": "GetEnumerator",
|
|
6645
|
-
"metadataToken":
|
|
6645
|
+
"metadataToken": 100703850,
|
|
6646
6646
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6647
6647
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6648
6648
|
"emitScope": "ViewOnly",
|
|
@@ -6663,7 +6663,7 @@
|
|
|
6663
6663
|
{
|
|
6664
6664
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
6665
6665
|
"clrName": "Clear",
|
|
6666
|
-
"metadataToken":
|
|
6666
|
+
"metadataToken": 100704544,
|
|
6667
6667
|
"canonicalSignature": "():System.Void",
|
|
6668
6668
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
6669
6669
|
"emitScope": "ViewOnly",
|
|
@@ -6781,7 +6781,7 @@
|
|
|
6781
6781
|
{
|
|
6782
6782
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
6783
6783
|
"clrName": "Keys",
|
|
6784
|
-
"metadataToken":
|
|
6784
|
+
"metadataToken": 385881423,
|
|
6785
6785
|
"canonicalSignature": ":ICollection_1",
|
|
6786
6786
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
6787
6787
|
"emitScope": "ViewOnly",
|
|
@@ -6801,7 +6801,7 @@
|
|
|
6801
6801
|
{
|
|
6802
6802
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
6803
6803
|
"clrName": "Values",
|
|
6804
|
-
"metadataToken":
|
|
6804
|
+
"metadataToken": 385881424,
|
|
6805
6805
|
"canonicalSignature": ":ICollection_1",
|
|
6806
6806
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
6807
6807
|
"emitScope": "ViewOnly",
|
|
@@ -6821,7 +6821,7 @@
|
|
|
6821
6821
|
{
|
|
6822
6822
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
6823
6823
|
"clrName": "Count",
|
|
6824
|
-
"metadataToken":
|
|
6824
|
+
"metadataToken": 385881419,
|
|
6825
6825
|
"canonicalSignature": ":System.Int32",
|
|
6826
6826
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6827
6827
|
"emitScope": "ViewOnly",
|
|
@@ -6841,7 +6841,7 @@
|
|
|
6841
6841
|
{
|
|
6842
6842
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
6843
6843
|
"clrName": "IsReadOnly",
|
|
6844
|
-
"metadataToken":
|
|
6844
|
+
"metadataToken": 385881420,
|
|
6845
6845
|
"canonicalSignature": ":System.Boolean",
|
|
6846
6846
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
6847
6847
|
"emitScope": "ViewOnly",
|
|
@@ -6958,6 +6958,26 @@
|
|
|
6958
6958
|
"declaringClrType": "System.Diagnostics.ActivityTagsCollection\u002BEnumerator",
|
|
6959
6959
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
6960
6960
|
"isExtensionMethod": false
|
|
6961
|
+
},
|
|
6962
|
+
{
|
|
6963
|
+
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityTagsCollection\u002BEnumerator::Reset():System.Void",
|
|
6964
|
+
"clrName": "Reset",
|
|
6965
|
+
"metadataToken": 0,
|
|
6966
|
+
"canonicalSignature": "():System.Void",
|
|
6967
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
6968
|
+
"emitScope": "ClassSurface",
|
|
6969
|
+
"provenance": "Synthesized",
|
|
6970
|
+
"arity": 0,
|
|
6971
|
+
"parameterCount": 0,
|
|
6972
|
+
"isStatic": false,
|
|
6973
|
+
"isAbstract": false,
|
|
6974
|
+
"isVirtual": true,
|
|
6975
|
+
"isOverride": false,
|
|
6976
|
+
"isSealed": false,
|
|
6977
|
+
"visibility": "Public",
|
|
6978
|
+
"declaringClrType": "System.Diagnostics.ActivityTagsCollection\u002BEnumerator",
|
|
6979
|
+
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
6980
|
+
"isExtensionMethod": false
|
|
6961
6981
|
}
|
|
6962
6982
|
],
|
|
6963
6983
|
"properties": [
|
|
@@ -7090,7 +7110,7 @@
|
|
|
7090
7110
|
{
|
|
7091
7111
|
"stableId": "System.Private.CoreLib:System.Diagnostics.ConditionalAttribute::ConditionString:System.String",
|
|
7092
7112
|
"clrName": "ConditionString",
|
|
7093
|
-
"metadataToken":
|
|
7113
|
+
"metadataToken": 385880887,
|
|
7094
7114
|
"canonicalSignature": ":System.String",
|
|
7095
7115
|
"normalizedSignature": "ConditionString|:System.String|static=false|accessor=get",
|
|
7096
7116
|
"emitScope": "ClassSurface",
|
|
@@ -7112,7 +7132,7 @@
|
|
|
7112
7132
|
"constructors": [
|
|
7113
7133
|
{
|
|
7114
7134
|
"stableId": "System.Private.CoreLib:System.Diagnostics.ConditionalAttribute::.ctor(System.String):void",
|
|
7115
|
-
"metadataToken":
|
|
7135
|
+
"metadataToken": 100701823,
|
|
7116
7136
|
"canonicalSignature": "(System.String):void",
|
|
7117
7137
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
7118
7138
|
"isStatic": false,
|
|
@@ -7397,7 +7417,7 @@
|
|
|
7397
7417
|
{
|
|
7398
7418
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute::IsJITTrackingEnabled:System.Boolean",
|
|
7399
7419
|
"clrName": "IsJITTrackingEnabled",
|
|
7400
|
-
"metadataToken":
|
|
7420
|
+
"metadataToken": 385880891,
|
|
7401
7421
|
"canonicalSignature": ":System.Boolean",
|
|
7402
7422
|
"normalizedSignature": "IsJITTrackingEnabled|:System.Boolean|static=false|accessor=get",
|
|
7403
7423
|
"emitScope": "ClassSurface",
|
|
@@ -7416,7 +7436,7 @@
|
|
|
7416
7436
|
{
|
|
7417
7437
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute::IsJITOptimizerDisabled:System.Boolean",
|
|
7418
7438
|
"clrName": "IsJITOptimizerDisabled",
|
|
7419
|
-
"metadataToken":
|
|
7439
|
+
"metadataToken": 385880892,
|
|
7420
7440
|
"canonicalSignature": ":System.Boolean",
|
|
7421
7441
|
"normalizedSignature": "IsJITOptimizerDisabled|:System.Boolean|static=false|accessor=get",
|
|
7422
7442
|
"emitScope": "ClassSurface",
|
|
@@ -7435,7 +7455,7 @@
|
|
|
7435
7455
|
{
|
|
7436
7456
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute::DebuggingFlags:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7437
7457
|
"clrName": "DebuggingFlags",
|
|
7438
|
-
"metadataToken":
|
|
7458
|
+
"metadataToken": 385880893,
|
|
7439
7459
|
"canonicalSignature": ":System.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7440
7460
|
"normalizedSignature": "DebuggingFlags|:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=false|accessor=get",
|
|
7441
7461
|
"emitScope": "ClassSurface",
|
|
@@ -7457,7 +7477,7 @@
|
|
|
7457
7477
|
"constructors": [
|
|
7458
7478
|
{
|
|
7459
7479
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute::.ctor(System.Boolean,System.Boolean):void",
|
|
7460
|
-
"metadataToken":
|
|
7480
|
+
"metadataToken": 100701893,
|
|
7461
7481
|
"canonicalSignature": "(System.Boolean,System.Boolean):void",
|
|
7462
7482
|
"normalizedSignature": "constructor|(System.Boolean,System.Boolean):void|static=false",
|
|
7463
7483
|
"isStatic": false,
|
|
@@ -7468,7 +7488,7 @@
|
|
|
7468
7488
|
},
|
|
7469
7489
|
{
|
|
7470
7490
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute\u002BDebuggingModes):void",
|
|
7471
|
-
"metadataToken":
|
|
7491
|
+
"metadataToken": 100701894,
|
|
7472
7492
|
"canonicalSignature": "(System.Diagnostics.DebuggableAttribute\u002BDebuggingModes):void",
|
|
7473
7493
|
"normalizedSignature": "constructor|(System.Diagnostics.DebuggableAttribute\u002BDebuggingModes):void|static=false",
|
|
7474
7494
|
"isStatic": false,
|
|
@@ -7518,7 +7538,7 @@
|
|
|
7518
7538
|
{
|
|
7519
7539
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::value__System.Int32",
|
|
7520
7540
|
"clrName": "value__",
|
|
7521
|
-
"metadataToken":
|
|
7541
|
+
"metadataToken": 67116836,
|
|
7522
7542
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
7523
7543
|
"isStatic": false,
|
|
7524
7544
|
"isReadOnly": false,
|
|
@@ -7530,7 +7550,7 @@
|
|
|
7530
7550
|
{
|
|
7531
7551
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::NoneSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7532
7552
|
"clrName": "None",
|
|
7533
|
-
"metadataToken":
|
|
7553
|
+
"metadataToken": 67116837,
|
|
7534
7554
|
"normalizedSignature": "None|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
|
|
7535
7555
|
"isStatic": true,
|
|
7536
7556
|
"isReadOnly": false,
|
|
@@ -7542,7 +7562,7 @@
|
|
|
7542
7562
|
{
|
|
7543
7563
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::DefaultSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7544
7564
|
"clrName": "Default",
|
|
7545
|
-
"metadataToken":
|
|
7565
|
+
"metadataToken": 67116838,
|
|
7546
7566
|
"normalizedSignature": "Default|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
|
|
7547
7567
|
"isStatic": true,
|
|
7548
7568
|
"isReadOnly": false,
|
|
@@ -7554,7 +7574,7 @@
|
|
|
7554
7574
|
{
|
|
7555
7575
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::DisableOptimizationsSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7556
7576
|
"clrName": "DisableOptimizations",
|
|
7557
|
-
"metadataToken":
|
|
7577
|
+
"metadataToken": 67116839,
|
|
7558
7578
|
"normalizedSignature": "DisableOptimizations|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
|
|
7559
7579
|
"isStatic": true,
|
|
7560
7580
|
"isReadOnly": false,
|
|
@@ -7566,7 +7586,7 @@
|
|
|
7566
7586
|
{
|
|
7567
7587
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::IgnoreSymbolStoreSequencePointsSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7568
7588
|
"clrName": "IgnoreSymbolStoreSequencePoints",
|
|
7569
|
-
"metadataToken":
|
|
7589
|
+
"metadataToken": 67116840,
|
|
7570
7590
|
"normalizedSignature": "IgnoreSymbolStoreSequencePoints|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
|
|
7571
7591
|
"isStatic": true,
|
|
7572
7592
|
"isReadOnly": false,
|
|
@@ -7578,7 +7598,7 @@
|
|
|
7578
7598
|
{
|
|
7579
7599
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::EnableEditAndContinueSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
|
|
7580
7600
|
"clrName": "EnableEditAndContinue",
|
|
7581
|
-
"metadataToken":
|
|
7601
|
+
"metadataToken": 67116841,
|
|
7582
7602
|
"normalizedSignature": "EnableEditAndContinue|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
|
|
7583
7603
|
"isStatic": true,
|
|
7584
7604
|
"isReadOnly": false,
|
|
@@ -7611,7 +7631,7 @@
|
|
|
7611
7631
|
{
|
|
7612
7632
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableAttribute::State:System.Diagnostics.DebuggerBrowsableState",
|
|
7613
7633
|
"clrName": "State",
|
|
7614
|
-
"metadataToken":
|
|
7634
|
+
"metadataToken": 385880894,
|
|
7615
7635
|
"canonicalSignature": ":System.Diagnostics.DebuggerBrowsableState",
|
|
7616
7636
|
"normalizedSignature": "State|:System.Diagnostics.DebuggerBrowsableState|static=false|accessor=get",
|
|
7617
7637
|
"emitScope": "ClassSurface",
|
|
@@ -7633,7 +7653,7 @@
|
|
|
7633
7653
|
"constructors": [
|
|
7634
7654
|
{
|
|
7635
7655
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState):void",
|
|
7636
|
-
"metadataToken":
|
|
7656
|
+
"metadataToken": 100701898,
|
|
7637
7657
|
"canonicalSignature": "(System.Diagnostics.DebuggerBrowsableState):void",
|
|
7638
7658
|
"normalizedSignature": "constructor|(System.Diagnostics.DebuggerBrowsableState):void|static=false",
|
|
7639
7659
|
"isStatic": false,
|
|
@@ -7666,7 +7686,7 @@
|
|
|
7666
7686
|
"constructors": [
|
|
7667
7687
|
{
|
|
7668
7688
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute::.ctor():void",
|
|
7669
|
-
"metadataToken":
|
|
7689
|
+
"metadataToken": 100701900,
|
|
7670
7690
|
"canonicalSignature": "():void",
|
|
7671
7691
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7672
7692
|
"isStatic": false,
|
|
@@ -7697,7 +7717,7 @@
|
|
|
7697
7717
|
{
|
|
7698
7718
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::Value:System.String",
|
|
7699
7719
|
"clrName": "Value",
|
|
7700
|
-
"metadataToken":
|
|
7720
|
+
"metadataToken": 385880895,
|
|
7701
7721
|
"canonicalSignature": ":System.String",
|
|
7702
7722
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
7703
7723
|
"emitScope": "ClassSurface",
|
|
@@ -7716,7 +7736,7 @@
|
|
|
7716
7736
|
{
|
|
7717
7737
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::Name:System.String",
|
|
7718
7738
|
"clrName": "Name",
|
|
7719
|
-
"metadataToken":
|
|
7739
|
+
"metadataToken": 385880896,
|
|
7720
7740
|
"canonicalSignature": ":System.String",
|
|
7721
7741
|
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
7722
7742
|
"emitScope": "ClassSurface",
|
|
@@ -7735,7 +7755,7 @@
|
|
|
7735
7755
|
{
|
|
7736
7756
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::Type:System.String",
|
|
7737
7757
|
"clrName": "Type",
|
|
7738
|
-
"metadataToken":
|
|
7758
|
+
"metadataToken": 385880897,
|
|
7739
7759
|
"canonicalSignature": ":System.String",
|
|
7740
7760
|
"normalizedSignature": "Type|:System.String|static=false|accessor=getset",
|
|
7741
7761
|
"emitScope": "ClassSurface",
|
|
@@ -7754,7 +7774,7 @@
|
|
|
7754
7774
|
{
|
|
7755
7775
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::Target:System.Type",
|
|
7756
7776
|
"clrName": "Target",
|
|
7757
|
-
"metadataToken":
|
|
7777
|
+
"metadataToken": 385880898,
|
|
7758
7778
|
"canonicalSignature": ":System.Type",
|
|
7759
7779
|
"normalizedSignature": "Target|:System.Type|static=false|accessor=getset",
|
|
7760
7780
|
"emitScope": "ClassSurface",
|
|
@@ -7773,7 +7793,7 @@
|
|
|
7773
7793
|
{
|
|
7774
7794
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::TargetTypeName:System.String",
|
|
7775
7795
|
"clrName": "TargetTypeName",
|
|
7776
|
-
"metadataToken":
|
|
7796
|
+
"metadataToken": 385880899,
|
|
7777
7797
|
"canonicalSignature": ":System.String",
|
|
7778
7798
|
"normalizedSignature": "TargetTypeName|:System.String|static=false|accessor=getset",
|
|
7779
7799
|
"emitScope": "ClassSurface",
|
|
@@ -7795,7 +7815,7 @@
|
|
|
7795
7815
|
"constructors": [
|
|
7796
7816
|
{
|
|
7797
7817
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String):void",
|
|
7798
|
-
"metadataToken":
|
|
7818
|
+
"metadataToken": 100701901,
|
|
7799
7819
|
"canonicalSignature": "(System.String):void",
|
|
7800
7820
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
7801
7821
|
"isStatic": false,
|
|
@@ -7828,7 +7848,7 @@
|
|
|
7828
7848
|
"constructors": [
|
|
7829
7849
|
{
|
|
7830
7850
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerHiddenAttribute::.ctor():void",
|
|
7831
|
-
"metadataToken":
|
|
7851
|
+
"metadataToken": 100701911,
|
|
7832
7852
|
"canonicalSignature": "():void",
|
|
7833
7853
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7834
7854
|
"isStatic": false,
|
|
@@ -7861,7 +7881,7 @@
|
|
|
7861
7881
|
"constructors": [
|
|
7862
7882
|
{
|
|
7863
7883
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor():void",
|
|
7864
|
-
"metadataToken":
|
|
7884
|
+
"metadataToken": 100701912,
|
|
7865
7885
|
"canonicalSignature": "():void",
|
|
7866
7886
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7867
7887
|
"isStatic": false,
|
|
@@ -7894,7 +7914,7 @@
|
|
|
7894
7914
|
"constructors": [
|
|
7895
7915
|
{
|
|
7896
7916
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerStepperBoundaryAttribute::.ctor():void",
|
|
7897
|
-
"metadataToken":
|
|
7917
|
+
"metadataToken": 100701913,
|
|
7898
7918
|
"canonicalSignature": "():void",
|
|
7899
7919
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7900
7920
|
"isStatic": false,
|
|
@@ -7927,7 +7947,7 @@
|
|
|
7927
7947
|
"constructors": [
|
|
7928
7948
|
{
|
|
7929
7949
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerStepThroughAttribute::.ctor():void",
|
|
7930
|
-
"metadataToken":
|
|
7950
|
+
"metadataToken": 100701914,
|
|
7931
7951
|
"canonicalSignature": "():void",
|
|
7932
7952
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7933
7953
|
"isStatic": false,
|
|
@@ -7958,7 +7978,7 @@
|
|
|
7958
7978
|
{
|
|
7959
7979
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerTypeProxyAttribute::ProxyTypeName:System.String",
|
|
7960
7980
|
"clrName": "ProxyTypeName",
|
|
7961
|
-
"metadataToken":
|
|
7981
|
+
"metadataToken": 385880900,
|
|
7962
7982
|
"canonicalSignature": ":System.String",
|
|
7963
7983
|
"normalizedSignature": "ProxyTypeName|:System.String|static=false|accessor=get",
|
|
7964
7984
|
"emitScope": "ClassSurface",
|
|
@@ -7977,7 +7997,7 @@
|
|
|
7977
7997
|
{
|
|
7978
7998
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerTypeProxyAttribute::Target:System.Type",
|
|
7979
7999
|
"clrName": "Target",
|
|
7980
|
-
"metadataToken":
|
|
8000
|
+
"metadataToken": 385880901,
|
|
7981
8001
|
"canonicalSignature": ":System.Type",
|
|
7982
8002
|
"normalizedSignature": "Target|:System.Type|static=false|accessor=getset",
|
|
7983
8003
|
"emitScope": "ClassSurface",
|
|
@@ -7996,7 +8016,7 @@
|
|
|
7996
8016
|
{
|
|
7997
8017
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerTypeProxyAttribute::TargetTypeName:System.String",
|
|
7998
8018
|
"clrName": "TargetTypeName",
|
|
7999
|
-
"metadataToken":
|
|
8019
|
+
"metadataToken": 385880902,
|
|
8000
8020
|
"canonicalSignature": ":System.String",
|
|
8001
8021
|
"normalizedSignature": "TargetTypeName|:System.String|static=false|accessor=getset",
|
|
8002
8022
|
"emitScope": "ClassSurface",
|
|
@@ -8018,7 +8038,7 @@
|
|
|
8018
8038
|
"constructors": [
|
|
8019
8039
|
{
|
|
8020
8040
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type):void",
|
|
8021
|
-
"metadataToken":
|
|
8041
|
+
"metadataToken": 100701915,
|
|
8022
8042
|
"canonicalSignature": "(System.Type):void",
|
|
8023
8043
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
8024
8044
|
"isStatic": false,
|
|
@@ -8029,7 +8049,7 @@
|
|
|
8029
8049
|
},
|
|
8030
8050
|
{
|
|
8031
8051
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.String):void",
|
|
8032
|
-
"metadataToken":
|
|
8052
|
+
"metadataToken": 100701916,
|
|
8033
8053
|
"canonicalSignature": "(System.String):void",
|
|
8034
8054
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
8035
8055
|
"isStatic": false,
|
|
@@ -8060,7 +8080,7 @@
|
|
|
8060
8080
|
{
|
|
8061
8081
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::VisualizerObjectSourceTypeName:System.String",
|
|
8062
8082
|
"clrName": "VisualizerObjectSourceTypeName",
|
|
8063
|
-
"metadataToken":
|
|
8083
|
+
"metadataToken": 385880903,
|
|
8064
8084
|
"canonicalSignature": ":System.String",
|
|
8065
8085
|
"normalizedSignature": "VisualizerObjectSourceTypeName|:System.String|static=false|accessor=get",
|
|
8066
8086
|
"emitScope": "ClassSurface",
|
|
@@ -8079,7 +8099,7 @@
|
|
|
8079
8099
|
{
|
|
8080
8100
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::VisualizerTypeName:System.String",
|
|
8081
8101
|
"clrName": "VisualizerTypeName",
|
|
8082
|
-
"metadataToken":
|
|
8102
|
+
"metadataToken": 385880904,
|
|
8083
8103
|
"canonicalSignature": ":System.String",
|
|
8084
8104
|
"normalizedSignature": "VisualizerTypeName|:System.String|static=false|accessor=get",
|
|
8085
8105
|
"emitScope": "ClassSurface",
|
|
@@ -8098,7 +8118,7 @@
|
|
|
8098
8118
|
{
|
|
8099
8119
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::Description:System.String",
|
|
8100
8120
|
"clrName": "Description",
|
|
8101
|
-
"metadataToken":
|
|
8121
|
+
"metadataToken": 385880905,
|
|
8102
8122
|
"canonicalSignature": ":System.String",
|
|
8103
8123
|
"normalizedSignature": "Description|:System.String|static=false|accessor=getset",
|
|
8104
8124
|
"emitScope": "ClassSurface",
|
|
@@ -8117,7 +8137,7 @@
|
|
|
8117
8137
|
{
|
|
8118
8138
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::Target:System.Type",
|
|
8119
8139
|
"clrName": "Target",
|
|
8120
|
-
"metadataToken":
|
|
8140
|
+
"metadataToken": 385880906,
|
|
8121
8141
|
"canonicalSignature": ":System.Type",
|
|
8122
8142
|
"normalizedSignature": "Target|:System.Type|static=false|accessor=getset",
|
|
8123
8143
|
"emitScope": "ClassSurface",
|
|
@@ -8136,7 +8156,7 @@
|
|
|
8136
8156
|
{
|
|
8137
8157
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::TargetTypeName:System.String",
|
|
8138
8158
|
"clrName": "TargetTypeName",
|
|
8139
|
-
"metadataToken":
|
|
8159
|
+
"metadataToken": 385880907,
|
|
8140
8160
|
"canonicalSignature": ":System.String",
|
|
8141
8161
|
"normalizedSignature": "TargetTypeName|:System.String|static=false|accessor=getset",
|
|
8142
8162
|
"emitScope": "ClassSurface",
|
|
@@ -8158,7 +8178,7 @@
|
|
|
8158
8178
|
"constructors": [
|
|
8159
8179
|
{
|
|
8160
8180
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.String):void",
|
|
8161
|
-
"metadataToken":
|
|
8181
|
+
"metadataToken": 100701922,
|
|
8162
8182
|
"canonicalSignature": "(System.String):void",
|
|
8163
8183
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
8164
8184
|
"isStatic": false,
|
|
@@ -8169,7 +8189,7 @@
|
|
|
8169
8189
|
},
|
|
8170
8190
|
{
|
|
8171
8191
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.String,System.String):void",
|
|
8172
|
-
"metadataToken":
|
|
8192
|
+
"metadataToken": 100701923,
|
|
8173
8193
|
"canonicalSignature": "(System.String,System.String):void",
|
|
8174
8194
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
8175
8195
|
"isStatic": false,
|
|
@@ -8180,7 +8200,7 @@
|
|
|
8180
8200
|
},
|
|
8181
8201
|
{
|
|
8182
8202
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.String,System.Type):void",
|
|
8183
|
-
"metadataToken":
|
|
8203
|
+
"metadataToken": 100701924,
|
|
8184
8204
|
"canonicalSignature": "(System.String,System.Type):void",
|
|
8185
8205
|
"normalizedSignature": "constructor|(System.String,System.Type):void|static=false",
|
|
8186
8206
|
"isStatic": false,
|
|
@@ -8191,7 +8211,7 @@
|
|
|
8191
8211
|
},
|
|
8192
8212
|
{
|
|
8193
8213
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.Type):void",
|
|
8194
|
-
"metadataToken":
|
|
8214
|
+
"metadataToken": 100701925,
|
|
8195
8215
|
"canonicalSignature": "(System.Type):void",
|
|
8196
8216
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
8197
8217
|
"isStatic": false,
|
|
@@ -8202,7 +8222,7 @@
|
|
|
8202
8222
|
},
|
|
8203
8223
|
{
|
|
8204
8224
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.Type,System.Type):void",
|
|
8205
|
-
"metadataToken":
|
|
8225
|
+
"metadataToken": 100701926,
|
|
8206
8226
|
"canonicalSignature": "(System.Type,System.Type):void",
|
|
8207
8227
|
"normalizedSignature": "constructor|(System.Type,System.Type):void|static=false",
|
|
8208
8228
|
"isStatic": false,
|
|
@@ -8213,7 +8233,7 @@
|
|
|
8213
8233
|
},
|
|
8214
8234
|
{
|
|
8215
8235
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerVisualizerAttribute::.ctor(System.Type,System.String):void",
|
|
8216
|
-
"metadataToken":
|
|
8236
|
+
"metadataToken": 100701927,
|
|
8217
8237
|
"canonicalSignature": "(System.Type,System.String):void",
|
|
8218
8238
|
"normalizedSignature": "constructor|(System.Type,System.String):void|static=false",
|
|
8219
8239
|
"isStatic": false,
|
|
@@ -8243,7 +8263,7 @@
|
|
|
8243
8263
|
{
|
|
8244
8264
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::Fail(System.String,System.String):System.Void",
|
|
8245
8265
|
"clrName": "Fail",
|
|
8246
|
-
"metadataToken":
|
|
8266
|
+
"metadataToken": 100701936,
|
|
8247
8267
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
8248
8268
|
"normalizedSignature": "Fail|(System.String,System.String):System.Void|static=false",
|
|
8249
8269
|
"emitScope": "ClassSurface",
|
|
@@ -8263,7 +8283,7 @@
|
|
|
8263
8283
|
{
|
|
8264
8284
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::Write(System.String):System.Void",
|
|
8265
8285
|
"clrName": "Write",
|
|
8266
|
-
"metadataToken":
|
|
8286
|
+
"metadataToken": 100701938,
|
|
8267
8287
|
"canonicalSignature": "(System.String):System.Void",
|
|
8268
8288
|
"normalizedSignature": "Write|(System.String):System.Void|static=false",
|
|
8269
8289
|
"emitScope": "ClassSurface",
|
|
@@ -8283,7 +8303,7 @@
|
|
|
8283
8303
|
{
|
|
8284
8304
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::WriteLine(System.String):System.Void",
|
|
8285
8305
|
"clrName": "WriteLine",
|
|
8286
|
-
"metadataToken":
|
|
8306
|
+
"metadataToken": 100701939,
|
|
8287
8307
|
"canonicalSignature": "(System.String):System.Void",
|
|
8288
8308
|
"normalizedSignature": "WriteLine|(System.String):System.Void|static=false",
|
|
8289
8309
|
"emitScope": "ClassSurface",
|
|
@@ -8303,7 +8323,7 @@
|
|
|
8303
8323
|
{
|
|
8304
8324
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::OnIndentLevelChanged(System.Int32):System.Void",
|
|
8305
8325
|
"clrName": "OnIndentLevelChanged",
|
|
8306
|
-
"metadataToken":
|
|
8326
|
+
"metadataToken": 100701940,
|
|
8307
8327
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8308
8328
|
"normalizedSignature": "OnIndentLevelChanged|(System.Int32):System.Void|static=false",
|
|
8309
8329
|
"emitScope": "ClassSurface",
|
|
@@ -8323,7 +8343,7 @@
|
|
|
8323
8343
|
{
|
|
8324
8344
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::OnIndentSizeChanged(System.Int32):System.Void",
|
|
8325
8345
|
"clrName": "OnIndentSizeChanged",
|
|
8326
|
-
"metadataToken":
|
|
8346
|
+
"metadataToken": 100701941,
|
|
8327
8347
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
8328
8348
|
"normalizedSignature": "OnIndentSizeChanged|(System.Int32):System.Void|static=false",
|
|
8329
8349
|
"emitScope": "ClassSurface",
|
|
@@ -8343,7 +8363,7 @@
|
|
|
8343
8363
|
{
|
|
8344
8364
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::FailCore(System.String,System.String,System.String,System.String):System.Void",
|
|
8345
8365
|
"clrName": "FailCore",
|
|
8346
|
-
"metadataToken":
|
|
8366
|
+
"metadataToken": 100701943,
|
|
8347
8367
|
"canonicalSignature": "(System.String,System.String,System.String,System.String):System.Void",
|
|
8348
8368
|
"normalizedSignature": "FailCore|(System.String,System.String,System.String,System.String):System.Void|static=true",
|
|
8349
8369
|
"emitScope": "ClassSurface",
|
|
@@ -8363,7 +8383,7 @@
|
|
|
8363
8383
|
{
|
|
8364
8384
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::WriteCore(System.String):System.Void",
|
|
8365
8385
|
"clrName": "WriteCore",
|
|
8366
|
-
"metadataToken":
|
|
8386
|
+
"metadataToken": 100701944,
|
|
8367
8387
|
"canonicalSignature": "(System.String):System.Void",
|
|
8368
8388
|
"normalizedSignature": "WriteCore|(System.String):System.Void|static=true",
|
|
8369
8389
|
"emitScope": "ClassSurface",
|
|
@@ -8387,7 +8407,7 @@
|
|
|
8387
8407
|
"constructors": [
|
|
8388
8408
|
{
|
|
8389
8409
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DebugProvider::.ctor():void",
|
|
8390
|
-
"metadataToken":
|
|
8410
|
+
"metadataToken": 100701947,
|
|
8391
8411
|
"canonicalSignature": "():void",
|
|
8392
8412
|
"normalizedSignature": "constructor|():void|static=false",
|
|
8393
8413
|
"isStatic": false,
|
|
@@ -9361,7 +9381,7 @@
|
|
|
9361
9381
|
{
|
|
9362
9382
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DiagnosticMethodInfo::Create(System.Delegate):System.Diagnostics.DiagnosticMethodInfo",
|
|
9363
9383
|
"clrName": "Create",
|
|
9364
|
-
"metadataToken":
|
|
9384
|
+
"metadataToken": 100701955,
|
|
9365
9385
|
"canonicalSignature": "(System.Delegate):System.Diagnostics.DiagnosticMethodInfo",
|
|
9366
9386
|
"normalizedSignature": "Create|(System.Delegate):System.Diagnostics.DiagnosticMethodInfo|static=true",
|
|
9367
9387
|
"emitScope": "ClassSurface",
|
|
@@ -9381,7 +9401,7 @@
|
|
|
9381
9401
|
{
|
|
9382
9402
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DiagnosticMethodInfo::Create(System.Diagnostics.StackFrame):System.Diagnostics.DiagnosticMethodInfo",
|
|
9383
9403
|
"clrName": "Create",
|
|
9384
|
-
"metadataToken":
|
|
9404
|
+
"metadataToken": 100701956,
|
|
9385
9405
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.Diagnostics.DiagnosticMethodInfo",
|
|
9386
9406
|
"normalizedSignature": "Create|(System.Diagnostics.StackFrame):System.Diagnostics.DiagnosticMethodInfo|static=true",
|
|
9387
9407
|
"emitScope": "ClassSurface",
|
|
@@ -9403,7 +9423,7 @@
|
|
|
9403
9423
|
{
|
|
9404
9424
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DiagnosticMethodInfo::Name:System.String",
|
|
9405
9425
|
"clrName": "Name",
|
|
9406
|
-
"metadataToken":
|
|
9426
|
+
"metadataToken": 385880908,
|
|
9407
9427
|
"canonicalSignature": ":System.String",
|
|
9408
9428
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
9409
9429
|
"emitScope": "ClassSurface",
|
|
@@ -9422,7 +9442,7 @@
|
|
|
9422
9442
|
{
|
|
9423
9443
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DiagnosticMethodInfo::DeclaringTypeName:System.String",
|
|
9424
9444
|
"clrName": "DeclaringTypeName",
|
|
9425
|
-
"metadataToken":
|
|
9445
|
+
"metadataToken": 385880909,
|
|
9426
9446
|
"canonicalSignature": ":System.String",
|
|
9427
9447
|
"normalizedSignature": "DeclaringTypeName|:System.String|static=false|accessor=get",
|
|
9428
9448
|
"emitScope": "ClassSurface",
|
|
@@ -9441,7 +9461,7 @@
|
|
|
9441
9461
|
{
|
|
9442
9462
|
"stableId": "System.Private.CoreLib:System.Diagnostics.DiagnosticMethodInfo::DeclaringAssemblyName:System.String",
|
|
9443
9463
|
"clrName": "DeclaringAssemblyName",
|
|
9444
|
-
"metadataToken":
|
|
9464
|
+
"metadataToken": 385880910,
|
|
9445
9465
|
"canonicalSignature": ":System.String",
|
|
9446
9466
|
"normalizedSignature": "DeclaringAssemblyName|:System.String|static=false|accessor=get",
|
|
9447
9467
|
"emitScope": "ClassSurface",
|
|
@@ -13089,7 +13109,7 @@
|
|
|
13089
13109
|
{
|
|
13090
13110
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
13091
13111
|
"clrName": "CopyTo",
|
|
13092
|
-
"metadataToken":
|
|
13112
|
+
"metadataToken": 100703831,
|
|
13093
13113
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
13094
13114
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
13095
13115
|
"emitScope": "ViewOnly",
|
|
@@ -13110,7 +13130,7 @@
|
|
|
13110
13130
|
{
|
|
13111
13131
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
13112
13132
|
"clrName": "GetEnumerator",
|
|
13113
|
-
"metadataToken":
|
|
13133
|
+
"metadataToken": 100703850,
|
|
13114
13134
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
13115
13135
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
13116
13136
|
"emitScope": "ViewOnly",
|
|
@@ -13152,7 +13172,7 @@
|
|
|
13152
13172
|
{
|
|
13153
13173
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
13154
13174
|
"clrName": "Count",
|
|
13155
|
-
"metadataToken":
|
|
13175
|
+
"metadataToken": 385881258,
|
|
13156
13176
|
"canonicalSignature": ":System.Int32",
|
|
13157
13177
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13158
13178
|
"emitScope": "ViewOnly",
|
|
@@ -13172,7 +13192,7 @@
|
|
|
13172
13192
|
{
|
|
13173
13193
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
13174
13194
|
"clrName": "SyncRoot",
|
|
13175
|
-
"metadataToken":
|
|
13195
|
+
"metadataToken": 385881259,
|
|
13176
13196
|
"canonicalSignature": ":System.Object",
|
|
13177
13197
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
13178
13198
|
"emitScope": "ViewOnly",
|
|
@@ -13192,7 +13212,7 @@
|
|
|
13192
13212
|
{
|
|
13193
13213
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
13194
13214
|
"clrName": "IsSynchronized",
|
|
13195
|
-
"metadataToken":
|
|
13215
|
+
"metadataToken": 385881260,
|
|
13196
13216
|
"canonicalSignature": ":System.Boolean",
|
|
13197
13217
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
13198
13218
|
"emitScope": "ViewOnly",
|
|
@@ -14307,7 +14327,7 @@
|
|
|
14307
14327
|
{
|
|
14308
14328
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
14309
14329
|
"clrName": "CopyTo",
|
|
14310
|
-
"metadataToken":
|
|
14330
|
+
"metadataToken": 100703831,
|
|
14311
14331
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
14312
14332
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
14313
14333
|
"emitScope": "ViewOnly",
|
|
@@ -14328,7 +14348,7 @@
|
|
|
14328
14348
|
{
|
|
14329
14349
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
14330
14350
|
"clrName": "GetEnumerator",
|
|
14331
|
-
"metadataToken":
|
|
14351
|
+
"metadataToken": 100703850,
|
|
14332
14352
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
14333
14353
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
14334
14354
|
"emitScope": "ViewOnly",
|
|
@@ -14370,7 +14390,7 @@
|
|
|
14370
14390
|
{
|
|
14371
14391
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
14372
14392
|
"clrName": "Count",
|
|
14373
|
-
"metadataToken":
|
|
14393
|
+
"metadataToken": 385881258,
|
|
14374
14394
|
"canonicalSignature": ":System.Int32",
|
|
14375
14395
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
14376
14396
|
"emitScope": "ViewOnly",
|
|
@@ -14390,7 +14410,7 @@
|
|
|
14390
14410
|
{
|
|
14391
14411
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
14392
14412
|
"clrName": "SyncRoot",
|
|
14393
|
-
"metadataToken":
|
|
14413
|
+
"metadataToken": 385881259,
|
|
14394
14414
|
"canonicalSignature": ":System.Object",
|
|
14395
14415
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
14396
14416
|
"emitScope": "ViewOnly",
|
|
@@ -14410,7 +14430,7 @@
|
|
|
14410
14430
|
{
|
|
14411
14431
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
14412
14432
|
"clrName": "IsSynchronized",
|
|
14413
|
-
"metadataToken":
|
|
14433
|
+
"metadataToken": 385881260,
|
|
14414
14434
|
"canonicalSignature": ":System.Boolean",
|
|
14415
14435
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
14416
14436
|
"emitScope": "ViewOnly",
|
|
@@ -14653,7 +14673,7 @@
|
|
|
14653
14673
|
{
|
|
14654
14674
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetMethod():System.Reflection.MethodBase",
|
|
14655
14675
|
"clrName": "GetMethod",
|
|
14656
|
-
"metadataToken":
|
|
14676
|
+
"metadataToken": 100701773,
|
|
14657
14677
|
"canonicalSignature": "():System.Reflection.MethodBase",
|
|
14658
14678
|
"normalizedSignature": "GetMethod|():System.Reflection.MethodBase|static=false",
|
|
14659
14679
|
"emitScope": "ClassSurface",
|
|
@@ -14673,7 +14693,7 @@
|
|
|
14673
14693
|
{
|
|
14674
14694
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetNativeOffset():System.Int32",
|
|
14675
14695
|
"clrName": "GetNativeOffset",
|
|
14676
|
-
"metadataToken":
|
|
14696
|
+
"metadataToken": 100701774,
|
|
14677
14697
|
"canonicalSignature": "():System.Int32",
|
|
14678
14698
|
"normalizedSignature": "GetNativeOffset|():System.Int32|static=false",
|
|
14679
14699
|
"emitScope": "ClassSurface",
|
|
@@ -14693,7 +14713,7 @@
|
|
|
14693
14713
|
{
|
|
14694
14714
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetILOffset():System.Int32",
|
|
14695
14715
|
"clrName": "GetILOffset",
|
|
14696
|
-
"metadataToken":
|
|
14716
|
+
"metadataToken": 100701775,
|
|
14697
14717
|
"canonicalSignature": "():System.Int32",
|
|
14698
14718
|
"normalizedSignature": "GetILOffset|():System.Int32|static=false",
|
|
14699
14719
|
"emitScope": "ClassSurface",
|
|
@@ -14713,7 +14733,7 @@
|
|
|
14713
14733
|
{
|
|
14714
14734
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetFileName():System.String",
|
|
14715
14735
|
"clrName": "GetFileName",
|
|
14716
|
-
"metadataToken":
|
|
14736
|
+
"metadataToken": 100701776,
|
|
14717
14737
|
"canonicalSignature": "():System.String",
|
|
14718
14738
|
"normalizedSignature": "GetFileName|():System.String|static=false",
|
|
14719
14739
|
"emitScope": "ClassSurface",
|
|
@@ -14733,7 +14753,7 @@
|
|
|
14733
14753
|
{
|
|
14734
14754
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetFileLineNumber():System.Int32",
|
|
14735
14755
|
"clrName": "GetFileLineNumber",
|
|
14736
|
-
"metadataToken":
|
|
14756
|
+
"metadataToken": 100701777,
|
|
14737
14757
|
"canonicalSignature": "():System.Int32",
|
|
14738
14758
|
"normalizedSignature": "GetFileLineNumber|():System.Int32|static=false",
|
|
14739
14759
|
"emitScope": "ClassSurface",
|
|
@@ -14753,7 +14773,7 @@
|
|
|
14753
14773
|
{
|
|
14754
14774
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::GetFileColumnNumber():System.Int32",
|
|
14755
14775
|
"clrName": "GetFileColumnNumber",
|
|
14756
|
-
"metadataToken":
|
|
14776
|
+
"metadataToken": 100701778,
|
|
14757
14777
|
"canonicalSignature": "():System.Int32",
|
|
14758
14778
|
"normalizedSignature": "GetFileColumnNumber|():System.Int32|static=false",
|
|
14759
14779
|
"emitScope": "ClassSurface",
|
|
@@ -14773,7 +14793,7 @@
|
|
|
14773
14793
|
{
|
|
14774
14794
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::ToString():System.String",
|
|
14775
14795
|
"clrName": "ToString",
|
|
14776
|
-
"metadataToken":
|
|
14796
|
+
"metadataToken": 100701779,
|
|
14777
14797
|
"canonicalSignature": "():System.String",
|
|
14778
14798
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
14779
14799
|
"emitScope": "ClassSurface",
|
|
@@ -14796,7 +14816,7 @@
|
|
|
14796
14816
|
{
|
|
14797
14817
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::OFFSET_UNKNOWNSystem.Int32",
|
|
14798
14818
|
"clrName": "OFFSET_UNKNOWN",
|
|
14799
|
-
"metadataToken":
|
|
14819
|
+
"metadataToken": 67116801,
|
|
14800
14820
|
"normalizedSignature": "OFFSET_UNKNOWN|System.Int32|static=true|const=true",
|
|
14801
14821
|
"isStatic": true,
|
|
14802
14822
|
"isReadOnly": false,
|
|
@@ -14810,7 +14830,7 @@
|
|
|
14810
14830
|
"constructors": [
|
|
14811
14831
|
{
|
|
14812
14832
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor():void",
|
|
14813
|
-
"metadataToken":
|
|
14833
|
+
"metadataToken": 100701766,
|
|
14814
14834
|
"canonicalSignature": "():void",
|
|
14815
14835
|
"normalizedSignature": "constructor|():void|static=false",
|
|
14816
14836
|
"isStatic": false,
|
|
@@ -14821,7 +14841,7 @@
|
|
|
14821
14841
|
},
|
|
14822
14842
|
{
|
|
14823
14843
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor(System.Boolean):void",
|
|
14824
|
-
"metadataToken":
|
|
14844
|
+
"metadataToken": 100701767,
|
|
14825
14845
|
"canonicalSignature": "(System.Boolean):void",
|
|
14826
14846
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
14827
14847
|
"isStatic": false,
|
|
@@ -14832,7 +14852,7 @@
|
|
|
14832
14852
|
},
|
|
14833
14853
|
{
|
|
14834
14854
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor(System.Int32):void",
|
|
14835
|
-
"metadataToken":
|
|
14855
|
+
"metadataToken": 100701768,
|
|
14836
14856
|
"canonicalSignature": "(System.Int32):void",
|
|
14837
14857
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
14838
14858
|
"isStatic": false,
|
|
@@ -14843,7 +14863,7 @@
|
|
|
14843
14863
|
},
|
|
14844
14864
|
{
|
|
14845
14865
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean):void",
|
|
14846
|
-
"metadataToken":
|
|
14866
|
+
"metadataToken": 100701769,
|
|
14847
14867
|
"canonicalSignature": "(System.Int32,System.Boolean):void",
|
|
14848
14868
|
"normalizedSignature": "constructor|(System.Int32,System.Boolean):void|static=false",
|
|
14849
14869
|
"isStatic": false,
|
|
@@ -14854,7 +14874,7 @@
|
|
|
14854
14874
|
},
|
|
14855
14875
|
{
|
|
14856
14876
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor(System.String,System.Int32):void",
|
|
14857
|
-
"metadataToken":
|
|
14877
|
+
"metadataToken": 100701770,
|
|
14858
14878
|
"canonicalSignature": "(System.String,System.Int32):void",
|
|
14859
14879
|
"normalizedSignature": "constructor|(System.String,System.Int32):void|static=false",
|
|
14860
14880
|
"isStatic": false,
|
|
@@ -14865,7 +14885,7 @@
|
|
|
14865
14885
|
},
|
|
14866
14886
|
{
|
|
14867
14887
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrame::.ctor(System.String,System.Int32,System.Int32):void",
|
|
14868
|
-
"metadataToken":
|
|
14888
|
+
"metadataToken": 100701771,
|
|
14869
14889
|
"canonicalSignature": "(System.String,System.Int32,System.Int32):void",
|
|
14870
14890
|
"normalizedSignature": "constructor|(System.String,System.Int32,System.Int32):void|static=false",
|
|
14871
14891
|
"isStatic": false,
|
|
@@ -14895,7 +14915,7 @@
|
|
|
14895
14915
|
{
|
|
14896
14916
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::GetFrame(System.Int32):System.Diagnostics.StackFrame",
|
|
14897
14917
|
"clrName": "GetFrame",
|
|
14898
|
-
"metadataToken":
|
|
14918
|
+
"metadataToken": 100701811,
|
|
14899
14919
|
"canonicalSignature": "(System.Int32):System.Diagnostics.StackFrame",
|
|
14900
14920
|
"normalizedSignature": "GetFrame|(System.Int32):System.Diagnostics.StackFrame|static=false",
|
|
14901
14921
|
"emitScope": "ClassSurface",
|
|
@@ -14915,7 +14935,7 @@
|
|
|
14915
14935
|
{
|
|
14916
14936
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::GetFrames():System.Diagnostics.StackFrame[]",
|
|
14917
14937
|
"clrName": "GetFrames",
|
|
14918
|
-
"metadataToken":
|
|
14938
|
+
"metadataToken": 100701812,
|
|
14919
14939
|
"canonicalSignature": "():System.Diagnostics.StackFrame[]",
|
|
14920
14940
|
"normalizedSignature": "GetFrames|():System.Diagnostics.StackFrame[]|static=false",
|
|
14921
14941
|
"emitScope": "ClassSurface",
|
|
@@ -14935,7 +14955,7 @@
|
|
|
14935
14955
|
{
|
|
14936
14956
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::ToString():System.String",
|
|
14937
14957
|
"clrName": "ToString",
|
|
14938
|
-
"metadataToken":
|
|
14958
|
+
"metadataToken": 100701813,
|
|
14939
14959
|
"canonicalSignature": "():System.String",
|
|
14940
14960
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
14941
14961
|
"emitScope": "ClassSurface",
|
|
@@ -14957,7 +14977,7 @@
|
|
|
14957
14977
|
{
|
|
14958
14978
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::FrameCount:System.Int32",
|
|
14959
14979
|
"clrName": "FrameCount",
|
|
14960
|
-
"metadataToken":
|
|
14980
|
+
"metadataToken": 385880886,
|
|
14961
14981
|
"canonicalSignature": ":System.Int32",
|
|
14962
14982
|
"normalizedSignature": "FrameCount|:System.Int32|static=false|accessor=get",
|
|
14963
14983
|
"emitScope": "ClassSurface",
|
|
@@ -14978,7 +14998,7 @@
|
|
|
14978
14998
|
{
|
|
14979
14999
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::METHODS_TO_SKIPSystem.Int32",
|
|
14980
15000
|
"clrName": "METHODS_TO_SKIP",
|
|
14981
|
-
"metadataToken":
|
|
15001
|
+
"metadataToken": 67116822,
|
|
14982
15002
|
"normalizedSignature": "METHODS_TO_SKIP|System.Int32|static=true|const=true",
|
|
14983
15003
|
"isStatic": true,
|
|
14984
15004
|
"isReadOnly": false,
|
|
@@ -14992,7 +15012,7 @@
|
|
|
14992
15012
|
"constructors": [
|
|
14993
15013
|
{
|
|
14994
15014
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor():void",
|
|
14995
|
-
"metadataToken":
|
|
15015
|
+
"metadataToken": 100701800,
|
|
14996
15016
|
"canonicalSignature": "():void",
|
|
14997
15017
|
"normalizedSignature": "constructor|():void|static=false",
|
|
14998
15018
|
"isStatic": false,
|
|
@@ -15003,7 +15023,7 @@
|
|
|
15003
15023
|
},
|
|
15004
15024
|
{
|
|
15005
15025
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Boolean):void",
|
|
15006
|
-
"metadataToken":
|
|
15026
|
+
"metadataToken": 100701801,
|
|
15007
15027
|
"canonicalSignature": "(System.Boolean):void",
|
|
15008
15028
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
15009
15029
|
"isStatic": false,
|
|
@@ -15014,7 +15034,7 @@
|
|
|
15014
15034
|
},
|
|
15015
15035
|
{
|
|
15016
15036
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Int32):void",
|
|
15017
|
-
"metadataToken":
|
|
15037
|
+
"metadataToken": 100701802,
|
|
15018
15038
|
"canonicalSignature": "(System.Int32):void",
|
|
15019
15039
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
15020
15040
|
"isStatic": false,
|
|
@@ -15025,7 +15045,7 @@
|
|
|
15025
15045
|
},
|
|
15026
15046
|
{
|
|
15027
15047
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Int32,System.Boolean):void",
|
|
15028
|
-
"metadataToken":
|
|
15048
|
+
"metadataToken": 100701803,
|
|
15029
15049
|
"canonicalSignature": "(System.Int32,System.Boolean):void",
|
|
15030
15050
|
"normalizedSignature": "constructor|(System.Int32,System.Boolean):void|static=false",
|
|
15031
15051
|
"isStatic": false,
|
|
@@ -15036,7 +15056,7 @@
|
|
|
15036
15056
|
},
|
|
15037
15057
|
{
|
|
15038
15058
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Exception):void",
|
|
15039
|
-
"metadataToken":
|
|
15059
|
+
"metadataToken": 100701804,
|
|
15040
15060
|
"canonicalSignature": "(System.Exception):void",
|
|
15041
15061
|
"normalizedSignature": "constructor|(System.Exception):void|static=false",
|
|
15042
15062
|
"isStatic": false,
|
|
@@ -15047,7 +15067,7 @@
|
|
|
15047
15067
|
},
|
|
15048
15068
|
{
|
|
15049
15069
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean):void",
|
|
15050
|
-
"metadataToken":
|
|
15070
|
+
"metadataToken": 100701805,
|
|
15051
15071
|
"canonicalSignature": "(System.Exception,System.Boolean):void",
|
|
15052
15072
|
"normalizedSignature": "constructor|(System.Exception,System.Boolean):void|static=false",
|
|
15053
15073
|
"isStatic": false,
|
|
@@ -15058,7 +15078,7 @@
|
|
|
15058
15078
|
},
|
|
15059
15079
|
{
|
|
15060
15080
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32):void",
|
|
15061
|
-
"metadataToken":
|
|
15081
|
+
"metadataToken": 100701806,
|
|
15062
15082
|
"canonicalSignature": "(System.Exception,System.Int32):void",
|
|
15063
15083
|
"normalizedSignature": "constructor|(System.Exception,System.Int32):void|static=false",
|
|
15064
15084
|
"isStatic": false,
|
|
@@ -15069,7 +15089,7 @@
|
|
|
15069
15089
|
},
|
|
15070
15090
|
{
|
|
15071
15091
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean):void",
|
|
15072
|
-
"metadataToken":
|
|
15092
|
+
"metadataToken": 100701807,
|
|
15073
15093
|
"canonicalSignature": "(System.Exception,System.Int32,System.Boolean):void",
|
|
15074
15094
|
"normalizedSignature": "constructor|(System.Exception,System.Int32,System.Boolean):void|static=false",
|
|
15075
15095
|
"isStatic": false,
|
|
@@ -15080,7 +15100,7 @@
|
|
|
15080
15100
|
},
|
|
15081
15101
|
{
|
|
15082
15102
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Diagnostics.StackFrame):void",
|
|
15083
|
-
"metadataToken":
|
|
15103
|
+
"metadataToken": 100701808,
|
|
15084
15104
|
"canonicalSignature": "(System.Diagnostics.StackFrame):void",
|
|
15085
15105
|
"normalizedSignature": "constructor|(System.Diagnostics.StackFrame):void|static=false",
|
|
15086
15106
|
"isStatic": false,
|
|
@@ -15091,7 +15111,7 @@
|
|
|
15091
15111
|
},
|
|
15092
15112
|
{
|
|
15093
15113
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTrace::.ctor(System.Collections.Generic.IEnumerable_1[[System.Diagnostics.StackFrame,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
15094
|
-
"metadataToken":
|
|
15114
|
+
"metadataToken": 100701809,
|
|
15095
15115
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Diagnostics.StackFrame,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
15096
15116
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Diagnostics.StackFrame,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
15097
15117
|
"isStatic": false,
|
|
@@ -15124,7 +15144,7 @@
|
|
|
15124
15144
|
"constructors": [
|
|
15125
15145
|
{
|
|
15126
15146
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackTraceHiddenAttribute::.ctor():void",
|
|
15127
|
-
"metadataToken":
|
|
15147
|
+
"metadataToken": 100701963,
|
|
15128
15148
|
"canonicalSignature": "():void",
|
|
15129
15149
|
"normalizedSignature": "constructor|():void|static=false",
|
|
15130
15150
|
"isStatic": false,
|
|
@@ -15154,7 +15174,7 @@
|
|
|
15154
15174
|
{
|
|
15155
15175
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::Start():System.Void",
|
|
15156
15176
|
"clrName": "Start",
|
|
15157
|
-
"metadataToken":
|
|
15177
|
+
"metadataToken": 100701965,
|
|
15158
15178
|
"canonicalSignature": "():System.Void",
|
|
15159
15179
|
"normalizedSignature": "Start|():System.Void|static=false",
|
|
15160
15180
|
"emitScope": "ClassSurface",
|
|
@@ -15174,7 +15194,7 @@
|
|
|
15174
15194
|
{
|
|
15175
15195
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::StartNew():System.Diagnostics.Stopwatch",
|
|
15176
15196
|
"clrName": "StartNew",
|
|
15177
|
-
"metadataToken":
|
|
15197
|
+
"metadataToken": 100701966,
|
|
15178
15198
|
"canonicalSignature": "():System.Diagnostics.Stopwatch",
|
|
15179
15199
|
"normalizedSignature": "StartNew|():System.Diagnostics.Stopwatch|static=true",
|
|
15180
15200
|
"emitScope": "ClassSurface",
|
|
@@ -15194,7 +15214,7 @@
|
|
|
15194
15214
|
{
|
|
15195
15215
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::Stop():System.Void",
|
|
15196
15216
|
"clrName": "Stop",
|
|
15197
|
-
"metadataToken":
|
|
15217
|
+
"metadataToken": 100701967,
|
|
15198
15218
|
"canonicalSignature": "():System.Void",
|
|
15199
15219
|
"normalizedSignature": "Stop|():System.Void|static=false",
|
|
15200
15220
|
"emitScope": "ClassSurface",
|
|
@@ -15214,7 +15234,7 @@
|
|
|
15214
15234
|
{
|
|
15215
15235
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::Reset():System.Void",
|
|
15216
15236
|
"clrName": "Reset",
|
|
15217
|
-
"metadataToken":
|
|
15237
|
+
"metadataToken": 100701968,
|
|
15218
15238
|
"canonicalSignature": "():System.Void",
|
|
15219
15239
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
15220
15240
|
"emitScope": "ClassSurface",
|
|
@@ -15234,7 +15254,7 @@
|
|
|
15234
15254
|
{
|
|
15235
15255
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::Restart():System.Void",
|
|
15236
15256
|
"clrName": "Restart",
|
|
15237
|
-
"metadataToken":
|
|
15257
|
+
"metadataToken": 100701969,
|
|
15238
15258
|
"canonicalSignature": "():System.Void",
|
|
15239
15259
|
"normalizedSignature": "Restart|():System.Void|static=false",
|
|
15240
15260
|
"emitScope": "ClassSurface",
|
|
@@ -15254,7 +15274,7 @@
|
|
|
15254
15274
|
{
|
|
15255
15275
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::ToString():System.String",
|
|
15256
15276
|
"clrName": "ToString",
|
|
15257
|
-
"metadataToken":
|
|
15277
|
+
"metadataToken": 100701970,
|
|
15258
15278
|
"canonicalSignature": "():System.String",
|
|
15259
15279
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
15260
15280
|
"emitScope": "ClassSurface",
|
|
@@ -15274,7 +15294,7 @@
|
|
|
15274
15294
|
{
|
|
15275
15295
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::GetElapsedTime(System.Int64):System.TimeSpan",
|
|
15276
15296
|
"clrName": "GetElapsedTime",
|
|
15277
|
-
"metadataToken":
|
|
15297
|
+
"metadataToken": 100701975,
|
|
15278
15298
|
"canonicalSignature": "(System.Int64):System.TimeSpan",
|
|
15279
15299
|
"normalizedSignature": "GetElapsedTime|(System.Int64):System.TimeSpan|static=true",
|
|
15280
15300
|
"emitScope": "ClassSurface",
|
|
@@ -15294,7 +15314,7 @@
|
|
|
15294
15314
|
{
|
|
15295
15315
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::GetElapsedTime(System.Int64,System.Int64):System.TimeSpan",
|
|
15296
15316
|
"clrName": "GetElapsedTime",
|
|
15297
|
-
"metadataToken":
|
|
15317
|
+
"metadataToken": 100701976,
|
|
15298
15318
|
"canonicalSignature": "(System.Int64,System.Int64):System.TimeSpan",
|
|
15299
15319
|
"normalizedSignature": "GetElapsedTime|(System.Int64,System.Int64):System.TimeSpan|static=true",
|
|
15300
15320
|
"emitScope": "ClassSurface",
|
|
@@ -15314,7 +15334,7 @@
|
|
|
15314
15334
|
{
|
|
15315
15335
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::GetTimestamp():System.Int64",
|
|
15316
15336
|
"clrName": "GetTimestamp",
|
|
15317
|
-
"metadataToken":
|
|
15337
|
+
"metadataToken": 100701979,
|
|
15318
15338
|
"canonicalSignature": "():System.Int64",
|
|
15319
15339
|
"normalizedSignature": "GetTimestamp|():System.Int64|static=true",
|
|
15320
15340
|
"emitScope": "ClassSurface",
|
|
@@ -15336,7 +15356,7 @@
|
|
|
15336
15356
|
{
|
|
15337
15357
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::IsRunning:System.Boolean",
|
|
15338
15358
|
"clrName": "IsRunning",
|
|
15339
|
-
"metadataToken":
|
|
15359
|
+
"metadataToken": 385880911,
|
|
15340
15360
|
"canonicalSignature": ":System.Boolean",
|
|
15341
15361
|
"normalizedSignature": "IsRunning|:System.Boolean|static=false|accessor=get",
|
|
15342
15362
|
"emitScope": "ClassSurface",
|
|
@@ -15355,7 +15375,7 @@
|
|
|
15355
15375
|
{
|
|
15356
15376
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::Elapsed:System.TimeSpan",
|
|
15357
15377
|
"clrName": "Elapsed",
|
|
15358
|
-
"metadataToken":
|
|
15378
|
+
"metadataToken": 385880912,
|
|
15359
15379
|
"canonicalSignature": ":System.TimeSpan",
|
|
15360
15380
|
"normalizedSignature": "Elapsed|:System.TimeSpan|static=false|accessor=get",
|
|
15361
15381
|
"emitScope": "ClassSurface",
|
|
@@ -15374,7 +15394,7 @@
|
|
|
15374
15394
|
{
|
|
15375
15395
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::ElapsedMilliseconds:System.Int64",
|
|
15376
15396
|
"clrName": "ElapsedMilliseconds",
|
|
15377
|
-
"metadataToken":
|
|
15397
|
+
"metadataToken": 385880913,
|
|
15378
15398
|
"canonicalSignature": ":System.Int64",
|
|
15379
15399
|
"normalizedSignature": "ElapsedMilliseconds|:System.Int64|static=false|accessor=get",
|
|
15380
15400
|
"emitScope": "ClassSurface",
|
|
@@ -15393,7 +15413,7 @@
|
|
|
15393
15413
|
{
|
|
15394
15414
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::ElapsedTicks:System.Int64",
|
|
15395
15415
|
"clrName": "ElapsedTicks",
|
|
15396
|
-
"metadataToken":
|
|
15416
|
+
"metadataToken": 385880914,
|
|
15397
15417
|
"canonicalSignature": ":System.Int64",
|
|
15398
15418
|
"normalizedSignature": "ElapsedTicks|:System.Int64|static=false|accessor=get",
|
|
15399
15419
|
"emitScope": "ClassSurface",
|
|
@@ -15414,7 +15434,7 @@
|
|
|
15414
15434
|
{
|
|
15415
15435
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::FrequencySystem.Int64",
|
|
15416
15436
|
"clrName": "Frequency",
|
|
15417
|
-
"metadataToken":
|
|
15437
|
+
"metadataToken": 67116870,
|
|
15418
15438
|
"normalizedSignature": "Frequency|System.Int64|static=true|const=false",
|
|
15419
15439
|
"isStatic": true,
|
|
15420
15440
|
"isReadOnly": true,
|
|
@@ -15426,7 +15446,7 @@
|
|
|
15426
15446
|
{
|
|
15427
15447
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::IsHighResolutionSystem.Boolean",
|
|
15428
15448
|
"clrName": "IsHighResolution",
|
|
15429
|
-
"metadataToken":
|
|
15449
|
+
"metadataToken": 67116871,
|
|
15430
15450
|
"normalizedSignature": "IsHighResolution|System.Boolean|static=true|const=false",
|
|
15431
15451
|
"isStatic": true,
|
|
15432
15452
|
"isReadOnly": true,
|
|
@@ -15440,7 +15460,7 @@
|
|
|
15440
15460
|
"constructors": [
|
|
15441
15461
|
{
|
|
15442
15462
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Stopwatch::.ctor():void",
|
|
15443
|
-
"metadataToken":
|
|
15463
|
+
"metadataToken": 100701964,
|
|
15444
15464
|
"canonicalSignature": "():void",
|
|
15445
15465
|
"normalizedSignature": "constructor|():void|static=false",
|
|
15446
15466
|
"isStatic": false,
|
|
@@ -18182,7 +18202,7 @@
|
|
|
18182
18202
|
{
|
|
18183
18203
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
18184
18204
|
"clrName": "CopyTo",
|
|
18185
|
-
"metadataToken":
|
|
18205
|
+
"metadataToken": 100703831,
|
|
18186
18206
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
18187
18207
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
18188
18208
|
"emitScope": "ViewOnly",
|
|
@@ -18203,7 +18223,7 @@
|
|
|
18203
18223
|
{
|
|
18204
18224
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
18205
18225
|
"clrName": "Add",
|
|
18206
|
-
"metadataToken":
|
|
18226
|
+
"metadataToken": 100703859,
|
|
18207
18227
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
18208
18228
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
18209
18229
|
"emitScope": "ViewOnly",
|
|
@@ -18224,7 +18244,7 @@
|
|
|
18224
18244
|
{
|
|
18225
18245
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
18226
18246
|
"clrName": "Contains",
|
|
18227
|
-
"metadataToken":
|
|
18247
|
+
"metadataToken": 100703860,
|
|
18228
18248
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
18229
18249
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
18230
18250
|
"emitScope": "ViewOnly",
|
|
@@ -18245,7 +18265,7 @@
|
|
|
18245
18265
|
{
|
|
18246
18266
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
18247
18267
|
"clrName": "Clear",
|
|
18248
|
-
"metadataToken":
|
|
18268
|
+
"metadataToken": 100703861,
|
|
18249
18269
|
"canonicalSignature": "():System.Void",
|
|
18250
18270
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
18251
18271
|
"emitScope": "ViewOnly",
|
|
@@ -18266,7 +18286,7 @@
|
|
|
18266
18286
|
{
|
|
18267
18287
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
18268
18288
|
"clrName": "Insert",
|
|
18269
|
-
"metadataToken":
|
|
18289
|
+
"metadataToken": 100703865,
|
|
18270
18290
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
18271
18291
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
18272
18292
|
"emitScope": "ViewOnly",
|
|
@@ -18287,7 +18307,7 @@
|
|
|
18287
18307
|
{
|
|
18288
18308
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
18289
18309
|
"clrName": "Remove",
|
|
18290
|
-
"metadataToken":
|
|
18310
|
+
"metadataToken": 100703866,
|
|
18291
18311
|
"canonicalSignature": "(System.Object):System.Void",
|
|
18292
18312
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
18293
18313
|
"emitScope": "ViewOnly",
|
|
@@ -18308,7 +18328,7 @@
|
|
|
18308
18328
|
{
|
|
18309
18329
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
18310
18330
|
"clrName": "RemoveAt",
|
|
18311
|
-
"metadataToken":
|
|
18331
|
+
"metadataToken": 100703867,
|
|
18312
18332
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
18313
18333
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
18314
18334
|
"emitScope": "ViewOnly",
|
|
@@ -18329,7 +18349,7 @@
|
|
|
18329
18349
|
{
|
|
18330
18350
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
18331
18351
|
"clrName": "GetEnumerator",
|
|
18332
|
-
"metadataToken":
|
|
18352
|
+
"metadataToken": 100703850,
|
|
18333
18353
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
18334
18354
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
18335
18355
|
"emitScope": "ViewOnly",
|
|
@@ -18431,7 +18451,7 @@
|
|
|
18431
18451
|
{
|
|
18432
18452
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
18433
18453
|
"clrName": "IsReadOnly",
|
|
18434
|
-
"metadataToken":
|
|
18454
|
+
"metadataToken": 385881271,
|
|
18435
18455
|
"canonicalSignature": ":System.Boolean",
|
|
18436
18456
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
18437
18457
|
"emitScope": "ViewOnly",
|
|
@@ -18451,7 +18471,7 @@
|
|
|
18451
18471
|
{
|
|
18452
18472
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
18453
18473
|
"clrName": "SyncRoot",
|
|
18454
|
-
"metadataToken":
|
|
18474
|
+
"metadataToken": 385881259,
|
|
18455
18475
|
"canonicalSignature": ":System.Object",
|
|
18456
18476
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
18457
18477
|
"emitScope": "ViewOnly",
|
|
@@ -18471,7 +18491,7 @@
|
|
|
18471
18491
|
{
|
|
18472
18492
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
18473
18493
|
"clrName": "IsFixedSize",
|
|
18474
|
-
"metadataToken":
|
|
18494
|
+
"metadataToken": 385881272,
|
|
18475
18495
|
"canonicalSignature": ":System.Boolean",
|
|
18476
18496
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
18477
18497
|
"emitScope": "ViewOnly",
|
|
@@ -18491,7 +18511,7 @@
|
|
|
18491
18511
|
{
|
|
18492
18512
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
18493
18513
|
"clrName": "Count",
|
|
18494
|
-
"metadataToken":
|
|
18514
|
+
"metadataToken": 385881258,
|
|
18495
18515
|
"canonicalSignature": ":System.Int32",
|
|
18496
18516
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
18497
18517
|
"emitScope": "ViewOnly",
|
|
@@ -18511,7 +18531,7 @@
|
|
|
18511
18531
|
{
|
|
18512
18532
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
18513
18533
|
"clrName": "IsSynchronized",
|
|
18514
|
-
"metadataToken":
|
|
18534
|
+
"metadataToken": 385881260,
|
|
18515
18535
|
"canonicalSignature": ":System.Boolean",
|
|
18516
18536
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
18517
18537
|
"emitScope": "ViewOnly",
|
|
@@ -19136,7 +19156,7 @@
|
|
|
19136
19156
|
"constructors": [
|
|
19137
19157
|
{
|
|
19138
19158
|
"stableId": "System.Private.CoreLib:System.Diagnostics.UnreachableException::.ctor():void",
|
|
19139
|
-
"metadataToken":
|
|
19159
|
+
"metadataToken": 100701981,
|
|
19140
19160
|
"canonicalSignature": "():void",
|
|
19141
19161
|
"normalizedSignature": "constructor|():void|static=false",
|
|
19142
19162
|
"isStatic": false,
|
|
@@ -19147,7 +19167,7 @@
|
|
|
19147
19167
|
},
|
|
19148
19168
|
{
|
|
19149
19169
|
"stableId": "System.Private.CoreLib:System.Diagnostics.UnreachableException::.ctor(System.String):void",
|
|
19150
|
-
"metadataToken":
|
|
19170
|
+
"metadataToken": 100701982,
|
|
19151
19171
|
"canonicalSignature": "(System.String):void",
|
|
19152
19172
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
19153
19173
|
"isStatic": false,
|
|
@@ -19158,7 +19178,7 @@
|
|
|
19158
19178
|
},
|
|
19159
19179
|
{
|
|
19160
19180
|
"stableId": "System.Private.CoreLib:System.Diagnostics.UnreachableException::.ctor(System.String,System.Exception):void",
|
|
19161
|
-
"metadataToken":
|
|
19181
|
+
"metadataToken": 100701983,
|
|
19162
19182
|
"canonicalSignature": "(System.String,System.Exception):void",
|
|
19163
19183
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
19164
19184
|
"isStatic": false,
|
|
@@ -19644,7 +19664,7 @@
|
|
|
19644
19664
|
{
|
|
19645
19665
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::SetProvider(System.Diagnostics.DebugProvider):System.Diagnostics.DebugProvider",
|
|
19646
19666
|
"clrName": "SetProvider",
|
|
19647
|
-
"metadataToken":
|
|
19667
|
+
"metadataToken": 100701825,
|
|
19648
19668
|
"canonicalSignature": "(System.Diagnostics.DebugProvider):System.Diagnostics.DebugProvider",
|
|
19649
19669
|
"normalizedSignature": "SetProvider|(System.Diagnostics.DebugProvider):System.Diagnostics.DebugProvider|static=true",
|
|
19650
19670
|
"emitScope": "ClassSurface",
|
|
@@ -19664,7 +19684,7 @@
|
|
|
19664
19684
|
{
|
|
19665
19685
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Close():System.Void",
|
|
19666
19686
|
"clrName": "Close",
|
|
19667
|
-
"metadataToken":
|
|
19687
|
+
"metadataToken": 100701832,
|
|
19668
19688
|
"canonicalSignature": "():System.Void",
|
|
19669
19689
|
"normalizedSignature": "Close|():System.Void|static=true",
|
|
19670
19690
|
"emitScope": "ClassSurface",
|
|
@@ -19684,7 +19704,7 @@
|
|
|
19684
19704
|
{
|
|
19685
19705
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Flush():System.Void",
|
|
19686
19706
|
"clrName": "Flush",
|
|
19687
|
-
"metadataToken":
|
|
19707
|
+
"metadataToken": 100701833,
|
|
19688
19708
|
"canonicalSignature": "():System.Void",
|
|
19689
19709
|
"normalizedSignature": "Flush|():System.Void|static=true",
|
|
19690
19710
|
"emitScope": "ClassSurface",
|
|
@@ -19704,7 +19724,7 @@
|
|
|
19704
19724
|
{
|
|
19705
19725
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Indent():System.Void",
|
|
19706
19726
|
"clrName": "Indent",
|
|
19707
|
-
"metadataToken":
|
|
19727
|
+
"metadataToken": 100701834,
|
|
19708
19728
|
"canonicalSignature": "():System.Void",
|
|
19709
19729
|
"normalizedSignature": "Indent|():System.Void|static=true",
|
|
19710
19730
|
"emitScope": "ClassSurface",
|
|
@@ -19724,7 +19744,7 @@
|
|
|
19724
19744
|
{
|
|
19725
19745
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Unindent():System.Void",
|
|
19726
19746
|
"clrName": "Unindent",
|
|
19727
|
-
"metadataToken":
|
|
19747
|
+
"metadataToken": 100701835,
|
|
19728
19748
|
"canonicalSignature": "():System.Void",
|
|
19729
19749
|
"normalizedSignature": "Unindent|():System.Void|static=true",
|
|
19730
19750
|
"emitScope": "ClassSurface",
|
|
@@ -19744,7 +19764,7 @@
|
|
|
19744
19764
|
{
|
|
19745
19765
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Print(System.String):System.Void",
|
|
19746
19766
|
"clrName": "Print",
|
|
19747
|
-
"metadataToken":
|
|
19767
|
+
"metadataToken": 100701836,
|
|
19748
19768
|
"canonicalSignature": "(System.String):System.Void",
|
|
19749
19769
|
"normalizedSignature": "Print|(System.String):System.Void|static=true",
|
|
19750
19770
|
"emitScope": "ClassSurface",
|
|
@@ -19764,7 +19784,7 @@
|
|
|
19764
19784
|
{
|
|
19765
19785
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Print(System.String,System.Object[]):System.Void",
|
|
19766
19786
|
"clrName": "Print",
|
|
19767
|
-
"metadataToken":
|
|
19787
|
+
"metadataToken": 100701837,
|
|
19768
19788
|
"canonicalSignature": "(System.String,System.Object[]):System.Void",
|
|
19769
19789
|
"normalizedSignature": "Print|(System.String,System.Object[]):System.Void|static=true",
|
|
19770
19790
|
"emitScope": "ClassSurface",
|
|
@@ -19784,7 +19804,7 @@
|
|
|
19784
19804
|
{
|
|
19785
19805
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean):System.Void",
|
|
19786
19806
|
"clrName": "Assert",
|
|
19787
|
-
"metadataToken":
|
|
19807
|
+
"metadataToken": 100701838,
|
|
19788
19808
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
19789
19809
|
"normalizedSignature": "Assert|(System.Boolean):System.Void|static=true",
|
|
19790
19810
|
"emitScope": "ClassSurface",
|
|
@@ -19804,7 +19824,7 @@
|
|
|
19804
19824
|
{
|
|
19805
19825
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String):System.Void",
|
|
19806
19826
|
"clrName": "Assert",
|
|
19807
|
-
"metadataToken":
|
|
19827
|
+
"metadataToken": 100701839,
|
|
19808
19828
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
19809
19829
|
"normalizedSignature": "Assert|(System.Boolean,System.String):System.Void|static=true",
|
|
19810
19830
|
"emitScope": "ClassSurface",
|
|
@@ -19824,7 +19844,7 @@
|
|
|
19824
19844
|
{
|
|
19825
19845
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void",
|
|
19826
19846
|
"clrName": "Assert",
|
|
19827
|
-
"metadataToken":
|
|
19847
|
+
"metadataToken": 100701840,
|
|
19828
19848
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void",
|
|
19829
19849
|
"normalizedSignature": "Assert|(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void|static=true",
|
|
19830
19850
|
"emitScope": "ClassSurface",
|
|
@@ -19850,7 +19870,7 @@
|
|
|
19850
19870
|
{
|
|
19851
19871
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String):System.Void",
|
|
19852
19872
|
"clrName": "Assert",
|
|
19853
|
-
"metadataToken":
|
|
19873
|
+
"metadataToken": 100701841,
|
|
19854
19874
|
"canonicalSignature": "(System.Boolean,System.String,System.String):System.Void",
|
|
19855
19875
|
"normalizedSignature": "Assert|(System.Boolean,System.String,System.String):System.Void|static=true",
|
|
19856
19876
|
"emitScope": "ClassSurface",
|
|
@@ -19870,7 +19890,7 @@
|
|
|
19870
19890
|
{
|
|
19871
19891
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void",
|
|
19872
19892
|
"clrName": "Assert",
|
|
19873
|
-
"metadataToken":
|
|
19893
|
+
"metadataToken": 100701842,
|
|
19874
19894
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void",
|
|
19875
19895
|
"normalizedSignature": "Assert|(System.Boolean,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026,System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler\u0026):System.Void|static=true",
|
|
19876
19896
|
"emitScope": "ClassSurface",
|
|
@@ -19900,7 +19920,7 @@
|
|
|
19900
19920
|
{
|
|
19901
19921
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String,System.Object[]):System.Void",
|
|
19902
19922
|
"clrName": "Assert",
|
|
19903
|
-
"metadataToken":
|
|
19923
|
+
"metadataToken": 100701843,
|
|
19904
19924
|
"canonicalSignature": "(System.Boolean,System.String,System.String,System.Object[]):System.Void",
|
|
19905
19925
|
"normalizedSignature": "Assert|(System.Boolean,System.String,System.String,System.Object[]):System.Void|static=true",
|
|
19906
19926
|
"emitScope": "ClassSurface",
|
|
@@ -19920,7 +19940,7 @@
|
|
|
19920
19940
|
{
|
|
19921
19941
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Fail(System.String):System.Void",
|
|
19922
19942
|
"clrName": "Fail",
|
|
19923
|
-
"metadataToken":
|
|
19943
|
+
"metadataToken": 100701845,
|
|
19924
19944
|
"canonicalSignature": "(System.String):System.Void",
|
|
19925
19945
|
"normalizedSignature": "Fail|(System.String):System.Void|static=true",
|
|
19926
19946
|
"emitScope": "ClassSurface",
|
|
@@ -19940,7 +19960,7 @@
|
|
|
19940
19960
|
{
|
|
19941
19961
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Fail(System.String,System.String):System.Void",
|
|
19942
19962
|
"clrName": "Fail",
|
|
19943
|
-
"metadataToken":
|
|
19963
|
+
"metadataToken": 100701846,
|
|
19944
19964
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
19945
19965
|
"normalizedSignature": "Fail|(System.String,System.String):System.Void|static=true",
|
|
19946
19966
|
"emitScope": "ClassSurface",
|
|
@@ -19960,7 +19980,7 @@
|
|
|
19960
19980
|
{
|
|
19961
19981
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLine(System.String):System.Void",
|
|
19962
19982
|
"clrName": "WriteLine",
|
|
19963
|
-
"metadataToken":
|
|
19983
|
+
"metadataToken": 100701847,
|
|
19964
19984
|
"canonicalSignature": "(System.String):System.Void",
|
|
19965
19985
|
"normalizedSignature": "WriteLine|(System.String):System.Void|static=true",
|
|
19966
19986
|
"emitScope": "ClassSurface",
|
|
@@ -19980,7 +20000,7 @@
|
|
|
19980
20000
|
{
|
|
19981
20001
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Write(System.String):System.Void",
|
|
19982
20002
|
"clrName": "Write",
|
|
19983
|
-
"metadataToken":
|
|
20003
|
+
"metadataToken": 100701848,
|
|
19984
20004
|
"canonicalSignature": "(System.String):System.Void",
|
|
19985
20005
|
"normalizedSignature": "Write|(System.String):System.Void|static=true",
|
|
19986
20006
|
"emitScope": "ClassSurface",
|
|
@@ -20000,7 +20020,7 @@
|
|
|
20000
20020
|
{
|
|
20001
20021
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLine(System.Object):System.Void",
|
|
20002
20022
|
"clrName": "WriteLine",
|
|
20003
|
-
"metadataToken":
|
|
20023
|
+
"metadataToken": 100701849,
|
|
20004
20024
|
"canonicalSignature": "(System.Object):System.Void",
|
|
20005
20025
|
"normalizedSignature": "WriteLine|(System.Object):System.Void|static=true",
|
|
20006
20026
|
"emitScope": "ClassSurface",
|
|
@@ -20020,7 +20040,7 @@
|
|
|
20020
20040
|
{
|
|
20021
20041
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLine(System.Object,System.String):System.Void",
|
|
20022
20042
|
"clrName": "WriteLine",
|
|
20023
|
-
"metadataToken":
|
|
20043
|
+
"metadataToken": 100701850,
|
|
20024
20044
|
"canonicalSignature": "(System.Object,System.String):System.Void",
|
|
20025
20045
|
"normalizedSignature": "WriteLine|(System.Object,System.String):System.Void|static=true",
|
|
20026
20046
|
"emitScope": "ClassSurface",
|
|
@@ -20040,7 +20060,7 @@
|
|
|
20040
20060
|
{
|
|
20041
20061
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLine(System.String,System.Object[]):System.Void",
|
|
20042
20062
|
"clrName": "WriteLine",
|
|
20043
|
-
"metadataToken":
|
|
20063
|
+
"metadataToken": 100701851,
|
|
20044
20064
|
"canonicalSignature": "(System.String,System.Object[]):System.Void",
|
|
20045
20065
|
"normalizedSignature": "WriteLine|(System.String,System.Object[]):System.Void|static=true",
|
|
20046
20066
|
"emitScope": "ClassSurface",
|
|
@@ -20060,7 +20080,7 @@
|
|
|
20060
20080
|
{
|
|
20061
20081
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLine(System.String,System.String):System.Void",
|
|
20062
20082
|
"clrName": "WriteLine",
|
|
20063
|
-
"metadataToken":
|
|
20083
|
+
"metadataToken": 100701852,
|
|
20064
20084
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
20065
20085
|
"normalizedSignature": "WriteLine|(System.String,System.String):System.Void|static=true",
|
|
20066
20086
|
"emitScope": "ClassSurface",
|
|
@@ -20080,7 +20100,7 @@
|
|
|
20080
20100
|
{
|
|
20081
20101
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Write(System.Object):System.Void",
|
|
20082
20102
|
"clrName": "Write",
|
|
20083
|
-
"metadataToken":
|
|
20103
|
+
"metadataToken": 100701853,
|
|
20084
20104
|
"canonicalSignature": "(System.Object):System.Void",
|
|
20085
20105
|
"normalizedSignature": "Write|(System.Object):System.Void|static=true",
|
|
20086
20106
|
"emitScope": "ClassSurface",
|
|
@@ -20100,7 +20120,7 @@
|
|
|
20100
20120
|
{
|
|
20101
20121
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Write(System.String,System.String):System.Void",
|
|
20102
20122
|
"clrName": "Write",
|
|
20103
|
-
"metadataToken":
|
|
20123
|
+
"metadataToken": 100701854,
|
|
20104
20124
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
20105
20125
|
"normalizedSignature": "Write|(System.String,System.String):System.Void|static=true",
|
|
20106
20126
|
"emitScope": "ClassSurface",
|
|
@@ -20120,7 +20140,7 @@
|
|
|
20120
20140
|
{
|
|
20121
20141
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Write(System.Object,System.String):System.Void",
|
|
20122
20142
|
"clrName": "Write",
|
|
20123
|
-
"metadataToken":
|
|
20143
|
+
"metadataToken": 100701855,
|
|
20124
20144
|
"canonicalSignature": "(System.Object,System.String):System.Void",
|
|
20125
20145
|
"normalizedSignature": "Write|(System.Object,System.String):System.Void|static=true",
|
|
20126
20146
|
"emitScope": "ClassSurface",
|
|
@@ -20140,7 +20160,7 @@
|
|
|
20140
20160
|
{
|
|
20141
20161
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.String):System.Void",
|
|
20142
20162
|
"clrName": "WriteIf",
|
|
20143
|
-
"metadataToken":
|
|
20163
|
+
"metadataToken": 100701856,
|
|
20144
20164
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
20145
20165
|
"normalizedSignature": "WriteIf|(System.Boolean,System.String):System.Void|static=true",
|
|
20146
20166
|
"emitScope": "ClassSurface",
|
|
@@ -20160,7 +20180,7 @@
|
|
|
20160
20180
|
{
|
|
20161
20181
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void",
|
|
20162
20182
|
"clrName": "WriteIf",
|
|
20163
|
-
"metadataToken":
|
|
20183
|
+
"metadataToken": 100701857,
|
|
20164
20184
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void",
|
|
20165
20185
|
"normalizedSignature": "WriteIf|(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void|static=true",
|
|
20166
20186
|
"emitScope": "ClassSurface",
|
|
@@ -20186,7 +20206,7 @@
|
|
|
20186
20206
|
{
|
|
20187
20207
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object):System.Void",
|
|
20188
20208
|
"clrName": "WriteIf",
|
|
20189
|
-
"metadataToken":
|
|
20209
|
+
"metadataToken": 100701858,
|
|
20190
20210
|
"canonicalSignature": "(System.Boolean,System.Object):System.Void",
|
|
20191
20211
|
"normalizedSignature": "WriteIf|(System.Boolean,System.Object):System.Void|static=true",
|
|
20192
20212
|
"emitScope": "ClassSurface",
|
|
@@ -20206,7 +20226,7 @@
|
|
|
20206
20226
|
{
|
|
20207
20227
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.String,System.String):System.Void",
|
|
20208
20228
|
"clrName": "WriteIf",
|
|
20209
|
-
"metadataToken":
|
|
20229
|
+
"metadataToken": 100701859,
|
|
20210
20230
|
"canonicalSignature": "(System.Boolean,System.String,System.String):System.Void",
|
|
20211
20231
|
"normalizedSignature": "WriteIf|(System.Boolean,System.String,System.String):System.Void|static=true",
|
|
20212
20232
|
"emitScope": "ClassSurface",
|
|
@@ -20226,7 +20246,7 @@
|
|
|
20226
20246
|
{
|
|
20227
20247
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void",
|
|
20228
20248
|
"clrName": "WriteIf",
|
|
20229
|
-
"metadataToken":
|
|
20249
|
+
"metadataToken": 100701860,
|
|
20230
20250
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void",
|
|
20231
20251
|
"normalizedSignature": "WriteIf|(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void|static=true",
|
|
20232
20252
|
"emitScope": "ClassSurface",
|
|
@@ -20252,7 +20272,7 @@
|
|
|
20252
20272
|
{
|
|
20253
20273
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object,System.String):System.Void",
|
|
20254
20274
|
"clrName": "WriteIf",
|
|
20255
|
-
"metadataToken":
|
|
20275
|
+
"metadataToken": 100701861,
|
|
20256
20276
|
"canonicalSignature": "(System.Boolean,System.Object,System.String):System.Void",
|
|
20257
20277
|
"normalizedSignature": "WriteIf|(System.Boolean,System.Object,System.String):System.Void|static=true",
|
|
20258
20278
|
"emitScope": "ClassSurface",
|
|
@@ -20272,7 +20292,7 @@
|
|
|
20272
20292
|
{
|
|
20273
20293
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.Object):System.Void",
|
|
20274
20294
|
"clrName": "WriteLineIf",
|
|
20275
|
-
"metadataToken":
|
|
20295
|
+
"metadataToken": 100701862,
|
|
20276
20296
|
"canonicalSignature": "(System.Boolean,System.Object):System.Void",
|
|
20277
20297
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.Object):System.Void|static=true",
|
|
20278
20298
|
"emitScope": "ClassSurface",
|
|
@@ -20292,7 +20312,7 @@
|
|
|
20292
20312
|
{
|
|
20293
20313
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.Object,System.String):System.Void",
|
|
20294
20314
|
"clrName": "WriteLineIf",
|
|
20295
|
-
"metadataToken":
|
|
20315
|
+
"metadataToken": 100701863,
|
|
20296
20316
|
"canonicalSignature": "(System.Boolean,System.Object,System.String):System.Void",
|
|
20297
20317
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.Object,System.String):System.Void|static=true",
|
|
20298
20318
|
"emitScope": "ClassSurface",
|
|
@@ -20312,7 +20332,7 @@
|
|
|
20312
20332
|
{
|
|
20313
20333
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.String):System.Void",
|
|
20314
20334
|
"clrName": "WriteLineIf",
|
|
20315
|
-
"metadataToken":
|
|
20335
|
+
"metadataToken": 100701864,
|
|
20316
20336
|
"canonicalSignature": "(System.Boolean,System.String):System.Void",
|
|
20317
20337
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.String):System.Void|static=true",
|
|
20318
20338
|
"emitScope": "ClassSurface",
|
|
@@ -20332,7 +20352,7 @@
|
|
|
20332
20352
|
{
|
|
20333
20353
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void",
|
|
20334
20354
|
"clrName": "WriteLineIf",
|
|
20335
|
-
"metadataToken":
|
|
20355
|
+
"metadataToken": 100701865,
|
|
20336
20356
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void",
|
|
20337
20357
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026):System.Void|static=true",
|
|
20338
20358
|
"emitScope": "ClassSurface",
|
|
@@ -20358,7 +20378,7 @@
|
|
|
20358
20378
|
{
|
|
20359
20379
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.String,System.String):System.Void",
|
|
20360
20380
|
"clrName": "WriteLineIf",
|
|
20361
|
-
"metadataToken":
|
|
20381
|
+
"metadataToken": 100701866,
|
|
20362
20382
|
"canonicalSignature": "(System.Boolean,System.String,System.String):System.Void",
|
|
20363
20383
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.String,System.String):System.Void|static=true",
|
|
20364
20384
|
"emitScope": "ClassSurface",
|
|
@@ -20378,7 +20398,7 @@
|
|
|
20378
20398
|
{
|
|
20379
20399
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void",
|
|
20380
20400
|
"clrName": "WriteLineIf",
|
|
20381
|
-
"metadataToken":
|
|
20401
|
+
"metadataToken": 100701867,
|
|
20382
20402
|
"canonicalSignature": "(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void",
|
|
20383
20403
|
"normalizedSignature": "WriteLineIf|(System.Boolean,System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler\u0026,System.String):System.Void|static=true",
|
|
20384
20404
|
"emitScope": "ClassSurface",
|
|
@@ -20406,7 +20426,7 @@
|
|
|
20406
20426
|
{
|
|
20407
20427
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::AutoFlush:System.Boolean",
|
|
20408
20428
|
"clrName": "AutoFlush",
|
|
20409
|
-
"metadataToken":
|
|
20429
|
+
"metadataToken": 385880888,
|
|
20410
20430
|
"canonicalSignature": ":System.Boolean",
|
|
20411
20431
|
"normalizedSignature": "AutoFlush|:System.Boolean|static=true|accessor=getset",
|
|
20412
20432
|
"emitScope": "ClassSurface",
|
|
@@ -20425,7 +20445,7 @@
|
|
|
20425
20445
|
{
|
|
20426
20446
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::IndentLevel:System.Int32",
|
|
20427
20447
|
"clrName": "IndentLevel",
|
|
20428
|
-
"metadataToken":
|
|
20448
|
+
"metadataToken": 385880889,
|
|
20429
20449
|
"canonicalSignature": ":System.Int32",
|
|
20430
20450
|
"normalizedSignature": "IndentLevel|:System.Int32|static=true|accessor=getset",
|
|
20431
20451
|
"emitScope": "ClassSurface",
|
|
@@ -20444,7 +20464,7 @@
|
|
|
20444
20464
|
{
|
|
20445
20465
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::IndentSize:System.Int32",
|
|
20446
20466
|
"clrName": "IndentSize",
|
|
20447
|
-
"metadataToken":
|
|
20467
|
+
"metadataToken": 385880890,
|
|
20448
20468
|
"canonicalSignature": ":System.Int32",
|
|
20449
20469
|
"normalizedSignature": "IndentSize|:System.Int32|static=true|accessor=getset",
|
|
20450
20470
|
"emitScope": "ClassSurface",
|
|
@@ -20484,7 +20504,7 @@
|
|
|
20484
20504
|
{
|
|
20485
20505
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendLiteral(System.String):System.Void",
|
|
20486
20506
|
"clrName": "AppendLiteral",
|
|
20487
|
-
"metadataToken":
|
|
20507
|
+
"metadataToken": 100701871,
|
|
20488
20508
|
"canonicalSignature": "(System.String):System.Void",
|
|
20489
20509
|
"normalizedSignature": "AppendLiteral|(System.String):System.Void|static=false",
|
|
20490
20510
|
"emitScope": "ClassSurface",
|
|
@@ -20504,7 +20524,7 @@
|
|
|
20504
20524
|
{
|
|
20505
20525
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(T):System.Void",
|
|
20506
20526
|
"clrName": "AppendFormatted",
|
|
20507
|
-
"metadataToken":
|
|
20527
|
+
"metadataToken": 100701872,
|
|
20508
20528
|
"canonicalSignature": "(T):System.Void",
|
|
20509
20529
|
"normalizedSignature": "AppendFormatted|(T):System.Void|static=false",
|
|
20510
20530
|
"emitScope": "ClassSurface",
|
|
@@ -20524,7 +20544,7 @@
|
|
|
20524
20544
|
{
|
|
20525
20545
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(T,System.String):System.Void",
|
|
20526
20546
|
"clrName": "AppendFormatted",
|
|
20527
|
-
"metadataToken":
|
|
20547
|
+
"metadataToken": 100701873,
|
|
20528
20548
|
"canonicalSignature": "(T,System.String):System.Void",
|
|
20529
20549
|
"normalizedSignature": "AppendFormatted|(T,System.String):System.Void|static=false",
|
|
20530
20550
|
"emitScope": "ClassSurface",
|
|
@@ -20544,7 +20564,7 @@
|
|
|
20544
20564
|
{
|
|
20545
20565
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Void",
|
|
20546
20566
|
"clrName": "AppendFormatted",
|
|
20547
|
-
"metadataToken":
|
|
20567
|
+
"metadataToken": 100701874,
|
|
20548
20568
|
"canonicalSignature": "(T,System.Int32):System.Void",
|
|
20549
20569
|
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Void|static=false",
|
|
20550
20570
|
"emitScope": "ClassSurface",
|
|
@@ -20564,7 +20584,7 @@
|
|
|
20564
20584
|
{
|
|
20565
20585
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Void",
|
|
20566
20586
|
"clrName": "AppendFormatted",
|
|
20567
|
-
"metadataToken":
|
|
20587
|
+
"metadataToken": 100701875,
|
|
20568
20588
|
"canonicalSignature": "(T,System.Int32,System.String):System.Void",
|
|
20569
20589
|
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Void|static=false",
|
|
20570
20590
|
"emitScope": "ClassSurface",
|
|
@@ -20584,7 +20604,7 @@
|
|
|
20584
20604
|
{
|
|
20585
20605
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
20586
20606
|
"clrName": "AppendFormatted",
|
|
20587
|
-
"metadataToken":
|
|
20607
|
+
"metadataToken": 100701876,
|
|
20588
20608
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
20589
20609
|
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
20590
20610
|
"emitScope": "ClassSurface",
|
|
@@ -20604,7 +20624,7 @@
|
|
|
20604
20624
|
{
|
|
20605
20625
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
20606
20626
|
"clrName": "AppendFormatted",
|
|
20607
|
-
"metadataToken":
|
|
20627
|
+
"metadataToken": 100701877,
|
|
20608
20628
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
20609
20629
|
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void|static=false",
|
|
20610
20630
|
"emitScope": "ClassSurface",
|
|
@@ -20624,7 +20644,7 @@
|
|
|
20624
20644
|
{
|
|
20625
20645
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(System.String):System.Void",
|
|
20626
20646
|
"clrName": "AppendFormatted",
|
|
20627
|
-
"metadataToken":
|
|
20647
|
+
"metadataToken": 100701878,
|
|
20628
20648
|
"canonicalSignature": "(System.String):System.Void",
|
|
20629
20649
|
"normalizedSignature": "AppendFormatted|(System.String):System.Void|static=false",
|
|
20630
20650
|
"emitScope": "ClassSurface",
|
|
@@ -20644,7 +20664,7 @@
|
|
|
20644
20664
|
{
|
|
20645
20665
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Void",
|
|
20646
20666
|
"clrName": "AppendFormatted",
|
|
20647
|
-
"metadataToken":
|
|
20667
|
+
"metadataToken": 100701879,
|
|
20648
20668
|
"canonicalSignature": "(System.String,System.Int32,System.String):System.Void",
|
|
20649
20669
|
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Void|static=false",
|
|
20650
20670
|
"emitScope": "ClassSurface",
|
|
@@ -20664,7 +20684,7 @@
|
|
|
20664
20684
|
{
|
|
20665
20685
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Void",
|
|
20666
20686
|
"clrName": "AppendFormatted",
|
|
20667
|
-
"metadataToken":
|
|
20687
|
+
"metadataToken": 100701880,
|
|
20668
20688
|
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Void",
|
|
20669
20689
|
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Void|static=false",
|
|
20670
20690
|
"emitScope": "ClassSurface",
|
|
@@ -20688,7 +20708,7 @@
|
|
|
20688
20708
|
"constructors": [
|
|
20689
20709
|
{
|
|
20690
20710
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void",
|
|
20691
|
-
"metadataToken":
|
|
20711
|
+
"metadataToken": 100701869,
|
|
20692
20712
|
"canonicalSignature": "(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void",
|
|
20693
20713
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void|static=false",
|
|
20694
20714
|
"isStatic": false,
|
|
@@ -20724,7 +20744,7 @@
|
|
|
20724
20744
|
{
|
|
20725
20745
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendLiteral(System.String):System.Void",
|
|
20726
20746
|
"clrName": "AppendLiteral",
|
|
20727
|
-
"metadataToken":
|
|
20747
|
+
"metadataToken": 100701883,
|
|
20728
20748
|
"canonicalSignature": "(System.String):System.Void",
|
|
20729
20749
|
"normalizedSignature": "AppendLiteral|(System.String):System.Void|static=false",
|
|
20730
20750
|
"emitScope": "ClassSurface",
|
|
@@ -20744,7 +20764,7 @@
|
|
|
20744
20764
|
{
|
|
20745
20765
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(T):System.Void",
|
|
20746
20766
|
"clrName": "AppendFormatted",
|
|
20747
|
-
"metadataToken":
|
|
20767
|
+
"metadataToken": 100701884,
|
|
20748
20768
|
"canonicalSignature": "(T):System.Void",
|
|
20749
20769
|
"normalizedSignature": "AppendFormatted|(T):System.Void|static=false",
|
|
20750
20770
|
"emitScope": "ClassSurface",
|
|
@@ -20764,7 +20784,7 @@
|
|
|
20764
20784
|
{
|
|
20765
20785
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(T,System.String):System.Void",
|
|
20766
20786
|
"clrName": "AppendFormatted",
|
|
20767
|
-
"metadataToken":
|
|
20787
|
+
"metadataToken": 100701885,
|
|
20768
20788
|
"canonicalSignature": "(T,System.String):System.Void",
|
|
20769
20789
|
"normalizedSignature": "AppendFormatted|(T,System.String):System.Void|static=false",
|
|
20770
20790
|
"emitScope": "ClassSurface",
|
|
@@ -20784,7 +20804,7 @@
|
|
|
20784
20804
|
{
|
|
20785
20805
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Void",
|
|
20786
20806
|
"clrName": "AppendFormatted",
|
|
20787
|
-
"metadataToken":
|
|
20807
|
+
"metadataToken": 100701886,
|
|
20788
20808
|
"canonicalSignature": "(T,System.Int32):System.Void",
|
|
20789
20809
|
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Void|static=false",
|
|
20790
20810
|
"emitScope": "ClassSurface",
|
|
@@ -20804,7 +20824,7 @@
|
|
|
20804
20824
|
{
|
|
20805
20825
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Void",
|
|
20806
20826
|
"clrName": "AppendFormatted",
|
|
20807
|
-
"metadataToken":
|
|
20827
|
+
"metadataToken": 100701887,
|
|
20808
20828
|
"canonicalSignature": "(T,System.Int32,System.String):System.Void",
|
|
20809
20829
|
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Void|static=false",
|
|
20810
20830
|
"emitScope": "ClassSurface",
|
|
@@ -20824,7 +20844,7 @@
|
|
|
20824
20844
|
{
|
|
20825
20845
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
20826
20846
|
"clrName": "AppendFormatted",
|
|
20827
|
-
"metadataToken":
|
|
20847
|
+
"metadataToken": 100701888,
|
|
20828
20848
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
20829
20849
|
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
20830
20850
|
"emitScope": "ClassSurface",
|
|
@@ -20844,7 +20864,7 @@
|
|
|
20844
20864
|
{
|
|
20845
20865
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
20846
20866
|
"clrName": "AppendFormatted",
|
|
20847
|
-
"metadataToken":
|
|
20867
|
+
"metadataToken": 100701889,
|
|
20848
20868
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
20849
20869
|
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void|static=false",
|
|
20850
20870
|
"emitScope": "ClassSurface",
|
|
@@ -20864,7 +20884,7 @@
|
|
|
20864
20884
|
{
|
|
20865
20885
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(System.String):System.Void",
|
|
20866
20886
|
"clrName": "AppendFormatted",
|
|
20867
|
-
"metadataToken":
|
|
20887
|
+
"metadataToken": 100701890,
|
|
20868
20888
|
"canonicalSignature": "(System.String):System.Void",
|
|
20869
20889
|
"normalizedSignature": "AppendFormatted|(System.String):System.Void|static=false",
|
|
20870
20890
|
"emitScope": "ClassSurface",
|
|
@@ -20884,7 +20904,7 @@
|
|
|
20884
20904
|
{
|
|
20885
20905
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Void",
|
|
20886
20906
|
"clrName": "AppendFormatted",
|
|
20887
|
-
"metadataToken":
|
|
20907
|
+
"metadataToken": 100701891,
|
|
20888
20908
|
"canonicalSignature": "(System.String,System.Int32,System.String):System.Void",
|
|
20889
20909
|
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Void|static=false",
|
|
20890
20910
|
"emitScope": "ClassSurface",
|
|
@@ -20904,7 +20924,7 @@
|
|
|
20904
20924
|
{
|
|
20905
20925
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Void",
|
|
20906
20926
|
"clrName": "AppendFormatted",
|
|
20907
|
-
"metadataToken":
|
|
20927
|
+
"metadataToken": 100701892,
|
|
20908
20928
|
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Void",
|
|
20909
20929
|
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Void|static=false",
|
|
20910
20930
|
"emitScope": "ClassSurface",
|
|
@@ -20928,7 +20948,7 @@
|
|
|
20928
20948
|
"constructors": [
|
|
20929
20949
|
{
|
|
20930
20950
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void",
|
|
20931
|
-
"metadataToken":
|
|
20951
|
+
"metadataToken": 100701881,
|
|
20932
20952
|
"canonicalSignature": "(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void",
|
|
20933
20953
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void|static=false",
|
|
20934
20954
|
"isStatic": false,
|
|
@@ -20964,7 +20984,7 @@
|
|
|
20964
20984
|
{
|
|
20965
20985
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::Break():System.Void",
|
|
20966
20986
|
"clrName": "Break",
|
|
20967
|
-
"metadataToken":
|
|
20987
|
+
"metadataToken": 100701741,
|
|
20968
20988
|
"canonicalSignature": "():System.Void",
|
|
20969
20989
|
"normalizedSignature": "Break|():System.Void|static=true",
|
|
20970
20990
|
"emitScope": "ClassSurface",
|
|
@@ -20984,7 +21004,7 @@
|
|
|
20984
21004
|
{
|
|
20985
21005
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::Launch():System.Boolean",
|
|
20986
21006
|
"clrName": "Launch",
|
|
20987
|
-
"metadataToken":
|
|
21007
|
+
"metadataToken": 100701742,
|
|
20988
21008
|
"canonicalSignature": "():System.Boolean",
|
|
20989
21009
|
"normalizedSignature": "Launch|():System.Boolean|static=true",
|
|
20990
21010
|
"emitScope": "ClassSurface",
|
|
@@ -21004,7 +21024,7 @@
|
|
|
21004
21024
|
{
|
|
21005
21025
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::NotifyOfCrossThreadDependency():System.Void",
|
|
21006
21026
|
"clrName": "NotifyOfCrossThreadDependency",
|
|
21007
|
-
"metadataToken":
|
|
21027
|
+
"metadataToken": 100701743,
|
|
21008
21028
|
"canonicalSignature": "():System.Void",
|
|
21009
21029
|
"normalizedSignature": "NotifyOfCrossThreadDependency|():System.Void|static=true",
|
|
21010
21030
|
"emitScope": "ClassSurface",
|
|
@@ -21024,7 +21044,7 @@
|
|
|
21024
21044
|
{
|
|
21025
21045
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::Log(System.Int32,System.String,System.String):System.Void",
|
|
21026
21046
|
"clrName": "Log",
|
|
21027
|
-
"metadataToken":
|
|
21047
|
+
"metadataToken": 100701747,
|
|
21028
21048
|
"canonicalSignature": "(System.Int32,System.String,System.String):System.Void",
|
|
21029
21049
|
"normalizedSignature": "Log|(System.Int32,System.String,System.String):System.Void|static=true",
|
|
21030
21050
|
"emitScope": "ClassSurface",
|
|
@@ -21044,7 +21064,7 @@
|
|
|
21044
21064
|
{
|
|
21045
21065
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::IsLogging():System.Boolean",
|
|
21046
21066
|
"clrName": "IsLogging",
|
|
21047
|
-
"metadataToken":
|
|
21067
|
+
"metadataToken": 100701749,
|
|
21048
21068
|
"canonicalSignature": "():System.Boolean",
|
|
21049
21069
|
"normalizedSignature": "IsLogging|():System.Boolean|static=true",
|
|
21050
21070
|
"emitScope": "ClassSurface",
|
|
@@ -21064,7 +21084,7 @@
|
|
|
21064
21084
|
{
|
|
21065
21085
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::BreakForUserUnhandledException(System.Exception):System.Void",
|
|
21066
21086
|
"clrName": "BreakForUserUnhandledException",
|
|
21067
|
-
"metadataToken":
|
|
21087
|
+
"metadataToken": 100701753,
|
|
21068
21088
|
"canonicalSignature": "(System.Exception):System.Void",
|
|
21069
21089
|
"normalizedSignature": "BreakForUserUnhandledException|(System.Exception):System.Void|static=true",
|
|
21070
21090
|
"emitScope": "ClassSurface",
|
|
@@ -21086,7 +21106,7 @@
|
|
|
21086
21106
|
{
|
|
21087
21107
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::IsAttached:System.Boolean",
|
|
21088
21108
|
"clrName": "IsAttached",
|
|
21089
|
-
"metadataToken":
|
|
21109
|
+
"metadataToken": 385880882,
|
|
21090
21110
|
"canonicalSignature": ":System.Boolean",
|
|
21091
21111
|
"normalizedSignature": "IsAttached|:System.Boolean|static=true|accessor=get",
|
|
21092
21112
|
"emitScope": "ClassSurface",
|
|
@@ -21107,7 +21127,7 @@
|
|
|
21107
21127
|
{
|
|
21108
21128
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debugger::DefaultCategorySystem.String",
|
|
21109
21129
|
"clrName": "DefaultCategory",
|
|
21110
|
-
"metadataToken":
|
|
21130
|
+
"metadataToken": 67116791,
|
|
21111
21131
|
"normalizedSignature": "DefaultCategory|System.String|static=true|const=false",
|
|
21112
21132
|
"isStatic": true,
|
|
21113
21133
|
"isReadOnly": true,
|
|
@@ -21139,7 +21159,7 @@
|
|
|
21139
21159
|
{
|
|
21140
21160
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::HasNativeImage(System.Diagnostics.StackFrame):System.Boolean",
|
|
21141
21161
|
"clrName": "HasNativeImage",
|
|
21142
|
-
"metadataToken":
|
|
21162
|
+
"metadataToken": 100701957,
|
|
21143
21163
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.Boolean",
|
|
21144
21164
|
"normalizedSignature": "HasNativeImage|(System.Diagnostics.StackFrame):System.Boolean|static=true",
|
|
21145
21165
|
"emitScope": "ClassSurface",
|
|
@@ -21159,7 +21179,7 @@
|
|
|
21159
21179
|
{
|
|
21160
21180
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::HasMethod(System.Diagnostics.StackFrame):System.Boolean",
|
|
21161
21181
|
"clrName": "HasMethod",
|
|
21162
|
-
"metadataToken":
|
|
21182
|
+
"metadataToken": 100701958,
|
|
21163
21183
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.Boolean",
|
|
21164
21184
|
"normalizedSignature": "HasMethod|(System.Diagnostics.StackFrame):System.Boolean|static=true",
|
|
21165
21185
|
"emitScope": "ClassSurface",
|
|
@@ -21179,7 +21199,7 @@
|
|
|
21179
21199
|
{
|
|
21180
21200
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::HasILOffset(System.Diagnostics.StackFrame):System.Boolean",
|
|
21181
21201
|
"clrName": "HasILOffset",
|
|
21182
|
-
"metadataToken":
|
|
21202
|
+
"metadataToken": 100701959,
|
|
21183
21203
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.Boolean",
|
|
21184
21204
|
"normalizedSignature": "HasILOffset|(System.Diagnostics.StackFrame):System.Boolean|static=true",
|
|
21185
21205
|
"emitScope": "ClassSurface",
|
|
@@ -21199,7 +21219,7 @@
|
|
|
21199
21219
|
{
|
|
21200
21220
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::HasSource(System.Diagnostics.StackFrame):System.Boolean",
|
|
21201
21221
|
"clrName": "HasSource",
|
|
21202
|
-
"metadataToken":
|
|
21222
|
+
"metadataToken": 100701960,
|
|
21203
21223
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.Boolean",
|
|
21204
21224
|
"normalizedSignature": "HasSource|(System.Diagnostics.StackFrame):System.Boolean|static=true",
|
|
21205
21225
|
"emitScope": "ClassSurface",
|
|
@@ -21219,7 +21239,7 @@
|
|
|
21219
21239
|
{
|
|
21220
21240
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::GetNativeIP(System.Diagnostics.StackFrame):System.IntPtr",
|
|
21221
21241
|
"clrName": "GetNativeIP",
|
|
21222
|
-
"metadataToken":
|
|
21242
|
+
"metadataToken": 100701961,
|
|
21223
21243
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.IntPtr",
|
|
21224
21244
|
"normalizedSignature": "GetNativeIP|(System.Diagnostics.StackFrame):System.IntPtr|static=true",
|
|
21225
21245
|
"emitScope": "ClassSurface",
|
|
@@ -21239,7 +21259,7 @@
|
|
|
21239
21259
|
{
|
|
21240
21260
|
"stableId": "System.Private.CoreLib:System.Diagnostics.StackFrameExtensions::GetNativeImageBase(System.Diagnostics.StackFrame):System.IntPtr",
|
|
21241
21261
|
"clrName": "GetNativeImageBase",
|
|
21242
|
-
"metadataToken":
|
|
21262
|
+
"metadataToken": 100701962,
|
|
21243
21263
|
"canonicalSignature": "(System.Diagnostics.StackFrame):System.IntPtr",
|
|
21244
21264
|
"normalizedSignature": "GetNativeImageBase|(System.Diagnostics.StackFrame):System.IntPtr|static=true",
|
|
21245
21265
|
"emitScope": "ClassSurface",
|