@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.CodeAnalysis.DynamicallyAccessedMemberTypes::value__System.Int32",
|
|
45
45
|
"clrName": "value__",
|
|
46
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 67117660,
|
|
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.CodeAnalysis.DynamicallyAccessedMemberTypes::NoneSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
57
57
|
"clrName": "None",
|
|
58
|
-
"metadataToken":
|
|
58
|
+
"metadataToken": 67117661,
|
|
59
59
|
"normalizedSignature": "None|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicParameterlessConstructorSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
69
69
|
"clrName": "PublicParameterlessConstructor",
|
|
70
|
-
"metadataToken":
|
|
70
|
+
"metadataToken": 67117662,
|
|
71
71
|
"normalizedSignature": "PublicParameterlessConstructor|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicConstructorsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
81
81
|
"clrName": "PublicConstructors",
|
|
82
|
-
"metadataToken":
|
|
82
|
+
"metadataToken": 67117663,
|
|
83
83
|
"normalizedSignature": "PublicConstructors|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicConstructorsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
93
93
|
"clrName": "NonPublicConstructors",
|
|
94
|
-
"metadataToken":
|
|
94
|
+
"metadataToken": 67117664,
|
|
95
95
|
"normalizedSignature": "NonPublicConstructors|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
96
96
|
"isStatic": true,
|
|
97
97
|
"isReadOnly": false,
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicMethodsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
105
105
|
"clrName": "PublicMethods",
|
|
106
|
-
"metadataToken":
|
|
106
|
+
"metadataToken": 67117665,
|
|
107
107
|
"normalizedSignature": "PublicMethods|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
108
108
|
"isStatic": true,
|
|
109
109
|
"isReadOnly": false,
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
{
|
|
116
116
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicMethodsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
117
117
|
"clrName": "NonPublicMethods",
|
|
118
|
-
"metadataToken":
|
|
118
|
+
"metadataToken": 67117666,
|
|
119
119
|
"normalizedSignature": "NonPublicMethods|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
120
120
|
"isStatic": true,
|
|
121
121
|
"isReadOnly": false,
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
{
|
|
128
128
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicFieldsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
129
129
|
"clrName": "PublicFields",
|
|
130
|
-
"metadataToken":
|
|
130
|
+
"metadataToken": 67117667,
|
|
131
131
|
"normalizedSignature": "PublicFields|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
132
132
|
"isStatic": true,
|
|
133
133
|
"isReadOnly": false,
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
{
|
|
140
140
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicFieldsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
141
141
|
"clrName": "NonPublicFields",
|
|
142
|
-
"metadataToken":
|
|
142
|
+
"metadataToken": 67117668,
|
|
143
143
|
"normalizedSignature": "NonPublicFields|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
144
144
|
"isStatic": true,
|
|
145
145
|
"isReadOnly": false,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
{
|
|
152
152
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicNestedTypesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
153
153
|
"clrName": "PublicNestedTypes",
|
|
154
|
-
"metadataToken":
|
|
154
|
+
"metadataToken": 67117669,
|
|
155
155
|
"normalizedSignature": "PublicNestedTypes|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
156
156
|
"isStatic": true,
|
|
157
157
|
"isReadOnly": false,
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
{
|
|
164
164
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicNestedTypesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
165
165
|
"clrName": "NonPublicNestedTypes",
|
|
166
|
-
"metadataToken":
|
|
166
|
+
"metadataToken": 67117670,
|
|
167
167
|
"normalizedSignature": "NonPublicNestedTypes|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
168
168
|
"isStatic": true,
|
|
169
169
|
"isReadOnly": false,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{
|
|
176
176
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicPropertiesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
177
177
|
"clrName": "PublicProperties",
|
|
178
|
-
"metadataToken":
|
|
178
|
+
"metadataToken": 67117671,
|
|
179
179
|
"normalizedSignature": "PublicProperties|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
180
180
|
"isStatic": true,
|
|
181
181
|
"isReadOnly": false,
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
{
|
|
188
188
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicPropertiesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
189
189
|
"clrName": "NonPublicProperties",
|
|
190
|
-
"metadataToken":
|
|
190
|
+
"metadataToken": 67117672,
|
|
191
191
|
"normalizedSignature": "NonPublicProperties|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
192
192
|
"isStatic": true,
|
|
193
193
|
"isReadOnly": false,
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicEventsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
201
201
|
"clrName": "PublicEvents",
|
|
202
|
-
"metadataToken":
|
|
202
|
+
"metadataToken": 67117673,
|
|
203
203
|
"normalizedSignature": "PublicEvents|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
204
204
|
"isStatic": true,
|
|
205
205
|
"isReadOnly": false,
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
{
|
|
212
212
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicEventsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
213
213
|
"clrName": "NonPublicEvents",
|
|
214
|
-
"metadataToken":
|
|
214
|
+
"metadataToken": 67117674,
|
|
215
215
|
"normalizedSignature": "NonPublicEvents|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
216
216
|
"isStatic": true,
|
|
217
217
|
"isReadOnly": false,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
{
|
|
224
224
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::InterfacesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
225
225
|
"clrName": "Interfaces",
|
|
226
|
-
"metadataToken":
|
|
226
|
+
"metadataToken": 67117675,
|
|
227
227
|
"normalizedSignature": "Interfaces|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
228
228
|
"isStatic": true,
|
|
229
229
|
"isReadOnly": false,
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
{
|
|
236
236
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicConstructorsWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
237
237
|
"clrName": "NonPublicConstructorsWithInherited",
|
|
238
|
-
"metadataToken":
|
|
238
|
+
"metadataToken": 67117676,
|
|
239
239
|
"normalizedSignature": "NonPublicConstructorsWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
240
240
|
"isStatic": true,
|
|
241
241
|
"isReadOnly": false,
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
{
|
|
248
248
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicMethodsWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
249
249
|
"clrName": "NonPublicMethodsWithInherited",
|
|
250
|
-
"metadataToken":
|
|
250
|
+
"metadataToken": 67117677,
|
|
251
251
|
"normalizedSignature": "NonPublicMethodsWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
252
252
|
"isStatic": true,
|
|
253
253
|
"isReadOnly": false,
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
{
|
|
260
260
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicFieldsWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
261
261
|
"clrName": "NonPublicFieldsWithInherited",
|
|
262
|
-
"metadataToken":
|
|
262
|
+
"metadataToken": 67117678,
|
|
263
263
|
"normalizedSignature": "NonPublicFieldsWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
264
264
|
"isStatic": true,
|
|
265
265
|
"isReadOnly": false,
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicNestedTypesWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
273
273
|
"clrName": "NonPublicNestedTypesWithInherited",
|
|
274
|
-
"metadataToken":
|
|
274
|
+
"metadataToken": 67117679,
|
|
275
275
|
"normalizedSignature": "NonPublicNestedTypesWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
276
276
|
"isStatic": true,
|
|
277
277
|
"isReadOnly": false,
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
{
|
|
284
284
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicPropertiesWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
285
285
|
"clrName": "NonPublicPropertiesWithInherited",
|
|
286
|
-
"metadataToken":
|
|
286
|
+
"metadataToken": 67117680,
|
|
287
287
|
"normalizedSignature": "NonPublicPropertiesWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
288
288
|
"isStatic": true,
|
|
289
289
|
"isReadOnly": false,
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
{
|
|
296
296
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::NonPublicEventsWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
297
297
|
"clrName": "NonPublicEventsWithInherited",
|
|
298
|
-
"metadataToken":
|
|
298
|
+
"metadataToken": 67117681,
|
|
299
299
|
"normalizedSignature": "NonPublicEventsWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
300
300
|
"isStatic": true,
|
|
301
301
|
"isReadOnly": false,
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
{
|
|
308
308
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicConstructorsWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
309
309
|
"clrName": "PublicConstructorsWithInherited",
|
|
310
|
-
"metadataToken":
|
|
310
|
+
"metadataToken": 67117682,
|
|
311
311
|
"normalizedSignature": "PublicConstructorsWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
312
312
|
"isStatic": true,
|
|
313
313
|
"isReadOnly": false,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
{
|
|
320
320
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::PublicNestedTypesWithInheritedSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
321
321
|
"clrName": "PublicNestedTypesWithInherited",
|
|
322
|
-
"metadataToken":
|
|
322
|
+
"metadataToken": 67117683,
|
|
323
323
|
"normalizedSignature": "PublicNestedTypesWithInherited|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
324
324
|
"isStatic": true,
|
|
325
325
|
"isReadOnly": false,
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
{
|
|
332
332
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::AllConstructorsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
333
333
|
"clrName": "AllConstructors",
|
|
334
|
-
"metadataToken":
|
|
334
|
+
"metadataToken": 67117684,
|
|
335
335
|
"normalizedSignature": "AllConstructors|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
336
336
|
"isStatic": true,
|
|
337
337
|
"isReadOnly": false,
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
{
|
|
344
344
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::AllMethodsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
345
345
|
"clrName": "AllMethods",
|
|
346
|
-
"metadataToken":
|
|
346
|
+
"metadataToken": 67117685,
|
|
347
347
|
"normalizedSignature": "AllMethods|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
348
348
|
"isStatic": true,
|
|
349
349
|
"isReadOnly": false,
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::AllFieldsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
357
357
|
"clrName": "AllFields",
|
|
358
|
-
"metadataToken":
|
|
358
|
+
"metadataToken": 67117686,
|
|
359
359
|
"normalizedSignature": "AllFields|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
360
360
|
"isStatic": true,
|
|
361
361
|
"isReadOnly": false,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
{
|
|
368
368
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes::AllNestedTypesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
369
369
|
"clrName": "AllNestedTypes",
|
|
370
|
-
"metadataToken":
|
|
370
|
+
"metadataToken": 67117687,
|
|
371
371
|
"normalizedSignature": "AllNestedTypes|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::AllPropertiesSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
381
381
|
"clrName": "AllProperties",
|
|
382
|
-
"metadataToken":
|
|
382
|
+
"metadataToken": 67117688,
|
|
383
383
|
"normalizedSignature": "AllProperties|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::AllEventsSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
393
393
|
"clrName": "AllEvents",
|
|
394
|
-
"metadataToken":
|
|
394
|
+
"metadataToken": 67117689,
|
|
395
395
|
"normalizedSignature": "AllEvents|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|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.CodeAnalysis.DynamicallyAccessedMemberTypes::AllSystem.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
405
405
|
"clrName": "All",
|
|
406
|
-
"metadataToken":
|
|
406
|
+
"metadataToken": 67117690,
|
|
407
407
|
"normalizedSignature": "All|System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=true|const=true",
|
|
408
408
|
"isStatic": true,
|
|
409
409
|
"isReadOnly": false,
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"constructors": [
|
|
439
439
|
{
|
|
440
440
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.AllowNullAttribute::.ctor():void",
|
|
441
|
-
"metadataToken":
|
|
441
|
+
"metadataToken": 100703237,
|
|
442
442
|
"canonicalSignature": "():void",
|
|
443
443
|
"normalizedSignature": "constructor|():void|static=false",
|
|
444
444
|
"isStatic": false,
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
{
|
|
470
470
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Min:System.Object",
|
|
471
471
|
"clrName": "Min",
|
|
472
|
-
"metadataToken":
|
|
472
|
+
"metadataToken": 385881095,
|
|
473
473
|
"canonicalSignature": ":System.Object",
|
|
474
474
|
"normalizedSignature": "Min|:System.Object|static=false|accessor=getset",
|
|
475
475
|
"emitScope": "ClassSurface",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
{
|
|
489
489
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Max:System.Object",
|
|
490
490
|
"clrName": "Max",
|
|
491
|
-
"metadataToken":
|
|
491
|
+
"metadataToken": 385881096,
|
|
492
492
|
"canonicalSignature": ":System.Object",
|
|
493
493
|
"normalizedSignature": "Max|:System.Object|static=false|accessor=getset",
|
|
494
494
|
"emitScope": "ClassSurface",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"constructors": [
|
|
511
511
|
{
|
|
512
512
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::.ctor():void",
|
|
513
|
-
"metadataToken":
|
|
513
|
+
"metadataToken": 100703209,
|
|
514
514
|
"canonicalSignature": "():void",
|
|
515
515
|
"normalizedSignature": "constructor|():void|static=false",
|
|
516
516
|
"isStatic": false,
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"constructors": [
|
|
544
544
|
{
|
|
545
545
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DisallowNullAttribute::.ctor():void",
|
|
546
|
-
"metadataToken":
|
|
546
|
+
"metadataToken": 100703238,
|
|
547
547
|
"canonicalSignature": "():void",
|
|
548
548
|
"normalizedSignature": "constructor|():void|static=false",
|
|
549
549
|
"isStatic": false,
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"constructors": [
|
|
577
577
|
{
|
|
578
578
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute::.ctor():void",
|
|
579
|
-
"metadataToken":
|
|
579
|
+
"metadataToken": 100703247,
|
|
580
580
|
"canonicalSignature": "():void",
|
|
581
581
|
"normalizedSignature": "constructor|():void|static=false",
|
|
582
582
|
"isStatic": false,
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
{
|
|
608
608
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute::ParameterValue:System.Boolean",
|
|
609
609
|
"clrName": "ParameterValue",
|
|
610
|
-
"metadataToken":
|
|
610
|
+
"metadataToken": 385881113,
|
|
611
611
|
"canonicalSignature": ":System.Boolean",
|
|
612
612
|
"normalizedSignature": "ParameterValue|:System.Boolean|static=false|accessor=get",
|
|
613
613
|
"emitScope": "ClassSurface",
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"constructors": [
|
|
630
630
|
{
|
|
631
631
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute::.ctor(System.Boolean):void",
|
|
632
|
-
"metadataToken":
|
|
632
|
+
"metadataToken": 100703248,
|
|
633
633
|
"canonicalSignature": "(System.Boolean):void",
|
|
634
634
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
635
635
|
"isStatic": false,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
{
|
|
661
661
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute::MemberTypes:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
662
662
|
"clrName": "MemberTypes",
|
|
663
|
-
"metadataToken":
|
|
663
|
+
"metadataToken": 385881097,
|
|
664
664
|
"canonicalSignature": ":System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
665
665
|
"normalizedSignature": "MemberTypes|:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=false|accessor=get",
|
|
666
666
|
"emitScope": "ClassSurface",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"constructors": [
|
|
683
683
|
{
|
|
684
684
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute::.ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes):void",
|
|
685
|
-
"metadataToken":
|
|
685
|
+
"metadataToken": 100703210,
|
|
686
686
|
"canonicalSignature": "(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes):void",
|
|
687
687
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes):void|static=false",
|
|
688
688
|
"isStatic": false,
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
{
|
|
714
714
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::MemberSignature:System.String",
|
|
715
715
|
"clrName": "MemberSignature",
|
|
716
|
-
"metadataToken":
|
|
716
|
+
"metadataToken": 385881098,
|
|
717
717
|
"canonicalSignature": ":System.String",
|
|
718
718
|
"normalizedSignature": "MemberSignature|:System.String|static=false|accessor=get",
|
|
719
719
|
"emitScope": "ClassSurface",
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
{
|
|
733
733
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::MemberTypes:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
734
734
|
"clrName": "MemberTypes",
|
|
735
|
-
"metadataToken":
|
|
735
|
+
"metadataToken": 385881099,
|
|
736
736
|
"canonicalSignature": ":System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
737
737
|
"normalizedSignature": "MemberTypes|:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes|static=false|accessor=get",
|
|
738
738
|
"emitScope": "ClassSurface",
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
{
|
|
752
752
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::Type:System.Type",
|
|
753
753
|
"clrName": "Type",
|
|
754
|
-
"metadataToken":
|
|
754
|
+
"metadataToken": 385881100,
|
|
755
755
|
"canonicalSignature": ":System.Type",
|
|
756
756
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
757
757
|
"emitScope": "ClassSurface",
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
{
|
|
771
771
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::TypeName:System.String",
|
|
772
772
|
"clrName": "TypeName",
|
|
773
|
-
"metadataToken":
|
|
773
|
+
"metadataToken": 385881101,
|
|
774
774
|
"canonicalSignature": ":System.String",
|
|
775
775
|
"normalizedSignature": "TypeName|:System.String|static=false|accessor=get",
|
|
776
776
|
"emitScope": "ClassSurface",
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
{
|
|
790
790
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::AssemblyName:System.String",
|
|
791
791
|
"clrName": "AssemblyName",
|
|
792
|
-
"metadataToken":
|
|
792
|
+
"metadataToken": 385881102,
|
|
793
793
|
"canonicalSignature": ":System.String",
|
|
794
794
|
"normalizedSignature": "AssemblyName|:System.String|static=false|accessor=get",
|
|
795
795
|
"emitScope": "ClassSurface",
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
{
|
|
809
809
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::Condition:System.String",
|
|
810
810
|
"clrName": "Condition",
|
|
811
|
-
"metadataToken":
|
|
811
|
+
"metadataToken": 385881103,
|
|
812
812
|
"canonicalSignature": ":System.String",
|
|
813
813
|
"normalizedSignature": "Condition|:System.String|static=false|accessor=getset",
|
|
814
814
|
"emitScope": "ClassSurface",
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
"constructors": [
|
|
831
831
|
{
|
|
832
832
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(System.String):void",
|
|
833
|
-
"metadataToken":
|
|
833
|
+
"metadataToken": 100703212,
|
|
834
834
|
"canonicalSignature": "(System.String):void",
|
|
835
835
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
836
836
|
"isStatic": false,
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
},
|
|
842
842
|
{
|
|
843
843
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(System.String,System.Type):void",
|
|
844
|
-
"metadataToken":
|
|
844
|
+
"metadataToken": 100703213,
|
|
845
845
|
"canonicalSignature": "(System.String,System.Type):void",
|
|
846
846
|
"normalizedSignature": "constructor|(System.String,System.Type):void|static=false",
|
|
847
847
|
"isStatic": false,
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
854
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(System.String,System.String,System.String):void",
|
|
855
|
-
"metadataToken":
|
|
855
|
+
"metadataToken": 100703214,
|
|
856
856
|
"canonicalSignature": "(System.String,System.String,System.String):void",
|
|
857
857
|
"normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
|
|
858
858
|
"isStatic": false,
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
865
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type):void",
|
|
866
|
-
"metadataToken":
|
|
866
|
+
"metadataToken": 100703215,
|
|
867
867
|
"canonicalSignature": "(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type):void",
|
|
868
868
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type):void|static=false",
|
|
869
869
|
"isStatic": false,
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
876
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String):void",
|
|
877
|
-
"metadataToken":
|
|
877
|
+
"metadataToken": 100703216,
|
|
878
878
|
"canonicalSignature": "(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String):void",
|
|
879
879
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String):void|static=false",
|
|
880
880
|
"isStatic": false,
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
{
|
|
906
906
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute::Justification:System.String",
|
|
907
907
|
"clrName": "Justification",
|
|
908
|
-
"metadataToken":
|
|
908
|
+
"metadataToken": 385881104,
|
|
909
909
|
"canonicalSignature": ":System.String",
|
|
910
910
|
"normalizedSignature": "Justification|:System.String|static=false|accessor=getset",
|
|
911
911
|
"emitScope": "ClassSurface",
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
"constructors": [
|
|
928
928
|
{
|
|
929
929
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute::.ctor():void",
|
|
930
|
-
"metadataToken":
|
|
930
|
+
"metadataToken": 100703224,
|
|
931
931
|
"canonicalSignature": "():void",
|
|
932
932
|
"normalizedSignature": "constructor|():void|static=false",
|
|
933
933
|
"isStatic": false,
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
{
|
|
959
959
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExperimentalAttribute::DiagnosticId:System.String",
|
|
960
960
|
"clrName": "DiagnosticId",
|
|
961
|
-
"metadataToken":
|
|
961
|
+
"metadataToken": 385881105,
|
|
962
962
|
"canonicalSignature": ":System.String",
|
|
963
963
|
"normalizedSignature": "DiagnosticId|:System.String|static=false|accessor=get",
|
|
964
964
|
"emitScope": "ClassSurface",
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
{
|
|
978
978
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExperimentalAttribute::Message:System.String",
|
|
979
979
|
"clrName": "Message",
|
|
980
|
-
"metadataToken":
|
|
980
|
+
"metadataToken": 385881106,
|
|
981
981
|
"canonicalSignature": ":System.String",
|
|
982
982
|
"normalizedSignature": "Message|:System.String|static=false|accessor=getset",
|
|
983
983
|
"emitScope": "ClassSurface",
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
{
|
|
997
997
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExperimentalAttribute::UrlFormat:System.String",
|
|
998
998
|
"clrName": "UrlFormat",
|
|
999
|
-
"metadataToken":
|
|
999
|
+
"metadataToken": 385881107,
|
|
1000
1000
|
"canonicalSignature": ":System.String",
|
|
1001
1001
|
"normalizedSignature": "UrlFormat|:System.String|static=false|accessor=getset",
|
|
1002
1002
|
"emitScope": "ClassSurface",
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
"constructors": [
|
|
1019
1019
|
{
|
|
1020
1020
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.ExperimentalAttribute::.ctor(System.String):void",
|
|
1021
|
-
"metadataToken":
|
|
1021
|
+
"metadataToken": 100703227,
|
|
1022
1022
|
"canonicalSignature": "(System.String):void",
|
|
1023
1023
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1024
1024
|
"isStatic": false,
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
{
|
|
1050
1050
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute::FeatureType:System.Type",
|
|
1051
1051
|
"clrName": "FeatureType",
|
|
1052
|
-
"metadataToken":
|
|
1052
|
+
"metadataToken": 385881108,
|
|
1053
1053
|
"canonicalSignature": ":System.Type",
|
|
1054
1054
|
"normalizedSignature": "FeatureType|:System.Type|static=false|accessor=get",
|
|
1055
1055
|
"emitScope": "ClassSurface",
|
|
@@ -1071,7 +1071,7 @@
|
|
|
1071
1071
|
"constructors": [
|
|
1072
1072
|
{
|
|
1073
1073
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute::.ctor(System.Type):void",
|
|
1074
|
-
"metadataToken":
|
|
1074
|
+
"metadataToken": 100703233,
|
|
1075
1075
|
"canonicalSignature": "(System.Type):void",
|
|
1076
1076
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
1077
1077
|
"isStatic": false,
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
{
|
|
1103
1103
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute::SwitchName:System.String",
|
|
1104
1104
|
"clrName": "SwitchName",
|
|
1105
|
-
"metadataToken":
|
|
1105
|
+
"metadataToken": 385881109,
|
|
1106
1106
|
"canonicalSignature": ":System.String",
|
|
1107
1107
|
"normalizedSignature": "SwitchName|:System.String|static=false|accessor=get",
|
|
1108
1108
|
"emitScope": "ClassSurface",
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"constructors": [
|
|
1125
1125
|
{
|
|
1126
1126
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute::.ctor(System.String):void",
|
|
1127
|
-
"metadataToken":
|
|
1127
|
+
"metadataToken": 100703235,
|
|
1128
1128
|
"canonicalSignature": "(System.String):void",
|
|
1129
1129
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1130
1130
|
"isStatic": false,
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"constructors": [
|
|
1158
1158
|
{
|
|
1159
1159
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MaybeNullAttribute::.ctor():void",
|
|
1160
|
-
"metadataToken":
|
|
1160
|
+
"metadataToken": 100703239,
|
|
1161
1161
|
"canonicalSignature": "():void",
|
|
1162
1162
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1163
1163
|
"isStatic": false,
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
{
|
|
1189
1189
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute::ReturnValue:System.Boolean",
|
|
1190
1190
|
"clrName": "ReturnValue",
|
|
1191
|
-
"metadataToken":
|
|
1191
|
+
"metadataToken": 385881110,
|
|
1192
1192
|
"canonicalSignature": ":System.Boolean",
|
|
1193
1193
|
"normalizedSignature": "ReturnValue|:System.Boolean|static=false|accessor=get",
|
|
1194
1194
|
"emitScope": "ClassSurface",
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
"constructors": [
|
|
1211
1211
|
{
|
|
1212
1212
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute::.ctor(System.Boolean):void",
|
|
1213
|
-
"metadataToken":
|
|
1213
|
+
"metadataToken": 100703241,
|
|
1214
1214
|
"canonicalSignature": "(System.Boolean):void",
|
|
1215
1215
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1216
1216
|
"isStatic": false,
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
{
|
|
1242
1242
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute::Members:System.String[]",
|
|
1243
1243
|
"clrName": "Members",
|
|
1244
|
-
"metadataToken":
|
|
1244
|
+
"metadataToken": 385881114,
|
|
1245
1245
|
"canonicalSignature": ":System.String[]",
|
|
1246
1246
|
"normalizedSignature": "Members|:System.String[]|static=false|accessor=get",
|
|
1247
1247
|
"emitScope": "ClassSurface",
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
"constructors": [
|
|
1264
1264
|
{
|
|
1265
1265
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute::.ctor(System.String):void",
|
|
1266
|
-
"metadataToken":
|
|
1266
|
+
"metadataToken": 100703250,
|
|
1267
1267
|
"canonicalSignature": "(System.String):void",
|
|
1268
1268
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1269
1269
|
"isStatic": false,
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
},
|
|
1275
1275
|
{
|
|
1276
1276
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute::.ctor(System.String[]):void",
|
|
1277
|
-
"metadataToken":
|
|
1277
|
+
"metadataToken": 100703251,
|
|
1278
1278
|
"canonicalSignature": "(System.String[]):void",
|
|
1279
1279
|
"normalizedSignature": "constructor|(System.String[]):void|static=false",
|
|
1280
1280
|
"isStatic": false,
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
{
|
|
1306
1306
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute::ReturnValue:System.Boolean",
|
|
1307
1307
|
"clrName": "ReturnValue",
|
|
1308
|
-
"metadataToken":
|
|
1308
|
+
"metadataToken": 385881115,
|
|
1309
1309
|
"canonicalSignature": ":System.Boolean",
|
|
1310
1310
|
"normalizedSignature": "ReturnValue|:System.Boolean|static=false|accessor=get",
|
|
1311
1311
|
"emitScope": "ClassSurface",
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
{
|
|
1325
1325
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute::Members:System.String[]",
|
|
1326
1326
|
"clrName": "Members",
|
|
1327
|
-
"metadataToken":
|
|
1327
|
+
"metadataToken": 385881116,
|
|
1328
1328
|
"canonicalSignature": ":System.String[]",
|
|
1329
1329
|
"normalizedSignature": "Members|:System.String[]|static=false|accessor=get",
|
|
1330
1330
|
"emitScope": "ClassSurface",
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"constructors": [
|
|
1347
1347
|
{
|
|
1348
1348
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute::.ctor(System.Boolean,System.String):void",
|
|
1349
|
-
"metadataToken":
|
|
1349
|
+
"metadataToken": 100703253,
|
|
1350
1350
|
"canonicalSignature": "(System.Boolean,System.String):void",
|
|
1351
1351
|
"normalizedSignature": "constructor|(System.Boolean,System.String):void|static=false",
|
|
1352
1352
|
"isStatic": false,
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
},
|
|
1358
1358
|
{
|
|
1359
1359
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute::.ctor(System.Boolean,System.String[]):void",
|
|
1360
|
-
"metadataToken":
|
|
1360
|
+
"metadataToken": 100703254,
|
|
1361
1361
|
"canonicalSignature": "(System.Boolean,System.String[]):void",
|
|
1362
1362
|
"normalizedSignature": "constructor|(System.Boolean,System.String[]):void|static=false",
|
|
1363
1363
|
"isStatic": false,
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"constructors": [
|
|
1391
1391
|
{
|
|
1392
1392
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.NotNullAttribute::.ctor():void",
|
|
1393
|
-
"metadataToken":
|
|
1393
|
+
"metadataToken": 100703240,
|
|
1394
1394
|
"canonicalSignature": "():void",
|
|
1395
1395
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1396
1396
|
"isStatic": false,
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
{
|
|
1422
1422
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute::ParameterName:System.String",
|
|
1423
1423
|
"clrName": "ParameterName",
|
|
1424
|
-
"metadataToken":
|
|
1424
|
+
"metadataToken": 385881112,
|
|
1425
1425
|
"canonicalSignature": ":System.String",
|
|
1426
1426
|
"normalizedSignature": "ParameterName|:System.String|static=false|accessor=get",
|
|
1427
1427
|
"emitScope": "ClassSurface",
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
"constructors": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute::.ctor(System.String):void",
|
|
1446
|
-
"metadataToken":
|
|
1446
|
+
"metadataToken": 100703245,
|
|
1447
1447
|
"canonicalSignature": "(System.String):void",
|
|
1448
1448
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1449
1449
|
"isStatic": false,
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
{
|
|
1475
1475
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute::ReturnValue:System.Boolean",
|
|
1476
1476
|
"clrName": "ReturnValue",
|
|
1477
|
-
"metadataToken":
|
|
1477
|
+
"metadataToken": 385881111,
|
|
1478
1478
|
"canonicalSignature": ":System.Boolean",
|
|
1479
1479
|
"normalizedSignature": "ReturnValue|:System.Boolean|static=false|accessor=get",
|
|
1480
1480
|
"emitScope": "ClassSurface",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"constructors": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute::.ctor(System.Boolean):void",
|
|
1499
|
-
"metadataToken":
|
|
1499
|
+
"metadataToken": 100703243,
|
|
1500
1500
|
"canonicalSignature": "(System.Boolean):void",
|
|
1501
1501
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1502
1502
|
"isStatic": false,
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
{
|
|
1528
1528
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute::Message:System.String",
|
|
1529
1529
|
"clrName": "Message",
|
|
1530
|
-
"metadataToken":
|
|
1530
|
+
"metadataToken": 385881117,
|
|
1531
1531
|
"canonicalSignature": ":System.String",
|
|
1532
1532
|
"normalizedSignature": "Message|:System.String|static=false|accessor=get",
|
|
1533
1533
|
"emitScope": "ClassSurface",
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
{
|
|
1547
1547
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute::Url:System.String",
|
|
1548
1548
|
"clrName": "Url",
|
|
1549
|
-
"metadataToken":
|
|
1549
|
+
"metadataToken": 385881118,
|
|
1550
1550
|
"canonicalSignature": ":System.String",
|
|
1551
1551
|
"normalizedSignature": "Url|:System.String|static=false|accessor=getset",
|
|
1552
1552
|
"emitScope": "ClassSurface",
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
"constructors": [
|
|
1569
1569
|
{
|
|
1570
1570
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute::.ctor():void",
|
|
1571
|
-
"metadataToken":
|
|
1571
|
+
"metadataToken": 100703258,
|
|
1572
1572
|
"canonicalSignature": "():void",
|
|
1573
1573
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1574
1574
|
"isStatic": false,
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
1581
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute::.ctor(System.String):void",
|
|
1582
|
-
"metadataToken":
|
|
1582
|
+
"metadataToken": 100703259,
|
|
1583
1583
|
"canonicalSignature": "(System.String):void",
|
|
1584
1584
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1585
1585
|
"isStatic": false,
|
|
@@ -1610,7 +1610,7 @@
|
|
|
1610
1610
|
{
|
|
1611
1611
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute::ExcludeStatics:System.Boolean",
|
|
1612
1612
|
"clrName": "ExcludeStatics",
|
|
1613
|
-
"metadataToken":
|
|
1613
|
+
"metadataToken": 385881119,
|
|
1614
1614
|
"canonicalSignature": ":System.Boolean",
|
|
1615
1615
|
"normalizedSignature": "ExcludeStatics|:System.Boolean|static=false|accessor=getset",
|
|
1616
1616
|
"emitScope": "ClassSurface",
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
{
|
|
1630
1630
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute::Message:System.String",
|
|
1631
1631
|
"clrName": "Message",
|
|
1632
|
-
"metadataToken":
|
|
1632
|
+
"metadataToken": 385881120,
|
|
1633
1633
|
"canonicalSignature": ":System.String",
|
|
1634
1634
|
"normalizedSignature": "Message|:System.String|static=false|accessor=get",
|
|
1635
1635
|
"emitScope": "ClassSurface",
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
{
|
|
1649
1649
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute::Url:System.String",
|
|
1650
1650
|
"clrName": "Url",
|
|
1651
|
-
"metadataToken":
|
|
1651
|
+
"metadataToken": 385881121,
|
|
1652
1652
|
"canonicalSignature": ":System.String",
|
|
1653
1653
|
"normalizedSignature": "Url|:System.String|static=false|accessor=getset",
|
|
1654
1654
|
"emitScope": "ClassSurface",
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
"constructors": [
|
|
1671
1671
|
{
|
|
1672
1672
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute::.ctor(System.String):void",
|
|
1673
|
-
"metadataToken":
|
|
1673
|
+
"metadataToken": 100703263,
|
|
1674
1674
|
"canonicalSignature": "(System.String):void",
|
|
1675
1675
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1676
1676
|
"isStatic": false,
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
{
|
|
1702
1702
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute::ExcludeStatics:System.Boolean",
|
|
1703
1703
|
"clrName": "ExcludeStatics",
|
|
1704
|
-
"metadataToken":
|
|
1704
|
+
"metadataToken": 385881122,
|
|
1705
1705
|
"canonicalSignature": ":System.Boolean",
|
|
1706
1706
|
"normalizedSignature": "ExcludeStatics|:System.Boolean|static=false|accessor=getset",
|
|
1707
1707
|
"emitScope": "ClassSurface",
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
{
|
|
1721
1721
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute::Message:System.String",
|
|
1722
1722
|
"clrName": "Message",
|
|
1723
|
-
"metadataToken":
|
|
1723
|
+
"metadataToken": 385881123,
|
|
1724
1724
|
"canonicalSignature": ":System.String",
|
|
1725
1725
|
"normalizedSignature": "Message|:System.String|static=false|accessor=get",
|
|
1726
1726
|
"emitScope": "ClassSurface",
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
{
|
|
1740
1740
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute::Url:System.String",
|
|
1741
1741
|
"clrName": "Url",
|
|
1742
|
-
"metadataToken":
|
|
1742
|
+
"metadataToken": 385881124,
|
|
1743
1743
|
"canonicalSignature": ":System.String",
|
|
1744
1744
|
"normalizedSignature": "Url|:System.String|static=false|accessor=getset",
|
|
1745
1745
|
"emitScope": "ClassSurface",
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
"constructors": [
|
|
1762
1762
|
{
|
|
1763
1763
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute::.ctor(System.String):void",
|
|
1764
|
-
"metadataToken":
|
|
1764
|
+
"metadataToken": 100703269,
|
|
1765
1765
|
"canonicalSignature": "(System.String):void",
|
|
1766
1766
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1767
1767
|
"isStatic": false,
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
"constructors": [
|
|
1795
1795
|
{
|
|
1796
1796
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute::.ctor():void",
|
|
1797
|
-
"metadataToken":
|
|
1797
|
+
"metadataToken": 100703275,
|
|
1798
1798
|
"canonicalSignature": "():void",
|
|
1799
1799
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1800
1800
|
"isStatic": false,
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
{
|
|
1826
1826
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::Syntax:System.String",
|
|
1827
1827
|
"clrName": "Syntax",
|
|
1828
|
-
"metadataToken":
|
|
1828
|
+
"metadataToken": 385881125,
|
|
1829
1829
|
"canonicalSignature": ":System.String",
|
|
1830
1830
|
"normalizedSignature": "Syntax|:System.String|static=false|accessor=get",
|
|
1831
1831
|
"emitScope": "ClassSurface",
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
{
|
|
1845
1845
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::Arguments:System.Object[]",
|
|
1846
1846
|
"clrName": "Arguments",
|
|
1847
|
-
"metadataToken":
|
|
1847
|
+
"metadataToken": 385881126,
|
|
1848
1848
|
"canonicalSignature": ":System.Object[]",
|
|
1849
1849
|
"normalizedSignature": "Arguments|:System.Object[]|static=false|accessor=get",
|
|
1850
1850
|
"emitScope": "ClassSurface",
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
{
|
|
1866
1866
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::CompositeFormatSystem.String",
|
|
1867
1867
|
"clrName": "CompositeFormat",
|
|
1868
|
-
"metadataToken":
|
|
1868
|
+
"metadataToken": 67117721,
|
|
1869
1869
|
"normalizedSignature": "CompositeFormat|System.String|static=true|const=true",
|
|
1870
1870
|
"isStatic": true,
|
|
1871
1871
|
"isReadOnly": false,
|
|
@@ -1877,7 +1877,7 @@
|
|
|
1877
1877
|
{
|
|
1878
1878
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::DateOnlyFormatSystem.String",
|
|
1879
1879
|
"clrName": "DateOnlyFormat",
|
|
1880
|
-
"metadataToken":
|
|
1880
|
+
"metadataToken": 67117722,
|
|
1881
1881
|
"normalizedSignature": "DateOnlyFormat|System.String|static=true|const=true",
|
|
1882
1882
|
"isStatic": true,
|
|
1883
1883
|
"isReadOnly": false,
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
{
|
|
1890
1890
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::DateTimeFormatSystem.String",
|
|
1891
1891
|
"clrName": "DateTimeFormat",
|
|
1892
|
-
"metadataToken":
|
|
1892
|
+
"metadataToken": 67117723,
|
|
1893
1893
|
"normalizedSignature": "DateTimeFormat|System.String|static=true|const=true",
|
|
1894
1894
|
"isStatic": true,
|
|
1895
1895
|
"isReadOnly": false,
|
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
{
|
|
1902
1902
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::EnumFormatSystem.String",
|
|
1903
1903
|
"clrName": "EnumFormat",
|
|
1904
|
-
"metadataToken":
|
|
1904
|
+
"metadataToken": 67117724,
|
|
1905
1905
|
"normalizedSignature": "EnumFormat|System.String|static=true|const=true",
|
|
1906
1906
|
"isStatic": true,
|
|
1907
1907
|
"isReadOnly": false,
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
{
|
|
1914
1914
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::GuidFormatSystem.String",
|
|
1915
1915
|
"clrName": "GuidFormat",
|
|
1916
|
-
"metadataToken":
|
|
1916
|
+
"metadataToken": 67117725,
|
|
1917
1917
|
"normalizedSignature": "GuidFormat|System.String|static=true|const=true",
|
|
1918
1918
|
"isStatic": true,
|
|
1919
1919
|
"isReadOnly": false,
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
{
|
|
1926
1926
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::JsonSystem.String",
|
|
1927
1927
|
"clrName": "Json",
|
|
1928
|
-
"metadataToken":
|
|
1928
|
+
"metadataToken": 67117726,
|
|
1929
1929
|
"normalizedSignature": "Json|System.String|static=true|const=true",
|
|
1930
1930
|
"isStatic": true,
|
|
1931
1931
|
"isReadOnly": false,
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
{
|
|
1938
1938
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::NumericFormatSystem.String",
|
|
1939
1939
|
"clrName": "NumericFormat",
|
|
1940
|
-
"metadataToken":
|
|
1940
|
+
"metadataToken": 67117727,
|
|
1941
1941
|
"normalizedSignature": "NumericFormat|System.String|static=true|const=true",
|
|
1942
1942
|
"isStatic": true,
|
|
1943
1943
|
"isReadOnly": false,
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
{
|
|
1950
1950
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::RegexSystem.String",
|
|
1951
1951
|
"clrName": "Regex",
|
|
1952
|
-
"metadataToken":
|
|
1952
|
+
"metadataToken": 67117728,
|
|
1953
1953
|
"normalizedSignature": "Regex|System.String|static=true|const=true",
|
|
1954
1954
|
"isStatic": true,
|
|
1955
1955
|
"isReadOnly": false,
|
|
@@ -1961,7 +1961,7 @@
|
|
|
1961
1961
|
{
|
|
1962
1962
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::TimeOnlyFormatSystem.String",
|
|
1963
1963
|
"clrName": "TimeOnlyFormat",
|
|
1964
|
-
"metadataToken":
|
|
1964
|
+
"metadataToken": 67117729,
|
|
1965
1965
|
"normalizedSignature": "TimeOnlyFormat|System.String|static=true|const=true",
|
|
1966
1966
|
"isStatic": true,
|
|
1967
1967
|
"isReadOnly": false,
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
{
|
|
1974
1974
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::TimeSpanFormatSystem.String",
|
|
1975
1975
|
"clrName": "TimeSpanFormat",
|
|
1976
|
-
"metadataToken":
|
|
1976
|
+
"metadataToken": 67117730,
|
|
1977
1977
|
"normalizedSignature": "TimeSpanFormat|System.String|static=true|const=true",
|
|
1978
1978
|
"isStatic": true,
|
|
1979
1979
|
"isReadOnly": false,
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
{
|
|
1986
1986
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::UriSystem.String",
|
|
1987
1987
|
"clrName": "Uri",
|
|
1988
|
-
"metadataToken":
|
|
1988
|
+
"metadataToken": 67117731,
|
|
1989
1989
|
"normalizedSignature": "Uri|System.String|static=true|const=true",
|
|
1990
1990
|
"isStatic": true,
|
|
1991
1991
|
"isReadOnly": false,
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
{
|
|
1998
1998
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::XmlSystem.String",
|
|
1999
1999
|
"clrName": "Xml",
|
|
2000
|
-
"metadataToken":
|
|
2000
|
+
"metadataToken": 67117732,
|
|
2001
2001
|
"normalizedSignature": "Xml|System.String|static=true|const=true",
|
|
2002
2002
|
"isStatic": true,
|
|
2003
2003
|
"isReadOnly": false,
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
"constructors": [
|
|
2012
2012
|
{
|
|
2013
2013
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::.ctor(System.String):void",
|
|
2014
|
-
"metadataToken":
|
|
2014
|
+
"metadataToken": 100703276,
|
|
2015
2015
|
"canonicalSignature": "(System.String):void",
|
|
2016
2016
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2017
2017
|
"isStatic": false,
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
},
|
|
2023
2023
|
{
|
|
2024
2024
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute::.ctor(System.String,System.Object[]):void",
|
|
2025
|
-
"metadataToken":
|
|
2025
|
+
"metadataToken": 100703277,
|
|
2026
2026
|
"canonicalSignature": "(System.String,System.Object[]):void",
|
|
2027
2027
|
"normalizedSignature": "constructor|(System.String,System.Object[]):void|static=false",
|
|
2028
2028
|
"isStatic": false,
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
{
|
|
2054
2054
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::Category:System.String",
|
|
2055
2055
|
"clrName": "Category",
|
|
2056
|
-
"metadataToken":
|
|
2056
|
+
"metadataToken": 385881127,
|
|
2057
2057
|
"canonicalSignature": ":System.String",
|
|
2058
2058
|
"normalizedSignature": "Category|:System.String|static=false|accessor=get",
|
|
2059
2059
|
"emitScope": "ClassSurface",
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
{
|
|
2073
2073
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::CheckId:System.String",
|
|
2074
2074
|
"clrName": "CheckId",
|
|
2075
|
-
"metadataToken":
|
|
2075
|
+
"metadataToken": 385881128,
|
|
2076
2076
|
"canonicalSignature": ":System.String",
|
|
2077
2077
|
"normalizedSignature": "CheckId|:System.String|static=false|accessor=get",
|
|
2078
2078
|
"emitScope": "ClassSurface",
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
{
|
|
2092
2092
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::Scope:System.String",
|
|
2093
2093
|
"clrName": "Scope",
|
|
2094
|
-
"metadataToken":
|
|
2094
|
+
"metadataToken": 385881129,
|
|
2095
2095
|
"canonicalSignature": ":System.String",
|
|
2096
2096
|
"normalizedSignature": "Scope|:System.String|static=false|accessor=getset",
|
|
2097
2097
|
"emitScope": "ClassSurface",
|
|
@@ -2110,7 +2110,7 @@
|
|
|
2110
2110
|
{
|
|
2111
2111
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::Target:System.String",
|
|
2112
2112
|
"clrName": "Target",
|
|
2113
|
-
"metadataToken":
|
|
2113
|
+
"metadataToken": 385881130,
|
|
2114
2114
|
"canonicalSignature": ":System.String",
|
|
2115
2115
|
"normalizedSignature": "Target|:System.String|static=false|accessor=getset",
|
|
2116
2116
|
"emitScope": "ClassSurface",
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
{
|
|
2130
2130
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::MessageId:System.String",
|
|
2131
2131
|
"clrName": "MessageId",
|
|
2132
|
-
"metadataToken":
|
|
2132
|
+
"metadataToken": 385881131,
|
|
2133
2133
|
"canonicalSignature": ":System.String",
|
|
2134
2134
|
"normalizedSignature": "MessageId|:System.String|static=false|accessor=getset",
|
|
2135
2135
|
"emitScope": "ClassSurface",
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
{
|
|
2149
2149
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::Justification:System.String",
|
|
2150
2150
|
"clrName": "Justification",
|
|
2151
|
-
"metadataToken":
|
|
2151
|
+
"metadataToken": 385881132,
|
|
2152
2152
|
"canonicalSignature": ":System.String",
|
|
2153
2153
|
"normalizedSignature": "Justification|:System.String|static=false|accessor=getset",
|
|
2154
2154
|
"emitScope": "ClassSurface",
|
|
@@ -2170,7 +2170,7 @@
|
|
|
2170
2170
|
"constructors": [
|
|
2171
2171
|
{
|
|
2172
2172
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute::.ctor(System.String,System.String):void",
|
|
2173
|
-
"metadataToken":
|
|
2173
|
+
"metadataToken": 100703280,
|
|
2174
2174
|
"canonicalSignature": "(System.String,System.String):void",
|
|
2175
2175
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
2176
2176
|
"isStatic": false,
|
|
@@ -2201,7 +2201,7 @@
|
|
|
2201
2201
|
{
|
|
2202
2202
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::Category:System.String",
|
|
2203
2203
|
"clrName": "Category",
|
|
2204
|
-
"metadataToken":
|
|
2204
|
+
"metadataToken": 385881133,
|
|
2205
2205
|
"canonicalSignature": ":System.String",
|
|
2206
2206
|
"normalizedSignature": "Category|:System.String|static=false|accessor=get",
|
|
2207
2207
|
"emitScope": "ClassSurface",
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
{
|
|
2221
2221
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::CheckId:System.String",
|
|
2222
2222
|
"clrName": "CheckId",
|
|
2223
|
-
"metadataToken":
|
|
2223
|
+
"metadataToken": 385881134,
|
|
2224
2224
|
"canonicalSignature": ":System.String",
|
|
2225
2225
|
"normalizedSignature": "CheckId|:System.String|static=false|accessor=get",
|
|
2226
2226
|
"emitScope": "ClassSurface",
|
|
@@ -2239,7 +2239,7 @@
|
|
|
2239
2239
|
{
|
|
2240
2240
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::Scope:System.String",
|
|
2241
2241
|
"clrName": "Scope",
|
|
2242
|
-
"metadataToken":
|
|
2242
|
+
"metadataToken": 385881135,
|
|
2243
2243
|
"canonicalSignature": ":System.String",
|
|
2244
2244
|
"normalizedSignature": "Scope|:System.String|static=false|accessor=getset",
|
|
2245
2245
|
"emitScope": "ClassSurface",
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
{
|
|
2259
2259
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::Target:System.String",
|
|
2260
2260
|
"clrName": "Target",
|
|
2261
|
-
"metadataToken":
|
|
2261
|
+
"metadataToken": 385881136,
|
|
2262
2262
|
"canonicalSignature": ":System.String",
|
|
2263
2263
|
"normalizedSignature": "Target|:System.String|static=false|accessor=getset",
|
|
2264
2264
|
"emitScope": "ClassSurface",
|
|
@@ -2277,7 +2277,7 @@
|
|
|
2277
2277
|
{
|
|
2278
2278
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::MessageId:System.String",
|
|
2279
2279
|
"clrName": "MessageId",
|
|
2280
|
-
"metadataToken":
|
|
2280
|
+
"metadataToken": 385881137,
|
|
2281
2281
|
"canonicalSignature": ":System.String",
|
|
2282
2282
|
"normalizedSignature": "MessageId|:System.String|static=false|accessor=getset",
|
|
2283
2283
|
"emitScope": "ClassSurface",
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
{
|
|
2297
2297
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::Justification:System.String",
|
|
2298
2298
|
"clrName": "Justification",
|
|
2299
|
-
"metadataToken":
|
|
2299
|
+
"metadataToken": 385881138,
|
|
2300
2300
|
"canonicalSignature": ":System.String",
|
|
2301
2301
|
"normalizedSignature": "Justification|:System.String|static=false|accessor=getset",
|
|
2302
2302
|
"emitScope": "ClassSurface",
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
"constructors": [
|
|
2319
2319
|
{
|
|
2320
2320
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute::.ctor(System.String,System.String):void",
|
|
2321
|
-
"metadataToken":
|
|
2321
|
+
"metadataToken": 100703291,
|
|
2322
2322
|
"canonicalSignature": "(System.String,System.String):void",
|
|
2323
2323
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
2324
2324
|
"isStatic": false,
|
|
@@ -2351,7 +2351,7 @@
|
|
|
2351
2351
|
"constructors": [
|
|
2352
2352
|
{
|
|
2353
2353
|
"stableId": "System.Private.CoreLib:System.Diagnostics.CodeAnalysis.UnscopedRefAttribute::.ctor():void",
|
|
2354
|
-
"metadataToken":
|
|
2354
|
+
"metadataToken": 100703257,
|
|
2355
2355
|
"canonicalSignature": "():void",
|
|
2356
2356
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2357
2357
|
"isStatic": false,
|