@tsonic/dotnet 10.0.39 → 10.0.41
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/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -6,418 +6,330 @@
|
|
|
6
6
|
],
|
|
7
7
|
"types": [
|
|
8
8
|
{
|
|
9
|
-
"stableId": "System.
|
|
10
|
-
"clrName": "System.Text.Unicode.
|
|
11
|
-
"assemblyName": "System.
|
|
9
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange",
|
|
10
|
+
"clrName": "System.Text.Unicode.UnicodeRange",
|
|
11
|
+
"assemblyName": "System.Text.Encodings.Web",
|
|
12
12
|
"metadataToken": 0,
|
|
13
|
-
"kind": "
|
|
13
|
+
"kind": "Class",
|
|
14
14
|
"accessibility": "Public",
|
|
15
15
|
"isAbstract": false,
|
|
16
16
|
"isSealed": true,
|
|
17
17
|
"isStatic": false,
|
|
18
18
|
"arity": 0,
|
|
19
19
|
"baseType": {
|
|
20
|
-
"stableId": "System.Private.CoreLib:System.
|
|
21
|
-
"clrName": "System.
|
|
20
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
21
|
+
"clrName": "System.Object"
|
|
22
22
|
},
|
|
23
23
|
"methods": [
|
|
24
24
|
{
|
|
25
|
-
"stableId": "System.
|
|
26
|
-
"clrName": "
|
|
27
|
-
"metadataToken":
|
|
28
|
-
"canonicalSignature": "(System.
|
|
29
|
-
"normalizedSignature": "
|
|
25
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::Create(System.Char,System.Char):System.Text.Unicode.UnicodeRange",
|
|
26
|
+
"clrName": "Create",
|
|
27
|
+
"metadataToken": 100663323,
|
|
28
|
+
"canonicalSignature": "(System.Char,System.Char):System.Text.Unicode.UnicodeRange",
|
|
29
|
+
"normalizedSignature": "Create|(System.Char,System.Char):System.Text.Unicode.UnicodeRange|static=true",
|
|
30
30
|
"emitScope": "ClassSurface",
|
|
31
31
|
"provenance": "Original",
|
|
32
32
|
"arity": 0,
|
|
33
|
-
"parameterCount":
|
|
34
|
-
"isStatic":
|
|
33
|
+
"parameterCount": 2,
|
|
34
|
+
"isStatic": true,
|
|
35
35
|
"isAbstract": false,
|
|
36
36
|
"isVirtual": false,
|
|
37
37
|
"isOverride": false,
|
|
38
38
|
"isSealed": false,
|
|
39
39
|
"visibility": "Public",
|
|
40
|
-
"declaringClrType": "System.Text.Unicode.
|
|
41
|
-
"declaringAssemblyName": "System.
|
|
40
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRange",
|
|
41
|
+
"declaringAssemblyName": "System.Text.Encodings.Web",
|
|
42
42
|
"isExtensionMethod": false
|
|
43
|
-
}
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"properties": [
|
|
44
46
|
{
|
|
45
|
-
"stableId": "System.
|
|
46
|
-
"clrName": "
|
|
47
|
-
"metadataToken":
|
|
48
|
-
"canonicalSignature": "
|
|
49
|
-
"normalizedSignature": "
|
|
47
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::FirstCodePoint:System.Int32",
|
|
48
|
+
"clrName": "FirstCodePoint",
|
|
49
|
+
"metadataToken": 385875973,
|
|
50
|
+
"canonicalSignature": ":System.Int32",
|
|
51
|
+
"normalizedSignature": "FirstCodePoint|:System.Int32|static=false|accessor=get",
|
|
50
52
|
"emitScope": "ClassSurface",
|
|
51
53
|
"provenance": "Original",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
+
"isIndexer": false,
|
|
55
|
+
"hasGetter": true,
|
|
56
|
+
"hasSetter": false,
|
|
54
57
|
"isStatic": false,
|
|
55
58
|
"isAbstract": false,
|
|
56
59
|
"isVirtual": false,
|
|
57
60
|
"isOverride": false,
|
|
58
|
-
"isSealed": false,
|
|
59
61
|
"visibility": "Public",
|
|
60
|
-
"declaringClrType": "System.Text.Unicode.
|
|
61
|
-
"declaringAssemblyName": "System.
|
|
62
|
-
"isExtensionMethod": false
|
|
62
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRange",
|
|
63
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
63
64
|
},
|
|
64
65
|
{
|
|
65
|
-
"stableId": "System.
|
|
66
|
-
"clrName": "
|
|
67
|
-
"metadataToken":
|
|
68
|
-
"canonicalSignature": "
|
|
69
|
-
"normalizedSignature": "
|
|
66
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::Length:System.Int32",
|
|
67
|
+
"clrName": "Length",
|
|
68
|
+
"metadataToken": 385875974,
|
|
69
|
+
"canonicalSignature": ":System.Int32",
|
|
70
|
+
"normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
|
|
70
71
|
"emitScope": "ClassSurface",
|
|
71
72
|
"provenance": "Original",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
73
|
+
"isIndexer": false,
|
|
74
|
+
"hasGetter": true,
|
|
75
|
+
"hasSetter": false,
|
|
74
76
|
"isStatic": false,
|
|
75
77
|
"isAbstract": false,
|
|
76
78
|
"isVirtual": false,
|
|
77
79
|
"isOverride": false,
|
|
78
|
-
"isSealed": false,
|
|
79
80
|
"visibility": "Public",
|
|
80
|
-
"declaringClrType": "System.Text.Unicode.
|
|
81
|
-
"declaringAssemblyName": "System.
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRange",
|
|
82
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"fields": [],
|
|
86
|
+
"events": [],
|
|
87
|
+
"constructors": [
|
|
84
88
|
{
|
|
85
|
-
"stableId": "System.
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
89
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::.ctor(System.Int32,System.Int32):void",
|
|
90
|
+
"metadataToken": 100663320,
|
|
91
|
+
"canonicalSignature": "(System.Int32,System.Int32):void",
|
|
92
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
|
|
93
|
+
"isStatic": false,
|
|
94
|
+
"parameterCount": 2,
|
|
95
|
+
"visibility": "Public",
|
|
96
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRange",
|
|
97
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges",
|
|
103
|
+
"clrName": "System.Text.Unicode.UnicodeRanges",
|
|
104
|
+
"assemblyName": "System.Text.Encodings.Web",
|
|
105
|
+
"metadataToken": 0,
|
|
106
|
+
"kind": "StaticNamespace",
|
|
107
|
+
"accessibility": "Public",
|
|
108
|
+
"isAbstract": true,
|
|
109
|
+
"isSealed": true,
|
|
110
|
+
"isStatic": true,
|
|
111
|
+
"arity": 0,
|
|
112
|
+
"baseType": {
|
|
113
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
114
|
+
"clrName": "System.Object"
|
|
115
|
+
},
|
|
116
|
+
"methods": [],
|
|
117
|
+
"properties": [
|
|
118
|
+
{
|
|
119
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::None:System.Text.Unicode.UnicodeRange",
|
|
120
|
+
"clrName": "None",
|
|
121
|
+
"metadataToken": 385875975,
|
|
122
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
123
|
+
"normalizedSignature": "None|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
90
124
|
"emitScope": "ClassSurface",
|
|
91
125
|
"provenance": "Original",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
126
|
+
"isIndexer": false,
|
|
127
|
+
"hasGetter": true,
|
|
128
|
+
"hasSetter": false,
|
|
129
|
+
"isStatic": true,
|
|
95
130
|
"isAbstract": false,
|
|
96
131
|
"isVirtual": false,
|
|
97
132
|
"isOverride": false,
|
|
98
|
-
"isSealed": false,
|
|
99
133
|
"visibility": "Public",
|
|
100
|
-
"declaringClrType": "System.Text.Unicode.
|
|
101
|
-
"declaringAssemblyName": "System.
|
|
102
|
-
"isExtensionMethod": false
|
|
134
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
135
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
103
136
|
},
|
|
104
137
|
{
|
|
105
|
-
"stableId": "System.
|
|
106
|
-
"clrName": "
|
|
107
|
-
"metadataToken":
|
|
108
|
-
"canonicalSignature": "
|
|
109
|
-
"normalizedSignature": "
|
|
138
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::All:System.Text.Unicode.UnicodeRange",
|
|
139
|
+
"clrName": "All",
|
|
140
|
+
"metadataToken": 385875976,
|
|
141
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
142
|
+
"normalizedSignature": "All|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
110
143
|
"emitScope": "ClassSurface",
|
|
111
144
|
"provenance": "Original",
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
145
|
+
"isIndexer": false,
|
|
146
|
+
"hasGetter": true,
|
|
147
|
+
"hasSetter": false,
|
|
148
|
+
"isStatic": true,
|
|
115
149
|
"isAbstract": false,
|
|
116
150
|
"isVirtual": false,
|
|
117
151
|
"isOverride": false,
|
|
118
|
-
"isSealed": false,
|
|
119
152
|
"visibility": "Public",
|
|
120
|
-
"declaringClrType": "System.Text.Unicode.
|
|
121
|
-
"declaringAssemblyName": "System.
|
|
122
|
-
"isExtensionMethod": false
|
|
153
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
154
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
123
155
|
},
|
|
124
156
|
{
|
|
125
|
-
"stableId": "System.
|
|
126
|
-
"clrName": "
|
|
127
|
-
"metadataToken":
|
|
128
|
-
"canonicalSignature": "
|
|
129
|
-
"normalizedSignature": "
|
|
157
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::BasicLatin:System.Text.Unicode.UnicodeRange",
|
|
158
|
+
"clrName": "BasicLatin",
|
|
159
|
+
"metadataToken": 385875977,
|
|
160
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
161
|
+
"normalizedSignature": "BasicLatin|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
130
162
|
"emitScope": "ClassSurface",
|
|
131
163
|
"provenance": "Original",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
164
|
+
"isIndexer": false,
|
|
165
|
+
"hasGetter": true,
|
|
166
|
+
"hasSetter": false,
|
|
167
|
+
"isStatic": true,
|
|
135
168
|
"isAbstract": false,
|
|
136
169
|
"isVirtual": false,
|
|
137
170
|
"isOverride": false,
|
|
138
|
-
"isSealed": false,
|
|
139
171
|
"visibility": "Public",
|
|
140
|
-
"declaringClrType": "System.Text.Unicode.
|
|
141
|
-
"declaringAssemblyName": "System.
|
|
142
|
-
"isExtensionMethod": false
|
|
172
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
173
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
143
174
|
},
|
|
144
175
|
{
|
|
145
|
-
"stableId": "System.
|
|
146
|
-
"clrName": "
|
|
147
|
-
"metadataToken":
|
|
148
|
-
"canonicalSignature": "
|
|
149
|
-
"normalizedSignature": "
|
|
176
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Latin1Supplement:System.Text.Unicode.UnicodeRange",
|
|
177
|
+
"clrName": "Latin1Supplement",
|
|
178
|
+
"metadataToken": 385875978,
|
|
179
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
180
|
+
"normalizedSignature": "Latin1Supplement|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
150
181
|
"emitScope": "ClassSurface",
|
|
151
182
|
"provenance": "Original",
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
183
|
+
"isIndexer": false,
|
|
184
|
+
"hasGetter": true,
|
|
185
|
+
"hasSetter": false,
|
|
186
|
+
"isStatic": true,
|
|
155
187
|
"isAbstract": false,
|
|
156
188
|
"isVirtual": false,
|
|
157
189
|
"isOverride": false,
|
|
158
|
-
"isSealed": false,
|
|
159
190
|
"visibility": "Public",
|
|
160
|
-
"declaringClrType": "System.Text.Unicode.
|
|
161
|
-
"declaringAssemblyName": "System.
|
|
162
|
-
"isExtensionMethod": false
|
|
191
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
192
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
163
193
|
},
|
|
164
194
|
{
|
|
165
|
-
"stableId": "System.
|
|
166
|
-
"clrName": "
|
|
167
|
-
"metadataToken":
|
|
168
|
-
"canonicalSignature": "
|
|
169
|
-
"normalizedSignature": "
|
|
195
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::LatinExtendedA:System.Text.Unicode.UnicodeRange",
|
|
196
|
+
"clrName": "LatinExtendedA",
|
|
197
|
+
"metadataToken": 385875979,
|
|
198
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
199
|
+
"normalizedSignature": "LatinExtendedA|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
170
200
|
"emitScope": "ClassSurface",
|
|
171
201
|
"provenance": "Original",
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
202
|
+
"isIndexer": false,
|
|
203
|
+
"hasGetter": true,
|
|
204
|
+
"hasSetter": false,
|
|
205
|
+
"isStatic": true,
|
|
175
206
|
"isAbstract": false,
|
|
176
207
|
"isVirtual": false,
|
|
177
208
|
"isOverride": false,
|
|
178
|
-
"isSealed": false,
|
|
179
209
|
"visibility": "Public",
|
|
180
|
-
"declaringClrType": "System.Text.Unicode.
|
|
181
|
-
"declaringAssemblyName": "System.
|
|
182
|
-
"isExtensionMethod": false
|
|
210
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
211
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
183
212
|
},
|
|
184
213
|
{
|
|
185
|
-
"stableId": "System.
|
|
186
|
-
"clrName": "
|
|
187
|
-
"metadataToken":
|
|
188
|
-
"canonicalSignature": "
|
|
189
|
-
"normalizedSignature": "
|
|
214
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::LatinExtendedB:System.Text.Unicode.UnicodeRange",
|
|
215
|
+
"clrName": "LatinExtendedB",
|
|
216
|
+
"metadataToken": 385875980,
|
|
217
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
218
|
+
"normalizedSignature": "LatinExtendedB|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
190
219
|
"emitScope": "ClassSurface",
|
|
191
220
|
"provenance": "Original",
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
221
|
+
"isIndexer": false,
|
|
222
|
+
"hasGetter": true,
|
|
223
|
+
"hasSetter": false,
|
|
224
|
+
"isStatic": true,
|
|
195
225
|
"isAbstract": false,
|
|
196
226
|
"isVirtual": false,
|
|
197
227
|
"isOverride": false,
|
|
198
|
-
"isSealed": false,
|
|
199
228
|
"visibility": "Public",
|
|
200
|
-
"declaringClrType": "System.Text.Unicode.
|
|
201
|
-
"declaringAssemblyName": "System.
|
|
202
|
-
"isExtensionMethod": false
|
|
229
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
230
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
203
231
|
},
|
|
204
232
|
{
|
|
205
|
-
"stableId": "System.
|
|
206
|
-
"clrName": "
|
|
207
|
-
"metadataToken":
|
|
208
|
-
"canonicalSignature": "
|
|
209
|
-
"normalizedSignature": "
|
|
210
|
-
"emitScope": "ClassSurface",
|
|
211
|
-
"provenance": "Original",
|
|
212
|
-
"arity": 0,
|
|
213
|
-
"parameterCount": 1,
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"isAbstract": false,
|
|
216
|
-
"isVirtual": false,
|
|
217
|
-
"isOverride": false,
|
|
218
|
-
"isSealed": false,
|
|
219
|
-
"visibility": "Public",
|
|
220
|
-
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
221
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
222
|
-
"isExtensionMethod": false
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Boolean",
|
|
226
|
-
"clrName": "AppendFormatted",
|
|
227
|
-
"metadataToken": 100682317,
|
|
228
|
-
"canonicalSignature": "(System.String,System.Int32,System.String):System.Boolean",
|
|
229
|
-
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Boolean|static=false",
|
|
233
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::IpaExtensions:System.Text.Unicode.UnicodeRange",
|
|
234
|
+
"clrName": "IpaExtensions",
|
|
235
|
+
"metadataToken": 385875981,
|
|
236
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
237
|
+
"normalizedSignature": "IpaExtensions|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
230
238
|
"emitScope": "ClassSurface",
|
|
231
239
|
"provenance": "Original",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
240
|
+
"isIndexer": false,
|
|
241
|
+
"hasGetter": true,
|
|
242
|
+
"hasSetter": false,
|
|
243
|
+
"isStatic": true,
|
|
235
244
|
"isAbstract": false,
|
|
236
245
|
"isVirtual": false,
|
|
237
246
|
"isOverride": false,
|
|
238
|
-
"isSealed": false,
|
|
239
247
|
"visibility": "Public",
|
|
240
|
-
"declaringClrType": "System.Text.Unicode.
|
|
241
|
-
"declaringAssemblyName": "System.
|
|
242
|
-
"isExtensionMethod": false
|
|
248
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
249
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
243
250
|
},
|
|
244
251
|
{
|
|
245
|
-
"stableId": "System.
|
|
246
|
-
"clrName": "
|
|
247
|
-
"metadataToken":
|
|
248
|
-
"canonicalSignature": "
|
|
249
|
-
"normalizedSignature": "
|
|
252
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::SpacingModifierLetters:System.Text.Unicode.UnicodeRange",
|
|
253
|
+
"clrName": "SpacingModifierLetters",
|
|
254
|
+
"metadataToken": 385875982,
|
|
255
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
256
|
+
"normalizedSignature": "SpacingModifierLetters|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
250
257
|
"emitScope": "ClassSurface",
|
|
251
258
|
"provenance": "Original",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
259
|
+
"isIndexer": false,
|
|
260
|
+
"hasGetter": true,
|
|
261
|
+
"hasSetter": false,
|
|
262
|
+
"isStatic": true,
|
|
255
263
|
"isAbstract": false,
|
|
256
264
|
"isVirtual": false,
|
|
257
265
|
"isOverride": false,
|
|
258
|
-
"isSealed": false,
|
|
259
|
-
"visibility": "Public",
|
|
260
|
-
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
261
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
262
|
-
"isExtensionMethod": false
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
"properties": [],
|
|
266
|
-
"fields": [],
|
|
267
|
-
"events": [],
|
|
268
|
-
"constructors": [
|
|
269
|
-
{
|
|
270
|
-
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
271
|
-
"metadataToken": 100682305,
|
|
272
|
-
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
273
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void|static=false",
|
|
274
|
-
"isStatic": false,
|
|
275
|
-
"parameterCount": 4,
|
|
276
266
|
"visibility": "Public",
|
|
277
|
-
"declaringClrType": "System.Text.Unicode.
|
|
278
|
-
"declaringAssemblyName": "System.
|
|
279
|
-
"parameterModifiers": [
|
|
280
|
-
{
|
|
281
|
-
"index": 3,
|
|
282
|
-
"modifier": "out"
|
|
283
|
-
}
|
|
284
|
-
]
|
|
267
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
268
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
285
269
|
},
|
|
286
270
|
{
|
|
287
|
-
"stableId": "System.
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"parameterCount": 5,
|
|
293
|
-
"visibility": "Public",
|
|
294
|
-
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
295
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
296
|
-
"parameterModifiers": [
|
|
297
|
-
{
|
|
298
|
-
"index": 4,
|
|
299
|
-
"modifier": "out"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
}
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange",
|
|
307
|
-
"clrName": "System.Text.Unicode.UnicodeRange",
|
|
308
|
-
"assemblyName": "System.Text.Encodings.Web",
|
|
309
|
-
"metadataToken": 0,
|
|
310
|
-
"kind": "Class",
|
|
311
|
-
"accessibility": "Public",
|
|
312
|
-
"isAbstract": false,
|
|
313
|
-
"isSealed": true,
|
|
314
|
-
"isStatic": false,
|
|
315
|
-
"arity": 0,
|
|
316
|
-
"baseType": {
|
|
317
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
318
|
-
"clrName": "System.Object"
|
|
319
|
-
},
|
|
320
|
-
"methods": [
|
|
321
|
-
{
|
|
322
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::Create(System.Char,System.Char):System.Text.Unicode.UnicodeRange",
|
|
323
|
-
"clrName": "Create",
|
|
324
|
-
"metadataToken": 100663323,
|
|
325
|
-
"canonicalSignature": "(System.Char,System.Char):System.Text.Unicode.UnicodeRange",
|
|
326
|
-
"normalizedSignature": "Create|(System.Char,System.Char):System.Text.Unicode.UnicodeRange|static=true",
|
|
271
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::CombiningDiacriticalMarks:System.Text.Unicode.UnicodeRange",
|
|
272
|
+
"clrName": "CombiningDiacriticalMarks",
|
|
273
|
+
"metadataToken": 385875983,
|
|
274
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
275
|
+
"normalizedSignature": "CombiningDiacriticalMarks|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
327
276
|
"emitScope": "ClassSurface",
|
|
328
277
|
"provenance": "Original",
|
|
329
|
-
"
|
|
330
|
-
"
|
|
278
|
+
"isIndexer": false,
|
|
279
|
+
"hasGetter": true,
|
|
280
|
+
"hasSetter": false,
|
|
331
281
|
"isStatic": true,
|
|
332
282
|
"isAbstract": false,
|
|
333
283
|
"isVirtual": false,
|
|
334
284
|
"isOverride": false,
|
|
335
|
-
"isSealed": false,
|
|
336
285
|
"visibility": "Public",
|
|
337
|
-
"declaringClrType": "System.Text.Unicode.
|
|
338
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"properties": [
|
|
286
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
287
|
+
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
288
|
+
},
|
|
343
289
|
{
|
|
344
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.
|
|
345
|
-
"clrName": "
|
|
346
|
-
"metadataToken":
|
|
347
|
-
"canonicalSignature": ":System.
|
|
348
|
-
"normalizedSignature": "
|
|
290
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::GreekandCoptic:System.Text.Unicode.UnicodeRange",
|
|
291
|
+
"clrName": "GreekandCoptic",
|
|
292
|
+
"metadataToken": 385875984,
|
|
293
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
294
|
+
"normalizedSignature": "GreekandCoptic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
349
295
|
"emitScope": "ClassSurface",
|
|
350
296
|
"provenance": "Original",
|
|
351
297
|
"isIndexer": false,
|
|
352
298
|
"hasGetter": true,
|
|
353
299
|
"hasSetter": false,
|
|
354
|
-
"isStatic":
|
|
300
|
+
"isStatic": true,
|
|
355
301
|
"isAbstract": false,
|
|
356
302
|
"isVirtual": false,
|
|
357
303
|
"isOverride": false,
|
|
358
304
|
"visibility": "Public",
|
|
359
|
-
"declaringClrType": "System.Text.Unicode.
|
|
305
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
360
306
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
361
307
|
},
|
|
362
308
|
{
|
|
363
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.
|
|
364
|
-
"clrName": "
|
|
365
|
-
"metadataToken":
|
|
366
|
-
"canonicalSignature": ":System.
|
|
367
|
-
"normalizedSignature": "
|
|
309
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Cyrillic:System.Text.Unicode.UnicodeRange",
|
|
310
|
+
"clrName": "Cyrillic",
|
|
311
|
+
"metadataToken": 385875985,
|
|
312
|
+
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
313
|
+
"normalizedSignature": "Cyrillic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
368
314
|
"emitScope": "ClassSurface",
|
|
369
315
|
"provenance": "Original",
|
|
370
316
|
"isIndexer": false,
|
|
371
317
|
"hasGetter": true,
|
|
372
318
|
"hasSetter": false,
|
|
373
|
-
"isStatic":
|
|
319
|
+
"isStatic": true,
|
|
374
320
|
"isAbstract": false,
|
|
375
321
|
"isVirtual": false,
|
|
376
322
|
"isOverride": false,
|
|
377
323
|
"visibility": "Public",
|
|
378
|
-
"declaringClrType": "System.Text.Unicode.
|
|
379
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"fields": [],
|
|
383
|
-
"events": [],
|
|
384
|
-
"constructors": [
|
|
385
|
-
{
|
|
386
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRange::.ctor(System.Int32,System.Int32):void",
|
|
387
|
-
"metadataToken": 100663320,
|
|
388
|
-
"canonicalSignature": "(System.Int32,System.Int32):void",
|
|
389
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
|
|
390
|
-
"isStatic": false,
|
|
391
|
-
"parameterCount": 2,
|
|
392
|
-
"visibility": "Public",
|
|
393
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRange",
|
|
324
|
+
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
394
325
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
395
|
-
}
|
|
396
|
-
]
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges",
|
|
400
|
-
"clrName": "System.Text.Unicode.UnicodeRanges",
|
|
401
|
-
"assemblyName": "System.Text.Encodings.Web",
|
|
402
|
-
"metadataToken": 0,
|
|
403
|
-
"kind": "StaticNamespace",
|
|
404
|
-
"accessibility": "Public",
|
|
405
|
-
"isAbstract": true,
|
|
406
|
-
"isSealed": true,
|
|
407
|
-
"isStatic": true,
|
|
408
|
-
"arity": 0,
|
|
409
|
-
"baseType": {
|
|
410
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
411
|
-
"clrName": "System.Object"
|
|
412
|
-
},
|
|
413
|
-
"methods": [],
|
|
414
|
-
"properties": [
|
|
326
|
+
},
|
|
415
327
|
{
|
|
416
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
417
|
-
"clrName": "
|
|
418
|
-
"metadataToken":
|
|
328
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::CyrillicSupplement:System.Text.Unicode.UnicodeRange",
|
|
329
|
+
"clrName": "CyrillicSupplement",
|
|
330
|
+
"metadataToken": 385875986,
|
|
419
331
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
420
|
-
"normalizedSignature": "
|
|
332
|
+
"normalizedSignature": "CyrillicSupplement|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
421
333
|
"emitScope": "ClassSurface",
|
|
422
334
|
"provenance": "Original",
|
|
423
335
|
"isIndexer": false,
|
|
@@ -432,11 +344,11 @@
|
|
|
432
344
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
433
345
|
},
|
|
434
346
|
{
|
|
435
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
436
|
-
"clrName": "
|
|
437
|
-
"metadataToken":
|
|
347
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Armenian:System.Text.Unicode.UnicodeRange",
|
|
348
|
+
"clrName": "Armenian",
|
|
349
|
+
"metadataToken": 385875987,
|
|
438
350
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
439
|
-
"normalizedSignature": "
|
|
351
|
+
"normalizedSignature": "Armenian|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
440
352
|
"emitScope": "ClassSurface",
|
|
441
353
|
"provenance": "Original",
|
|
442
354
|
"isIndexer": false,
|
|
@@ -451,11 +363,11 @@
|
|
|
451
363
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
452
364
|
},
|
|
453
365
|
{
|
|
454
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
455
|
-
"clrName": "
|
|
456
|
-
"metadataToken":
|
|
366
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Hebrew:System.Text.Unicode.UnicodeRange",
|
|
367
|
+
"clrName": "Hebrew",
|
|
368
|
+
"metadataToken": 385875988,
|
|
457
369
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
458
|
-
"normalizedSignature": "
|
|
370
|
+
"normalizedSignature": "Hebrew|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
459
371
|
"emitScope": "ClassSurface",
|
|
460
372
|
"provenance": "Original",
|
|
461
373
|
"isIndexer": false,
|
|
@@ -470,11 +382,11 @@
|
|
|
470
382
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
471
383
|
},
|
|
472
384
|
{
|
|
473
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
474
|
-
"clrName": "
|
|
475
|
-
"metadataToken":
|
|
385
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Arabic:System.Text.Unicode.UnicodeRange",
|
|
386
|
+
"clrName": "Arabic",
|
|
387
|
+
"metadataToken": 385875989,
|
|
476
388
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
477
|
-
"normalizedSignature": "
|
|
389
|
+
"normalizedSignature": "Arabic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
478
390
|
"emitScope": "ClassSurface",
|
|
479
391
|
"provenance": "Original",
|
|
480
392
|
"isIndexer": false,
|
|
@@ -489,11 +401,11 @@
|
|
|
489
401
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
490
402
|
},
|
|
491
403
|
{
|
|
492
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
493
|
-
"clrName": "
|
|
494
|
-
"metadataToken":
|
|
404
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Syriac:System.Text.Unicode.UnicodeRange",
|
|
405
|
+
"clrName": "Syriac",
|
|
406
|
+
"metadataToken": 385875990,
|
|
495
407
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
496
|
-
"normalizedSignature": "
|
|
408
|
+
"normalizedSignature": "Syriac|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
497
409
|
"emitScope": "ClassSurface",
|
|
498
410
|
"provenance": "Original",
|
|
499
411
|
"isIndexer": false,
|
|
@@ -508,220 +420,11 @@
|
|
|
508
420
|
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
509
421
|
},
|
|
510
422
|
{
|
|
511
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::
|
|
512
|
-
"clrName": "
|
|
513
|
-
"metadataToken":
|
|
423
|
+
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::ArabicSupplement:System.Text.Unicode.UnicodeRange",
|
|
424
|
+
"clrName": "ArabicSupplement",
|
|
425
|
+
"metadataToken": 385875991,
|
|
514
426
|
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
515
|
-
"normalizedSignature": "
|
|
516
|
-
"emitScope": "ClassSurface",
|
|
517
|
-
"provenance": "Original",
|
|
518
|
-
"isIndexer": false,
|
|
519
|
-
"hasGetter": true,
|
|
520
|
-
"hasSetter": false,
|
|
521
|
-
"isStatic": true,
|
|
522
|
-
"isAbstract": false,
|
|
523
|
-
"isVirtual": false,
|
|
524
|
-
"isOverride": false,
|
|
525
|
-
"visibility": "Public",
|
|
526
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
527
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::IpaExtensions:System.Text.Unicode.UnicodeRange",
|
|
531
|
-
"clrName": "IpaExtensions",
|
|
532
|
-
"metadataToken": 385875981,
|
|
533
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
534
|
-
"normalizedSignature": "IpaExtensions|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
535
|
-
"emitScope": "ClassSurface",
|
|
536
|
-
"provenance": "Original",
|
|
537
|
-
"isIndexer": false,
|
|
538
|
-
"hasGetter": true,
|
|
539
|
-
"hasSetter": false,
|
|
540
|
-
"isStatic": true,
|
|
541
|
-
"isAbstract": false,
|
|
542
|
-
"isVirtual": false,
|
|
543
|
-
"isOverride": false,
|
|
544
|
-
"visibility": "Public",
|
|
545
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
546
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::SpacingModifierLetters:System.Text.Unicode.UnicodeRange",
|
|
550
|
-
"clrName": "SpacingModifierLetters",
|
|
551
|
-
"metadataToken": 385875982,
|
|
552
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
553
|
-
"normalizedSignature": "SpacingModifierLetters|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
554
|
-
"emitScope": "ClassSurface",
|
|
555
|
-
"provenance": "Original",
|
|
556
|
-
"isIndexer": false,
|
|
557
|
-
"hasGetter": true,
|
|
558
|
-
"hasSetter": false,
|
|
559
|
-
"isStatic": true,
|
|
560
|
-
"isAbstract": false,
|
|
561
|
-
"isVirtual": false,
|
|
562
|
-
"isOverride": false,
|
|
563
|
-
"visibility": "Public",
|
|
564
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
565
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::CombiningDiacriticalMarks:System.Text.Unicode.UnicodeRange",
|
|
569
|
-
"clrName": "CombiningDiacriticalMarks",
|
|
570
|
-
"metadataToken": 385875983,
|
|
571
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
572
|
-
"normalizedSignature": "CombiningDiacriticalMarks|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
573
|
-
"emitScope": "ClassSurface",
|
|
574
|
-
"provenance": "Original",
|
|
575
|
-
"isIndexer": false,
|
|
576
|
-
"hasGetter": true,
|
|
577
|
-
"hasSetter": false,
|
|
578
|
-
"isStatic": true,
|
|
579
|
-
"isAbstract": false,
|
|
580
|
-
"isVirtual": false,
|
|
581
|
-
"isOverride": false,
|
|
582
|
-
"visibility": "Public",
|
|
583
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
584
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::GreekandCoptic:System.Text.Unicode.UnicodeRange",
|
|
588
|
-
"clrName": "GreekandCoptic",
|
|
589
|
-
"metadataToken": 385875984,
|
|
590
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
591
|
-
"normalizedSignature": "GreekandCoptic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
592
|
-
"emitScope": "ClassSurface",
|
|
593
|
-
"provenance": "Original",
|
|
594
|
-
"isIndexer": false,
|
|
595
|
-
"hasGetter": true,
|
|
596
|
-
"hasSetter": false,
|
|
597
|
-
"isStatic": true,
|
|
598
|
-
"isAbstract": false,
|
|
599
|
-
"isVirtual": false,
|
|
600
|
-
"isOverride": false,
|
|
601
|
-
"visibility": "Public",
|
|
602
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
603
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Cyrillic:System.Text.Unicode.UnicodeRange",
|
|
607
|
-
"clrName": "Cyrillic",
|
|
608
|
-
"metadataToken": 385875985,
|
|
609
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
610
|
-
"normalizedSignature": "Cyrillic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
611
|
-
"emitScope": "ClassSurface",
|
|
612
|
-
"provenance": "Original",
|
|
613
|
-
"isIndexer": false,
|
|
614
|
-
"hasGetter": true,
|
|
615
|
-
"hasSetter": false,
|
|
616
|
-
"isStatic": true,
|
|
617
|
-
"isAbstract": false,
|
|
618
|
-
"isVirtual": false,
|
|
619
|
-
"isOverride": false,
|
|
620
|
-
"visibility": "Public",
|
|
621
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
622
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::CyrillicSupplement:System.Text.Unicode.UnicodeRange",
|
|
626
|
-
"clrName": "CyrillicSupplement",
|
|
627
|
-
"metadataToken": 385875986,
|
|
628
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
629
|
-
"normalizedSignature": "CyrillicSupplement|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
630
|
-
"emitScope": "ClassSurface",
|
|
631
|
-
"provenance": "Original",
|
|
632
|
-
"isIndexer": false,
|
|
633
|
-
"hasGetter": true,
|
|
634
|
-
"hasSetter": false,
|
|
635
|
-
"isStatic": true,
|
|
636
|
-
"isAbstract": false,
|
|
637
|
-
"isVirtual": false,
|
|
638
|
-
"isOverride": false,
|
|
639
|
-
"visibility": "Public",
|
|
640
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
641
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Armenian:System.Text.Unicode.UnicodeRange",
|
|
645
|
-
"clrName": "Armenian",
|
|
646
|
-
"metadataToken": 385875987,
|
|
647
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
648
|
-
"normalizedSignature": "Armenian|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
649
|
-
"emitScope": "ClassSurface",
|
|
650
|
-
"provenance": "Original",
|
|
651
|
-
"isIndexer": false,
|
|
652
|
-
"hasGetter": true,
|
|
653
|
-
"hasSetter": false,
|
|
654
|
-
"isStatic": true,
|
|
655
|
-
"isAbstract": false,
|
|
656
|
-
"isVirtual": false,
|
|
657
|
-
"isOverride": false,
|
|
658
|
-
"visibility": "Public",
|
|
659
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
660
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Hebrew:System.Text.Unicode.UnicodeRange",
|
|
664
|
-
"clrName": "Hebrew",
|
|
665
|
-
"metadataToken": 385875988,
|
|
666
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
667
|
-
"normalizedSignature": "Hebrew|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
668
|
-
"emitScope": "ClassSurface",
|
|
669
|
-
"provenance": "Original",
|
|
670
|
-
"isIndexer": false,
|
|
671
|
-
"hasGetter": true,
|
|
672
|
-
"hasSetter": false,
|
|
673
|
-
"isStatic": true,
|
|
674
|
-
"isAbstract": false,
|
|
675
|
-
"isVirtual": false,
|
|
676
|
-
"isOverride": false,
|
|
677
|
-
"visibility": "Public",
|
|
678
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
679
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Arabic:System.Text.Unicode.UnicodeRange",
|
|
683
|
-
"clrName": "Arabic",
|
|
684
|
-
"metadataToken": 385875989,
|
|
685
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
686
|
-
"normalizedSignature": "Arabic|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
687
|
-
"emitScope": "ClassSurface",
|
|
688
|
-
"provenance": "Original",
|
|
689
|
-
"isIndexer": false,
|
|
690
|
-
"hasGetter": true,
|
|
691
|
-
"hasSetter": false,
|
|
692
|
-
"isStatic": true,
|
|
693
|
-
"isAbstract": false,
|
|
694
|
-
"isVirtual": false,
|
|
695
|
-
"isOverride": false,
|
|
696
|
-
"visibility": "Public",
|
|
697
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
698
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::Syriac:System.Text.Unicode.UnicodeRange",
|
|
702
|
-
"clrName": "Syriac",
|
|
703
|
-
"metadataToken": 385875990,
|
|
704
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
705
|
-
"normalizedSignature": "Syriac|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
706
|
-
"emitScope": "ClassSurface",
|
|
707
|
-
"provenance": "Original",
|
|
708
|
-
"isIndexer": false,
|
|
709
|
-
"hasGetter": true,
|
|
710
|
-
"hasSetter": false,
|
|
711
|
-
"isStatic": true,
|
|
712
|
-
"isAbstract": false,
|
|
713
|
-
"isVirtual": false,
|
|
714
|
-
"isOverride": false,
|
|
715
|
-
"visibility": "Public",
|
|
716
|
-
"declaringClrType": "System.Text.Unicode.UnicodeRanges",
|
|
717
|
-
"declaringAssemblyName": "System.Text.Encodings.Web"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"stableId": "System.Text.Encodings.Web:System.Text.Unicode.UnicodeRanges::ArabicSupplement:System.Text.Unicode.UnicodeRange",
|
|
721
|
-
"clrName": "ArabicSupplement",
|
|
722
|
-
"metadataToken": 385875991,
|
|
723
|
-
"canonicalSignature": ":System.Text.Unicode.UnicodeRange",
|
|
724
|
-
"normalizedSignature": "ArabicSupplement|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
427
|
+
"normalizedSignature": "ArabicSupplement|:System.Text.Unicode.UnicodeRange|static=true|accessor=get",
|
|
725
428
|
"emitScope": "ClassSurface",
|
|
726
429
|
"provenance": "Original",
|
|
727
430
|
"isIndexer": false,
|
|
@@ -3656,6 +3359,303 @@
|
|
|
3656
3359
|
"fields": [],
|
|
3657
3360
|
"events": [],
|
|
3658
3361
|
"constructors": []
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3365
|
+
"clrName": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3366
|
+
"assemblyName": "System.Private.CoreLib",
|
|
3367
|
+
"metadataToken": 0,
|
|
3368
|
+
"kind": "Struct",
|
|
3369
|
+
"accessibility": "Public",
|
|
3370
|
+
"isAbstract": false,
|
|
3371
|
+
"isSealed": true,
|
|
3372
|
+
"isStatic": false,
|
|
3373
|
+
"arity": 0,
|
|
3374
|
+
"baseType": {
|
|
3375
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3376
|
+
"clrName": "System.ValueType"
|
|
3377
|
+
},
|
|
3378
|
+
"methods": [
|
|
3379
|
+
{
|
|
3380
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendLiteral(System.String):System.Boolean",
|
|
3381
|
+
"clrName": "AppendLiteral",
|
|
3382
|
+
"metadataToken": 100682307,
|
|
3383
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
3384
|
+
"normalizedSignature": "AppendLiteral|(System.String):System.Boolean|static=false",
|
|
3385
|
+
"emitScope": "ClassSurface",
|
|
3386
|
+
"provenance": "Original",
|
|
3387
|
+
"arity": 0,
|
|
3388
|
+
"parameterCount": 1,
|
|
3389
|
+
"isStatic": false,
|
|
3390
|
+
"isAbstract": false,
|
|
3391
|
+
"isVirtual": false,
|
|
3392
|
+
"isOverride": false,
|
|
3393
|
+
"isSealed": false,
|
|
3394
|
+
"visibility": "Public",
|
|
3395
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3396
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3397
|
+
"isExtensionMethod": false
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T):System.Boolean",
|
|
3401
|
+
"clrName": "AppendFormatted",
|
|
3402
|
+
"metadataToken": 100682308,
|
|
3403
|
+
"canonicalSignature": "(T):System.Boolean",
|
|
3404
|
+
"normalizedSignature": "AppendFormatted|(T):System.Boolean|static=false",
|
|
3405
|
+
"emitScope": "ClassSurface",
|
|
3406
|
+
"provenance": "Original",
|
|
3407
|
+
"arity": 1,
|
|
3408
|
+
"parameterCount": 1,
|
|
3409
|
+
"isStatic": false,
|
|
3410
|
+
"isAbstract": false,
|
|
3411
|
+
"isVirtual": false,
|
|
3412
|
+
"isOverride": false,
|
|
3413
|
+
"isSealed": false,
|
|
3414
|
+
"visibility": "Public",
|
|
3415
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3416
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3417
|
+
"isExtensionMethod": false
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.String):System.Boolean",
|
|
3421
|
+
"clrName": "AppendFormatted",
|
|
3422
|
+
"metadataToken": 100682309,
|
|
3423
|
+
"canonicalSignature": "(T,System.String):System.Boolean",
|
|
3424
|
+
"normalizedSignature": "AppendFormatted|(T,System.String):System.Boolean|static=false",
|
|
3425
|
+
"emitScope": "ClassSurface",
|
|
3426
|
+
"provenance": "Original",
|
|
3427
|
+
"arity": 1,
|
|
3428
|
+
"parameterCount": 2,
|
|
3429
|
+
"isStatic": false,
|
|
3430
|
+
"isAbstract": false,
|
|
3431
|
+
"isVirtual": false,
|
|
3432
|
+
"isOverride": false,
|
|
3433
|
+
"isSealed": false,
|
|
3434
|
+
"visibility": "Public",
|
|
3435
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3436
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3437
|
+
"isExtensionMethod": false
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Boolean",
|
|
3441
|
+
"clrName": "AppendFormatted",
|
|
3442
|
+
"metadataToken": 100682310,
|
|
3443
|
+
"canonicalSignature": "(T,System.Int32):System.Boolean",
|
|
3444
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Boolean|static=false",
|
|
3445
|
+
"emitScope": "ClassSurface",
|
|
3446
|
+
"provenance": "Original",
|
|
3447
|
+
"arity": 1,
|
|
3448
|
+
"parameterCount": 2,
|
|
3449
|
+
"isStatic": false,
|
|
3450
|
+
"isAbstract": false,
|
|
3451
|
+
"isVirtual": false,
|
|
3452
|
+
"isOverride": false,
|
|
3453
|
+
"isSealed": false,
|
|
3454
|
+
"visibility": "Public",
|
|
3455
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3456
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3457
|
+
"isExtensionMethod": false
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Boolean",
|
|
3461
|
+
"clrName": "AppendFormatted",
|
|
3462
|
+
"metadataToken": 100682311,
|
|
3463
|
+
"canonicalSignature": "(T,System.Int32,System.String):System.Boolean",
|
|
3464
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Boolean|static=false",
|
|
3465
|
+
"emitScope": "ClassSurface",
|
|
3466
|
+
"provenance": "Original",
|
|
3467
|
+
"arity": 1,
|
|
3468
|
+
"parameterCount": 3,
|
|
3469
|
+
"isStatic": false,
|
|
3470
|
+
"isAbstract": false,
|
|
3471
|
+
"isVirtual": false,
|
|
3472
|
+
"isOverride": false,
|
|
3473
|
+
"isSealed": false,
|
|
3474
|
+
"visibility": "Public",
|
|
3475
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3476
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3477
|
+
"isExtensionMethod": false
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
3481
|
+
"clrName": "AppendFormatted",
|
|
3482
|
+
"metadataToken": 100682312,
|
|
3483
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
3484
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
3485
|
+
"emitScope": "ClassSurface",
|
|
3486
|
+
"provenance": "Original",
|
|
3487
|
+
"arity": 0,
|
|
3488
|
+
"parameterCount": 1,
|
|
3489
|
+
"isStatic": false,
|
|
3490
|
+
"isAbstract": false,
|
|
3491
|
+
"isVirtual": false,
|
|
3492
|
+
"isOverride": false,
|
|
3493
|
+
"isSealed": false,
|
|
3494
|
+
"visibility": "Public",
|
|
3495
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3496
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3497
|
+
"isExtensionMethod": false
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
3501
|
+
"clrName": "AppendFormatted",
|
|
3502
|
+
"metadataToken": 100682313,
|
|
3503
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
3504
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean|static=false",
|
|
3505
|
+
"emitScope": "ClassSurface",
|
|
3506
|
+
"provenance": "Original",
|
|
3507
|
+
"arity": 0,
|
|
3508
|
+
"parameterCount": 3,
|
|
3509
|
+
"isStatic": false,
|
|
3510
|
+
"isAbstract": false,
|
|
3511
|
+
"isVirtual": false,
|
|
3512
|
+
"isOverride": false,
|
|
3513
|
+
"isSealed": false,
|
|
3514
|
+
"visibility": "Public",
|
|
3515
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3516
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3517
|
+
"isExtensionMethod": false
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
3521
|
+
"clrName": "AppendFormatted",
|
|
3522
|
+
"metadataToken": 100682314,
|
|
3523
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
3524
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
3525
|
+
"emitScope": "ClassSurface",
|
|
3526
|
+
"provenance": "Original",
|
|
3527
|
+
"arity": 0,
|
|
3528
|
+
"parameterCount": 1,
|
|
3529
|
+
"isStatic": false,
|
|
3530
|
+
"isAbstract": false,
|
|
3531
|
+
"isVirtual": false,
|
|
3532
|
+
"isOverride": false,
|
|
3533
|
+
"isSealed": false,
|
|
3534
|
+
"visibility": "Public",
|
|
3535
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3536
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3537
|
+
"isExtensionMethod": false
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
3541
|
+
"clrName": "AppendFormatted",
|
|
3542
|
+
"metadataToken": 100682315,
|
|
3543
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
3544
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean|static=false",
|
|
3545
|
+
"emitScope": "ClassSurface",
|
|
3546
|
+
"provenance": "Original",
|
|
3547
|
+
"arity": 0,
|
|
3548
|
+
"parameterCount": 3,
|
|
3549
|
+
"isStatic": false,
|
|
3550
|
+
"isAbstract": false,
|
|
3551
|
+
"isVirtual": false,
|
|
3552
|
+
"isOverride": false,
|
|
3553
|
+
"isSealed": false,
|
|
3554
|
+
"visibility": "Public",
|
|
3555
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3556
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3557
|
+
"isExtensionMethod": false
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String):System.Boolean",
|
|
3561
|
+
"clrName": "AppendFormatted",
|
|
3562
|
+
"metadataToken": 100682316,
|
|
3563
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
3564
|
+
"normalizedSignature": "AppendFormatted|(System.String):System.Boolean|static=false",
|
|
3565
|
+
"emitScope": "ClassSurface",
|
|
3566
|
+
"provenance": "Original",
|
|
3567
|
+
"arity": 0,
|
|
3568
|
+
"parameterCount": 1,
|
|
3569
|
+
"isStatic": false,
|
|
3570
|
+
"isAbstract": false,
|
|
3571
|
+
"isVirtual": false,
|
|
3572
|
+
"isOverride": false,
|
|
3573
|
+
"isSealed": false,
|
|
3574
|
+
"visibility": "Public",
|
|
3575
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3576
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3577
|
+
"isExtensionMethod": false
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Boolean",
|
|
3581
|
+
"clrName": "AppendFormatted",
|
|
3582
|
+
"metadataToken": 100682317,
|
|
3583
|
+
"canonicalSignature": "(System.String,System.Int32,System.String):System.Boolean",
|
|
3584
|
+
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Boolean|static=false",
|
|
3585
|
+
"emitScope": "ClassSurface",
|
|
3586
|
+
"provenance": "Original",
|
|
3587
|
+
"arity": 0,
|
|
3588
|
+
"parameterCount": 3,
|
|
3589
|
+
"isStatic": false,
|
|
3590
|
+
"isAbstract": false,
|
|
3591
|
+
"isVirtual": false,
|
|
3592
|
+
"isOverride": false,
|
|
3593
|
+
"isSealed": false,
|
|
3594
|
+
"visibility": "Public",
|
|
3595
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3596
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3597
|
+
"isExtensionMethod": false
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Boolean",
|
|
3601
|
+
"clrName": "AppendFormatted",
|
|
3602
|
+
"metadataToken": 100682318,
|
|
3603
|
+
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Boolean",
|
|
3604
|
+
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Boolean|static=false",
|
|
3605
|
+
"emitScope": "ClassSurface",
|
|
3606
|
+
"provenance": "Original",
|
|
3607
|
+
"arity": 0,
|
|
3608
|
+
"parameterCount": 3,
|
|
3609
|
+
"isStatic": false,
|
|
3610
|
+
"isAbstract": false,
|
|
3611
|
+
"isVirtual": false,
|
|
3612
|
+
"isOverride": false,
|
|
3613
|
+
"isSealed": false,
|
|
3614
|
+
"visibility": "Public",
|
|
3615
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3616
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3617
|
+
"isExtensionMethod": false
|
|
3618
|
+
}
|
|
3619
|
+
],
|
|
3620
|
+
"properties": [],
|
|
3621
|
+
"fields": [],
|
|
3622
|
+
"events": [],
|
|
3623
|
+
"constructors": [
|
|
3624
|
+
{
|
|
3625
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
3626
|
+
"metadataToken": 100682305,
|
|
3627
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
3628
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void|static=false",
|
|
3629
|
+
"isStatic": false,
|
|
3630
|
+
"parameterCount": 4,
|
|
3631
|
+
"visibility": "Public",
|
|
3632
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3633
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3634
|
+
"parameterModifiers": [
|
|
3635
|
+
{
|
|
3636
|
+
"index": 3,
|
|
3637
|
+
"modifier": "out"
|
|
3638
|
+
}
|
|
3639
|
+
]
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"stableId": "System.Private.CoreLib:System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
3643
|
+
"metadataToken": 100682306,
|
|
3644
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
3645
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void|static=false",
|
|
3646
|
+
"isStatic": false,
|
|
3647
|
+
"parameterCount": 5,
|
|
3648
|
+
"visibility": "Public",
|
|
3649
|
+
"declaringClrType": "System.Text.Unicode.Utf8\u002BTryWriteInterpolatedStringHandler",
|
|
3650
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3651
|
+
"parameterModifiers": [
|
|
3652
|
+
{
|
|
3653
|
+
"index": 4,
|
|
3654
|
+
"modifier": "out"
|
|
3655
|
+
}
|
|
3656
|
+
]
|
|
3657
|
+
}
|
|
3658
|
+
]
|
|
3659
3659
|
}
|
|
3660
3660
|
]
|
|
3661
3661
|
}
|