@tsonic/dotnet 10.0.1 → 10.0.3
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 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"clrName": "System.IComparable"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.
|
|
29
|
-
"clrName": "System.
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
33
|
"clrName": "System.IFormattable"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"stableId": "System.Private.CoreLib:System.
|
|
37
|
-
"clrName": "System.
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"methods": [],
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
50
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
51
52
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
52
53
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
53
54
|
},
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"isStatic": true,
|
|
60
61
|
"isReadOnly": false,
|
|
61
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
62
64
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
63
65
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
64
66
|
},
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isStatic": true,
|
|
71
73
|
"isReadOnly": false,
|
|
72
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
74
77
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
75
78
|
},
|
|
@@ -81,6 +84,7 @@
|
|
|
81
84
|
"isStatic": true,
|
|
82
85
|
"isReadOnly": false,
|
|
83
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
84
88
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
85
89
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
86
90
|
},
|
|
@@ -92,6 +96,7 @@
|
|
|
92
96
|
"isStatic": true,
|
|
93
97
|
"isReadOnly": false,
|
|
94
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
95
100
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
96
101
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
97
102
|
},
|
|
@@ -103,6 +108,7 @@
|
|
|
103
108
|
"isStatic": true,
|
|
104
109
|
"isReadOnly": false,
|
|
105
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
106
112
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
107
113
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
108
114
|
},
|
|
@@ -114,6 +120,7 @@
|
|
|
114
120
|
"isStatic": true,
|
|
115
121
|
"isReadOnly": false,
|
|
116
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
117
124
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
118
125
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
119
126
|
},
|
|
@@ -125,6 +132,7 @@
|
|
|
125
132
|
"isStatic": true,
|
|
126
133
|
"isReadOnly": false,
|
|
127
134
|
"isLiteral": true,
|
|
135
|
+
"visibility": "Public",
|
|
128
136
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
129
137
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
130
138
|
},
|
|
@@ -136,6 +144,7 @@
|
|
|
136
144
|
"isStatic": true,
|
|
137
145
|
"isReadOnly": false,
|
|
138
146
|
"isLiteral": true,
|
|
147
|
+
"visibility": "Public",
|
|
139
148
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
140
149
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
141
150
|
},
|
|
@@ -147,6 +156,7 @@
|
|
|
147
156
|
"isStatic": true,
|
|
148
157
|
"isReadOnly": false,
|
|
149
158
|
"isLiteral": true,
|
|
159
|
+
"visibility": "Public",
|
|
150
160
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
151
161
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
152
162
|
},
|
|
@@ -158,6 +168,7 @@
|
|
|
158
168
|
"isStatic": true,
|
|
159
169
|
"isReadOnly": false,
|
|
160
170
|
"isLiteral": true,
|
|
171
|
+
"visibility": "Public",
|
|
161
172
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
162
173
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
163
174
|
},
|
|
@@ -169,6 +180,7 @@
|
|
|
169
180
|
"isStatic": true,
|
|
170
181
|
"isReadOnly": false,
|
|
171
182
|
"isLiteral": true,
|
|
183
|
+
"visibility": "Public",
|
|
172
184
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
173
185
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
174
186
|
},
|
|
@@ -180,6 +192,7 @@
|
|
|
180
192
|
"isStatic": true,
|
|
181
193
|
"isReadOnly": false,
|
|
182
194
|
"isLiteral": true,
|
|
195
|
+
"visibility": "Public",
|
|
183
196
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
184
197
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
185
198
|
},
|
|
@@ -191,6 +204,7 @@
|
|
|
191
204
|
"isStatic": true,
|
|
192
205
|
"isReadOnly": false,
|
|
193
206
|
"isLiteral": true,
|
|
207
|
+
"visibility": "Public",
|
|
194
208
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
195
209
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
196
210
|
},
|
|
@@ -202,6 +216,7 @@
|
|
|
202
216
|
"isStatic": true,
|
|
203
217
|
"isReadOnly": false,
|
|
204
218
|
"isLiteral": true,
|
|
219
|
+
"visibility": "Public",
|
|
205
220
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
206
221
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
207
222
|
},
|
|
@@ -213,6 +228,7 @@
|
|
|
213
228
|
"isStatic": true,
|
|
214
229
|
"isReadOnly": false,
|
|
215
230
|
"isLiteral": true,
|
|
231
|
+
"visibility": "Public",
|
|
216
232
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
217
233
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
218
234
|
},
|
|
@@ -224,6 +240,7 @@
|
|
|
224
240
|
"isStatic": true,
|
|
225
241
|
"isReadOnly": false,
|
|
226
242
|
"isLiteral": true,
|
|
243
|
+
"visibility": "Public",
|
|
227
244
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
228
245
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
229
246
|
},
|
|
@@ -235,6 +252,7 @@
|
|
|
235
252
|
"isStatic": true,
|
|
236
253
|
"isReadOnly": false,
|
|
237
254
|
"isLiteral": true,
|
|
255
|
+
"visibility": "Public",
|
|
238
256
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
239
257
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
240
258
|
},
|
|
@@ -246,6 +264,7 @@
|
|
|
246
264
|
"isStatic": true,
|
|
247
265
|
"isReadOnly": false,
|
|
248
266
|
"isLiteral": true,
|
|
267
|
+
"visibility": "Public",
|
|
249
268
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
250
269
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
251
270
|
},
|
|
@@ -257,6 +276,7 @@
|
|
|
257
276
|
"isStatic": true,
|
|
258
277
|
"isReadOnly": false,
|
|
259
278
|
"isLiteral": true,
|
|
279
|
+
"visibility": "Public",
|
|
260
280
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
261
281
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
262
282
|
},
|
|
@@ -268,6 +288,7 @@
|
|
|
268
288
|
"isStatic": true,
|
|
269
289
|
"isReadOnly": false,
|
|
270
290
|
"isLiteral": true,
|
|
291
|
+
"visibility": "Public",
|
|
271
292
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
272
293
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
273
294
|
},
|
|
@@ -279,6 +300,7 @@
|
|
|
279
300
|
"isStatic": true,
|
|
280
301
|
"isReadOnly": false,
|
|
281
302
|
"isLiteral": true,
|
|
303
|
+
"visibility": "Public",
|
|
282
304
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
283
305
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
284
306
|
},
|
|
@@ -290,6 +312,7 @@
|
|
|
290
312
|
"isStatic": true,
|
|
291
313
|
"isReadOnly": false,
|
|
292
314
|
"isLiteral": true,
|
|
315
|
+
"visibility": "Public",
|
|
293
316
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
294
317
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
295
318
|
},
|
|
@@ -301,6 +324,7 @@
|
|
|
301
324
|
"isStatic": true,
|
|
302
325
|
"isReadOnly": false,
|
|
303
326
|
"isLiteral": true,
|
|
327
|
+
"visibility": "Public",
|
|
304
328
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
305
329
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
306
330
|
},
|
|
@@ -312,6 +336,7 @@
|
|
|
312
336
|
"isStatic": true,
|
|
313
337
|
"isReadOnly": false,
|
|
314
338
|
"isLiteral": true,
|
|
339
|
+
"visibility": "Public",
|
|
315
340
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
316
341
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
317
342
|
},
|
|
@@ -323,6 +348,7 @@
|
|
|
323
348
|
"isStatic": true,
|
|
324
349
|
"isReadOnly": false,
|
|
325
350
|
"isLiteral": true,
|
|
351
|
+
"visibility": "Public",
|
|
326
352
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
327
353
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
328
354
|
},
|
|
@@ -334,6 +360,7 @@
|
|
|
334
360
|
"isStatic": true,
|
|
335
361
|
"isReadOnly": false,
|
|
336
362
|
"isLiteral": true,
|
|
363
|
+
"visibility": "Public",
|
|
337
364
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
338
365
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
339
366
|
},
|
|
@@ -345,6 +372,7 @@
|
|
|
345
372
|
"isStatic": true,
|
|
346
373
|
"isReadOnly": false,
|
|
347
374
|
"isLiteral": true,
|
|
375
|
+
"visibility": "Public",
|
|
348
376
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
349
377
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
350
378
|
},
|
|
@@ -356,6 +384,7 @@
|
|
|
356
384
|
"isStatic": true,
|
|
357
385
|
"isReadOnly": false,
|
|
358
386
|
"isLiteral": true,
|
|
387
|
+
"visibility": "Public",
|
|
359
388
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
360
389
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
361
390
|
},
|
|
@@ -367,6 +396,7 @@
|
|
|
367
396
|
"isStatic": true,
|
|
368
397
|
"isReadOnly": false,
|
|
369
398
|
"isLiteral": true,
|
|
399
|
+
"visibility": "Public",
|
|
370
400
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
371
401
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
372
402
|
},
|
|
@@ -378,6 +408,7 @@
|
|
|
378
408
|
"isStatic": true,
|
|
379
409
|
"isReadOnly": false,
|
|
380
410
|
"isLiteral": true,
|
|
411
|
+
"visibility": "Public",
|
|
381
412
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes",
|
|
382
413
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
383
414
|
}
|
|
@@ -412,6 +443,7 @@
|
|
|
412
443
|
"normalizedSignature": "constructor|():void|static=false",
|
|
413
444
|
"isStatic": false,
|
|
414
445
|
"parameterCount": 0,
|
|
446
|
+
"visibility": "Public",
|
|
415
447
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.AllowNullAttribute",
|
|
416
448
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
417
449
|
}
|
|
@@ -449,6 +481,7 @@
|
|
|
449
481
|
"isAbstract": false,
|
|
450
482
|
"isVirtual": false,
|
|
451
483
|
"isOverride": false,
|
|
484
|
+
"visibility": "Public",
|
|
452
485
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute",
|
|
453
486
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
454
487
|
},
|
|
@@ -467,6 +500,7 @@
|
|
|
467
500
|
"isAbstract": false,
|
|
468
501
|
"isVirtual": false,
|
|
469
502
|
"isOverride": false,
|
|
503
|
+
"visibility": "Public",
|
|
470
504
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute",
|
|
471
505
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
472
506
|
}
|
|
@@ -481,6 +515,7 @@
|
|
|
481
515
|
"normalizedSignature": "constructor|():void|static=false",
|
|
482
516
|
"isStatic": false,
|
|
483
517
|
"parameterCount": 0,
|
|
518
|
+
"visibility": "Public",
|
|
484
519
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute",
|
|
485
520
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
486
521
|
}
|
|
@@ -513,6 +548,7 @@
|
|
|
513
548
|
"normalizedSignature": "constructor|():void|static=false",
|
|
514
549
|
"isStatic": false,
|
|
515
550
|
"parameterCount": 0,
|
|
551
|
+
"visibility": "Public",
|
|
516
552
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DisallowNullAttribute",
|
|
517
553
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
518
554
|
}
|
|
@@ -545,6 +581,7 @@
|
|
|
545
581
|
"normalizedSignature": "constructor|():void|static=false",
|
|
546
582
|
"isStatic": false,
|
|
547
583
|
"parameterCount": 0,
|
|
584
|
+
"visibility": "Public",
|
|
548
585
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute",
|
|
549
586
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
550
587
|
}
|
|
@@ -582,6 +619,7 @@
|
|
|
582
619
|
"isAbstract": false,
|
|
583
620
|
"isVirtual": false,
|
|
584
621
|
"isOverride": false,
|
|
622
|
+
"visibility": "Public",
|
|
585
623
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute",
|
|
586
624
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
587
625
|
}
|
|
@@ -596,6 +634,7 @@
|
|
|
596
634
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
597
635
|
"isStatic": false,
|
|
598
636
|
"parameterCount": 1,
|
|
637
|
+
"visibility": "Public",
|
|
599
638
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute",
|
|
600
639
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
601
640
|
}
|
|
@@ -633,6 +672,7 @@
|
|
|
633
672
|
"isAbstract": false,
|
|
634
673
|
"isVirtual": false,
|
|
635
674
|
"isOverride": false,
|
|
675
|
+
"visibility": "Public",
|
|
636
676
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute",
|
|
637
677
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
638
678
|
}
|
|
@@ -647,6 +687,7 @@
|
|
|
647
687
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes):void|static=false",
|
|
648
688
|
"isStatic": false,
|
|
649
689
|
"parameterCount": 1,
|
|
690
|
+
"visibility": "Public",
|
|
650
691
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute",
|
|
651
692
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
652
693
|
}
|
|
@@ -684,6 +725,7 @@
|
|
|
684
725
|
"isAbstract": false,
|
|
685
726
|
"isVirtual": false,
|
|
686
727
|
"isOverride": false,
|
|
728
|
+
"visibility": "Public",
|
|
687
729
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
688
730
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
689
731
|
},
|
|
@@ -702,6 +744,7 @@
|
|
|
702
744
|
"isAbstract": false,
|
|
703
745
|
"isVirtual": false,
|
|
704
746
|
"isOverride": false,
|
|
747
|
+
"visibility": "Public",
|
|
705
748
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
706
749
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
707
750
|
},
|
|
@@ -720,6 +763,7 @@
|
|
|
720
763
|
"isAbstract": false,
|
|
721
764
|
"isVirtual": false,
|
|
722
765
|
"isOverride": false,
|
|
766
|
+
"visibility": "Public",
|
|
723
767
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
724
768
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
725
769
|
},
|
|
@@ -738,6 +782,7 @@
|
|
|
738
782
|
"isAbstract": false,
|
|
739
783
|
"isVirtual": false,
|
|
740
784
|
"isOverride": false,
|
|
785
|
+
"visibility": "Public",
|
|
741
786
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
742
787
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
743
788
|
},
|
|
@@ -756,6 +801,7 @@
|
|
|
756
801
|
"isAbstract": false,
|
|
757
802
|
"isVirtual": false,
|
|
758
803
|
"isOverride": false,
|
|
804
|
+
"visibility": "Public",
|
|
759
805
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
760
806
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
761
807
|
},
|
|
@@ -774,6 +820,7 @@
|
|
|
774
820
|
"isAbstract": false,
|
|
775
821
|
"isVirtual": false,
|
|
776
822
|
"isOverride": false,
|
|
823
|
+
"visibility": "Public",
|
|
777
824
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
778
825
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
779
826
|
}
|
|
@@ -788,6 +835,7 @@
|
|
|
788
835
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
789
836
|
"isStatic": false,
|
|
790
837
|
"parameterCount": 1,
|
|
838
|
+
"visibility": "Public",
|
|
791
839
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
792
840
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
793
841
|
},
|
|
@@ -798,6 +846,7 @@
|
|
|
798
846
|
"normalizedSignature": "constructor|(System.String,System.Type):void|static=false",
|
|
799
847
|
"isStatic": false,
|
|
800
848
|
"parameterCount": 2,
|
|
849
|
+
"visibility": "Public",
|
|
801
850
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
802
851
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
803
852
|
},
|
|
@@ -808,6 +857,7 @@
|
|
|
808
857
|
"normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
|
|
809
858
|
"isStatic": false,
|
|
810
859
|
"parameterCount": 3,
|
|
860
|
+
"visibility": "Public",
|
|
811
861
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
812
862
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
813
863
|
},
|
|
@@ -818,6 +868,7 @@
|
|
|
818
868
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type):void|static=false",
|
|
819
869
|
"isStatic": false,
|
|
820
870
|
"parameterCount": 2,
|
|
871
|
+
"visibility": "Public",
|
|
821
872
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
822
873
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
823
874
|
},
|
|
@@ -828,6 +879,7 @@
|
|
|
828
879
|
"normalizedSignature": "constructor|(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String):void|static=false",
|
|
829
880
|
"isStatic": false,
|
|
830
881
|
"parameterCount": 3,
|
|
882
|
+
"visibility": "Public",
|
|
831
883
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute",
|
|
832
884
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
833
885
|
}
|
|
@@ -865,6 +917,7 @@
|
|
|
865
917
|
"isAbstract": false,
|
|
866
918
|
"isVirtual": false,
|
|
867
919
|
"isOverride": false,
|
|
920
|
+
"visibility": "Public",
|
|
868
921
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute",
|
|
869
922
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
870
923
|
}
|
|
@@ -879,6 +932,7 @@
|
|
|
879
932
|
"normalizedSignature": "constructor|():void|static=false",
|
|
880
933
|
"isStatic": false,
|
|
881
934
|
"parameterCount": 0,
|
|
935
|
+
"visibility": "Public",
|
|
882
936
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute",
|
|
883
937
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
884
938
|
}
|
|
@@ -916,6 +970,7 @@
|
|
|
916
970
|
"isAbstract": false,
|
|
917
971
|
"isVirtual": false,
|
|
918
972
|
"isOverride": false,
|
|
973
|
+
"visibility": "Public",
|
|
919
974
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExperimentalAttribute",
|
|
920
975
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
921
976
|
},
|
|
@@ -934,6 +989,7 @@
|
|
|
934
989
|
"isAbstract": false,
|
|
935
990
|
"isVirtual": false,
|
|
936
991
|
"isOverride": false,
|
|
992
|
+
"visibility": "Public",
|
|
937
993
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExperimentalAttribute",
|
|
938
994
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
939
995
|
},
|
|
@@ -952,6 +1008,7 @@
|
|
|
952
1008
|
"isAbstract": false,
|
|
953
1009
|
"isVirtual": false,
|
|
954
1010
|
"isOverride": false,
|
|
1011
|
+
"visibility": "Public",
|
|
955
1012
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExperimentalAttribute",
|
|
956
1013
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
957
1014
|
}
|
|
@@ -966,6 +1023,7 @@
|
|
|
966
1023
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
967
1024
|
"isStatic": false,
|
|
968
1025
|
"parameterCount": 1,
|
|
1026
|
+
"visibility": "Public",
|
|
969
1027
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.ExperimentalAttribute",
|
|
970
1028
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
971
1029
|
}
|
|
@@ -1003,6 +1061,7 @@
|
|
|
1003
1061
|
"isAbstract": false,
|
|
1004
1062
|
"isVirtual": false,
|
|
1005
1063
|
"isOverride": false,
|
|
1064
|
+
"visibility": "Public",
|
|
1006
1065
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.FeatureGuardAttribute",
|
|
1007
1066
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1008
1067
|
}
|
|
@@ -1017,6 +1076,7 @@
|
|
|
1017
1076
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
1018
1077
|
"isStatic": false,
|
|
1019
1078
|
"parameterCount": 1,
|
|
1079
|
+
"visibility": "Public",
|
|
1020
1080
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.FeatureGuardAttribute",
|
|
1021
1081
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1022
1082
|
}
|
|
@@ -1054,6 +1114,7 @@
|
|
|
1054
1114
|
"isAbstract": false,
|
|
1055
1115
|
"isVirtual": false,
|
|
1056
1116
|
"isOverride": false,
|
|
1117
|
+
"visibility": "Public",
|
|
1057
1118
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute",
|
|
1058
1119
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1059
1120
|
}
|
|
@@ -1068,6 +1129,7 @@
|
|
|
1068
1129
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1069
1130
|
"isStatic": false,
|
|
1070
1131
|
"parameterCount": 1,
|
|
1132
|
+
"visibility": "Public",
|
|
1071
1133
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute",
|
|
1072
1134
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1073
1135
|
}
|
|
@@ -1100,6 +1162,7 @@
|
|
|
1100
1162
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1101
1163
|
"isStatic": false,
|
|
1102
1164
|
"parameterCount": 0,
|
|
1165
|
+
"visibility": "Public",
|
|
1103
1166
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MaybeNullAttribute",
|
|
1104
1167
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1105
1168
|
}
|
|
@@ -1137,6 +1200,7 @@
|
|
|
1137
1200
|
"isAbstract": false,
|
|
1138
1201
|
"isVirtual": false,
|
|
1139
1202
|
"isOverride": false,
|
|
1203
|
+
"visibility": "Public",
|
|
1140
1204
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute",
|
|
1141
1205
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1142
1206
|
}
|
|
@@ -1151,6 +1215,7 @@
|
|
|
1151
1215
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1152
1216
|
"isStatic": false,
|
|
1153
1217
|
"parameterCount": 1,
|
|
1218
|
+
"visibility": "Public",
|
|
1154
1219
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute",
|
|
1155
1220
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1156
1221
|
}
|
|
@@ -1188,6 +1253,7 @@
|
|
|
1188
1253
|
"isAbstract": false,
|
|
1189
1254
|
"isVirtual": false,
|
|
1190
1255
|
"isOverride": false,
|
|
1256
|
+
"visibility": "Public",
|
|
1191
1257
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullAttribute",
|
|
1192
1258
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1193
1259
|
}
|
|
@@ -1202,6 +1268,7 @@
|
|
|
1202
1268
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1203
1269
|
"isStatic": false,
|
|
1204
1270
|
"parameterCount": 1,
|
|
1271
|
+
"visibility": "Public",
|
|
1205
1272
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullAttribute",
|
|
1206
1273
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1207
1274
|
},
|
|
@@ -1212,6 +1279,7 @@
|
|
|
1212
1279
|
"normalizedSignature": "constructor|(System.String[]):void|static=false",
|
|
1213
1280
|
"isStatic": false,
|
|
1214
1281
|
"parameterCount": 1,
|
|
1282
|
+
"visibility": "Public",
|
|
1215
1283
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullAttribute",
|
|
1216
1284
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1217
1285
|
}
|
|
@@ -1249,6 +1317,7 @@
|
|
|
1249
1317
|
"isAbstract": false,
|
|
1250
1318
|
"isVirtual": false,
|
|
1251
1319
|
"isOverride": false,
|
|
1320
|
+
"visibility": "Public",
|
|
1252
1321
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute",
|
|
1253
1322
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1254
1323
|
},
|
|
@@ -1267,6 +1336,7 @@
|
|
|
1267
1336
|
"isAbstract": false,
|
|
1268
1337
|
"isVirtual": false,
|
|
1269
1338
|
"isOverride": false,
|
|
1339
|
+
"visibility": "Public",
|
|
1270
1340
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute",
|
|
1271
1341
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1272
1342
|
}
|
|
@@ -1281,6 +1351,7 @@
|
|
|
1281
1351
|
"normalizedSignature": "constructor|(System.Boolean,System.String):void|static=false",
|
|
1282
1352
|
"isStatic": false,
|
|
1283
1353
|
"parameterCount": 2,
|
|
1354
|
+
"visibility": "Public",
|
|
1284
1355
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute",
|
|
1285
1356
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1286
1357
|
},
|
|
@@ -1291,6 +1362,7 @@
|
|
|
1291
1362
|
"normalizedSignature": "constructor|(System.Boolean,System.String[]):void|static=false",
|
|
1292
1363
|
"isStatic": false,
|
|
1293
1364
|
"parameterCount": 2,
|
|
1365
|
+
"visibility": "Public",
|
|
1294
1366
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute",
|
|
1295
1367
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1296
1368
|
}
|
|
@@ -1323,6 +1395,7 @@
|
|
|
1323
1395
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1324
1396
|
"isStatic": false,
|
|
1325
1397
|
"parameterCount": 0,
|
|
1398
|
+
"visibility": "Public",
|
|
1326
1399
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.NotNullAttribute",
|
|
1327
1400
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1328
1401
|
}
|
|
@@ -1360,6 +1433,7 @@
|
|
|
1360
1433
|
"isAbstract": false,
|
|
1361
1434
|
"isVirtual": false,
|
|
1362
1435
|
"isOverride": false,
|
|
1436
|
+
"visibility": "Public",
|
|
1363
1437
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute",
|
|
1364
1438
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1365
1439
|
}
|
|
@@ -1374,6 +1448,7 @@
|
|
|
1374
1448
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1375
1449
|
"isStatic": false,
|
|
1376
1450
|
"parameterCount": 1,
|
|
1451
|
+
"visibility": "Public",
|
|
1377
1452
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute",
|
|
1378
1453
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1379
1454
|
}
|
|
@@ -1411,6 +1486,7 @@
|
|
|
1411
1486
|
"isAbstract": false,
|
|
1412
1487
|
"isVirtual": false,
|
|
1413
1488
|
"isOverride": false,
|
|
1489
|
+
"visibility": "Public",
|
|
1414
1490
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.NotNullWhenAttribute",
|
|
1415
1491
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1416
1492
|
}
|
|
@@ -1425,6 +1501,7 @@
|
|
|
1425
1501
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1426
1502
|
"isStatic": false,
|
|
1427
1503
|
"parameterCount": 1,
|
|
1504
|
+
"visibility": "Public",
|
|
1428
1505
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.NotNullWhenAttribute",
|
|
1429
1506
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1430
1507
|
}
|
|
@@ -1462,6 +1539,7 @@
|
|
|
1462
1539
|
"isAbstract": false,
|
|
1463
1540
|
"isVirtual": false,
|
|
1464
1541
|
"isOverride": false,
|
|
1542
|
+
"visibility": "Public",
|
|
1465
1543
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute",
|
|
1466
1544
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1467
1545
|
},
|
|
@@ -1480,6 +1558,7 @@
|
|
|
1480
1558
|
"isAbstract": false,
|
|
1481
1559
|
"isVirtual": false,
|
|
1482
1560
|
"isOverride": false,
|
|
1561
|
+
"visibility": "Public",
|
|
1483
1562
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute",
|
|
1484
1563
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1485
1564
|
}
|
|
@@ -1494,6 +1573,7 @@
|
|
|
1494
1573
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1495
1574
|
"isStatic": false,
|
|
1496
1575
|
"parameterCount": 0,
|
|
1576
|
+
"visibility": "Public",
|
|
1497
1577
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute",
|
|
1498
1578
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1499
1579
|
},
|
|
@@ -1504,6 +1584,7 @@
|
|
|
1504
1584
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1505
1585
|
"isStatic": false,
|
|
1506
1586
|
"parameterCount": 1,
|
|
1587
|
+
"visibility": "Public",
|
|
1507
1588
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute",
|
|
1508
1589
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1509
1590
|
}
|
|
@@ -1541,6 +1622,7 @@
|
|
|
1541
1622
|
"isAbstract": false,
|
|
1542
1623
|
"isVirtual": false,
|
|
1543
1624
|
"isOverride": false,
|
|
1625
|
+
"visibility": "Public",
|
|
1544
1626
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute",
|
|
1545
1627
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1546
1628
|
},
|
|
@@ -1559,6 +1641,7 @@
|
|
|
1559
1641
|
"isAbstract": false,
|
|
1560
1642
|
"isVirtual": false,
|
|
1561
1643
|
"isOverride": false,
|
|
1644
|
+
"visibility": "Public",
|
|
1562
1645
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute",
|
|
1563
1646
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1564
1647
|
},
|
|
@@ -1577,6 +1660,7 @@
|
|
|
1577
1660
|
"isAbstract": false,
|
|
1578
1661
|
"isVirtual": false,
|
|
1579
1662
|
"isOverride": false,
|
|
1663
|
+
"visibility": "Public",
|
|
1580
1664
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute",
|
|
1581
1665
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1582
1666
|
}
|
|
@@ -1591,6 +1675,7 @@
|
|
|
1591
1675
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1592
1676
|
"isStatic": false,
|
|
1593
1677
|
"parameterCount": 1,
|
|
1678
|
+
"visibility": "Public",
|
|
1594
1679
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute",
|
|
1595
1680
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1596
1681
|
}
|
|
@@ -1628,6 +1713,7 @@
|
|
|
1628
1713
|
"isAbstract": false,
|
|
1629
1714
|
"isVirtual": false,
|
|
1630
1715
|
"isOverride": false,
|
|
1716
|
+
"visibility": "Public",
|
|
1631
1717
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute",
|
|
1632
1718
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1633
1719
|
},
|
|
@@ -1646,6 +1732,7 @@
|
|
|
1646
1732
|
"isAbstract": false,
|
|
1647
1733
|
"isVirtual": false,
|
|
1648
1734
|
"isOverride": false,
|
|
1735
|
+
"visibility": "Public",
|
|
1649
1736
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute",
|
|
1650
1737
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1651
1738
|
},
|
|
@@ -1664,6 +1751,7 @@
|
|
|
1664
1751
|
"isAbstract": false,
|
|
1665
1752
|
"isVirtual": false,
|
|
1666
1753
|
"isOverride": false,
|
|
1754
|
+
"visibility": "Public",
|
|
1667
1755
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute",
|
|
1668
1756
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1669
1757
|
}
|
|
@@ -1678,6 +1766,7 @@
|
|
|
1678
1766
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1679
1767
|
"isStatic": false,
|
|
1680
1768
|
"parameterCount": 1,
|
|
1769
|
+
"visibility": "Public",
|
|
1681
1770
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute",
|
|
1682
1771
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1683
1772
|
}
|
|
@@ -1710,6 +1799,7 @@
|
|
|
1710
1799
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1711
1800
|
"isStatic": false,
|
|
1712
1801
|
"parameterCount": 0,
|
|
1802
|
+
"visibility": "Public",
|
|
1713
1803
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute",
|
|
1714
1804
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1715
1805
|
}
|
|
@@ -1747,6 +1837,7 @@
|
|
|
1747
1837
|
"isAbstract": false,
|
|
1748
1838
|
"isVirtual": false,
|
|
1749
1839
|
"isOverride": false,
|
|
1840
|
+
"visibility": "Public",
|
|
1750
1841
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1751
1842
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1752
1843
|
},
|
|
@@ -1765,6 +1856,7 @@
|
|
|
1765
1856
|
"isAbstract": false,
|
|
1766
1857
|
"isVirtual": false,
|
|
1767
1858
|
"isOverride": false,
|
|
1859
|
+
"visibility": "Public",
|
|
1768
1860
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1769
1861
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1770
1862
|
}
|
|
@@ -1778,6 +1870,7 @@
|
|
|
1778
1870
|
"isStatic": true,
|
|
1779
1871
|
"isReadOnly": false,
|
|
1780
1872
|
"isLiteral": true,
|
|
1873
|
+
"visibility": "Public",
|
|
1781
1874
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1782
1875
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1783
1876
|
},
|
|
@@ -1789,6 +1882,7 @@
|
|
|
1789
1882
|
"isStatic": true,
|
|
1790
1883
|
"isReadOnly": false,
|
|
1791
1884
|
"isLiteral": true,
|
|
1885
|
+
"visibility": "Public",
|
|
1792
1886
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1793
1887
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1794
1888
|
},
|
|
@@ -1800,6 +1894,7 @@
|
|
|
1800
1894
|
"isStatic": true,
|
|
1801
1895
|
"isReadOnly": false,
|
|
1802
1896
|
"isLiteral": true,
|
|
1897
|
+
"visibility": "Public",
|
|
1803
1898
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1804
1899
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1805
1900
|
},
|
|
@@ -1811,6 +1906,7 @@
|
|
|
1811
1906
|
"isStatic": true,
|
|
1812
1907
|
"isReadOnly": false,
|
|
1813
1908
|
"isLiteral": true,
|
|
1909
|
+
"visibility": "Public",
|
|
1814
1910
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1815
1911
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1816
1912
|
},
|
|
@@ -1822,6 +1918,7 @@
|
|
|
1822
1918
|
"isStatic": true,
|
|
1823
1919
|
"isReadOnly": false,
|
|
1824
1920
|
"isLiteral": true,
|
|
1921
|
+
"visibility": "Public",
|
|
1825
1922
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1826
1923
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1827
1924
|
},
|
|
@@ -1833,6 +1930,7 @@
|
|
|
1833
1930
|
"isStatic": true,
|
|
1834
1931
|
"isReadOnly": false,
|
|
1835
1932
|
"isLiteral": true,
|
|
1933
|
+
"visibility": "Public",
|
|
1836
1934
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1837
1935
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1838
1936
|
},
|
|
@@ -1844,6 +1942,7 @@
|
|
|
1844
1942
|
"isStatic": true,
|
|
1845
1943
|
"isReadOnly": false,
|
|
1846
1944
|
"isLiteral": true,
|
|
1945
|
+
"visibility": "Public",
|
|
1847
1946
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1848
1947
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1849
1948
|
},
|
|
@@ -1855,6 +1954,7 @@
|
|
|
1855
1954
|
"isStatic": true,
|
|
1856
1955
|
"isReadOnly": false,
|
|
1857
1956
|
"isLiteral": true,
|
|
1957
|
+
"visibility": "Public",
|
|
1858
1958
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1859
1959
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1860
1960
|
},
|
|
@@ -1866,6 +1966,7 @@
|
|
|
1866
1966
|
"isStatic": true,
|
|
1867
1967
|
"isReadOnly": false,
|
|
1868
1968
|
"isLiteral": true,
|
|
1969
|
+
"visibility": "Public",
|
|
1869
1970
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1870
1971
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1871
1972
|
},
|
|
@@ -1877,6 +1978,7 @@
|
|
|
1877
1978
|
"isStatic": true,
|
|
1878
1979
|
"isReadOnly": false,
|
|
1879
1980
|
"isLiteral": true,
|
|
1981
|
+
"visibility": "Public",
|
|
1880
1982
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1881
1983
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1882
1984
|
},
|
|
@@ -1888,6 +1990,7 @@
|
|
|
1888
1990
|
"isStatic": true,
|
|
1889
1991
|
"isReadOnly": false,
|
|
1890
1992
|
"isLiteral": true,
|
|
1993
|
+
"visibility": "Public",
|
|
1891
1994
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1892
1995
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1893
1996
|
},
|
|
@@ -1899,6 +2002,7 @@
|
|
|
1899
2002
|
"isStatic": true,
|
|
1900
2003
|
"isReadOnly": false,
|
|
1901
2004
|
"isLiteral": true,
|
|
2005
|
+
"visibility": "Public",
|
|
1902
2006
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1903
2007
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1904
2008
|
}
|
|
@@ -1912,6 +2016,7 @@
|
|
|
1912
2016
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1913
2017
|
"isStatic": false,
|
|
1914
2018
|
"parameterCount": 1,
|
|
2019
|
+
"visibility": "Public",
|
|
1915
2020
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1916
2021
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1917
2022
|
},
|
|
@@ -1922,6 +2027,7 @@
|
|
|
1922
2027
|
"normalizedSignature": "constructor|(System.String,System.Object[]):void|static=false",
|
|
1923
2028
|
"isStatic": false,
|
|
1924
2029
|
"parameterCount": 2,
|
|
2030
|
+
"visibility": "Public",
|
|
1925
2031
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.StringSyntaxAttribute",
|
|
1926
2032
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1927
2033
|
}
|
|
@@ -1959,6 +2065,7 @@
|
|
|
1959
2065
|
"isAbstract": false,
|
|
1960
2066
|
"isVirtual": false,
|
|
1961
2067
|
"isOverride": false,
|
|
2068
|
+
"visibility": "Public",
|
|
1962
2069
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
1963
2070
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1964
2071
|
},
|
|
@@ -1977,6 +2084,7 @@
|
|
|
1977
2084
|
"isAbstract": false,
|
|
1978
2085
|
"isVirtual": false,
|
|
1979
2086
|
"isOverride": false,
|
|
2087
|
+
"visibility": "Public",
|
|
1980
2088
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
1981
2089
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1982
2090
|
},
|
|
@@ -1995,6 +2103,7 @@
|
|
|
1995
2103
|
"isAbstract": false,
|
|
1996
2104
|
"isVirtual": false,
|
|
1997
2105
|
"isOverride": false,
|
|
2106
|
+
"visibility": "Public",
|
|
1998
2107
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
1999
2108
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2000
2109
|
},
|
|
@@ -2013,6 +2122,7 @@
|
|
|
2013
2122
|
"isAbstract": false,
|
|
2014
2123
|
"isVirtual": false,
|
|
2015
2124
|
"isOverride": false,
|
|
2125
|
+
"visibility": "Public",
|
|
2016
2126
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
2017
2127
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2018
2128
|
},
|
|
@@ -2031,6 +2141,7 @@
|
|
|
2031
2141
|
"isAbstract": false,
|
|
2032
2142
|
"isVirtual": false,
|
|
2033
2143
|
"isOverride": false,
|
|
2144
|
+
"visibility": "Public",
|
|
2034
2145
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
2035
2146
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2036
2147
|
},
|
|
@@ -2049,6 +2160,7 @@
|
|
|
2049
2160
|
"isAbstract": false,
|
|
2050
2161
|
"isVirtual": false,
|
|
2051
2162
|
"isOverride": false,
|
|
2163
|
+
"visibility": "Public",
|
|
2052
2164
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
2053
2165
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2054
2166
|
}
|
|
@@ -2063,6 +2175,7 @@
|
|
|
2063
2175
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
2064
2176
|
"isStatic": false,
|
|
2065
2177
|
"parameterCount": 2,
|
|
2178
|
+
"visibility": "Public",
|
|
2066
2179
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute",
|
|
2067
2180
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2068
2181
|
}
|
|
@@ -2100,6 +2213,7 @@
|
|
|
2100
2213
|
"isAbstract": false,
|
|
2101
2214
|
"isVirtual": false,
|
|
2102
2215
|
"isOverride": false,
|
|
2216
|
+
"visibility": "Public",
|
|
2103
2217
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2104
2218
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2105
2219
|
},
|
|
@@ -2118,6 +2232,7 @@
|
|
|
2118
2232
|
"isAbstract": false,
|
|
2119
2233
|
"isVirtual": false,
|
|
2120
2234
|
"isOverride": false,
|
|
2235
|
+
"visibility": "Public",
|
|
2121
2236
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2122
2237
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2123
2238
|
},
|
|
@@ -2136,6 +2251,7 @@
|
|
|
2136
2251
|
"isAbstract": false,
|
|
2137
2252
|
"isVirtual": false,
|
|
2138
2253
|
"isOverride": false,
|
|
2254
|
+
"visibility": "Public",
|
|
2139
2255
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2140
2256
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2141
2257
|
},
|
|
@@ -2154,6 +2270,7 @@
|
|
|
2154
2270
|
"isAbstract": false,
|
|
2155
2271
|
"isVirtual": false,
|
|
2156
2272
|
"isOverride": false,
|
|
2273
|
+
"visibility": "Public",
|
|
2157
2274
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2158
2275
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2159
2276
|
},
|
|
@@ -2172,6 +2289,7 @@
|
|
|
2172
2289
|
"isAbstract": false,
|
|
2173
2290
|
"isVirtual": false,
|
|
2174
2291
|
"isOverride": false,
|
|
2292
|
+
"visibility": "Public",
|
|
2175
2293
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2176
2294
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2177
2295
|
},
|
|
@@ -2190,6 +2308,7 @@
|
|
|
2190
2308
|
"isAbstract": false,
|
|
2191
2309
|
"isVirtual": false,
|
|
2192
2310
|
"isOverride": false,
|
|
2311
|
+
"visibility": "Public",
|
|
2193
2312
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2194
2313
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2195
2314
|
}
|
|
@@ -2204,6 +2323,7 @@
|
|
|
2204
2323
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
2205
2324
|
"isStatic": false,
|
|
2206
2325
|
"parameterCount": 2,
|
|
2326
|
+
"visibility": "Public",
|
|
2207
2327
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute",
|
|
2208
2328
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2209
2329
|
}
|
|
@@ -2236,6 +2356,7 @@
|
|
|
2236
2356
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2237
2357
|
"isStatic": false,
|
|
2238
2358
|
"parameterCount": 0,
|
|
2359
|
+
"visibility": "Public",
|
|
2239
2360
|
"declaringClrType": "System.Diagnostics.CodeAnalysis.UnscopedRefAttribute",
|
|
2240
2361
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2241
2362
|
}
|