@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::value__System.Int32",
|
|
45
45
|
"clrName": "value__",
|
|
46
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 67116934,
|
|
47
47
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::NoneSystem.Diagnostics.Tracing.EventActivityOptions",
|
|
57
57
|
"clrName": "None",
|
|
58
|
-
"metadataToken":
|
|
58
|
+
"metadataToken": 67116935,
|
|
59
59
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
|
|
60
60
|
"isStatic": true,
|
|
61
61
|
"isReadOnly": false,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
{
|
|
68
68
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::DisableSystem.Diagnostics.Tracing.EventActivityOptions",
|
|
69
69
|
"clrName": "Disable",
|
|
70
|
-
"metadataToken":
|
|
70
|
+
"metadataToken": 67116936,
|
|
71
71
|
"normalizedSignature": "Disable|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
|
|
72
72
|
"isStatic": true,
|
|
73
73
|
"isReadOnly": false,
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
{
|
|
80
80
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::RecursiveSystem.Diagnostics.Tracing.EventActivityOptions",
|
|
81
81
|
"clrName": "Recursive",
|
|
82
|
-
"metadataToken":
|
|
82
|
+
"metadataToken": 67116937,
|
|
83
83
|
"normalizedSignature": "Recursive|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
|
|
84
84
|
"isStatic": true,
|
|
85
85
|
"isReadOnly": false,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
{
|
|
92
92
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::DetachableSystem.Diagnostics.Tracing.EventActivityOptions",
|
|
93
93
|
"clrName": "Detachable",
|
|
94
|
-
"metadataToken":
|
|
94
|
+
"metadataToken": 67116938,
|
|
95
95
|
"normalizedSignature": "Detachable|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
|
|
96
96
|
"isStatic": true,
|
|
97
97
|
"isReadOnly": false,
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
{
|
|
144
144
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::value__System.Byte",
|
|
145
145
|
"clrName": "value__",
|
|
146
|
-
"metadataToken":
|
|
146
|
+
"metadataToken": 67117359,
|
|
147
147
|
"normalizedSignature": "value__|System.Byte|static=false|const=false",
|
|
148
148
|
"isStatic": false,
|
|
149
149
|
"isReadOnly": false,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::NoneSystem.Diagnostics.Tracing.EventChannel",
|
|
157
157
|
"clrName": "None",
|
|
158
|
-
"metadataToken":
|
|
158
|
+
"metadataToken": 67117360,
|
|
159
159
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
|
|
160
160
|
"isStatic": true,
|
|
161
161
|
"isReadOnly": false,
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
{
|
|
168
168
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::AdminSystem.Diagnostics.Tracing.EventChannel",
|
|
169
169
|
"clrName": "Admin",
|
|
170
|
-
"metadataToken":
|
|
170
|
+
"metadataToken": 67117361,
|
|
171
171
|
"normalizedSignature": "Admin|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
|
|
172
172
|
"isStatic": true,
|
|
173
173
|
"isReadOnly": false,
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
{
|
|
180
180
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::OperationalSystem.Diagnostics.Tracing.EventChannel",
|
|
181
181
|
"clrName": "Operational",
|
|
182
|
-
"metadataToken":
|
|
182
|
+
"metadataToken": 67117362,
|
|
183
183
|
"normalizedSignature": "Operational|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
|
|
184
184
|
"isStatic": true,
|
|
185
185
|
"isReadOnly": false,
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
{
|
|
192
192
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::AnalyticSystem.Diagnostics.Tracing.EventChannel",
|
|
193
193
|
"clrName": "Analytic",
|
|
194
|
-
"metadataToken":
|
|
194
|
+
"metadataToken": 67117363,
|
|
195
195
|
"normalizedSignature": "Analytic|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
|
|
196
196
|
"isStatic": true,
|
|
197
197
|
"isReadOnly": false,
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
{
|
|
204
204
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::DebugSystem.Diagnostics.Tracing.EventChannel",
|
|
205
205
|
"clrName": "Debug",
|
|
206
|
-
"metadataToken":
|
|
206
|
+
"metadataToken": 67117364,
|
|
207
207
|
"normalizedSignature": "Debug|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
|
|
208
208
|
"isStatic": true,
|
|
209
209
|
"isReadOnly": false,
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
{
|
|
256
256
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::value__System.Int32",
|
|
257
257
|
"clrName": "value__",
|
|
258
|
-
"metadataToken":
|
|
258
|
+
"metadataToken": 67117146,
|
|
259
259
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
260
260
|
"isStatic": false,
|
|
261
261
|
"isReadOnly": false,
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::UpdateSystem.Diagnostics.Tracing.EventCommand",
|
|
269
269
|
"clrName": "Update",
|
|
270
|
-
"metadataToken":
|
|
270
|
+
"metadataToken": 67117147,
|
|
271
271
|
"normalizedSignature": "Update|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
|
|
272
272
|
"isStatic": true,
|
|
273
273
|
"isReadOnly": false,
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
{
|
|
280
280
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::SendManifestSystem.Diagnostics.Tracing.EventCommand",
|
|
281
281
|
"clrName": "SendManifest",
|
|
282
|
-
"metadataToken":
|
|
282
|
+
"metadataToken": 67117148,
|
|
283
283
|
"normalizedSignature": "SendManifest|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
|
|
284
284
|
"isStatic": true,
|
|
285
285
|
"isReadOnly": false,
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
{
|
|
292
292
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::EnableSystem.Diagnostics.Tracing.EventCommand",
|
|
293
293
|
"clrName": "Enable",
|
|
294
|
-
"metadataToken":
|
|
294
|
+
"metadataToken": 67117149,
|
|
295
295
|
"normalizedSignature": "Enable|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
|
|
296
296
|
"isStatic": true,
|
|
297
297
|
"isReadOnly": false,
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
{
|
|
304
304
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::DisableSystem.Diagnostics.Tracing.EventCommand",
|
|
305
305
|
"clrName": "Disable",
|
|
306
|
-
"metadataToken":
|
|
306
|
+
"metadataToken": 67117150,
|
|
307
307
|
"normalizedSignature": "Disable|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
|
|
308
308
|
"isStatic": true,
|
|
309
309
|
"isReadOnly": false,
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::value__System.Int32",
|
|
357
357
|
"clrName": "value__",
|
|
358
|
-
"metadataToken":
|
|
358
|
+
"metadataToken": 67117401,
|
|
359
359
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
360
360
|
"isStatic": false,
|
|
361
361
|
"isReadOnly": false,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
{
|
|
368
368
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::DefaultSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
369
369
|
"clrName": "Default",
|
|
370
|
-
"metadataToken":
|
|
370
|
+
"metadataToken": 67117402,
|
|
371
371
|
"normalizedSignature": "Default|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
372
372
|
"isStatic": true,
|
|
373
373
|
"isReadOnly": false,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
{
|
|
380
380
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::StringSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
381
381
|
"clrName": "String",
|
|
382
|
-
"metadataToken":
|
|
382
|
+
"metadataToken": 67117403,
|
|
383
383
|
"normalizedSignature": "String|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
384
384
|
"isStatic": true,
|
|
385
385
|
"isReadOnly": false,
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
{
|
|
392
392
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::BooleanSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
393
393
|
"clrName": "Boolean",
|
|
394
|
-
"metadataToken":
|
|
394
|
+
"metadataToken": 67117404,
|
|
395
395
|
"normalizedSignature": "Boolean|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
396
396
|
"isStatic": true,
|
|
397
397
|
"isReadOnly": false,
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
{
|
|
404
404
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::HexadecimalSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
405
405
|
"clrName": "Hexadecimal",
|
|
406
|
-
"metadataToken":
|
|
406
|
+
"metadataToken": 67117405,
|
|
407
407
|
"normalizedSignature": "Hexadecimal|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
408
408
|
"isStatic": true,
|
|
409
409
|
"isReadOnly": false,
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
{
|
|
416
416
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::XmlSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
417
417
|
"clrName": "Xml",
|
|
418
|
-
"metadataToken":
|
|
418
|
+
"metadataToken": 67117406,
|
|
419
419
|
"normalizedSignature": "Xml|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
420
420
|
"isStatic": true,
|
|
421
421
|
"isReadOnly": false,
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
{
|
|
428
428
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::JsonSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
429
429
|
"clrName": "Json",
|
|
430
|
-
"metadataToken":
|
|
430
|
+
"metadataToken": 67117407,
|
|
431
431
|
"normalizedSignature": "Json|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
432
432
|
"isStatic": true,
|
|
433
433
|
"isReadOnly": false,
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
{
|
|
440
440
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::HResultSystem.Diagnostics.Tracing.EventFieldFormat",
|
|
441
441
|
"clrName": "HResult",
|
|
442
|
-
"metadataToken":
|
|
442
|
+
"metadataToken": 67117408,
|
|
443
443
|
"normalizedSignature": "HResult|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
|
|
444
444
|
"isStatic": true,
|
|
445
445
|
"isReadOnly": false,
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
{
|
|
492
492
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldTags::value__System.Int32",
|
|
493
493
|
"clrName": "value__",
|
|
494
|
-
"metadataToken":
|
|
494
|
+
"metadataToken": 67117396,
|
|
495
495
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
496
496
|
"isStatic": false,
|
|
497
497
|
"isReadOnly": false,
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
{
|
|
504
504
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldTags::NoneSystem.Diagnostics.Tracing.EventFieldTags",
|
|
505
505
|
"clrName": "None",
|
|
506
|
-
"metadataToken":
|
|
506
|
+
"metadataToken": 67117397,
|
|
507
507
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventFieldTags|static=true|const=true",
|
|
508
508
|
"isStatic": true,
|
|
509
509
|
"isReadOnly": false,
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
{
|
|
556
556
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::value__System.Int64",
|
|
557
557
|
"clrName": "value__",
|
|
558
|
-
"metadataToken":
|
|
558
|
+
"metadataToken": 67117365,
|
|
559
559
|
"normalizedSignature": "value__|System.Int64|static=false|const=false",
|
|
560
560
|
"isStatic": false,
|
|
561
561
|
"isReadOnly": false,
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
{
|
|
568
568
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::NoneSystem.Diagnostics.Tracing.EventKeywords",
|
|
569
569
|
"clrName": "None",
|
|
570
|
-
"metadataToken":
|
|
570
|
+
"metadataToken": 67117366,
|
|
571
571
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
572
572
|
"isStatic": true,
|
|
573
573
|
"isReadOnly": false,
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
{
|
|
580
580
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AllSystem.Diagnostics.Tracing.EventKeywords",
|
|
581
581
|
"clrName": "All",
|
|
582
|
-
"metadataToken":
|
|
582
|
+
"metadataToken": 67117367,
|
|
583
583
|
"normalizedSignature": "All|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
584
584
|
"isStatic": true,
|
|
585
585
|
"isReadOnly": false,
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
{
|
|
592
592
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::MicrosoftTelemetrySystem.Diagnostics.Tracing.EventKeywords",
|
|
593
593
|
"clrName": "MicrosoftTelemetry",
|
|
594
|
-
"metadataToken":
|
|
594
|
+
"metadataToken": 67117368,
|
|
595
595
|
"normalizedSignature": "MicrosoftTelemetry|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
596
596
|
"isStatic": true,
|
|
597
597
|
"isReadOnly": false,
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
{
|
|
604
604
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::WdiContextSystem.Diagnostics.Tracing.EventKeywords",
|
|
605
605
|
"clrName": "WdiContext",
|
|
606
|
-
"metadataToken":
|
|
606
|
+
"metadataToken": 67117369,
|
|
607
607
|
"normalizedSignature": "WdiContext|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
608
608
|
"isStatic": true,
|
|
609
609
|
"isReadOnly": false,
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
{
|
|
616
616
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::WdiDiagnosticSystem.Diagnostics.Tracing.EventKeywords",
|
|
617
617
|
"clrName": "WdiDiagnostic",
|
|
618
|
-
"metadataToken":
|
|
618
|
+
"metadataToken": 67117370,
|
|
619
619
|
"normalizedSignature": "WdiDiagnostic|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
620
620
|
"isStatic": true,
|
|
621
621
|
"isReadOnly": false,
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
{
|
|
628
628
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::SqmSystem.Diagnostics.Tracing.EventKeywords",
|
|
629
629
|
"clrName": "Sqm",
|
|
630
|
-
"metadataToken":
|
|
630
|
+
"metadataToken": 67117371,
|
|
631
631
|
"normalizedSignature": "Sqm|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
632
632
|
"isStatic": true,
|
|
633
633
|
"isReadOnly": false,
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
{
|
|
640
640
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AuditFailureSystem.Diagnostics.Tracing.EventKeywords",
|
|
641
641
|
"clrName": "AuditFailure",
|
|
642
|
-
"metadataToken":
|
|
642
|
+
"metadataToken": 67117372,
|
|
643
643
|
"normalizedSignature": "AuditFailure|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
644
644
|
"isStatic": true,
|
|
645
645
|
"isReadOnly": false,
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
{
|
|
652
652
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AuditSuccessSystem.Diagnostics.Tracing.EventKeywords",
|
|
653
653
|
"clrName": "AuditSuccess",
|
|
654
|
-
"metadataToken":
|
|
654
|
+
"metadataToken": 67117373,
|
|
655
655
|
"normalizedSignature": "AuditSuccess|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
656
656
|
"isStatic": true,
|
|
657
657
|
"isReadOnly": false,
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
{
|
|
664
664
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::CorrelationHintSystem.Diagnostics.Tracing.EventKeywords",
|
|
665
665
|
"clrName": "CorrelationHint",
|
|
666
|
-
"metadataToken":
|
|
666
|
+
"metadataToken": 67117374,
|
|
667
667
|
"normalizedSignature": "CorrelationHint|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
668
668
|
"isStatic": true,
|
|
669
669
|
"isReadOnly": false,
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
{
|
|
676
676
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::EventLogClassicSystem.Diagnostics.Tracing.EventKeywords",
|
|
677
677
|
"clrName": "EventLogClassic",
|
|
678
|
-
"metadataToken":
|
|
678
|
+
"metadataToken": 67117375,
|
|
679
679
|
"normalizedSignature": "EventLogClassic|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
|
|
680
680
|
"isStatic": true,
|
|
681
681
|
"isReadOnly": false,
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
{
|
|
728
728
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::value__System.Int32",
|
|
729
729
|
"clrName": "value__",
|
|
730
|
-
"metadataToken":
|
|
730
|
+
"metadataToken": 67117338,
|
|
731
731
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
732
732
|
"isStatic": false,
|
|
733
733
|
"isReadOnly": false,
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
{
|
|
740
740
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::LogAlwaysSystem.Diagnostics.Tracing.EventLevel",
|
|
741
741
|
"clrName": "LogAlways",
|
|
742
|
-
"metadataToken":
|
|
742
|
+
"metadataToken": 67117339,
|
|
743
743
|
"normalizedSignature": "LogAlways|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
744
744
|
"isStatic": true,
|
|
745
745
|
"isReadOnly": false,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
{
|
|
752
752
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::CriticalSystem.Diagnostics.Tracing.EventLevel",
|
|
753
753
|
"clrName": "Critical",
|
|
754
|
-
"metadataToken":
|
|
754
|
+
"metadataToken": 67117340,
|
|
755
755
|
"normalizedSignature": "Critical|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
756
756
|
"isStatic": true,
|
|
757
757
|
"isReadOnly": false,
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
{
|
|
764
764
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::ErrorSystem.Diagnostics.Tracing.EventLevel",
|
|
765
765
|
"clrName": "Error",
|
|
766
|
-
"metadataToken":
|
|
766
|
+
"metadataToken": 67117341,
|
|
767
767
|
"normalizedSignature": "Error|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
768
768
|
"isStatic": true,
|
|
769
769
|
"isReadOnly": false,
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
{
|
|
776
776
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::WarningSystem.Diagnostics.Tracing.EventLevel",
|
|
777
777
|
"clrName": "Warning",
|
|
778
|
-
"metadataToken":
|
|
778
|
+
"metadataToken": 67117342,
|
|
779
779
|
"normalizedSignature": "Warning|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
780
780
|
"isStatic": true,
|
|
781
781
|
"isReadOnly": false,
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
{
|
|
788
788
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::InformationalSystem.Diagnostics.Tracing.EventLevel",
|
|
789
789
|
"clrName": "Informational",
|
|
790
|
-
"metadataToken":
|
|
790
|
+
"metadataToken": 67117343,
|
|
791
791
|
"normalizedSignature": "Informational|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
792
792
|
"isStatic": true,
|
|
793
793
|
"isReadOnly": false,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
{
|
|
800
800
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::VerboseSystem.Diagnostics.Tracing.EventLevel",
|
|
801
801
|
"clrName": "Verbose",
|
|
802
|
-
"metadataToken":
|
|
802
|
+
"metadataToken": 67117344,
|
|
803
803
|
"normalizedSignature": "Verbose|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
|
|
804
804
|
"isStatic": true,
|
|
805
805
|
"isReadOnly": false,
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
{
|
|
852
852
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::value__System.Int32",
|
|
853
853
|
"clrName": "value__",
|
|
854
|
-
"metadataToken":
|
|
854
|
+
"metadataToken": 67117155,
|
|
855
855
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
856
856
|
"isStatic": false,
|
|
857
857
|
"isReadOnly": false,
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
{
|
|
864
864
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::NoneSystem.Diagnostics.Tracing.EventManifestOptions",
|
|
865
865
|
"clrName": "None",
|
|
866
|
-
"metadataToken":
|
|
866
|
+
"metadataToken": 67117156,
|
|
867
867
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
|
|
868
868
|
"isStatic": true,
|
|
869
869
|
"isReadOnly": false,
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
{
|
|
876
876
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::StrictSystem.Diagnostics.Tracing.EventManifestOptions",
|
|
877
877
|
"clrName": "Strict",
|
|
878
|
-
"metadataToken":
|
|
878
|
+
"metadataToken": 67117157,
|
|
879
879
|
"normalizedSignature": "Strict|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
|
|
880
880
|
"isStatic": true,
|
|
881
881
|
"isReadOnly": false,
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
{
|
|
888
888
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::AllCulturesSystem.Diagnostics.Tracing.EventManifestOptions",
|
|
889
889
|
"clrName": "AllCultures",
|
|
890
|
-
"metadataToken":
|
|
890
|
+
"metadataToken": 67117158,
|
|
891
891
|
"normalizedSignature": "AllCultures|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
|
|
892
892
|
"isStatic": true,
|
|
893
893
|
"isReadOnly": false,
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
{
|
|
900
900
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::OnlyIfNeededForRegistrationSystem.Diagnostics.Tracing.EventManifestOptions",
|
|
901
901
|
"clrName": "OnlyIfNeededForRegistration",
|
|
902
|
-
"metadataToken":
|
|
902
|
+
"metadataToken": 67117159,
|
|
903
903
|
"normalizedSignature": "OnlyIfNeededForRegistration|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
|
|
904
904
|
"isStatic": true,
|
|
905
905
|
"isReadOnly": false,
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
{
|
|
912
912
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::AllowEventSourceOverrideSystem.Diagnostics.Tracing.EventManifestOptions",
|
|
913
913
|
"clrName": "AllowEventSourceOverride",
|
|
914
|
-
"metadataToken":
|
|
914
|
+
"metadataToken": 67117160,
|
|
915
915
|
"normalizedSignature": "AllowEventSourceOverride|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
|
|
916
916
|
"isStatic": true,
|
|
917
917
|
"isReadOnly": false,
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
{
|
|
964
964
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::value__System.Int32",
|
|
965
965
|
"clrName": "value__",
|
|
966
|
-
"metadataToken":
|
|
966
|
+
"metadataToken": 67117347,
|
|
967
967
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
968
968
|
"isStatic": false,
|
|
969
969
|
"isReadOnly": false,
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
{
|
|
976
976
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::InfoSystem.Diagnostics.Tracing.EventOpcode",
|
|
977
977
|
"clrName": "Info",
|
|
978
|
-
"metadataToken":
|
|
978
|
+
"metadataToken": 67117348,
|
|
979
979
|
"normalizedSignature": "Info|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
980
980
|
"isStatic": true,
|
|
981
981
|
"isReadOnly": false,
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
{
|
|
988
988
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::StartSystem.Diagnostics.Tracing.EventOpcode",
|
|
989
989
|
"clrName": "Start",
|
|
990
|
-
"metadataToken":
|
|
990
|
+
"metadataToken": 67117349,
|
|
991
991
|
"normalizedSignature": "Start|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
992
992
|
"isStatic": true,
|
|
993
993
|
"isReadOnly": false,
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
{
|
|
1000
1000
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::StopSystem.Diagnostics.Tracing.EventOpcode",
|
|
1001
1001
|
"clrName": "Stop",
|
|
1002
|
-
"metadataToken":
|
|
1002
|
+
"metadataToken": 67117350,
|
|
1003
1003
|
"normalizedSignature": "Stop|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1004
1004
|
"isStatic": true,
|
|
1005
1005
|
"isReadOnly": false,
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
{
|
|
1012
1012
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::DataCollectionStartSystem.Diagnostics.Tracing.EventOpcode",
|
|
1013
1013
|
"clrName": "DataCollectionStart",
|
|
1014
|
-
"metadataToken":
|
|
1014
|
+
"metadataToken": 67117351,
|
|
1015
1015
|
"normalizedSignature": "DataCollectionStart|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1016
1016
|
"isStatic": true,
|
|
1017
1017
|
"isReadOnly": false,
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
{
|
|
1024
1024
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::DataCollectionStopSystem.Diagnostics.Tracing.EventOpcode",
|
|
1025
1025
|
"clrName": "DataCollectionStop",
|
|
1026
|
-
"metadataToken":
|
|
1026
|
+
"metadataToken": 67117352,
|
|
1027
1027
|
"normalizedSignature": "DataCollectionStop|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1028
1028
|
"isStatic": true,
|
|
1029
1029
|
"isReadOnly": false,
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
{
|
|
1036
1036
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ExtensionSystem.Diagnostics.Tracing.EventOpcode",
|
|
1037
1037
|
"clrName": "Extension",
|
|
1038
|
-
"metadataToken":
|
|
1038
|
+
"metadataToken": 67117353,
|
|
1039
1039
|
"normalizedSignature": "Extension|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1040
1040
|
"isStatic": true,
|
|
1041
1041
|
"isReadOnly": false,
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
{
|
|
1048
1048
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ReplySystem.Diagnostics.Tracing.EventOpcode",
|
|
1049
1049
|
"clrName": "Reply",
|
|
1050
|
-
"metadataToken":
|
|
1050
|
+
"metadataToken": 67117354,
|
|
1051
1051
|
"normalizedSignature": "Reply|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1052
1052
|
"isStatic": true,
|
|
1053
1053
|
"isReadOnly": false,
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
{
|
|
1060
1060
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ResumeSystem.Diagnostics.Tracing.EventOpcode",
|
|
1061
1061
|
"clrName": "Resume",
|
|
1062
|
-
"metadataToken":
|
|
1062
|
+
"metadataToken": 67117355,
|
|
1063
1063
|
"normalizedSignature": "Resume|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1064
1064
|
"isStatic": true,
|
|
1065
1065
|
"isReadOnly": false,
|
|
@@ -1071,7 +1071,7 @@
|
|
|
1071
1071
|
{
|
|
1072
1072
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::SuspendSystem.Diagnostics.Tracing.EventOpcode",
|
|
1073
1073
|
"clrName": "Suspend",
|
|
1074
|
-
"metadataToken":
|
|
1074
|
+
"metadataToken": 67117356,
|
|
1075
1075
|
"normalizedSignature": "Suspend|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1076
1076
|
"isStatic": true,
|
|
1077
1077
|
"isReadOnly": false,
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
{
|
|
1084
1084
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::SendSystem.Diagnostics.Tracing.EventOpcode",
|
|
1085
1085
|
"clrName": "Send",
|
|
1086
|
-
"metadataToken":
|
|
1086
|
+
"metadataToken": 67117357,
|
|
1087
1087
|
"normalizedSignature": "Send|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1088
1088
|
"isStatic": true,
|
|
1089
1089
|
"isReadOnly": false,
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
{
|
|
1096
1096
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ReceiveSystem.Diagnostics.Tracing.EventOpcode",
|
|
1097
1097
|
"clrName": "Receive",
|
|
1098
|
-
"metadataToken":
|
|
1098
|
+
"metadataToken": 67117358,
|
|
1099
1099
|
"normalizedSignature": "Receive|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
|
|
1100
1100
|
"isStatic": true,
|
|
1101
1101
|
"isReadOnly": false,
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
{
|
|
1148
1148
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::value__System.Int32",
|
|
1149
1149
|
"clrName": "value__",
|
|
1150
|
-
"metadataToken":
|
|
1150
|
+
"metadataToken": 67117085,
|
|
1151
1151
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1152
1152
|
"isStatic": false,
|
|
1153
1153
|
"isReadOnly": false,
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
{
|
|
1160
1160
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::DefaultSystem.Diagnostics.Tracing.EventSourceSettings",
|
|
1161
1161
|
"clrName": "Default",
|
|
1162
|
-
"metadataToken":
|
|
1162
|
+
"metadataToken": 67117086,
|
|
1163
1163
|
"normalizedSignature": "Default|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
|
|
1164
1164
|
"isStatic": true,
|
|
1165
1165
|
"isReadOnly": false,
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
{
|
|
1172
1172
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::ThrowOnEventWriteErrorsSystem.Diagnostics.Tracing.EventSourceSettings",
|
|
1173
1173
|
"clrName": "ThrowOnEventWriteErrors",
|
|
1174
|
-
"metadataToken":
|
|
1174
|
+
"metadataToken": 67117087,
|
|
1175
1175
|
"normalizedSignature": "ThrowOnEventWriteErrors|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
|
|
1176
1176
|
"isStatic": true,
|
|
1177
1177
|
"isReadOnly": false,
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
{
|
|
1184
1184
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::EtwManifestEventFormatSystem.Diagnostics.Tracing.EventSourceSettings",
|
|
1185
1185
|
"clrName": "EtwManifestEventFormat",
|
|
1186
|
-
"metadataToken":
|
|
1186
|
+
"metadataToken": 67117088,
|
|
1187
1187
|
"normalizedSignature": "EtwManifestEventFormat|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
|
|
1188
1188
|
"isStatic": true,
|
|
1189
1189
|
"isReadOnly": false,
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
{
|
|
1196
1196
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::EtwSelfDescribingEventFormatSystem.Diagnostics.Tracing.EventSourceSettings",
|
|
1197
1197
|
"clrName": "EtwSelfDescribingEventFormat",
|
|
1198
|
-
"metadataToken":
|
|
1198
|
+
"metadataToken": 67117089,
|
|
1199
1199
|
"normalizedSignature": "EtwSelfDescribingEventFormat|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
|
|
1200
1200
|
"isStatic": true,
|
|
1201
1201
|
"isReadOnly": false,
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
{
|
|
1248
1248
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTags::value__System.Int32",
|
|
1249
1249
|
"clrName": "value__",
|
|
1250
|
-
"metadataToken":
|
|
1250
|
+
"metadataToken": 67117589,
|
|
1251
1251
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1252
1252
|
"isStatic": false,
|
|
1253
1253
|
"isReadOnly": false,
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
{
|
|
1260
1260
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTags::NoneSystem.Diagnostics.Tracing.EventTags",
|
|
1261
1261
|
"clrName": "None",
|
|
1262
|
-
"metadataToken":
|
|
1262
|
+
"metadataToken": 67117590,
|
|
1263
1263
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventTags|static=true|const=true",
|
|
1264
1264
|
"isStatic": true,
|
|
1265
1265
|
"isReadOnly": false,
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
{
|
|
1312
1312
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTask::value__System.Int32",
|
|
1313
1313
|
"clrName": "value__",
|
|
1314
|
-
"metadataToken":
|
|
1314
|
+
"metadataToken": 67117345,
|
|
1315
1315
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1316
1316
|
"isStatic": false,
|
|
1317
1317
|
"isReadOnly": false,
|
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
{
|
|
1324
1324
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTask::NoneSystem.Diagnostics.Tracing.EventTask",
|
|
1325
1325
|
"clrName": "None",
|
|
1326
|
-
"metadataToken":
|
|
1326
|
+
"metadataToken": 67117346,
|
|
1327
1327
|
"normalizedSignature": "None|System.Diagnostics.Tracing.EventTask|static=true|const=true",
|
|
1328
1328
|
"isStatic": true,
|
|
1329
1329
|
"isReadOnly": false,
|
|
@@ -1336,27 +1336,6 @@
|
|
|
1336
1336
|
"events": [],
|
|
1337
1337
|
"constructors": []
|
|
1338
1338
|
},
|
|
1339
|
-
{
|
|
1340
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive",
|
|
1341
|
-
"clrName": "System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive",
|
|
1342
|
-
"assemblyName": "System.Private.CoreLib",
|
|
1343
|
-
"metadataToken": 0,
|
|
1344
|
-
"kind": "Struct",
|
|
1345
|
-
"accessibility": "Public",
|
|
1346
|
-
"isAbstract": false,
|
|
1347
|
-
"isSealed": true,
|
|
1348
|
-
"isStatic": false,
|
|
1349
|
-
"arity": 0,
|
|
1350
|
-
"baseType": {
|
|
1351
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1352
|
-
"clrName": "System.ValueType"
|
|
1353
|
-
},
|
|
1354
|
-
"methods": [],
|
|
1355
|
-
"properties": [],
|
|
1356
|
-
"fields": [],
|
|
1357
|
-
"events": [],
|
|
1358
|
-
"constructors": []
|
|
1359
|
-
},
|
|
1360
1339
|
{
|
|
1361
1340
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions",
|
|
1362
1341
|
"clrName": "System.Diagnostics.Tracing.EventSourceOptions",
|
|
@@ -1377,7 +1356,7 @@
|
|
|
1377
1356
|
{
|
|
1378
1357
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Level:System.Diagnostics.Tracing.EventLevel",
|
|
1379
1358
|
"clrName": "Level",
|
|
1380
|
-
"metadataToken":
|
|
1359
|
+
"metadataToken": 385881052,
|
|
1381
1360
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
|
|
1382
1361
|
"normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
|
|
1383
1362
|
"emitScope": "ClassSurface",
|
|
@@ -1396,7 +1375,7 @@
|
|
|
1396
1375
|
{
|
|
1397
1376
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Opcode:System.Diagnostics.Tracing.EventOpcode",
|
|
1398
1377
|
"clrName": "Opcode",
|
|
1399
|
-
"metadataToken":
|
|
1378
|
+
"metadataToken": 385881053,
|
|
1400
1379
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
|
|
1401
1380
|
"normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
|
|
1402
1381
|
"emitScope": "ClassSurface",
|
|
@@ -1415,7 +1394,7 @@
|
|
|
1415
1394
|
{
|
|
1416
1395
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Keywords:System.Diagnostics.Tracing.EventKeywords",
|
|
1417
1396
|
"clrName": "Keywords",
|
|
1418
|
-
"metadataToken":
|
|
1397
|
+
"metadataToken": 385881055,
|
|
1419
1398
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
|
|
1420
1399
|
"normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
|
|
1421
1400
|
"emitScope": "ClassSurface",
|
|
@@ -1434,7 +1413,7 @@
|
|
|
1434
1413
|
{
|
|
1435
1414
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Tags:System.Diagnostics.Tracing.EventTags",
|
|
1436
1415
|
"clrName": "Tags",
|
|
1437
|
-
"metadataToken":
|
|
1416
|
+
"metadataToken": 385881056,
|
|
1438
1417
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
|
|
1439
1418
|
"normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
|
|
1440
1419
|
"emitScope": "ClassSurface",
|
|
@@ -1453,7 +1432,7 @@
|
|
|
1453
1432
|
{
|
|
1454
1433
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::ActivityOptions:System.Diagnostics.Tracing.EventActivityOptions",
|
|
1455
1434
|
"clrName": "ActivityOptions",
|
|
1456
|
-
"metadataToken":
|
|
1435
|
+
"metadataToken": 385881057,
|
|
1457
1436
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventActivityOptions",
|
|
1458
1437
|
"normalizedSignature": "ActivityOptions|:System.Diagnostics.Tracing.EventActivityOptions|static=false|accessor=getset",
|
|
1459
1438
|
"emitScope": "ClassSurface",
|
|
@@ -1499,7 +1478,7 @@
|
|
|
1499
1478
|
{
|
|
1500
1479
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::Dispose():System.Void",
|
|
1501
1480
|
"clrName": "Dispose",
|
|
1502
|
-
"metadataToken":
|
|
1481
|
+
"metadataToken": 100702005,
|
|
1503
1482
|
"canonicalSignature": "():System.Void",
|
|
1504
1483
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1505
1484
|
"emitScope": "ClassSurface",
|
|
@@ -1519,7 +1498,7 @@
|
|
|
1519
1498
|
{
|
|
1520
1499
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::AddMetadata(System.String,System.String):System.Void",
|
|
1521
1500
|
"clrName": "AddMetadata",
|
|
1522
|
-
"metadataToken":
|
|
1501
|
+
"metadataToken": 100702006,
|
|
1523
1502
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
1524
1503
|
"normalizedSignature": "AddMetadata|(System.String,System.String):System.Void|static=false",
|
|
1525
1504
|
"emitScope": "ClassSurface",
|
|
@@ -1562,7 +1541,7 @@
|
|
|
1562
1541
|
{
|
|
1563
1542
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::DisplayName:System.String",
|
|
1564
1543
|
"clrName": "DisplayName",
|
|
1565
|
-
"metadataToken":
|
|
1544
|
+
"metadataToken": 385880919,
|
|
1566
1545
|
"canonicalSignature": ":System.String",
|
|
1567
1546
|
"normalizedSignature": "DisplayName|:System.String|static=false|accessor=getset",
|
|
1568
1547
|
"emitScope": "ClassSurface",
|
|
@@ -1581,7 +1560,7 @@
|
|
|
1581
1560
|
{
|
|
1582
1561
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::DisplayUnits:System.String",
|
|
1583
1562
|
"clrName": "DisplayUnits",
|
|
1584
|
-
"metadataToken":
|
|
1563
|
+
"metadataToken": 385880920,
|
|
1585
1564
|
"canonicalSignature": ":System.String",
|
|
1586
1565
|
"normalizedSignature": "DisplayUnits|:System.String|static=false|accessor=getset",
|
|
1587
1566
|
"emitScope": "ClassSurface",
|
|
@@ -1600,7 +1579,7 @@
|
|
|
1600
1579
|
{
|
|
1601
1580
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::Name:System.String",
|
|
1602
1581
|
"clrName": "Name",
|
|
1603
|
-
"metadataToken":
|
|
1582
|
+
"metadataToken": 385880921,
|
|
1604
1583
|
"canonicalSignature": ":System.String",
|
|
1605
1584
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
1606
1585
|
"emitScope": "ClassSurface",
|
|
@@ -1619,7 +1598,7 @@
|
|
|
1619
1598
|
{
|
|
1620
1599
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::EventSource:System.Diagnostics.Tracing.EventSource",
|
|
1621
1600
|
"clrName": "EventSource",
|
|
1622
|
-
"metadataToken":
|
|
1601
|
+
"metadataToken": 385880922,
|
|
1623
1602
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
|
|
1624
1603
|
"normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=get",
|
|
1625
1604
|
"emitScope": "ClassSurface",
|
|
@@ -1660,7 +1639,7 @@
|
|
|
1660
1639
|
{
|
|
1661
1640
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::EventId:System.Int32",
|
|
1662
1641
|
"clrName": "EventId",
|
|
1663
|
-
"metadataToken":
|
|
1642
|
+
"metadataToken": 385881011,
|
|
1664
1643
|
"canonicalSignature": ":System.Int32",
|
|
1665
1644
|
"normalizedSignature": "EventId|:System.Int32|static=false|accessor=get",
|
|
1666
1645
|
"emitScope": "ClassSurface",
|
|
@@ -1679,7 +1658,7 @@
|
|
|
1679
1658
|
{
|
|
1680
1659
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Level:System.Diagnostics.Tracing.EventLevel",
|
|
1681
1660
|
"clrName": "Level",
|
|
1682
|
-
"metadataToken":
|
|
1661
|
+
"metadataToken": 385881012,
|
|
1683
1662
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
|
|
1684
1663
|
"normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
|
|
1685
1664
|
"emitScope": "ClassSurface",
|
|
@@ -1698,7 +1677,7 @@
|
|
|
1698
1677
|
{
|
|
1699
1678
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Keywords:System.Diagnostics.Tracing.EventKeywords",
|
|
1700
1679
|
"clrName": "Keywords",
|
|
1701
|
-
"metadataToken":
|
|
1680
|
+
"metadataToken": 385881013,
|
|
1702
1681
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
|
|
1703
1682
|
"normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
|
|
1704
1683
|
"emitScope": "ClassSurface",
|
|
@@ -1717,7 +1696,7 @@
|
|
|
1717
1696
|
{
|
|
1718
1697
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Opcode:System.Diagnostics.Tracing.EventOpcode",
|
|
1719
1698
|
"clrName": "Opcode",
|
|
1720
|
-
"metadataToken":
|
|
1699
|
+
"metadataToken": 385881014,
|
|
1721
1700
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
|
|
1722
1701
|
"normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
|
|
1723
1702
|
"emitScope": "ClassSurface",
|
|
@@ -1736,7 +1715,7 @@
|
|
|
1736
1715
|
{
|
|
1737
1716
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Task:System.Diagnostics.Tracing.EventTask",
|
|
1738
1717
|
"clrName": "Task",
|
|
1739
|
-
"metadataToken":
|
|
1718
|
+
"metadataToken": 385881016,
|
|
1740
1719
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventTask",
|
|
1741
1720
|
"normalizedSignature": "Task|:System.Diagnostics.Tracing.EventTask|static=false|accessor=getset",
|
|
1742
1721
|
"emitScope": "ClassSurface",
|
|
@@ -1755,7 +1734,7 @@
|
|
|
1755
1734
|
{
|
|
1756
1735
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Channel:System.Diagnostics.Tracing.EventChannel",
|
|
1757
1736
|
"clrName": "Channel",
|
|
1758
|
-
"metadataToken":
|
|
1737
|
+
"metadataToken": 385881017,
|
|
1759
1738
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventChannel",
|
|
1760
1739
|
"normalizedSignature": "Channel|:System.Diagnostics.Tracing.EventChannel|static=false|accessor=getset",
|
|
1761
1740
|
"emitScope": "ClassSurface",
|
|
@@ -1774,7 +1753,7 @@
|
|
|
1774
1753
|
{
|
|
1775
1754
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Version:System.Byte",
|
|
1776
1755
|
"clrName": "Version",
|
|
1777
|
-
"metadataToken":
|
|
1756
|
+
"metadataToken": 385881018,
|
|
1778
1757
|
"canonicalSignature": ":System.Byte",
|
|
1779
1758
|
"normalizedSignature": "Version|:System.Byte|static=false|accessor=getset",
|
|
1780
1759
|
"emitScope": "ClassSurface",
|
|
@@ -1793,7 +1772,7 @@
|
|
|
1793
1772
|
{
|
|
1794
1773
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Message:System.String",
|
|
1795
1774
|
"clrName": "Message",
|
|
1796
|
-
"metadataToken":
|
|
1775
|
+
"metadataToken": 385881019,
|
|
1797
1776
|
"canonicalSignature": ":System.String",
|
|
1798
1777
|
"normalizedSignature": "Message|:System.String|static=false|accessor=getset",
|
|
1799
1778
|
"emitScope": "ClassSurface",
|
|
@@ -1812,7 +1791,7 @@
|
|
|
1812
1791
|
{
|
|
1813
1792
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Tags:System.Diagnostics.Tracing.EventTags",
|
|
1814
1793
|
"clrName": "Tags",
|
|
1815
|
-
"metadataToken":
|
|
1794
|
+
"metadataToken": 385881020,
|
|
1816
1795
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
|
|
1817
1796
|
"normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
|
|
1818
1797
|
"emitScope": "ClassSurface",
|
|
@@ -1831,7 +1810,7 @@
|
|
|
1831
1810
|
{
|
|
1832
1811
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::ActivityOptions:System.Diagnostics.Tracing.EventActivityOptions",
|
|
1833
1812
|
"clrName": "ActivityOptions",
|
|
1834
|
-
"metadataToken":
|
|
1813
|
+
"metadataToken": 385881021,
|
|
1835
1814
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventActivityOptions",
|
|
1836
1815
|
"normalizedSignature": "ActivityOptions|:System.Diagnostics.Tracing.EventActivityOptions|static=false|accessor=getset",
|
|
1837
1816
|
"emitScope": "ClassSurface",
|
|
@@ -1853,7 +1832,7 @@
|
|
|
1853
1832
|
"constructors": [
|
|
1854
1833
|
{
|
|
1855
1834
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::.ctor(System.Int32):void",
|
|
1856
|
-
"metadataToken":
|
|
1835
|
+
"metadataToken": 100702454,
|
|
1857
1836
|
"canonicalSignature": "(System.Int32):void",
|
|
1858
1837
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1859
1838
|
"isStatic": false,
|
|
@@ -1883,7 +1862,7 @@
|
|
|
1883
1862
|
{
|
|
1884
1863
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::EnableEvent(System.Int32):System.Boolean",
|
|
1885
1864
|
"clrName": "EnableEvent",
|
|
1886
|
-
"metadataToken":
|
|
1865
|
+
"metadataToken": 100702409,
|
|
1887
1866
|
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
1888
1867
|
"normalizedSignature": "EnableEvent|(System.Int32):System.Boolean|static=false",
|
|
1889
1868
|
"emitScope": "ClassSurface",
|
|
@@ -1903,7 +1882,7 @@
|
|
|
1903
1882
|
{
|
|
1904
1883
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::DisableEvent(System.Int32):System.Boolean",
|
|
1905
1884
|
"clrName": "DisableEvent",
|
|
1906
|
-
"metadataToken":
|
|
1885
|
+
"metadataToken": 100702410,
|
|
1907
1886
|
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
1908
1887
|
"normalizedSignature": "DisableEvent|(System.Int32):System.Boolean|static=false",
|
|
1909
1888
|
"emitScope": "ClassSurface",
|
|
@@ -1925,7 +1904,7 @@
|
|
|
1925
1904
|
{
|
|
1926
1905
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::Command:System.Diagnostics.Tracing.EventCommand",
|
|
1927
1906
|
"clrName": "Command",
|
|
1928
|
-
"metadataToken":
|
|
1907
|
+
"metadataToken": 385880986,
|
|
1929
1908
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventCommand",
|
|
1930
1909
|
"normalizedSignature": "Command|:System.Diagnostics.Tracing.EventCommand|static=false|accessor=getset",
|
|
1931
1910
|
"emitScope": "ClassSurface",
|
|
@@ -1944,7 +1923,7 @@
|
|
|
1944
1923
|
{
|
|
1945
1924
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::Arguments:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1946
1925
|
"clrName": "Arguments",
|
|
1947
|
-
"metadataToken":
|
|
1926
|
+
"metadataToken": 385880987,
|
|
1948
1927
|
"canonicalSignature": ":System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1949
1928
|
"normalizedSignature": "Arguments|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1950
1929
|
"emitScope": "ClassSurface",
|
|
@@ -1990,7 +1969,7 @@
|
|
|
1990
1969
|
{
|
|
1991
1970
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::WriteMetric(System.Single):System.Void",
|
|
1992
1971
|
"clrName": "WriteMetric",
|
|
1993
|
-
"metadataToken":
|
|
1972
|
+
"metadataToken": 100702096,
|
|
1994
1973
|
"canonicalSignature": "(System.Single):System.Void",
|
|
1995
1974
|
"normalizedSignature": "WriteMetric|(System.Single):System.Void|static=false",
|
|
1996
1975
|
"emitScope": "ClassSurface",
|
|
@@ -2010,7 +1989,7 @@
|
|
|
2010
1989
|
{
|
|
2011
1990
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::WriteMetric(System.Double):System.Void",
|
|
2012
1991
|
"clrName": "WriteMetric",
|
|
2013
|
-
"metadataToken":
|
|
1992
|
+
"metadataToken": 100702097,
|
|
2014
1993
|
"canonicalSignature": "(System.Double):System.Void",
|
|
2015
1994
|
"normalizedSignature": "WriteMetric|(System.Double):System.Void|static=false",
|
|
2016
1995
|
"emitScope": "ClassSurface",
|
|
@@ -2030,7 +2009,7 @@
|
|
|
2030
2009
|
{
|
|
2031
2010
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::ToString():System.String",
|
|
2032
2011
|
"clrName": "ToString",
|
|
2033
|
-
"metadataToken":
|
|
2012
|
+
"metadataToken": 100702098,
|
|
2034
2013
|
"canonicalSignature": "():System.String",
|
|
2035
2014
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
2036
2015
|
"emitScope": "ClassSurface",
|
|
@@ -2075,7 +2054,7 @@
|
|
|
2075
2054
|
"constructors": [
|
|
2076
2055
|
{
|
|
2077
2056
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource):void",
|
|
2078
|
-
"metadataToken":
|
|
2057
|
+
"metadataToken": 100702095,
|
|
2079
2058
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource):void",
|
|
2080
2059
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource):void|static=false",
|
|
2081
2060
|
"isStatic": false,
|
|
@@ -2106,7 +2085,7 @@
|
|
|
2106
2085
|
{
|
|
2107
2086
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventDataAttribute::Name:System.String",
|
|
2108
2087
|
"clrName": "Name",
|
|
2109
|
-
"metadataToken":
|
|
2088
|
+
"metadataToken": 385881037,
|
|
2110
2089
|
"canonicalSignature": ":System.String",
|
|
2111
2090
|
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
2112
2091
|
"emitScope": "ClassSurface",
|
|
@@ -2128,7 +2107,7 @@
|
|
|
2128
2107
|
"constructors": [
|
|
2129
2108
|
{
|
|
2130
2109
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventDataAttribute::.ctor():void",
|
|
2131
|
-
"metadataToken":
|
|
2110
|
+
"metadataToken": 100702820,
|
|
2132
2111
|
"canonicalSignature": "():void",
|
|
2133
2112
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2134
2113
|
"isStatic": false,
|
|
@@ -2159,7 +2138,7 @@
|
|
|
2159
2138
|
{
|
|
2160
2139
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::Tags:System.Diagnostics.Tracing.EventFieldTags",
|
|
2161
2140
|
"clrName": "Tags",
|
|
2162
|
-
"metadataToken":
|
|
2141
|
+
"metadataToken": 385881042,
|
|
2163
2142
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventFieldTags",
|
|
2164
2143
|
"normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventFieldTags|static=false|accessor=getset",
|
|
2165
2144
|
"emitScope": "ClassSurface",
|
|
@@ -2178,7 +2157,7 @@
|
|
|
2178
2157
|
{
|
|
2179
2158
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::Format:System.Diagnostics.Tracing.EventFieldFormat",
|
|
2180
2159
|
"clrName": "Format",
|
|
2181
|
-
"metadataToken":
|
|
2160
|
+
"metadataToken": 385881044,
|
|
2182
2161
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventFieldFormat",
|
|
2183
2162
|
"normalizedSignature": "Format|:System.Diagnostics.Tracing.EventFieldFormat|static=false|accessor=getset",
|
|
2184
2163
|
"emitScope": "ClassSurface",
|
|
@@ -2200,7 +2179,7 @@
|
|
|
2200
2179
|
"constructors": [
|
|
2201
2180
|
{
|
|
2202
2181
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::.ctor():void",
|
|
2203
|
-
"metadataToken":
|
|
2182
|
+
"metadataToken": 100702826,
|
|
2204
2183
|
"canonicalSignature": "():void",
|
|
2205
2184
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2206
2185
|
"isStatic": false,
|
|
@@ -2233,7 +2212,7 @@
|
|
|
2233
2212
|
"constructors": [
|
|
2234
2213
|
{
|
|
2235
2214
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventIgnoreAttribute::.ctor():void",
|
|
2236
|
-
"metadataToken":
|
|
2215
|
+
"metadataToken": 100702827,
|
|
2237
2216
|
"canonicalSignature": "():void",
|
|
2238
2217
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2239
2218
|
"isStatic": false,
|
|
@@ -2269,7 +2248,7 @@
|
|
|
2269
2248
|
{
|
|
2270
2249
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::Dispose():System.Void",
|
|
2271
2250
|
"clrName": "Dispose",
|
|
2272
|
-
"metadataToken":
|
|
2251
|
+
"metadataToken": 100702388,
|
|
2273
2252
|
"canonicalSignature": "():System.Void",
|
|
2274
2253
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2275
2254
|
"emitScope": "ClassSurface",
|
|
@@ -2289,7 +2268,7 @@
|
|
|
2289
2268
|
{
|
|
2290
2269
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void",
|
|
2291
2270
|
"clrName": "EnableEvents",
|
|
2292
|
-
"metadataToken":
|
|
2271
|
+
"metadataToken": 100702389,
|
|
2293
2272
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void",
|
|
2294
2273
|
"normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void|static=false",
|
|
2295
2274
|
"emitScope": "ClassSurface",
|
|
@@ -2309,7 +2288,7 @@
|
|
|
2309
2288
|
{
|
|
2310
2289
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void",
|
|
2311
2290
|
"clrName": "EnableEvents",
|
|
2312
|
-
"metadataToken":
|
|
2291
|
+
"metadataToken": 100702390,
|
|
2313
2292
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void",
|
|
2314
2293
|
"normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void|static=false",
|
|
2315
2294
|
"emitScope": "ClassSurface",
|
|
@@ -2329,7 +2308,7 @@
|
|
|
2329
2308
|
{
|
|
2330
2309
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2331
2310
|
"clrName": "EnableEvents",
|
|
2332
|
-
"metadataToken":
|
|
2311
|
+
"metadataToken": 100702391,
|
|
2333
2312
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2334
2313
|
"normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2335
2314
|
"emitScope": "ClassSurface",
|
|
@@ -2349,7 +2328,7 @@
|
|
|
2349
2328
|
{
|
|
2350
2329
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::DisableEvents(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
2351
2330
|
"clrName": "DisableEvents",
|
|
2352
|
-
"metadataToken":
|
|
2331
|
+
"metadataToken": 100702392,
|
|
2353
2332
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
2354
2333
|
"normalizedSignature": "DisableEvents|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
|
|
2355
2334
|
"emitScope": "ClassSurface",
|
|
@@ -2369,7 +2348,7 @@
|
|
|
2369
2348
|
{
|
|
2370
2349
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EventSourceIndex(System.Diagnostics.Tracing.EventSource):System.Int32",
|
|
2371
2350
|
"clrName": "EventSourceIndex",
|
|
2372
|
-
"metadataToken":
|
|
2351
|
+
"metadataToken": 100702393,
|
|
2373
2352
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Int32",
|
|
2374
2353
|
"normalizedSignature": "EventSourceIndex|(System.Diagnostics.Tracing.EventSource):System.Int32|static=true",
|
|
2375
2354
|
"emitScope": "ClassSurface",
|
|
@@ -2389,7 +2368,7 @@
|
|
|
2389
2368
|
{
|
|
2390
2369
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::OnEventSourceCreated(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
2391
2370
|
"clrName": "OnEventSourceCreated",
|
|
2392
|
-
"metadataToken":
|
|
2371
|
+
"metadataToken": 100702394,
|
|
2393
2372
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
2394
2373
|
"normalizedSignature": "OnEventSourceCreated|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
|
|
2395
2374
|
"emitScope": "ClassSurface",
|
|
@@ -2409,7 +2388,7 @@
|
|
|
2409
2388
|
{
|
|
2410
2389
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
2411
2390
|
"clrName": "OnEventWritten",
|
|
2412
|
-
"metadataToken":
|
|
2391
|
+
"metadataToken": 100702395,
|
|
2413
2392
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
2414
2393
|
"normalizedSignature": "OnEventWritten|(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void|static=false",
|
|
2415
2394
|
"emitScope": "ClassSurface",
|
|
@@ -2475,7 +2454,7 @@
|
|
|
2475
2454
|
"constructors": [
|
|
2476
2455
|
{
|
|
2477
2456
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::.ctor():void",
|
|
2478
|
-
"metadataToken":
|
|
2457
|
+
"metadataToken": 100702387,
|
|
2479
2458
|
"canonicalSignature": "():void",
|
|
2480
2459
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2481
2460
|
"isStatic": false,
|
|
@@ -2511,7 +2490,7 @@
|
|
|
2511
2490
|
{
|
|
2512
2491
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled():System.Boolean",
|
|
2513
2492
|
"clrName": "IsEnabled",
|
|
2514
|
-
"metadataToken":
|
|
2493
|
+
"metadataToken": 100702227,
|
|
2515
2494
|
"canonicalSignature": "():System.Boolean",
|
|
2516
2495
|
"normalizedSignature": "IsEnabled|():System.Boolean|static=false",
|
|
2517
2496
|
"emitScope": "ClassSurface",
|
|
@@ -2531,7 +2510,7 @@
|
|
|
2531
2510
|
{
|
|
2532
2511
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean",
|
|
2533
2512
|
"clrName": "IsEnabled",
|
|
2534
|
-
"metadataToken":
|
|
2513
|
+
"metadataToken": 100702228,
|
|
2535
2514
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean",
|
|
2536
2515
|
"normalizedSignature": "IsEnabled|(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean|static=false",
|
|
2537
2516
|
"emitScope": "ClassSurface",
|
|
@@ -2551,7 +2530,7 @@
|
|
|
2551
2530
|
{
|
|
2552
2531
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean",
|
|
2553
2532
|
"clrName": "IsEnabled",
|
|
2554
|
-
"metadataToken":
|
|
2533
|
+
"metadataToken": 100702229,
|
|
2555
2534
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean",
|
|
2556
2535
|
"normalizedSignature": "IsEnabled|(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean|static=false",
|
|
2557
2536
|
"emitScope": "ClassSurface",
|
|
@@ -2571,7 +2550,7 @@
|
|
|
2571
2550
|
{
|
|
2572
2551
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetGuid(System.Type):System.Guid",
|
|
2573
2552
|
"clrName": "GetGuid",
|
|
2574
|
-
"metadataToken":
|
|
2553
|
+
"metadataToken": 100702231,
|
|
2575
2554
|
"canonicalSignature": "(System.Type):System.Guid",
|
|
2576
2555
|
"normalizedSignature": "GetGuid|(System.Type):System.Guid|static=true",
|
|
2577
2556
|
"emitScope": "ClassSurface",
|
|
@@ -2591,7 +2570,7 @@
|
|
|
2591
2570
|
{
|
|
2592
2571
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetName(System.Type):System.String",
|
|
2593
2572
|
"clrName": "GetName",
|
|
2594
|
-
"metadataToken":
|
|
2573
|
+
"metadataToken": 100702232,
|
|
2595
2574
|
"canonicalSignature": "(System.Type):System.String",
|
|
2596
2575
|
"normalizedSignature": "GetName|(System.Type):System.String|static=true",
|
|
2597
2576
|
"emitScope": "ClassSurface",
|
|
@@ -2611,7 +2590,7 @@
|
|
|
2611
2590
|
{
|
|
2612
2591
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GenerateManifest(System.Type,System.String):System.String",
|
|
2613
2592
|
"clrName": "GenerateManifest",
|
|
2614
|
-
"metadataToken":
|
|
2593
|
+
"metadataToken": 100702233,
|
|
2615
2594
|
"canonicalSignature": "(System.Type,System.String):System.String",
|
|
2616
2595
|
"normalizedSignature": "GenerateManifest|(System.Type,System.String):System.String|static=true",
|
|
2617
2596
|
"emitScope": "ClassSurface",
|
|
@@ -2631,7 +2610,7 @@
|
|
|
2631
2610
|
{
|
|
2632
2611
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String",
|
|
2633
2612
|
"clrName": "GenerateManifest",
|
|
2634
|
-
"metadataToken":
|
|
2613
|
+
"metadataToken": 100702234,
|
|
2635
2614
|
"canonicalSignature": "(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String",
|
|
2636
2615
|
"normalizedSignature": "GenerateManifest|(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String|static=true",
|
|
2637
2616
|
"emitScope": "ClassSurface",
|
|
@@ -2651,7 +2630,7 @@
|
|
|
2651
2630
|
{
|
|
2652
2631
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetSources():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2653
2632
|
"clrName": "GetSources",
|
|
2654
|
-
"metadataToken":
|
|
2633
|
+
"metadataToken": 100702235,
|
|
2655
2634
|
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2656
2635
|
"normalizedSignature": "GetSources|():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
2657
2636
|
"emitScope": "ClassSurface",
|
|
@@ -2671,7 +2650,7 @@
|
|
|
2671
2650
|
{
|
|
2672
2651
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SendCommand(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2673
2652
|
"clrName": "SendCommand",
|
|
2674
|
-
"metadataToken":
|
|
2653
|
+
"metadataToken": 100702236,
|
|
2675
2654
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2676
2655
|
"normalizedSignature": "SendCommand|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
|
|
2677
2656
|
"emitScope": "ClassSurface",
|
|
@@ -2691,7 +2670,7 @@
|
|
|
2691
2670
|
{
|
|
2692
2671
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetTrait(System.String):System.String",
|
|
2693
2672
|
"clrName": "GetTrait",
|
|
2694
|
-
"metadataToken":
|
|
2673
|
+
"metadataToken": 100702238,
|
|
2695
2674
|
"canonicalSignature": "(System.String):System.String",
|
|
2696
2675
|
"normalizedSignature": "GetTrait|(System.String):System.String|static=false",
|
|
2697
2676
|
"emitScope": "ClassSurface",
|
|
@@ -2711,7 +2690,7 @@
|
|
|
2711
2690
|
{
|
|
2712
2691
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::ToString():System.String",
|
|
2713
2692
|
"clrName": "ToString",
|
|
2714
|
-
"metadataToken":
|
|
2693
|
+
"metadataToken": 100702239,
|
|
2715
2694
|
"canonicalSignature": "():System.String",
|
|
2716
2695
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
2717
2696
|
"emitScope": "ClassSurface",
|
|
@@ -2731,7 +2710,7 @@
|
|
|
2731
2710
|
{
|
|
2732
2711
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SetCurrentThreadActivityId(System.Guid):System.Void",
|
|
2733
2712
|
"clrName": "SetCurrentThreadActivityId",
|
|
2734
|
-
"metadataToken":
|
|
2713
|
+
"metadataToken": 100702242,
|
|
2735
2714
|
"canonicalSignature": "(System.Guid):System.Void",
|
|
2736
2715
|
"normalizedSignature": "SetCurrentThreadActivityId|(System.Guid):System.Void|static=true",
|
|
2737
2716
|
"emitScope": "ClassSurface",
|
|
@@ -2751,7 +2730,7 @@
|
|
|
2751
2730
|
{
|
|
2752
2731
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SetCurrentThreadActivityId(System.Guid,System.Guid\u0026):System.Void",
|
|
2753
2732
|
"clrName": "SetCurrentThreadActivityId",
|
|
2754
|
-
"metadataToken":
|
|
2733
|
+
"metadataToken": 100702244,
|
|
2755
2734
|
"canonicalSignature": "(System.Guid,System.Guid\u0026):System.Void",
|
|
2756
2735
|
"normalizedSignature": "SetCurrentThreadActivityId|(System.Guid,System.Guid\u0026):System.Void|static=true",
|
|
2757
2736
|
"emitScope": "ClassSurface",
|
|
@@ -2777,7 +2756,7 @@
|
|
|
2777
2756
|
{
|
|
2778
2757
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void",
|
|
2779
2758
|
"clrName": "OnEventCommand",
|
|
2780
|
-
"metadataToken":
|
|
2759
|
+
"metadataToken": 100702250,
|
|
2781
2760
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void",
|
|
2782
2761
|
"normalizedSignature": "OnEventCommand|(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void|static=false",
|
|
2783
2762
|
"emitScope": "ClassSurface",
|
|
@@ -2797,7 +2776,7 @@
|
|
|
2797
2776
|
{
|
|
2798
2777
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32):System.Void",
|
|
2799
2778
|
"clrName": "WriteEvent",
|
|
2800
|
-
"metadataToken":
|
|
2779
|
+
"metadataToken": 100702251,
|
|
2801
2780
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2802
2781
|
"normalizedSignature": "WriteEvent|(System.Int32):System.Void|static=false",
|
|
2803
2782
|
"emitScope": "ClassSurface",
|
|
@@ -2817,7 +2796,7 @@
|
|
|
2817
2796
|
{
|
|
2818
2797
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32):System.Void",
|
|
2819
2798
|
"clrName": "WriteEvent",
|
|
2820
|
-
"metadataToken":
|
|
2799
|
+
"metadataToken": 100702252,
|
|
2821
2800
|
"canonicalSignature": "(System.Int32,System.Int32):System.Void",
|
|
2822
2801
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int32):System.Void|static=false",
|
|
2823
2802
|
"emitScope": "ClassSurface",
|
|
@@ -2837,7 +2816,7 @@
|
|
|
2837
2816
|
{
|
|
2838
2817
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.Int32):System.Void",
|
|
2839
2818
|
"clrName": "WriteEvent",
|
|
2840
|
-
"metadataToken":
|
|
2819
|
+
"metadataToken": 100702253,
|
|
2841
2820
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Void",
|
|
2842
2821
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.Int32):System.Void|static=false",
|
|
2843
2822
|
"emitScope": "ClassSurface",
|
|
@@ -2857,7 +2836,7 @@
|
|
|
2857
2836
|
{
|
|
2858
2837
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
|
|
2859
2838
|
"clrName": "WriteEvent",
|
|
2860
|
-
"metadataToken":
|
|
2839
|
+
"metadataToken": 100702254,
|
|
2861
2840
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
|
|
2862
2841
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.Int32,System.Int32):System.Void|static=false",
|
|
2863
2842
|
"emitScope": "ClassSurface",
|
|
@@ -2877,7 +2856,7 @@
|
|
|
2877
2856
|
{
|
|
2878
2857
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64):System.Void",
|
|
2879
2858
|
"clrName": "WriteEvent",
|
|
2880
|
-
"metadataToken":
|
|
2859
|
+
"metadataToken": 100702255,
|
|
2881
2860
|
"canonicalSignature": "(System.Int32,System.Int64):System.Void",
|
|
2882
2861
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int64):System.Void|static=false",
|
|
2883
2862
|
"emitScope": "ClassSurface",
|
|
@@ -2897,7 +2876,7 @@
|
|
|
2897
2876
|
{
|
|
2898
2877
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Int64):System.Void",
|
|
2899
2878
|
"clrName": "WriteEvent",
|
|
2900
|
-
"metadataToken":
|
|
2879
|
+
"metadataToken": 100702256,
|
|
2901
2880
|
"canonicalSignature": "(System.Int32,System.Int64,System.Int64):System.Void",
|
|
2902
2881
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Int64):System.Void|static=false",
|
|
2903
2882
|
"emitScope": "ClassSurface",
|
|
@@ -2917,7 +2896,7 @@
|
|
|
2917
2896
|
{
|
|
2918
2897
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Int64,System.Int64):System.Void",
|
|
2919
2898
|
"clrName": "WriteEvent",
|
|
2920
|
-
"metadataToken":
|
|
2899
|
+
"metadataToken": 100702257,
|
|
2921
2900
|
"canonicalSignature": "(System.Int32,System.Int64,System.Int64,System.Int64):System.Void",
|
|
2922
2901
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Int64,System.Int64):System.Void|static=false",
|
|
2923
2902
|
"emitScope": "ClassSurface",
|
|
@@ -2937,7 +2916,7 @@
|
|
|
2937
2916
|
{
|
|
2938
2917
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String):System.Void",
|
|
2939
2918
|
"clrName": "WriteEvent",
|
|
2940
|
-
"metadataToken":
|
|
2919
|
+
"metadataToken": 100702258,
|
|
2941
2920
|
"canonicalSignature": "(System.Int32,System.String):System.Void",
|
|
2942
2921
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String):System.Void|static=false",
|
|
2943
2922
|
"emitScope": "ClassSurface",
|
|
@@ -2957,7 +2936,7 @@
|
|
|
2957
2936
|
{
|
|
2958
2937
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.String):System.Void",
|
|
2959
2938
|
"clrName": "WriteEvent",
|
|
2960
|
-
"metadataToken":
|
|
2939
|
+
"metadataToken": 100702259,
|
|
2961
2940
|
"canonicalSignature": "(System.Int32,System.String,System.String):System.Void",
|
|
2962
2941
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String,System.String):System.Void|static=false",
|
|
2963
2942
|
"emitScope": "ClassSurface",
|
|
@@ -2977,7 +2956,7 @@
|
|
|
2977
2956
|
{
|
|
2978
2957
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.String,System.String):System.Void",
|
|
2979
2958
|
"clrName": "WriteEvent",
|
|
2980
|
-
"metadataToken":
|
|
2959
|
+
"metadataToken": 100702260,
|
|
2981
2960
|
"canonicalSignature": "(System.Int32,System.String,System.String,System.String):System.Void",
|
|
2982
2961
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String,System.String,System.String):System.Void|static=false",
|
|
2983
2962
|
"emitScope": "ClassSurface",
|
|
@@ -2997,7 +2976,7 @@
|
|
|
2997
2976
|
{
|
|
2998
2977
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int32):System.Void",
|
|
2999
2978
|
"clrName": "WriteEvent",
|
|
3000
|
-
"metadataToken":
|
|
2979
|
+
"metadataToken": 100702261,
|
|
3001
2980
|
"canonicalSignature": "(System.Int32,System.String,System.Int32):System.Void",
|
|
3002
2981
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int32):System.Void|static=false",
|
|
3003
2982
|
"emitScope": "ClassSurface",
|
|
@@ -3017,7 +2996,7 @@
|
|
|
3017
2996
|
{
|
|
3018
2997
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int32,System.Int32):System.Void",
|
|
3019
2998
|
"clrName": "WriteEvent",
|
|
3020
|
-
"metadataToken":
|
|
2999
|
+
"metadataToken": 100702262,
|
|
3021
3000
|
"canonicalSignature": "(System.Int32,System.String,System.Int32,System.Int32):System.Void",
|
|
3022
3001
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int32,System.Int32):System.Void|static=false",
|
|
3023
3002
|
"emitScope": "ClassSurface",
|
|
@@ -3037,7 +3016,7 @@
|
|
|
3037
3016
|
{
|
|
3038
3017
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int64):System.Void",
|
|
3039
3018
|
"clrName": "WriteEvent",
|
|
3040
|
-
"metadataToken":
|
|
3019
|
+
"metadataToken": 100702263,
|
|
3041
3020
|
"canonicalSignature": "(System.Int32,System.String,System.Int64):System.Void",
|
|
3042
3021
|
"normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int64):System.Void|static=false",
|
|
3043
3022
|
"emitScope": "ClassSurface",
|
|
@@ -3057,7 +3036,7 @@
|
|
|
3057
3036
|
{
|
|
3058
3037
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.String):System.Void",
|
|
3059
3038
|
"clrName": "WriteEvent",
|
|
3060
|
-
"metadataToken":
|
|
3039
|
+
"metadataToken": 100702264,
|
|
3061
3040
|
"canonicalSignature": "(System.Int32,System.Int64,System.String):System.Void",
|
|
3062
3041
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.String):System.Void|static=false",
|
|
3063
3042
|
"emitScope": "ClassSurface",
|
|
@@ -3077,7 +3056,7 @@
|
|
|
3077
3056
|
{
|
|
3078
3057
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.String):System.Void",
|
|
3079
3058
|
"clrName": "WriteEvent",
|
|
3080
|
-
"metadataToken":
|
|
3059
|
+
"metadataToken": 100702265,
|
|
3081
3060
|
"canonicalSignature": "(System.Int32,System.Int32,System.String):System.Void",
|
|
3082
3061
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.String):System.Void|static=false",
|
|
3083
3062
|
"emitScope": "ClassSurface",
|
|
@@ -3097,7 +3076,7 @@
|
|
|
3097
3076
|
{
|
|
3098
3077
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Byte[]):System.Void",
|
|
3099
3078
|
"clrName": "WriteEvent",
|
|
3100
|
-
"metadataToken":
|
|
3079
|
+
"metadataToken": 100702266,
|
|
3101
3080
|
"canonicalSignature": "(System.Int32,System.Byte[]):System.Void",
|
|
3102
3081
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Byte[]):System.Void|static=false",
|
|
3103
3082
|
"emitScope": "ClassSurface",
|
|
@@ -3117,7 +3096,7 @@
|
|
|
3117
3096
|
{
|
|
3118
3097
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Byte[]):System.Void",
|
|
3119
3098
|
"clrName": "WriteEvent",
|
|
3120
|
-
"metadataToken":
|
|
3099
|
+
"metadataToken": 100702267,
|
|
3121
3100
|
"canonicalSignature": "(System.Int32,System.Int64,System.Byte[]):System.Void",
|
|
3122
3101
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Byte[]):System.Void|static=false",
|
|
3123
3102
|
"emitScope": "ClassSurface",
|
|
@@ -3137,7 +3116,7 @@
|
|
|
3137
3116
|
{
|
|
3138
3117
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
|
|
3139
3118
|
"clrName": "WriteEventCore",
|
|
3140
|
-
"metadataToken":
|
|
3119
|
+
"metadataToken": 100702269,
|
|
3141
3120
|
"canonicalSignature": "(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
|
|
3142
3121
|
"normalizedSignature": "WriteEventCore|(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void|static=false",
|
|
3143
3122
|
"emitScope": "ClassSurface",
|
|
@@ -3157,7 +3136,7 @@
|
|
|
3157
3136
|
{
|
|
3158
3137
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
|
|
3159
3138
|
"clrName": "WriteEventWithRelatedActivityIdCore",
|
|
3160
|
-
"metadataToken":
|
|
3139
|
+
"metadataToken": 100702270,
|
|
3161
3140
|
"canonicalSignature": "(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
|
|
3162
3141
|
"normalizedSignature": "WriteEventWithRelatedActivityIdCore|(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void|static=false",
|
|
3163
3142
|
"emitScope": "ClassSurface",
|
|
@@ -3177,7 +3156,7 @@
|
|
|
3177
3156
|
{
|
|
3178
3157
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void",
|
|
3179
3158
|
"clrName": "WriteEvent",
|
|
3180
|
-
"metadataToken":
|
|
3159
|
+
"metadataToken": 100702271,
|
|
3181
3160
|
"canonicalSignature": "(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void",
|
|
3182
3161
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void|static=false",
|
|
3183
3162
|
"emitScope": "ClassSurface",
|
|
@@ -3197,7 +3176,7 @@
|
|
|
3197
3176
|
{
|
|
3198
3177
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Object[]):System.Void",
|
|
3199
3178
|
"clrName": "WriteEvent",
|
|
3200
|
-
"metadataToken":
|
|
3179
|
+
"metadataToken": 100702272,
|
|
3201
3180
|
"canonicalSignature": "(System.Int32,System.Object[]):System.Void",
|
|
3202
3181
|
"normalizedSignature": "WriteEvent|(System.Int32,System.Object[]):System.Void|static=false",
|
|
3203
3182
|
"emitScope": "ClassSurface",
|
|
@@ -3217,7 +3196,7 @@
|
|
|
3217
3196
|
{
|
|
3218
3197
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):System.Void",
|
|
3219
3198
|
"clrName": "WriteEventWithRelatedActivityId",
|
|
3220
|
-
"metadataToken":
|
|
3199
|
+
"metadataToken": 100702273,
|
|
3221
3200
|
"canonicalSignature": "(System.Int32,System.Guid,System.Object[]):System.Void",
|
|
3222
3201
|
"normalizedSignature": "WriteEventWithRelatedActivityId|(System.Int32,System.Guid,System.Object[]):System.Void|static=false",
|
|
3223
3202
|
"emitScope": "ClassSurface",
|
|
@@ -3237,7 +3216,7 @@
|
|
|
3237
3216
|
{
|
|
3238
3217
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Dispose():System.Void",
|
|
3239
3218
|
"clrName": "Dispose",
|
|
3240
|
-
"metadataToken":
|
|
3219
|
+
"metadataToken": 100702274,
|
|
3241
3220
|
"canonicalSignature": "():System.Void",
|
|
3242
3221
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3243
3222
|
"emitScope": "ClassSurface",
|
|
@@ -3257,7 +3236,7 @@
|
|
|
3257
3236
|
{
|
|
3258
3237
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Dispose(System.Boolean):System.Void",
|
|
3259
3238
|
"clrName": "Dispose",
|
|
3260
|
-
"metadataToken":
|
|
3239
|
+
"metadataToken": 100702275,
|
|
3261
3240
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
3262
3241
|
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
3263
3242
|
"emitScope": "ClassSurface",
|
|
@@ -3277,7 +3256,7 @@
|
|
|
3277
3256
|
{
|
|
3278
3257
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Finalize():System.Void",
|
|
3279
3258
|
"clrName": "Finalize",
|
|
3280
|
-
"metadataToken":
|
|
3259
|
+
"metadataToken": 100702276,
|
|
3281
3260
|
"canonicalSignature": "():System.Void",
|
|
3282
3261
|
"normalizedSignature": "Finalize|():System.Void|static=false",
|
|
3283
3262
|
"emitScope": "ClassSurface",
|
|
@@ -3297,7 +3276,7 @@
|
|
|
3297
3276
|
{
|
|
3298
3277
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String):System.Void",
|
|
3299
3278
|
"clrName": "Write",
|
|
3300
|
-
"metadataToken":
|
|
3279
|
+
"metadataToken": 100702324,
|
|
3301
3280
|
"canonicalSignature": "(System.String):System.Void",
|
|
3302
3281
|
"normalizedSignature": "Write|(System.String):System.Void|static=false",
|
|
3303
3282
|
"emitScope": "ClassSurface",
|
|
@@ -3317,7 +3296,7 @@
|
|
|
3317
3296
|
{
|
|
3318
3297
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void",
|
|
3319
3298
|
"clrName": "Write",
|
|
3320
|
-
"metadataToken":
|
|
3299
|
+
"metadataToken": 100702325,
|
|
3321
3300
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void",
|
|
3322
3301
|
"normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void|static=false",
|
|
3323
3302
|
"emitScope": "ClassSurface",
|
|
@@ -3337,7 +3316,7 @@
|
|
|
3337
3316
|
{
|
|
3338
3317
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,T):System.Void",
|
|
3339
3318
|
"clrName": "Write",
|
|
3340
|
-
"metadataToken":
|
|
3319
|
+
"metadataToken": 100702326,
|
|
3341
3320
|
"canonicalSignature": "(System.String,T):System.Void",
|
|
3342
3321
|
"normalizedSignature": "Write|(System.String,T):System.Void|static=false",
|
|
3343
3322
|
"emitScope": "ClassSurface",
|
|
@@ -3357,7 +3336,7 @@
|
|
|
3357
3336
|
{
|
|
3358
3337
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void",
|
|
3359
3338
|
"clrName": "Write",
|
|
3360
|
-
"metadataToken":
|
|
3339
|
+
"metadataToken": 100702327,
|
|
3361
3340
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void",
|
|
3362
3341
|
"normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void|static=false",
|
|
3363
3342
|
"emitScope": "ClassSurface",
|
|
@@ -3377,7 +3356,7 @@
|
|
|
3377
3356
|
{
|
|
3378
3357
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void",
|
|
3379
3358
|
"clrName": "Write",
|
|
3380
|
-
"metadataToken":
|
|
3359
|
+
"metadataToken": 100702328,
|
|
3381
3360
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void",
|
|
3382
3361
|
"normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void|static=false",
|
|
3383
3362
|
"emitScope": "ClassSurface",
|
|
@@ -3407,7 +3386,7 @@
|
|
|
3407
3386
|
{
|
|
3408
3387
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void",
|
|
3409
3388
|
"clrName": "Write",
|
|
3410
|
-
"metadataToken":
|
|
3389
|
+
"metadataToken": 100702329,
|
|
3411
3390
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void",
|
|
3412
3391
|
"normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void|static=false",
|
|
3413
3392
|
"emitScope": "ClassSurface",
|
|
@@ -3468,7 +3447,7 @@
|
|
|
3468
3447
|
{
|
|
3469
3448
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Name:System.String",
|
|
3470
3449
|
"clrName": "Name",
|
|
3471
|
-
"metadataToken":
|
|
3450
|
+
"metadataToken": 385880970,
|
|
3472
3451
|
"canonicalSignature": ":System.String",
|
|
3473
3452
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
3474
3453
|
"emitScope": "ClassSurface",
|
|
@@ -3487,7 +3466,7 @@
|
|
|
3487
3466
|
{
|
|
3488
3467
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Guid:System.Guid",
|
|
3489
3468
|
"clrName": "Guid",
|
|
3490
|
-
"metadataToken":
|
|
3469
|
+
"metadataToken": 385880971,
|
|
3491
3470
|
"canonicalSignature": ":System.Guid",
|
|
3492
3471
|
"normalizedSignature": "Guid|:System.Guid|static=false|accessor=get",
|
|
3493
3472
|
"emitScope": "ClassSurface",
|
|
@@ -3506,7 +3485,7 @@
|
|
|
3506
3485
|
{
|
|
3507
3486
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Settings:System.Diagnostics.Tracing.EventSourceSettings",
|
|
3508
3487
|
"clrName": "Settings",
|
|
3509
|
-
"metadataToken":
|
|
3488
|
+
"metadataToken": 385880972,
|
|
3510
3489
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventSourceSettings",
|
|
3511
3490
|
"normalizedSignature": "Settings|:System.Diagnostics.Tracing.EventSourceSettings|static=false|accessor=get",
|
|
3512
3491
|
"emitScope": "ClassSurface",
|
|
@@ -3525,7 +3504,7 @@
|
|
|
3525
3504
|
{
|
|
3526
3505
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::ConstructionException:System.Exception",
|
|
3527
3506
|
"clrName": "ConstructionException",
|
|
3528
|
-
"metadataToken":
|
|
3507
|
+
"metadataToken": 385880973,
|
|
3529
3508
|
"canonicalSignature": ":System.Exception",
|
|
3530
3509
|
"normalizedSignature": "ConstructionException|:System.Exception|static=false|accessor=get",
|
|
3531
3510
|
"emitScope": "ClassSurface",
|
|
@@ -3544,7 +3523,7 @@
|
|
|
3544
3523
|
{
|
|
3545
3524
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::CurrentThreadActivityId:System.Guid",
|
|
3546
3525
|
"clrName": "CurrentThreadActivityId",
|
|
3547
|
-
"metadataToken":
|
|
3526
|
+
"metadataToken": 385880974,
|
|
3548
3527
|
"canonicalSignature": ":System.Guid",
|
|
3549
3528
|
"normalizedSignature": "CurrentThreadActivityId|:System.Guid|static=true|accessor=get",
|
|
3550
3529
|
"emitScope": "ClassSurface",
|
|
@@ -3577,7 +3556,7 @@
|
|
|
3577
3556
|
"constructors": [
|
|
3578
3557
|
{
|
|
3579
3558
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor():void",
|
|
3580
|
-
"metadataToken":
|
|
3559
|
+
"metadataToken": 100702245,
|
|
3581
3560
|
"canonicalSignature": "():void",
|
|
3582
3561
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3583
3562
|
"isStatic": false,
|
|
@@ -3588,7 +3567,7 @@
|
|
|
3588
3567
|
},
|
|
3589
3568
|
{
|
|
3590
3569
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Boolean):void",
|
|
3591
|
-
"metadataToken":
|
|
3570
|
+
"metadataToken": 100702246,
|
|
3592
3571
|
"canonicalSignature": "(System.Boolean):void",
|
|
3593
3572
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
3594
3573
|
"isStatic": false,
|
|
@@ -3599,7 +3578,7 @@
|
|
|
3599
3578
|
},
|
|
3600
3579
|
{
|
|
3601
3580
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Diagnostics.Tracing.EventSourceSettings):void",
|
|
3602
|
-
"metadataToken":
|
|
3581
|
+
"metadataToken": 100702247,
|
|
3603
3582
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSourceSettings):void",
|
|
3604
3583
|
"normalizedSignature": "constructor|(System.Diagnostics.Tracing.EventSourceSettings):void|static=false",
|
|
3605
3584
|
"isStatic": false,
|
|
@@ -3610,7 +3589,7 @@
|
|
|
3610
3589
|
},
|
|
3611
3590
|
{
|
|
3612
3591
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
|
|
3613
|
-
"metadataToken":
|
|
3592
|
+
"metadataToken": 100702248,
|
|
3614
3593
|
"canonicalSignature": "(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
|
|
3615
3594
|
"normalizedSignature": "constructor|(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void|static=false",
|
|
3616
3595
|
"isStatic": false,
|
|
@@ -3621,7 +3600,7 @@
|
|
|
3621
3600
|
},
|
|
3622
3601
|
{
|
|
3623
3602
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String):void",
|
|
3624
|
-
"metadataToken":
|
|
3603
|
+
"metadataToken": 100702321,
|
|
3625
3604
|
"canonicalSignature": "(System.String):void",
|
|
3626
3605
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3627
3606
|
"isStatic": false,
|
|
@@ -3632,7 +3611,7 @@
|
|
|
3632
3611
|
},
|
|
3633
3612
|
{
|
|
3634
3613
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String,System.Diagnostics.Tracing.EventSourceSettings):void",
|
|
3635
|
-
"metadataToken":
|
|
3614
|
+
"metadataToken": 100702322,
|
|
3636
3615
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceSettings):void",
|
|
3637
3616
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSourceSettings):void|static=false",
|
|
3638
3617
|
"isStatic": false,
|
|
@@ -3643,7 +3622,7 @@
|
|
|
3643
3622
|
},
|
|
3644
3623
|
{
|
|
3645
3624
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
|
|
3646
|
-
"metadataToken":
|
|
3625
|
+
"metadataToken": 100702323,
|
|
3647
3626
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
|
|
3648
3627
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void|static=false",
|
|
3649
3628
|
"isStatic": false,
|
|
@@ -3654,6 +3633,87 @@
|
|
|
3654
3633
|
}
|
|
3655
3634
|
]
|
|
3656
3635
|
},
|
|
3636
|
+
{
|
|
3637
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventData",
|
|
3638
|
+
"clrName": "System.Diagnostics.Tracing.EventSource\u002BEventData",
|
|
3639
|
+
"assemblyName": "System.Private.CoreLib",
|
|
3640
|
+
"metadataToken": 0,
|
|
3641
|
+
"kind": "Struct",
|
|
3642
|
+
"accessibility": "ProtectedInternal",
|
|
3643
|
+
"isAbstract": false,
|
|
3644
|
+
"isSealed": true,
|
|
3645
|
+
"isStatic": false,
|
|
3646
|
+
"arity": 0,
|
|
3647
|
+
"baseType": {
|
|
3648
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3649
|
+
"clrName": "System.ValueType"
|
|
3650
|
+
},
|
|
3651
|
+
"methods": [],
|
|
3652
|
+
"properties": [
|
|
3653
|
+
{
|
|
3654
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventData::DataPointer:System.IntPtr",
|
|
3655
|
+
"clrName": "DataPointer",
|
|
3656
|
+
"metadataToken": 385880979,
|
|
3657
|
+
"canonicalSignature": ":System.IntPtr",
|
|
3658
|
+
"normalizedSignature": "DataPointer|:System.IntPtr|static=false|accessor=getset",
|
|
3659
|
+
"emitScope": "ClassSurface",
|
|
3660
|
+
"provenance": "Original",
|
|
3661
|
+
"isIndexer": false,
|
|
3662
|
+
"hasGetter": true,
|
|
3663
|
+
"hasSetter": true,
|
|
3664
|
+
"isStatic": false,
|
|
3665
|
+
"isAbstract": false,
|
|
3666
|
+
"isVirtual": false,
|
|
3667
|
+
"isOverride": false,
|
|
3668
|
+
"visibility": "Public",
|
|
3669
|
+
"declaringClrType": "System.Diagnostics.Tracing.EventSource\u002BEventData",
|
|
3670
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventData::Size:System.Int32",
|
|
3674
|
+
"clrName": "Size",
|
|
3675
|
+
"metadataToken": 385880980,
|
|
3676
|
+
"canonicalSignature": ":System.Int32",
|
|
3677
|
+
"normalizedSignature": "Size|:System.Int32|static=false|accessor=getset",
|
|
3678
|
+
"emitScope": "ClassSurface",
|
|
3679
|
+
"provenance": "Original",
|
|
3680
|
+
"isIndexer": false,
|
|
3681
|
+
"hasGetter": true,
|
|
3682
|
+
"hasSetter": true,
|
|
3683
|
+
"isStatic": false,
|
|
3684
|
+
"isAbstract": false,
|
|
3685
|
+
"isVirtual": false,
|
|
3686
|
+
"isOverride": false,
|
|
3687
|
+
"visibility": "Public",
|
|
3688
|
+
"declaringClrType": "System.Diagnostics.Tracing.EventSource\u002BEventData",
|
|
3689
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3690
|
+
}
|
|
3691
|
+
],
|
|
3692
|
+
"fields": [],
|
|
3693
|
+
"events": [],
|
|
3694
|
+
"constructors": []
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive",
|
|
3698
|
+
"clrName": "System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive",
|
|
3699
|
+
"assemblyName": "System.Private.CoreLib",
|
|
3700
|
+
"metadataToken": 0,
|
|
3701
|
+
"kind": "Struct",
|
|
3702
|
+
"accessibility": "Public",
|
|
3703
|
+
"isAbstract": false,
|
|
3704
|
+
"isSealed": true,
|
|
3705
|
+
"isStatic": false,
|
|
3706
|
+
"arity": 0,
|
|
3707
|
+
"baseType": {
|
|
3708
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3709
|
+
"clrName": "System.ValueType"
|
|
3710
|
+
},
|
|
3711
|
+
"methods": [],
|
|
3712
|
+
"properties": [],
|
|
3713
|
+
"fields": [],
|
|
3714
|
+
"events": [],
|
|
3715
|
+
"constructors": []
|
|
3716
|
+
},
|
|
3657
3717
|
{
|
|
3658
3718
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute",
|
|
3659
3719
|
"clrName": "System.Diagnostics.Tracing.EventSourceAttribute",
|
|
@@ -3674,7 +3734,7 @@
|
|
|
3674
3734
|
{
|
|
3675
3735
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::Name:System.String",
|
|
3676
3736
|
"clrName": "Name",
|
|
3677
|
-
"metadataToken":
|
|
3737
|
+
"metadataToken": 385881008,
|
|
3678
3738
|
"canonicalSignature": ":System.String",
|
|
3679
3739
|
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
3680
3740
|
"emitScope": "ClassSurface",
|
|
@@ -3693,7 +3753,7 @@
|
|
|
3693
3753
|
{
|
|
3694
3754
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::Guid:System.String",
|
|
3695
3755
|
"clrName": "Guid",
|
|
3696
|
-
"metadataToken":
|
|
3756
|
+
"metadataToken": 385881009,
|
|
3697
3757
|
"canonicalSignature": ":System.String",
|
|
3698
3758
|
"normalizedSignature": "Guid|:System.String|static=false|accessor=getset",
|
|
3699
3759
|
"emitScope": "ClassSurface",
|
|
@@ -3712,7 +3772,7 @@
|
|
|
3712
3772
|
{
|
|
3713
3773
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::LocalizationResources:System.String",
|
|
3714
3774
|
"clrName": "LocalizationResources",
|
|
3715
|
-
"metadataToken":
|
|
3775
|
+
"metadataToken": 385881010,
|
|
3716
3776
|
"canonicalSignature": ":System.String",
|
|
3717
3777
|
"normalizedSignature": "LocalizationResources|:System.String|static=false|accessor=getset",
|
|
3718
3778
|
"emitScope": "ClassSurface",
|
|
@@ -3734,7 +3794,7 @@
|
|
|
3734
3794
|
"constructors": [
|
|
3735
3795
|
{
|
|
3736
3796
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::.ctor():void",
|
|
3737
|
-
"metadataToken":
|
|
3797
|
+
"metadataToken": 100702453,
|
|
3738
3798
|
"canonicalSignature": "():void",
|
|
3739
3799
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3740
3800
|
"isStatic": false,
|
|
@@ -3765,7 +3825,7 @@
|
|
|
3765
3825
|
{
|
|
3766
3826
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceCreatedEventArgs::EventSource:System.Diagnostics.Tracing.EventSource",
|
|
3767
3827
|
"clrName": "EventSource",
|
|
3768
|
-
"metadataToken":
|
|
3828
|
+
"metadataToken": 385880988,
|
|
3769
3829
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
|
|
3770
3830
|
"normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=getset",
|
|
3771
3831
|
"emitScope": "ClassSurface",
|
|
@@ -3787,7 +3847,7 @@
|
|
|
3787
3847
|
"constructors": [
|
|
3788
3848
|
{
|
|
3789
3849
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceCreatedEventArgs::.ctor():void",
|
|
3790
|
-
"metadataToken":
|
|
3850
|
+
"metadataToken": 100702414,
|
|
3791
3851
|
"canonicalSignature": "():void",
|
|
3792
3852
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3793
3853
|
"isStatic": false,
|
|
@@ -3848,7 +3908,7 @@
|
|
|
3848
3908
|
"constructors": [
|
|
3849
3909
|
{
|
|
3850
3910
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor():void",
|
|
3851
|
-
"metadataToken":
|
|
3911
|
+
"metadataToken": 100702521,
|
|
3852
3912
|
"canonicalSignature": "():void",
|
|
3853
3913
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3854
3914
|
"isStatic": false,
|
|
@@ -3859,7 +3919,7 @@
|
|
|
3859
3919
|
},
|
|
3860
3920
|
{
|
|
3861
3921
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.String):void",
|
|
3862
|
-
"metadataToken":
|
|
3922
|
+
"metadataToken": 100702522,
|
|
3863
3923
|
"canonicalSignature": "(System.String):void",
|
|
3864
3924
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3865
3925
|
"isStatic": false,
|
|
@@ -3870,7 +3930,7 @@
|
|
|
3870
3930
|
},
|
|
3871
3931
|
{
|
|
3872
3932
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.String,System.Exception):void",
|
|
3873
|
-
"metadataToken":
|
|
3933
|
+
"metadataToken": 100702523,
|
|
3874
3934
|
"canonicalSignature": "(System.String,System.Exception):void",
|
|
3875
3935
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
3876
3936
|
"isStatic": false,
|
|
@@ -3881,7 +3941,7 @@
|
|
|
3881
3941
|
},
|
|
3882
3942
|
{
|
|
3883
3943
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3884
|
-
"metadataToken":
|
|
3944
|
+
"metadataToken": 100702524,
|
|
3885
3945
|
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3886
3946
|
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3887
3947
|
"isStatic": false,
|
|
@@ -3912,7 +3972,7 @@
|
|
|
3912
3972
|
{
|
|
3913
3973
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventName:System.String",
|
|
3914
3974
|
"clrName": "EventName",
|
|
3915
|
-
"metadataToken":
|
|
3975
|
+
"metadataToken": 385880990,
|
|
3916
3976
|
"canonicalSignature": ":System.String",
|
|
3917
3977
|
"normalizedSignature": "EventName|:System.String|static=false|accessor=getset",
|
|
3918
3978
|
"emitScope": "ClassSurface",
|
|
@@ -3931,7 +3991,7 @@
|
|
|
3931
3991
|
{
|
|
3932
3992
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventId:System.Int32",
|
|
3933
3993
|
"clrName": "EventId",
|
|
3934
|
-
"metadataToken":
|
|
3994
|
+
"metadataToken": 385880991,
|
|
3935
3995
|
"canonicalSignature": ":System.Int32",
|
|
3936
3996
|
"normalizedSignature": "EventId|:System.Int32|static=false|accessor=get",
|
|
3937
3997
|
"emitScope": "ClassSurface",
|
|
@@ -3950,7 +4010,7 @@
|
|
|
3950
4010
|
{
|
|
3951
4011
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::ActivityId:System.Guid",
|
|
3952
4012
|
"clrName": "ActivityId",
|
|
3953
|
-
"metadataToken":
|
|
4013
|
+
"metadataToken": 385880992,
|
|
3954
4014
|
"canonicalSignature": ":System.Guid",
|
|
3955
4015
|
"normalizedSignature": "ActivityId|:System.Guid|static=false|accessor=get",
|
|
3956
4016
|
"emitScope": "ClassSurface",
|
|
@@ -3969,7 +4029,7 @@
|
|
|
3969
4029
|
{
|
|
3970
4030
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::RelatedActivityId:System.Guid",
|
|
3971
4031
|
"clrName": "RelatedActivityId",
|
|
3972
|
-
"metadataToken":
|
|
4032
|
+
"metadataToken": 385880993,
|
|
3973
4033
|
"canonicalSignature": ":System.Guid",
|
|
3974
4034
|
"normalizedSignature": "RelatedActivityId|:System.Guid|static=false|accessor=get",
|
|
3975
4035
|
"emitScope": "ClassSurface",
|
|
@@ -3988,7 +4048,7 @@
|
|
|
3988
4048
|
{
|
|
3989
4049
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Payload:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3990
4050
|
"clrName": "Payload",
|
|
3991
|
-
"metadataToken":
|
|
4051
|
+
"metadataToken": 385880994,
|
|
3992
4052
|
"canonicalSignature": ":System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3993
4053
|
"normalizedSignature": "Payload|:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
3994
4054
|
"emitScope": "ClassSurface",
|
|
@@ -4007,7 +4067,7 @@
|
|
|
4007
4067
|
{
|
|
4008
4068
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::PayloadNames:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4009
4069
|
"clrName": "PayloadNames",
|
|
4010
|
-
"metadataToken":
|
|
4070
|
+
"metadataToken": 385880995,
|
|
4011
4071
|
"canonicalSignature": ":System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4012
4072
|
"normalizedSignature": "PayloadNames|:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
4013
4073
|
"emitScope": "ClassSurface",
|
|
@@ -4026,7 +4086,7 @@
|
|
|
4026
4086
|
{
|
|
4027
4087
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventSource:System.Diagnostics.Tracing.EventSource",
|
|
4028
4088
|
"clrName": "EventSource",
|
|
4029
|
-
"metadataToken":
|
|
4089
|
+
"metadataToken": 385880996,
|
|
4030
4090
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
|
|
4031
4091
|
"normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=get",
|
|
4032
4092
|
"emitScope": "ClassSurface",
|
|
@@ -4045,7 +4105,7 @@
|
|
|
4045
4105
|
{
|
|
4046
4106
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Keywords:System.Diagnostics.Tracing.EventKeywords",
|
|
4047
4107
|
"clrName": "Keywords",
|
|
4048
|
-
"metadataToken":
|
|
4108
|
+
"metadataToken": 385880997,
|
|
4049
4109
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
|
|
4050
4110
|
"normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
|
|
4051
4111
|
"emitScope": "ClassSurface",
|
|
@@ -4064,7 +4124,7 @@
|
|
|
4064
4124
|
{
|
|
4065
4125
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Opcode:System.Diagnostics.Tracing.EventOpcode",
|
|
4066
4126
|
"clrName": "Opcode",
|
|
4067
|
-
"metadataToken":
|
|
4127
|
+
"metadataToken": 385880998,
|
|
4068
4128
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
|
|
4069
4129
|
"normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
|
|
4070
4130
|
"emitScope": "ClassSurface",
|
|
@@ -4083,7 +4143,7 @@
|
|
|
4083
4143
|
{
|
|
4084
4144
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Task:System.Diagnostics.Tracing.EventTask",
|
|
4085
4145
|
"clrName": "Task",
|
|
4086
|
-
"metadataToken":
|
|
4146
|
+
"metadataToken": 385880999,
|
|
4087
4147
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventTask",
|
|
4088
4148
|
"normalizedSignature": "Task|:System.Diagnostics.Tracing.EventTask|static=false|accessor=get",
|
|
4089
4149
|
"emitScope": "ClassSurface",
|
|
@@ -4102,7 +4162,7 @@
|
|
|
4102
4162
|
{
|
|
4103
4163
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Tags:System.Diagnostics.Tracing.EventTags",
|
|
4104
4164
|
"clrName": "Tags",
|
|
4105
|
-
"metadataToken":
|
|
4165
|
+
"metadataToken": 385881000,
|
|
4106
4166
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
|
|
4107
4167
|
"normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
|
|
4108
4168
|
"emitScope": "ClassSurface",
|
|
@@ -4121,7 +4181,7 @@
|
|
|
4121
4181
|
{
|
|
4122
4182
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Message:System.String",
|
|
4123
4183
|
"clrName": "Message",
|
|
4124
|
-
"metadataToken":
|
|
4184
|
+
"metadataToken": 385881001,
|
|
4125
4185
|
"canonicalSignature": ":System.String",
|
|
4126
4186
|
"normalizedSignature": "Message|:System.String|static=false|accessor=getset",
|
|
4127
4187
|
"emitScope": "ClassSurface",
|
|
@@ -4140,7 +4200,7 @@
|
|
|
4140
4200
|
{
|
|
4141
4201
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Channel:System.Diagnostics.Tracing.EventChannel",
|
|
4142
4202
|
"clrName": "Channel",
|
|
4143
|
-
"metadataToken":
|
|
4203
|
+
"metadataToken": 385881002,
|
|
4144
4204
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventChannel",
|
|
4145
4205
|
"normalizedSignature": "Channel|:System.Diagnostics.Tracing.EventChannel|static=false|accessor=get",
|
|
4146
4206
|
"emitScope": "ClassSurface",
|
|
@@ -4159,7 +4219,7 @@
|
|
|
4159
4219
|
{
|
|
4160
4220
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Version:System.Byte",
|
|
4161
4221
|
"clrName": "Version",
|
|
4162
|
-
"metadataToken":
|
|
4222
|
+
"metadataToken": 385881003,
|
|
4163
4223
|
"canonicalSignature": ":System.Byte",
|
|
4164
4224
|
"normalizedSignature": "Version|:System.Byte|static=false|accessor=get",
|
|
4165
4225
|
"emitScope": "ClassSurface",
|
|
@@ -4178,7 +4238,7 @@
|
|
|
4178
4238
|
{
|
|
4179
4239
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Level:System.Diagnostics.Tracing.EventLevel",
|
|
4180
4240
|
"clrName": "Level",
|
|
4181
|
-
"metadataToken":
|
|
4241
|
+
"metadataToken": 385881004,
|
|
4182
4242
|
"canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
|
|
4183
4243
|
"normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
|
|
4184
4244
|
"emitScope": "ClassSurface",
|
|
@@ -4197,7 +4257,7 @@
|
|
|
4197
4257
|
{
|
|
4198
4258
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::OSThreadId:System.Int64",
|
|
4199
4259
|
"clrName": "OSThreadId",
|
|
4200
|
-
"metadataToken":
|
|
4260
|
+
"metadataToken": 385881005,
|
|
4201
4261
|
"canonicalSignature": ":System.Int64",
|
|
4202
4262
|
"normalizedSignature": "OSThreadId|:System.Int64|static=false|accessor=getset",
|
|
4203
4263
|
"emitScope": "ClassSurface",
|
|
@@ -4216,7 +4276,7 @@
|
|
|
4216
4276
|
{
|
|
4217
4277
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::TimeStamp:System.DateTime",
|
|
4218
4278
|
"clrName": "TimeStamp",
|
|
4219
|
-
"metadataToken":
|
|
4279
|
+
"metadataToken": 385881006,
|
|
4220
4280
|
"canonicalSignature": ":System.DateTime",
|
|
4221
4281
|
"normalizedSignature": "TimeStamp|:System.DateTime|static=false|accessor=getset",
|
|
4222
4282
|
"emitScope": "ClassSurface",
|
|
@@ -4262,7 +4322,7 @@
|
|
|
4262
4322
|
{
|
|
4263
4323
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::Increment(System.Double):System.Void",
|
|
4264
4324
|
"clrName": "Increment",
|
|
4265
|
-
"metadataToken":
|
|
4325
|
+
"metadataToken": 100702540,
|
|
4266
4326
|
"canonicalSignature": "(System.Double):System.Void",
|
|
4267
4327
|
"normalizedSignature": "Increment|(System.Double):System.Void|static=false",
|
|
4268
4328
|
"emitScope": "ClassSurface",
|
|
@@ -4282,7 +4342,7 @@
|
|
|
4282
4342
|
{
|
|
4283
4343
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::ToString():System.String",
|
|
4284
4344
|
"clrName": "ToString",
|
|
4285
|
-
"metadataToken":
|
|
4345
|
+
"metadataToken": 100702543,
|
|
4286
4346
|
"canonicalSignature": "():System.String",
|
|
4287
4347
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
4288
4348
|
"emitScope": "ClassSurface",
|
|
@@ -4325,7 +4385,7 @@
|
|
|
4325
4385
|
{
|
|
4326
4386
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::DisplayRateTimeScale:System.TimeSpan",
|
|
4327
4387
|
"clrName": "DisplayRateTimeScale",
|
|
4328
|
-
"metadataToken":
|
|
4388
|
+
"metadataToken": 385881028,
|
|
4329
4389
|
"canonicalSignature": ":System.TimeSpan",
|
|
4330
4390
|
"normalizedSignature": "DisplayRateTimeScale|:System.TimeSpan|static=false|accessor=getset",
|
|
4331
4391
|
"emitScope": "ClassSurface",
|
|
@@ -4347,7 +4407,7 @@
|
|
|
4347
4407
|
"constructors": [
|
|
4348
4408
|
{
|
|
4349
4409
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource):void",
|
|
4350
|
-
"metadataToken":
|
|
4410
|
+
"metadataToken": 100702539,
|
|
4351
4411
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource):void",
|
|
4352
4412
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource):void|static=false",
|
|
4353
4413
|
"isStatic": false,
|
|
@@ -4383,7 +4443,7 @@
|
|
|
4383
4443
|
{
|
|
4384
4444
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::ToString():System.String",
|
|
4385
4445
|
"clrName": "ToString",
|
|
4386
|
-
"metadataToken":
|
|
4446
|
+
"metadataToken": 100702550,
|
|
4387
4447
|
"canonicalSignature": "():System.String",
|
|
4388
4448
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
4389
4449
|
"emitScope": "ClassSurface",
|
|
@@ -4426,7 +4486,7 @@
|
|
|
4426
4486
|
{
|
|
4427
4487
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::DisplayRateTimeScale:System.TimeSpan",
|
|
4428
4488
|
"clrName": "DisplayRateTimeScale",
|
|
4429
|
-
"metadataToken":
|
|
4489
|
+
"metadataToken": 385881030,
|
|
4430
4490
|
"canonicalSignature": ":System.TimeSpan",
|
|
4431
4491
|
"normalizedSignature": "DisplayRateTimeScale|:System.TimeSpan|static=false|accessor=getset",
|
|
4432
4492
|
"emitScope": "ClassSurface",
|
|
@@ -4448,7 +4508,7 @@
|
|
|
4448
4508
|
"constructors": [
|
|
4449
4509
|
{
|
|
4450
4510
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
4451
|
-
"metadataToken":
|
|
4511
|
+
"metadataToken": 100702549,
|
|
4452
4512
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
4453
4513
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
4454
4514
|
"isStatic": false,
|
|
@@ -4481,7 +4541,7 @@
|
|
|
4481
4541
|
"constructors": [
|
|
4482
4542
|
{
|
|
4483
4543
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.NonEventAttribute::.ctor():void",
|
|
4484
|
-
"metadataToken":
|
|
4544
|
+
"metadataToken": 100702475,
|
|
4485
4545
|
"canonicalSignature": "():void",
|
|
4486
4546
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4487
4547
|
"isStatic": false,
|
|
@@ -4517,7 +4577,7 @@
|
|
|
4517
4577
|
{
|
|
4518
4578
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.PollingCounter::ToString():System.String",
|
|
4519
4579
|
"clrName": "ToString",
|
|
4520
|
-
"metadataToken":
|
|
4580
|
+
"metadataToken": 100702744,
|
|
4521
4581
|
"canonicalSignature": "():System.String",
|
|
4522
4582
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
4523
4583
|
"emitScope": "ClassSurface",
|
|
@@ -4562,7 +4622,7 @@
|
|
|
4562
4622
|
"constructors": [
|
|
4563
4623
|
{
|
|
4564
4624
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.PollingCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
4565
|
-
"metadataToken":
|
|
4625
|
+
"metadataToken": 100702743,
|
|
4566
4626
|
"canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
4567
4627
|
"normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
4568
4628
|
"isStatic": false,
|