@tsonic/microsoft-extensions 0.1.2 → 10.0.1
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/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.Primitives",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Primitives"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken",
|
|
6
9
|
"clrName": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
7
|
-
"tsEmitName": "IChangeToken",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
13
21
|
"clrName": "RegisterChangeCallback",
|
|
14
|
-
"tsEmitName": "registerChangeCallback",
|
|
15
22
|
"metadataToken": 100663343,
|
|
16
23
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
17
24
|
"normalizedSignature": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -27,87 +40,71 @@
|
|
|
27
40
|
{
|
|
28
41
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
|
|
29
42
|
"clrName": "HasChanged",
|
|
30
|
-
"tsEmitName": "hasChanged",
|
|
31
43
|
"metadataToken": 385875983,
|
|
32
44
|
"canonicalSignature": ":System.Boolean",
|
|
33
45
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
34
46
|
"emitScope": "ClassSurface",
|
|
47
|
+
"provenance": "Original",
|
|
35
48
|
"isIndexer": false,
|
|
36
49
|
"hasGetter": true,
|
|
37
50
|
"hasSetter": false,
|
|
51
|
+
"isStatic": false,
|
|
52
|
+
"isAbstract": true,
|
|
53
|
+
"isVirtual": true,
|
|
54
|
+
"isOverride": false,
|
|
38
55
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
39
56
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
40
57
|
},
|
|
41
58
|
{
|
|
42
59
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
43
60
|
"clrName": "ActiveChangeCallbacks",
|
|
44
|
-
"tsEmitName": "activeChangeCallbacks",
|
|
45
61
|
"metadataToken": 385875984,
|
|
46
62
|
"canonicalSignature": ":System.Boolean",
|
|
47
63
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
48
64
|
"emitScope": "ClassSurface",
|
|
65
|
+
"provenance": "Original",
|
|
49
66
|
"isIndexer": false,
|
|
50
67
|
"hasGetter": true,
|
|
51
68
|
"hasSetter": false,
|
|
69
|
+
"isStatic": false,
|
|
70
|
+
"isAbstract": true,
|
|
71
|
+
"isVirtual": true,
|
|
72
|
+
"isOverride": false,
|
|
52
73
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
53
74
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
54
75
|
}
|
|
55
76
|
],
|
|
56
77
|
"fields": [],
|
|
57
78
|
"events": [],
|
|
58
|
-
"constructors": []
|
|
59
|
-
"exposedMethods": [
|
|
60
|
-
{
|
|
61
|
-
"tsName": "registerChangeCallback",
|
|
62
|
-
"isStatic": false,
|
|
63
|
-
"tsSignatureId": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
64
|
-
"target": {
|
|
65
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
66
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
67
|
-
"metadataToken": 100663343
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"exposedProperties": [
|
|
72
|
-
{
|
|
73
|
-
"tsName": "hasChanged",
|
|
74
|
-
"isStatic": false,
|
|
75
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
76
|
-
"target": {
|
|
77
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
78
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
79
|
-
"metadataToken": 385875983
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"tsName": "activeChangeCallbacks",
|
|
84
|
-
"isStatic": false,
|
|
85
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
86
|
-
"target": {
|
|
87
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
88
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
89
|
-
"metadataToken": 385875984
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
]
|
|
79
|
+
"constructors": []
|
|
93
80
|
},
|
|
94
81
|
{
|
|
95
82
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
96
83
|
"clrName": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
97
|
-
"tsEmitName": "InplaceStringBuilder",
|
|
98
84
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
99
85
|
"metadataToken": 0,
|
|
86
|
+
"kind": "Struct",
|
|
87
|
+
"accessibility": "Public",
|
|
88
|
+
"isAbstract": false,
|
|
89
|
+
"isSealed": true,
|
|
90
|
+
"isStatic": false,
|
|
91
|
+
"arity": 0,
|
|
100
92
|
"methods": [
|
|
101
93
|
{
|
|
102
94
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::Append(System.String):System.Void",
|
|
103
95
|
"clrName": "Append",
|
|
104
|
-
"tsEmitName": "append",
|
|
105
96
|
"metadataToken": 100663347,
|
|
106
97
|
"canonicalSignature": "(System.String):System.Void",
|
|
107
98
|
"normalizedSignature": "Append|(System.String):System.Void|static=false",
|
|
108
99
|
"emitScope": "ClassSurface",
|
|
100
|
+
"provenance": "Original",
|
|
109
101
|
"arity": 0,
|
|
110
102
|
"parameterCount": 1,
|
|
103
|
+
"isStatic": false,
|
|
104
|
+
"isAbstract": false,
|
|
105
|
+
"isVirtual": false,
|
|
106
|
+
"isOverride": false,
|
|
107
|
+
"isSealed": false,
|
|
111
108
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
112
109
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
113
110
|
"isExtensionMethod": false
|
|
@@ -115,13 +112,18 @@
|
|
|
115
112
|
{
|
|
116
113
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::Append(Microsoft.Extensions.Primitives.StringSegment):System.Void",
|
|
117
114
|
"clrName": "Append",
|
|
118
|
-
"tsEmitName": "append",
|
|
119
115
|
"metadataToken": 100663348,
|
|
120
116
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment):System.Void",
|
|
121
117
|
"normalizedSignature": "Append|(Microsoft.Extensions.Primitives.StringSegment):System.Void|static=false",
|
|
122
118
|
"emitScope": "ClassSurface",
|
|
119
|
+
"provenance": "Original",
|
|
123
120
|
"arity": 0,
|
|
124
121
|
"parameterCount": 1,
|
|
122
|
+
"isStatic": false,
|
|
123
|
+
"isAbstract": false,
|
|
124
|
+
"isVirtual": false,
|
|
125
|
+
"isOverride": false,
|
|
126
|
+
"isSealed": false,
|
|
125
127
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
126
128
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
127
129
|
"isExtensionMethod": false
|
|
@@ -129,13 +131,18 @@
|
|
|
129
131
|
{
|
|
130
132
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::Append(System.String,System.Int32,System.Int32):System.Void",
|
|
131
133
|
"clrName": "Append",
|
|
132
|
-
"tsEmitName": "append",
|
|
133
134
|
"metadataToken": 100663349,
|
|
134
135
|
"canonicalSignature": "(System.String,System.Int32,System.Int32):System.Void",
|
|
135
136
|
"normalizedSignature": "Append|(System.String,System.Int32,System.Int32):System.Void|static=false",
|
|
136
137
|
"emitScope": "ClassSurface",
|
|
138
|
+
"provenance": "Original",
|
|
137
139
|
"arity": 0,
|
|
138
140
|
"parameterCount": 3,
|
|
141
|
+
"isStatic": false,
|
|
142
|
+
"isAbstract": false,
|
|
143
|
+
"isVirtual": false,
|
|
144
|
+
"isOverride": false,
|
|
145
|
+
"isSealed": false,
|
|
139
146
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
140
147
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
141
148
|
"isExtensionMethod": false
|
|
@@ -143,13 +150,18 @@
|
|
|
143
150
|
{
|
|
144
151
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::Append(System.Char):System.Void",
|
|
145
152
|
"clrName": "Append",
|
|
146
|
-
"tsEmitName": "append",
|
|
147
153
|
"metadataToken": 100663350,
|
|
148
154
|
"canonicalSignature": "(System.Char):System.Void",
|
|
149
155
|
"normalizedSignature": "Append|(System.Char):System.Void|static=false",
|
|
150
156
|
"emitScope": "ClassSurface",
|
|
157
|
+
"provenance": "Original",
|
|
151
158
|
"arity": 0,
|
|
152
159
|
"parameterCount": 1,
|
|
160
|
+
"isStatic": false,
|
|
161
|
+
"isAbstract": false,
|
|
162
|
+
"isVirtual": false,
|
|
163
|
+
"isOverride": false,
|
|
164
|
+
"isSealed": false,
|
|
153
165
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
154
166
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
155
167
|
"isExtensionMethod": false
|
|
@@ -157,13 +169,18 @@
|
|
|
157
169
|
{
|
|
158
170
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::ToString():System.String",
|
|
159
171
|
"clrName": "ToString",
|
|
160
|
-
"tsEmitName": "toString",
|
|
161
172
|
"metadataToken": 100663351,
|
|
162
173
|
"canonicalSignature": "():System.String",
|
|
163
174
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
164
175
|
"emitScope": "ClassSurface",
|
|
176
|
+
"provenance": "Original",
|
|
165
177
|
"arity": 0,
|
|
166
178
|
"parameterCount": 0,
|
|
179
|
+
"isStatic": false,
|
|
180
|
+
"isAbstract": false,
|
|
181
|
+
"isVirtual": true,
|
|
182
|
+
"isOverride": true,
|
|
183
|
+
"isSealed": false,
|
|
167
184
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
168
185
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
169
186
|
"isExtensionMethod": false
|
|
@@ -173,14 +190,18 @@
|
|
|
173
190
|
{
|
|
174
191
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.InplaceStringBuilder::Capacity:System.Int32",
|
|
175
192
|
"clrName": "Capacity",
|
|
176
|
-
"tsEmitName": "capacity",
|
|
177
193
|
"metadataToken": 385875985,
|
|
178
194
|
"canonicalSignature": ":System.Int32",
|
|
179
195
|
"normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset",
|
|
180
196
|
"emitScope": "ClassSurface",
|
|
197
|
+
"provenance": "Original",
|
|
181
198
|
"isIndexer": false,
|
|
182
199
|
"hasGetter": true,
|
|
183
200
|
"hasSetter": true,
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"isAbstract": false,
|
|
203
|
+
"isVirtual": false,
|
|
204
|
+
"isOverride": false,
|
|
184
205
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
185
206
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
186
207
|
}
|
|
@@ -198,100 +219,35 @@
|
|
|
198
219
|
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
199
220
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
200
221
|
}
|
|
201
|
-
],
|
|
202
|
-
"exposedMethods": [
|
|
203
|
-
{
|
|
204
|
-
"tsName": "append",
|
|
205
|
-
"isStatic": false,
|
|
206
|
-
"tsSignatureId": "Append|(System.String):System.Void|static=false",
|
|
207
|
-
"target": {
|
|
208
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
209
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
210
|
-
"metadataToken": 100663347
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"tsName": "append",
|
|
215
|
-
"isStatic": false,
|
|
216
|
-
"tsSignatureId": "Append|(Microsoft.Extensions.Primitives.StringSegment):System.Void|static=false",
|
|
217
|
-
"target": {
|
|
218
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
219
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
220
|
-
"metadataToken": 100663348
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"tsName": "append",
|
|
225
|
-
"isStatic": false,
|
|
226
|
-
"tsSignatureId": "Append|(System.String,System.Int32,System.Int32):System.Void|static=false",
|
|
227
|
-
"target": {
|
|
228
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
229
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
230
|
-
"metadataToken": 100663349
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"tsName": "append",
|
|
235
|
-
"isStatic": false,
|
|
236
|
-
"tsSignatureId": "Append|(System.Char):System.Void|static=false",
|
|
237
|
-
"target": {
|
|
238
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
239
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
240
|
-
"metadataToken": 100663350
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"tsName": "toString",
|
|
245
|
-
"isStatic": false,
|
|
246
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
247
|
-
"target": {
|
|
248
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
249
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
250
|
-
"metadataToken": 100663351
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
"exposedProperties": [
|
|
255
|
-
{
|
|
256
|
-
"tsName": "capacity",
|
|
257
|
-
"isStatic": false,
|
|
258
|
-
"tsSignatureId": "Capacity|:System.Int32|static=false|accessor=getset",
|
|
259
|
-
"target": {
|
|
260
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
261
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
262
|
-
"metadataToken": 385875985
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"exposedConstructors": [
|
|
267
|
-
{
|
|
268
|
-
"isStatic": false,
|
|
269
|
-
"tsSignatureId": "constructor|(System.Int32):void|static=false",
|
|
270
|
-
"target": {
|
|
271
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.InplaceStringBuilder",
|
|
272
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
273
|
-
"metadataToken": 100663344
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
222
|
]
|
|
277
223
|
},
|
|
278
224
|
{
|
|
279
225
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment",
|
|
280
226
|
"clrName": "Microsoft.Extensions.Primitives.StringSegment",
|
|
281
|
-
"tsEmitName": "StringSegment",
|
|
282
227
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
283
228
|
"metadataToken": 0,
|
|
229
|
+
"kind": "Struct",
|
|
230
|
+
"accessibility": "Public",
|
|
231
|
+
"isAbstract": false,
|
|
232
|
+
"isSealed": true,
|
|
233
|
+
"isStatic": false,
|
|
234
|
+
"arity": 0,
|
|
284
235
|
"methods": [
|
|
285
236
|
{
|
|
286
237
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::AsSpan():System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
287
238
|
"clrName": "AsSpan",
|
|
288
|
-
"tsEmitName": "asSpan",
|
|
289
239
|
"metadataToken": 100663362,
|
|
290
240
|
"canonicalSignature": "():System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
291
241
|
"normalizedSignature": "AsSpan|():System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
292
242
|
"emitScope": "ClassSurface",
|
|
243
|
+
"provenance": "Original",
|
|
293
244
|
"arity": 0,
|
|
294
245
|
"parameterCount": 0,
|
|
246
|
+
"isStatic": false,
|
|
247
|
+
"isAbstract": false,
|
|
248
|
+
"isVirtual": false,
|
|
249
|
+
"isOverride": false,
|
|
250
|
+
"isSealed": false,
|
|
295
251
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
296
252
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
297
253
|
"isExtensionMethod": false
|
|
@@ -299,13 +255,18 @@
|
|
|
299
255
|
{
|
|
300
256
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::AsSpan(System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
301
257
|
"clrName": "AsSpan",
|
|
302
|
-
"tsEmitName": "asSpan",
|
|
303
258
|
"metadataToken": 100663363,
|
|
304
259
|
"canonicalSignature": "(System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
305
260
|
"normalizedSignature": "AsSpan|(System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
306
261
|
"emitScope": "ClassSurface",
|
|
262
|
+
"provenance": "Original",
|
|
307
263
|
"arity": 0,
|
|
308
264
|
"parameterCount": 1,
|
|
265
|
+
"isStatic": false,
|
|
266
|
+
"isAbstract": false,
|
|
267
|
+
"isVirtual": false,
|
|
268
|
+
"isOverride": false,
|
|
269
|
+
"isSealed": false,
|
|
309
270
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
310
271
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
311
272
|
"isExtensionMethod": false
|
|
@@ -313,13 +274,18 @@
|
|
|
313
274
|
{
|
|
314
275
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::AsSpan(System.Int32,System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
315
276
|
"clrName": "AsSpan",
|
|
316
|
-
"tsEmitName": "asSpan",
|
|
317
277
|
"metadataToken": 100663364,
|
|
318
278
|
"canonicalSignature": "(System.Int32,System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
319
279
|
"normalizedSignature": "AsSpan|(System.Int32,System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
320
280
|
"emitScope": "ClassSurface",
|
|
281
|
+
"provenance": "Original",
|
|
321
282
|
"arity": 0,
|
|
322
283
|
"parameterCount": 2,
|
|
284
|
+
"isStatic": false,
|
|
285
|
+
"isAbstract": false,
|
|
286
|
+
"isVirtual": false,
|
|
287
|
+
"isOverride": false,
|
|
288
|
+
"isSealed": false,
|
|
323
289
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
324
290
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
325
291
|
"isExtensionMethod": false
|
|
@@ -327,13 +293,18 @@
|
|
|
327
293
|
{
|
|
328
294
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::AsMemory():System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
329
295
|
"clrName": "AsMemory",
|
|
330
|
-
"tsEmitName": "asMemory",
|
|
331
296
|
"metadataToken": 100663365,
|
|
332
297
|
"canonicalSignature": "():System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
333
298
|
"normalizedSignature": "AsMemory|():System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
334
299
|
"emitScope": "ClassSurface",
|
|
300
|
+
"provenance": "Original",
|
|
335
301
|
"arity": 0,
|
|
336
302
|
"parameterCount": 0,
|
|
303
|
+
"isStatic": false,
|
|
304
|
+
"isAbstract": false,
|
|
305
|
+
"isVirtual": false,
|
|
306
|
+
"isOverride": false,
|
|
307
|
+
"isSealed": false,
|
|
337
308
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
338
309
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
339
310
|
"isExtensionMethod": false
|
|
@@ -341,13 +312,18 @@
|
|
|
341
312
|
{
|
|
342
313
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Int32",
|
|
343
314
|
"clrName": "Compare",
|
|
344
|
-
"tsEmitName": "compare",
|
|
345
315
|
"metadataToken": 100663366,
|
|
346
316
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Int32",
|
|
347
317
|
"normalizedSignature": "Compare|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Int32|static=true",
|
|
348
318
|
"emitScope": "ClassSurface",
|
|
319
|
+
"provenance": "Original",
|
|
349
320
|
"arity": 0,
|
|
350
321
|
"parameterCount": 3,
|
|
322
|
+
"isStatic": true,
|
|
323
|
+
"isAbstract": false,
|
|
324
|
+
"isVirtual": false,
|
|
325
|
+
"isOverride": false,
|
|
326
|
+
"isSealed": false,
|
|
351
327
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
352
328
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
353
329
|
"isExtensionMethod": false
|
|
@@ -355,13 +331,18 @@
|
|
|
355
331
|
{
|
|
356
332
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(System.Object):System.Boolean",
|
|
357
333
|
"clrName": "Equals",
|
|
358
|
-
"tsEmitName": "equals",
|
|
359
334
|
"metadataToken": 100663367,
|
|
360
335
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
361
336
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
362
337
|
"emitScope": "ClassSurface",
|
|
338
|
+
"provenance": "Original",
|
|
363
339
|
"arity": 0,
|
|
364
340
|
"parameterCount": 1,
|
|
341
|
+
"isStatic": false,
|
|
342
|
+
"isAbstract": false,
|
|
343
|
+
"isVirtual": true,
|
|
344
|
+
"isOverride": true,
|
|
345
|
+
"isSealed": false,
|
|
365
346
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
366
347
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
367
348
|
"isExtensionMethod": false
|
|
@@ -369,13 +350,18 @@
|
|
|
369
350
|
{
|
|
370
351
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
371
352
|
"clrName": "Equals",
|
|
372
|
-
"tsEmitName": "equals",
|
|
373
353
|
"metadataToken": 100663368,
|
|
374
354
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
375
355
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=false",
|
|
376
356
|
"emitScope": "ClassSurface",
|
|
357
|
+
"provenance": "Original",
|
|
377
358
|
"arity": 0,
|
|
378
359
|
"parameterCount": 1,
|
|
360
|
+
"isStatic": false,
|
|
361
|
+
"isAbstract": false,
|
|
362
|
+
"isVirtual": true,
|
|
363
|
+
"isOverride": false,
|
|
364
|
+
"isSealed": true,
|
|
379
365
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
380
366
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
381
367
|
"isExtensionMethod": false
|
|
@@ -383,13 +369,18 @@
|
|
|
383
369
|
{
|
|
384
370
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean",
|
|
385
371
|
"clrName": "Equals",
|
|
386
|
-
"tsEmitName": "equals",
|
|
387
372
|
"metadataToken": 100663369,
|
|
388
373
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean",
|
|
389
374
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean|static=false",
|
|
390
375
|
"emitScope": "ClassSurface",
|
|
376
|
+
"provenance": "Original",
|
|
391
377
|
"arity": 0,
|
|
392
378
|
"parameterCount": 2,
|
|
379
|
+
"isStatic": false,
|
|
380
|
+
"isAbstract": false,
|
|
381
|
+
"isVirtual": false,
|
|
382
|
+
"isOverride": false,
|
|
383
|
+
"isSealed": false,
|
|
393
384
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
394
385
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
395
386
|
"isExtensionMethod": false
|
|
@@ -397,13 +388,18 @@
|
|
|
397
388
|
{
|
|
398
389
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean",
|
|
399
390
|
"clrName": "Equals",
|
|
400
|
-
"tsEmitName": "equals",
|
|
401
391
|
"metadataToken": 100663370,
|
|
402
392
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean",
|
|
403
393
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean|static=true",
|
|
404
394
|
"emitScope": "ClassSurface",
|
|
395
|
+
"provenance": "Original",
|
|
405
396
|
"arity": 0,
|
|
406
397
|
"parameterCount": 3,
|
|
398
|
+
"isStatic": true,
|
|
399
|
+
"isAbstract": false,
|
|
400
|
+
"isVirtual": false,
|
|
401
|
+
"isOverride": false,
|
|
402
|
+
"isSealed": false,
|
|
407
403
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
408
404
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
409
405
|
"isExtensionMethod": false
|
|
@@ -411,13 +407,18 @@
|
|
|
411
407
|
{
|
|
412
408
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(System.String):System.Boolean",
|
|
413
409
|
"clrName": "Equals",
|
|
414
|
-
"tsEmitName": "equals",
|
|
415
410
|
"metadataToken": 100663371,
|
|
416
411
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
417
412
|
"normalizedSignature": "Equals|(System.String):System.Boolean|static=false",
|
|
418
413
|
"emitScope": "ClassSurface",
|
|
414
|
+
"provenance": "Original",
|
|
419
415
|
"arity": 0,
|
|
420
416
|
"parameterCount": 1,
|
|
417
|
+
"isStatic": false,
|
|
418
|
+
"isAbstract": false,
|
|
419
|
+
"isVirtual": true,
|
|
420
|
+
"isOverride": false,
|
|
421
|
+
"isSealed": true,
|
|
421
422
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
422
423
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
423
424
|
"isExtensionMethod": false
|
|
@@ -425,13 +426,18 @@
|
|
|
425
426
|
{
|
|
426
427
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Equals(System.String,System.StringComparison):System.Boolean",
|
|
427
428
|
"clrName": "Equals",
|
|
428
|
-
"tsEmitName": "equals",
|
|
429
429
|
"metadataToken": 100663372,
|
|
430
430
|
"canonicalSignature": "(System.String,System.StringComparison):System.Boolean",
|
|
431
431
|
"normalizedSignature": "Equals|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
432
432
|
"emitScope": "ClassSurface",
|
|
433
|
+
"provenance": "Original",
|
|
433
434
|
"arity": 0,
|
|
434
435
|
"parameterCount": 2,
|
|
436
|
+
"isStatic": false,
|
|
437
|
+
"isAbstract": false,
|
|
438
|
+
"isVirtual": false,
|
|
439
|
+
"isOverride": false,
|
|
440
|
+
"isSealed": false,
|
|
435
441
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
436
442
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
437
443
|
"isExtensionMethod": false
|
|
@@ -439,13 +445,18 @@
|
|
|
439
445
|
{
|
|
440
446
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::GetHashCode():System.Int32",
|
|
441
447
|
"clrName": "GetHashCode",
|
|
442
|
-
"tsEmitName": "getHashCode",
|
|
443
448
|
"metadataToken": 100663373,
|
|
444
449
|
"canonicalSignature": "():System.Int32",
|
|
445
450
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
446
451
|
"emitScope": "ClassSurface",
|
|
452
|
+
"provenance": "Original",
|
|
447
453
|
"arity": 0,
|
|
448
454
|
"parameterCount": 0,
|
|
455
|
+
"isStatic": false,
|
|
456
|
+
"isAbstract": false,
|
|
457
|
+
"isVirtual": true,
|
|
458
|
+
"isOverride": true,
|
|
459
|
+
"isSealed": false,
|
|
449
460
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
450
461
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
451
462
|
"isExtensionMethod": false
|
|
@@ -453,13 +464,18 @@
|
|
|
453
464
|
{
|
|
454
465
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::StartsWith(System.String,System.StringComparison):System.Boolean",
|
|
455
466
|
"clrName": "StartsWith",
|
|
456
|
-
"tsEmitName": "startsWith",
|
|
457
467
|
"metadataToken": 100663379,
|
|
458
468
|
"canonicalSignature": "(System.String,System.StringComparison):System.Boolean",
|
|
459
469
|
"normalizedSignature": "StartsWith|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
460
470
|
"emitScope": "ClassSurface",
|
|
471
|
+
"provenance": "Original",
|
|
461
472
|
"arity": 0,
|
|
462
473
|
"parameterCount": 2,
|
|
474
|
+
"isStatic": false,
|
|
475
|
+
"isAbstract": false,
|
|
476
|
+
"isVirtual": false,
|
|
477
|
+
"isOverride": false,
|
|
478
|
+
"isSealed": false,
|
|
463
479
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
464
480
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
465
481
|
"isExtensionMethod": false
|
|
@@ -467,13 +483,18 @@
|
|
|
467
483
|
{
|
|
468
484
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::EndsWith(System.String,System.StringComparison):System.Boolean",
|
|
469
485
|
"clrName": "EndsWith",
|
|
470
|
-
"tsEmitName": "endsWith",
|
|
471
486
|
"metadataToken": 100663380,
|
|
472
487
|
"canonicalSignature": "(System.String,System.StringComparison):System.Boolean",
|
|
473
488
|
"normalizedSignature": "EndsWith|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
474
489
|
"emitScope": "ClassSurface",
|
|
490
|
+
"provenance": "Original",
|
|
475
491
|
"arity": 0,
|
|
476
492
|
"parameterCount": 2,
|
|
493
|
+
"isStatic": false,
|
|
494
|
+
"isAbstract": false,
|
|
495
|
+
"isVirtual": false,
|
|
496
|
+
"isOverride": false,
|
|
497
|
+
"isSealed": false,
|
|
477
498
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
478
499
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
479
500
|
"isExtensionMethod": false
|
|
@@ -481,13 +502,18 @@
|
|
|
481
502
|
{
|
|
482
503
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Substring(System.Int32):System.String",
|
|
483
504
|
"clrName": "Substring",
|
|
484
|
-
"tsEmitName": "substring",
|
|
485
505
|
"metadataToken": 100663381,
|
|
486
506
|
"canonicalSignature": "(System.Int32):System.String",
|
|
487
507
|
"normalizedSignature": "Substring|(System.Int32):System.String|static=false",
|
|
488
508
|
"emitScope": "ClassSurface",
|
|
509
|
+
"provenance": "Original",
|
|
489
510
|
"arity": 0,
|
|
490
511
|
"parameterCount": 1,
|
|
512
|
+
"isStatic": false,
|
|
513
|
+
"isAbstract": false,
|
|
514
|
+
"isVirtual": false,
|
|
515
|
+
"isOverride": false,
|
|
516
|
+
"isSealed": false,
|
|
491
517
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
492
518
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
493
519
|
"isExtensionMethod": false
|
|
@@ -495,13 +521,18 @@
|
|
|
495
521
|
{
|
|
496
522
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Substring(System.Int32,System.Int32):System.String",
|
|
497
523
|
"clrName": "Substring",
|
|
498
|
-
"tsEmitName": "substring",
|
|
499
524
|
"metadataToken": 100663382,
|
|
500
525
|
"canonicalSignature": "(System.Int32,System.Int32):System.String",
|
|
501
526
|
"normalizedSignature": "Substring|(System.Int32,System.Int32):System.String|static=false",
|
|
502
527
|
"emitScope": "ClassSurface",
|
|
528
|
+
"provenance": "Original",
|
|
503
529
|
"arity": 0,
|
|
504
530
|
"parameterCount": 2,
|
|
531
|
+
"isStatic": false,
|
|
532
|
+
"isAbstract": false,
|
|
533
|
+
"isVirtual": false,
|
|
534
|
+
"isOverride": false,
|
|
535
|
+
"isSealed": false,
|
|
505
536
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
506
537
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
507
538
|
"isExtensionMethod": false
|
|
@@ -509,13 +540,18 @@
|
|
|
509
540
|
{
|
|
510
541
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Subsegment(System.Int32):Microsoft.Extensions.Primitives.StringSegment",
|
|
511
542
|
"clrName": "Subsegment",
|
|
512
|
-
"tsEmitName": "subsegment",
|
|
513
543
|
"metadataToken": 100663383,
|
|
514
544
|
"canonicalSignature": "(System.Int32):Microsoft.Extensions.Primitives.StringSegment",
|
|
515
545
|
"normalizedSignature": "Subsegment|(System.Int32):Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
516
546
|
"emitScope": "ClassSurface",
|
|
547
|
+
"provenance": "Original",
|
|
517
548
|
"arity": 0,
|
|
518
549
|
"parameterCount": 1,
|
|
550
|
+
"isStatic": false,
|
|
551
|
+
"isAbstract": false,
|
|
552
|
+
"isVirtual": false,
|
|
553
|
+
"isOverride": false,
|
|
554
|
+
"isSealed": false,
|
|
519
555
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
520
556
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
521
557
|
"isExtensionMethod": false
|
|
@@ -523,13 +559,18 @@
|
|
|
523
559
|
{
|
|
524
560
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Subsegment(System.Int32,System.Int32):Microsoft.Extensions.Primitives.StringSegment",
|
|
525
561
|
"clrName": "Subsegment",
|
|
526
|
-
"tsEmitName": "subsegment",
|
|
527
562
|
"metadataToken": 100663384,
|
|
528
563
|
"canonicalSignature": "(System.Int32,System.Int32):Microsoft.Extensions.Primitives.StringSegment",
|
|
529
564
|
"normalizedSignature": "Subsegment|(System.Int32,System.Int32):Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
530
565
|
"emitScope": "ClassSurface",
|
|
566
|
+
"provenance": "Original",
|
|
531
567
|
"arity": 0,
|
|
532
568
|
"parameterCount": 2,
|
|
569
|
+
"isStatic": false,
|
|
570
|
+
"isAbstract": false,
|
|
571
|
+
"isVirtual": false,
|
|
572
|
+
"isOverride": false,
|
|
573
|
+
"isSealed": false,
|
|
533
574
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
534
575
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
535
576
|
"isExtensionMethod": false
|
|
@@ -537,13 +578,18 @@
|
|
|
537
578
|
{
|
|
538
579
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOf(System.Char,System.Int32,System.Int32):System.Int32",
|
|
539
580
|
"clrName": "IndexOf",
|
|
540
|
-
"tsEmitName": "indexOf",
|
|
541
581
|
"metadataToken": 100663385,
|
|
542
582
|
"canonicalSignature": "(System.Char,System.Int32,System.Int32):System.Int32",
|
|
543
583
|
"normalizedSignature": "IndexOf|(System.Char,System.Int32,System.Int32):System.Int32|static=false",
|
|
544
584
|
"emitScope": "ClassSurface",
|
|
585
|
+
"provenance": "Original",
|
|
545
586
|
"arity": 0,
|
|
546
587
|
"parameterCount": 3,
|
|
588
|
+
"isStatic": false,
|
|
589
|
+
"isAbstract": false,
|
|
590
|
+
"isVirtual": false,
|
|
591
|
+
"isOverride": false,
|
|
592
|
+
"isSealed": false,
|
|
547
593
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
548
594
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
549
595
|
"isExtensionMethod": false
|
|
@@ -551,13 +597,18 @@
|
|
|
551
597
|
{
|
|
552
598
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOf(System.Char,System.Int32):System.Int32",
|
|
553
599
|
"clrName": "IndexOf",
|
|
554
|
-
"tsEmitName": "indexOf",
|
|
555
600
|
"metadataToken": 100663386,
|
|
556
601
|
"canonicalSignature": "(System.Char,System.Int32):System.Int32",
|
|
557
602
|
"normalizedSignature": "IndexOf|(System.Char,System.Int32):System.Int32|static=false",
|
|
558
603
|
"emitScope": "ClassSurface",
|
|
604
|
+
"provenance": "Original",
|
|
559
605
|
"arity": 0,
|
|
560
606
|
"parameterCount": 2,
|
|
607
|
+
"isStatic": false,
|
|
608
|
+
"isAbstract": false,
|
|
609
|
+
"isVirtual": false,
|
|
610
|
+
"isOverride": false,
|
|
611
|
+
"isSealed": false,
|
|
561
612
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
562
613
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
563
614
|
"isExtensionMethod": false
|
|
@@ -565,13 +616,18 @@
|
|
|
565
616
|
{
|
|
566
617
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOf(System.Char):System.Int32",
|
|
567
618
|
"clrName": "IndexOf",
|
|
568
|
-
"tsEmitName": "indexOf",
|
|
569
619
|
"metadataToken": 100663387,
|
|
570
620
|
"canonicalSignature": "(System.Char):System.Int32",
|
|
571
621
|
"normalizedSignature": "IndexOf|(System.Char):System.Int32|static=false",
|
|
572
622
|
"emitScope": "ClassSurface",
|
|
623
|
+
"provenance": "Original",
|
|
573
624
|
"arity": 0,
|
|
574
625
|
"parameterCount": 1,
|
|
626
|
+
"isStatic": false,
|
|
627
|
+
"isAbstract": false,
|
|
628
|
+
"isVirtual": false,
|
|
629
|
+
"isOverride": false,
|
|
630
|
+
"isSealed": false,
|
|
575
631
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
576
632
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
577
633
|
"isExtensionMethod": false
|
|
@@ -579,13 +635,18 @@
|
|
|
579
635
|
{
|
|
580
636
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOfAny(System.Char[],System.Int32,System.Int32):System.Int32",
|
|
581
637
|
"clrName": "IndexOfAny",
|
|
582
|
-
"tsEmitName": "indexOfAny",
|
|
583
638
|
"metadataToken": 100663388,
|
|
584
639
|
"canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Int32",
|
|
585
640
|
"normalizedSignature": "IndexOfAny|(System.Char[],System.Int32,System.Int32):System.Int32|static=false",
|
|
586
641
|
"emitScope": "ClassSurface",
|
|
642
|
+
"provenance": "Original",
|
|
587
643
|
"arity": 0,
|
|
588
644
|
"parameterCount": 3,
|
|
645
|
+
"isStatic": false,
|
|
646
|
+
"isAbstract": false,
|
|
647
|
+
"isVirtual": false,
|
|
648
|
+
"isOverride": false,
|
|
649
|
+
"isSealed": false,
|
|
589
650
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
590
651
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
591
652
|
"isExtensionMethod": false
|
|
@@ -593,13 +654,18 @@
|
|
|
593
654
|
{
|
|
594
655
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOfAny(System.Char[],System.Int32):System.Int32",
|
|
595
656
|
"clrName": "IndexOfAny",
|
|
596
|
-
"tsEmitName": "indexOfAny",
|
|
597
657
|
"metadataToken": 100663389,
|
|
598
658
|
"canonicalSignature": "(System.Char[],System.Int32):System.Int32",
|
|
599
659
|
"normalizedSignature": "IndexOfAny|(System.Char[],System.Int32):System.Int32|static=false",
|
|
600
660
|
"emitScope": "ClassSurface",
|
|
661
|
+
"provenance": "Original",
|
|
601
662
|
"arity": 0,
|
|
602
663
|
"parameterCount": 2,
|
|
664
|
+
"isStatic": false,
|
|
665
|
+
"isAbstract": false,
|
|
666
|
+
"isVirtual": false,
|
|
667
|
+
"isOverride": false,
|
|
668
|
+
"isSealed": false,
|
|
603
669
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
604
670
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
605
671
|
"isExtensionMethod": false
|
|
@@ -607,13 +673,18 @@
|
|
|
607
673
|
{
|
|
608
674
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IndexOfAny(System.Char[]):System.Int32",
|
|
609
675
|
"clrName": "IndexOfAny",
|
|
610
|
-
"tsEmitName": "indexOfAny",
|
|
611
676
|
"metadataToken": 100663390,
|
|
612
677
|
"canonicalSignature": "(System.Char[]):System.Int32",
|
|
613
678
|
"normalizedSignature": "IndexOfAny|(System.Char[]):System.Int32|static=false",
|
|
614
679
|
"emitScope": "ClassSurface",
|
|
680
|
+
"provenance": "Original",
|
|
615
681
|
"arity": 0,
|
|
616
682
|
"parameterCount": 1,
|
|
683
|
+
"isStatic": false,
|
|
684
|
+
"isAbstract": false,
|
|
685
|
+
"isVirtual": false,
|
|
686
|
+
"isOverride": false,
|
|
687
|
+
"isSealed": false,
|
|
617
688
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
618
689
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
619
690
|
"isExtensionMethod": false
|
|
@@ -621,13 +692,18 @@
|
|
|
621
692
|
{
|
|
622
693
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::LastIndexOf(System.Char):System.Int32",
|
|
623
694
|
"clrName": "LastIndexOf",
|
|
624
|
-
"tsEmitName": "lastIndexOf",
|
|
625
695
|
"metadataToken": 100663391,
|
|
626
696
|
"canonicalSignature": "(System.Char):System.Int32",
|
|
627
697
|
"normalizedSignature": "LastIndexOf|(System.Char):System.Int32|static=false",
|
|
628
698
|
"emitScope": "ClassSurface",
|
|
699
|
+
"provenance": "Original",
|
|
629
700
|
"arity": 0,
|
|
630
701
|
"parameterCount": 1,
|
|
702
|
+
"isStatic": false,
|
|
703
|
+
"isAbstract": false,
|
|
704
|
+
"isVirtual": false,
|
|
705
|
+
"isOverride": false,
|
|
706
|
+
"isSealed": false,
|
|
631
707
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
632
708
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
633
709
|
"isExtensionMethod": false
|
|
@@ -635,13 +711,18 @@
|
|
|
635
711
|
{
|
|
636
712
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Trim():Microsoft.Extensions.Primitives.StringSegment",
|
|
637
713
|
"clrName": "Trim",
|
|
638
|
-
"tsEmitName": "trim",
|
|
639
714
|
"metadataToken": 100663392,
|
|
640
715
|
"canonicalSignature": "():Microsoft.Extensions.Primitives.StringSegment",
|
|
641
716
|
"normalizedSignature": "Trim|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
642
717
|
"emitScope": "ClassSurface",
|
|
718
|
+
"provenance": "Original",
|
|
643
719
|
"arity": 0,
|
|
644
720
|
"parameterCount": 0,
|
|
721
|
+
"isStatic": false,
|
|
722
|
+
"isAbstract": false,
|
|
723
|
+
"isVirtual": false,
|
|
724
|
+
"isOverride": false,
|
|
725
|
+
"isSealed": false,
|
|
645
726
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
646
727
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
647
728
|
"isExtensionMethod": false
|
|
@@ -649,13 +730,18 @@
|
|
|
649
730
|
{
|
|
650
731
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::TrimStart():Microsoft.Extensions.Primitives.StringSegment",
|
|
651
732
|
"clrName": "TrimStart",
|
|
652
|
-
"tsEmitName": "trimStart",
|
|
653
733
|
"metadataToken": 100663393,
|
|
654
734
|
"canonicalSignature": "():Microsoft.Extensions.Primitives.StringSegment",
|
|
655
735
|
"normalizedSignature": "TrimStart|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
656
736
|
"emitScope": "ClassSurface",
|
|
737
|
+
"provenance": "Original",
|
|
657
738
|
"arity": 0,
|
|
658
739
|
"parameterCount": 0,
|
|
740
|
+
"isStatic": false,
|
|
741
|
+
"isAbstract": false,
|
|
742
|
+
"isVirtual": false,
|
|
743
|
+
"isOverride": false,
|
|
744
|
+
"isSealed": false,
|
|
659
745
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
660
746
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
661
747
|
"isExtensionMethod": false
|
|
@@ -663,13 +749,18 @@
|
|
|
663
749
|
{
|
|
664
750
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::TrimEnd():Microsoft.Extensions.Primitives.StringSegment",
|
|
665
751
|
"clrName": "TrimEnd",
|
|
666
|
-
"tsEmitName": "trimEnd",
|
|
667
752
|
"metadataToken": 100663394,
|
|
668
753
|
"canonicalSignature": "():Microsoft.Extensions.Primitives.StringSegment",
|
|
669
754
|
"normalizedSignature": "TrimEnd|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
670
755
|
"emitScope": "ClassSurface",
|
|
756
|
+
"provenance": "Original",
|
|
671
757
|
"arity": 0,
|
|
672
758
|
"parameterCount": 0,
|
|
759
|
+
"isStatic": false,
|
|
760
|
+
"isAbstract": false,
|
|
761
|
+
"isVirtual": false,
|
|
762
|
+
"isOverride": false,
|
|
763
|
+
"isSealed": false,
|
|
673
764
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
674
765
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
675
766
|
"isExtensionMethod": false
|
|
@@ -677,13 +768,18 @@
|
|
|
677
768
|
{
|
|
678
769
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Split(System.Char[]):Microsoft.Extensions.Primitives.StringTokenizer",
|
|
679
770
|
"clrName": "Split",
|
|
680
|
-
"tsEmitName": "split",
|
|
681
771
|
"metadataToken": 100663395,
|
|
682
772
|
"canonicalSignature": "(System.Char[]):Microsoft.Extensions.Primitives.StringTokenizer",
|
|
683
773
|
"normalizedSignature": "Split|(System.Char[]):Microsoft.Extensions.Primitives.StringTokenizer|static=false",
|
|
684
774
|
"emitScope": "ClassSurface",
|
|
775
|
+
"provenance": "Original",
|
|
685
776
|
"arity": 0,
|
|
686
777
|
"parameterCount": 1,
|
|
778
|
+
"isStatic": false,
|
|
779
|
+
"isAbstract": false,
|
|
780
|
+
"isVirtual": false,
|
|
781
|
+
"isOverride": false,
|
|
782
|
+
"isSealed": false,
|
|
687
783
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
688
784
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
689
785
|
"isExtensionMethod": false
|
|
@@ -691,13 +787,18 @@
|
|
|
691
787
|
{
|
|
692
788
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
693
789
|
"clrName": "IsNullOrEmpty",
|
|
694
|
-
"tsEmitName": "isNullOrEmpty",
|
|
695
790
|
"metadataToken": 100663396,
|
|
696
791
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
697
792
|
"normalizedSignature": "IsNullOrEmpty|(Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=true",
|
|
698
793
|
"emitScope": "ClassSurface",
|
|
794
|
+
"provenance": "Original",
|
|
699
795
|
"arity": 0,
|
|
700
796
|
"parameterCount": 1,
|
|
797
|
+
"isStatic": true,
|
|
798
|
+
"isAbstract": false,
|
|
799
|
+
"isVirtual": false,
|
|
800
|
+
"isOverride": false,
|
|
801
|
+
"isSealed": false,
|
|
701
802
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
702
803
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
703
804
|
"isExtensionMethod": false
|
|
@@ -705,13 +806,18 @@
|
|
|
705
806
|
{
|
|
706
807
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::ToString():System.String",
|
|
707
808
|
"clrName": "ToString",
|
|
708
|
-
"tsEmitName": "toString",
|
|
709
809
|
"metadataToken": 100663397,
|
|
710
810
|
"canonicalSignature": "():System.String",
|
|
711
811
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
712
812
|
"emitScope": "ClassSurface",
|
|
813
|
+
"provenance": "Original",
|
|
713
814
|
"arity": 0,
|
|
714
815
|
"parameterCount": 0,
|
|
816
|
+
"isStatic": false,
|
|
817
|
+
"isAbstract": false,
|
|
818
|
+
"isVirtual": true,
|
|
819
|
+
"isOverride": true,
|
|
820
|
+
"isSealed": false,
|
|
715
821
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
716
822
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
717
823
|
"isExtensionMethod": false
|
|
@@ -721,84 +827,108 @@
|
|
|
721
827
|
{
|
|
722
828
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Buffer:System.String",
|
|
723
829
|
"clrName": "Buffer",
|
|
724
|
-
"tsEmitName": "buffer",
|
|
725
830
|
"metadataToken": 385875986,
|
|
726
831
|
"canonicalSignature": ":System.String",
|
|
727
832
|
"normalizedSignature": "Buffer|:System.String|static=false|accessor=get",
|
|
728
833
|
"emitScope": "ClassSurface",
|
|
834
|
+
"provenance": "Original",
|
|
729
835
|
"isIndexer": false,
|
|
730
836
|
"hasGetter": true,
|
|
731
837
|
"hasSetter": false,
|
|
838
|
+
"isStatic": false,
|
|
839
|
+
"isAbstract": false,
|
|
840
|
+
"isVirtual": false,
|
|
841
|
+
"isOverride": false,
|
|
732
842
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
733
843
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
734
844
|
},
|
|
735
845
|
{
|
|
736
846
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Offset:System.Int32",
|
|
737
847
|
"clrName": "Offset",
|
|
738
|
-
"tsEmitName": "offset",
|
|
739
848
|
"metadataToken": 385875987,
|
|
740
849
|
"canonicalSignature": ":System.Int32",
|
|
741
850
|
"normalizedSignature": "Offset|:System.Int32|static=false|accessor=get",
|
|
742
851
|
"emitScope": "ClassSurface",
|
|
852
|
+
"provenance": "Original",
|
|
743
853
|
"isIndexer": false,
|
|
744
854
|
"hasGetter": true,
|
|
745
855
|
"hasSetter": false,
|
|
856
|
+
"isStatic": false,
|
|
857
|
+
"isAbstract": false,
|
|
858
|
+
"isVirtual": false,
|
|
859
|
+
"isOverride": false,
|
|
746
860
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
747
861
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
748
862
|
},
|
|
749
863
|
{
|
|
750
864
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Length:System.Int32",
|
|
751
865
|
"clrName": "Length",
|
|
752
|
-
"tsEmitName": "length",
|
|
753
866
|
"metadataToken": 385875988,
|
|
754
867
|
"canonicalSignature": ":System.Int32",
|
|
755
868
|
"normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
|
|
756
869
|
"emitScope": "ClassSurface",
|
|
870
|
+
"provenance": "Original",
|
|
757
871
|
"isIndexer": false,
|
|
758
872
|
"hasGetter": true,
|
|
759
873
|
"hasSetter": false,
|
|
874
|
+
"isStatic": false,
|
|
875
|
+
"isAbstract": false,
|
|
876
|
+
"isVirtual": false,
|
|
877
|
+
"isOverride": false,
|
|
760
878
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
761
879
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
762
880
|
},
|
|
763
881
|
{
|
|
764
882
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Value:System.String",
|
|
765
883
|
"clrName": "Value",
|
|
766
|
-
"tsEmitName": "value",
|
|
767
884
|
"metadataToken": 385875989,
|
|
768
885
|
"canonicalSignature": ":System.String",
|
|
769
886
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
770
887
|
"emitScope": "ClassSurface",
|
|
888
|
+
"provenance": "Original",
|
|
771
889
|
"isIndexer": false,
|
|
772
890
|
"hasGetter": true,
|
|
773
891
|
"hasSetter": false,
|
|
892
|
+
"isStatic": false,
|
|
893
|
+
"isAbstract": false,
|
|
894
|
+
"isVirtual": false,
|
|
895
|
+
"isOverride": false,
|
|
774
896
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
775
897
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
776
898
|
},
|
|
777
899
|
{
|
|
778
900
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::HasValue:System.Boolean",
|
|
779
901
|
"clrName": "HasValue",
|
|
780
|
-
"tsEmitName": "hasValue",
|
|
781
902
|
"metadataToken": 385875990,
|
|
782
903
|
"canonicalSignature": ":System.Boolean",
|
|
783
904
|
"normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
|
|
784
905
|
"emitScope": "ClassSurface",
|
|
906
|
+
"provenance": "Original",
|
|
785
907
|
"isIndexer": false,
|
|
786
908
|
"hasGetter": true,
|
|
787
909
|
"hasSetter": false,
|
|
910
|
+
"isStatic": false,
|
|
911
|
+
"isAbstract": false,
|
|
912
|
+
"isVirtual": false,
|
|
913
|
+
"isOverride": false,
|
|
788
914
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
789
915
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
790
916
|
},
|
|
791
917
|
{
|
|
792
918
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::Item[System.Int32]:System.Char",
|
|
793
919
|
"clrName": "Item",
|
|
794
|
-
"tsEmitName": "item",
|
|
795
920
|
"metadataToken": 385875991,
|
|
796
921
|
"canonicalSignature": "[System.Int32]:System.Char",
|
|
797
922
|
"normalizedSignature": "Item|[System.Int32]:System.Char|static=false|accessor=get",
|
|
798
923
|
"emitScope": "ClassSurface",
|
|
924
|
+
"provenance": "Original",
|
|
799
925
|
"isIndexer": true,
|
|
800
926
|
"hasGetter": true,
|
|
801
927
|
"hasSetter": false,
|
|
928
|
+
"isStatic": false,
|
|
929
|
+
"isAbstract": false,
|
|
930
|
+
"isVirtual": false,
|
|
931
|
+
"isOverride": false,
|
|
802
932
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
803
933
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
804
934
|
}
|
|
@@ -807,11 +937,11 @@
|
|
|
807
937
|
{
|
|
808
938
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegment::EmptyMicrosoft.Extensions.Primitives.StringSegment",
|
|
809
939
|
"clrName": "Empty",
|
|
810
|
-
"tsEmitName": "empty",
|
|
811
940
|
"metadataToken": 67108880,
|
|
812
941
|
"normalizedSignature": "Empty|Microsoft.Extensions.Primitives.StringSegment|static=true|const=false",
|
|
813
942
|
"isStatic": true,
|
|
814
943
|
"isReadOnly": true,
|
|
944
|
+
"isLiteral": false,
|
|
815
945
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
816
946
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
817
947
|
}
|
|
@@ -838,431 +968,35 @@
|
|
|
838
968
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
839
969
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
840
970
|
}
|
|
841
|
-
],
|
|
842
|
-
"exposedMethods": [
|
|
843
|
-
{
|
|
844
|
-
"tsName": "asSpan",
|
|
845
|
-
"isStatic": false,
|
|
846
|
-
"tsSignatureId": "AsSpan|():System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
847
|
-
"target": {
|
|
848
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
849
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
850
|
-
"metadataToken": 100663362
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"tsName": "asSpan",
|
|
855
|
-
"isStatic": false,
|
|
856
|
-
"tsSignatureId": "AsSpan|(System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
857
|
-
"target": {
|
|
858
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
859
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
860
|
-
"metadataToken": 100663363
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"tsName": "asSpan",
|
|
865
|
-
"isStatic": false,
|
|
866
|
-
"tsSignatureId": "AsSpan|(System.Int32,System.Int32):System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
867
|
-
"target": {
|
|
868
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
869
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
870
|
-
"metadataToken": 100663364
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"tsName": "asMemory",
|
|
875
|
-
"isStatic": false,
|
|
876
|
-
"tsSignatureId": "AsMemory|():System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
877
|
-
"target": {
|
|
878
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
879
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
880
|
-
"metadataToken": 100663365
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"tsName": "compare",
|
|
885
|
-
"isStatic": true,
|
|
886
|
-
"tsSignatureId": "Compare|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Int32|static=true",
|
|
887
|
-
"target": {
|
|
888
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
889
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
890
|
-
"metadataToken": 100663366
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"tsName": "equals",
|
|
895
|
-
"isStatic": false,
|
|
896
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
897
|
-
"target": {
|
|
898
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
899
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
900
|
-
"metadataToken": 100663367
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"tsName": "equals",
|
|
905
|
-
"isStatic": false,
|
|
906
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=false",
|
|
907
|
-
"target": {
|
|
908
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
909
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
910
|
-
"metadataToken": 100663368
|
|
911
|
-
}
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"tsName": "equals",
|
|
915
|
-
"isStatic": false,
|
|
916
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean|static=false",
|
|
917
|
-
"target": {
|
|
918
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
919
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
920
|
-
"metadataToken": 100663369
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"tsName": "equals",
|
|
925
|
-
"isStatic": true,
|
|
926
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison):System.Boolean|static=true",
|
|
927
|
-
"target": {
|
|
928
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
929
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
930
|
-
"metadataToken": 100663370
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"tsName": "equals",
|
|
935
|
-
"isStatic": false,
|
|
936
|
-
"tsSignatureId": "Equals|(System.String):System.Boolean|static=false",
|
|
937
|
-
"target": {
|
|
938
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
939
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
940
|
-
"metadataToken": 100663371
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"tsName": "equals",
|
|
945
|
-
"isStatic": false,
|
|
946
|
-
"tsSignatureId": "Equals|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
947
|
-
"target": {
|
|
948
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
949
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
950
|
-
"metadataToken": 100663372
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"tsName": "getHashCode",
|
|
955
|
-
"isStatic": false,
|
|
956
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
957
|
-
"target": {
|
|
958
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
959
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
960
|
-
"metadataToken": 100663373
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"tsName": "startsWith",
|
|
965
|
-
"isStatic": false,
|
|
966
|
-
"tsSignatureId": "StartsWith|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
967
|
-
"target": {
|
|
968
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
969
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
970
|
-
"metadataToken": 100663379
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"tsName": "endsWith",
|
|
975
|
-
"isStatic": false,
|
|
976
|
-
"tsSignatureId": "EndsWith|(System.String,System.StringComparison):System.Boolean|static=false",
|
|
977
|
-
"target": {
|
|
978
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
979
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
980
|
-
"metadataToken": 100663380
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"tsName": "substring",
|
|
985
|
-
"isStatic": false,
|
|
986
|
-
"tsSignatureId": "Substring|(System.Int32):System.String|static=false",
|
|
987
|
-
"target": {
|
|
988
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
989
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
990
|
-
"metadataToken": 100663381
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"tsName": "substring",
|
|
995
|
-
"isStatic": false,
|
|
996
|
-
"tsSignatureId": "Substring|(System.Int32,System.Int32):System.String|static=false",
|
|
997
|
-
"target": {
|
|
998
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
999
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1000
|
-
"metadataToken": 100663382
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"tsName": "subsegment",
|
|
1005
|
-
"isStatic": false,
|
|
1006
|
-
"tsSignatureId": "Subsegment|(System.Int32):Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
1007
|
-
"target": {
|
|
1008
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1009
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1010
|
-
"metadataToken": 100663383
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"tsName": "subsegment",
|
|
1015
|
-
"isStatic": false,
|
|
1016
|
-
"tsSignatureId": "Subsegment|(System.Int32,System.Int32):Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
1017
|
-
"target": {
|
|
1018
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1019
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1020
|
-
"metadataToken": 100663384
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"tsName": "indexOf",
|
|
1025
|
-
"isStatic": false,
|
|
1026
|
-
"tsSignatureId": "IndexOf|(System.Char,System.Int32,System.Int32):System.Int32|static=false",
|
|
1027
|
-
"target": {
|
|
1028
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1029
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1030
|
-
"metadataToken": 100663385
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"tsName": "indexOf",
|
|
1035
|
-
"isStatic": false,
|
|
1036
|
-
"tsSignatureId": "IndexOf|(System.Char,System.Int32):System.Int32|static=false",
|
|
1037
|
-
"target": {
|
|
1038
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1039
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1040
|
-
"metadataToken": 100663386
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"tsName": "indexOf",
|
|
1045
|
-
"isStatic": false,
|
|
1046
|
-
"tsSignatureId": "IndexOf|(System.Char):System.Int32|static=false",
|
|
1047
|
-
"target": {
|
|
1048
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1049
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1050
|
-
"metadataToken": 100663387
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"tsName": "indexOfAny",
|
|
1055
|
-
"isStatic": false,
|
|
1056
|
-
"tsSignatureId": "IndexOfAny|(System.Char[],System.Int32,System.Int32):System.Int32|static=false",
|
|
1057
|
-
"target": {
|
|
1058
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1059
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1060
|
-
"metadataToken": 100663388
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"tsName": "indexOfAny",
|
|
1065
|
-
"isStatic": false,
|
|
1066
|
-
"tsSignatureId": "IndexOfAny|(System.Char[],System.Int32):System.Int32|static=false",
|
|
1067
|
-
"target": {
|
|
1068
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1069
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1070
|
-
"metadataToken": 100663389
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"tsName": "indexOfAny",
|
|
1075
|
-
"isStatic": false,
|
|
1076
|
-
"tsSignatureId": "IndexOfAny|(System.Char[]):System.Int32|static=false",
|
|
1077
|
-
"target": {
|
|
1078
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1079
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1080
|
-
"metadataToken": 100663390
|
|
1081
|
-
}
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"tsName": "lastIndexOf",
|
|
1085
|
-
"isStatic": false,
|
|
1086
|
-
"tsSignatureId": "LastIndexOf|(System.Char):System.Int32|static=false",
|
|
1087
|
-
"target": {
|
|
1088
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1089
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1090
|
-
"metadataToken": 100663391
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"tsName": "trim",
|
|
1095
|
-
"isStatic": false,
|
|
1096
|
-
"tsSignatureId": "Trim|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
1097
|
-
"target": {
|
|
1098
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1099
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1100
|
-
"metadataToken": 100663392
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"tsName": "trimStart",
|
|
1105
|
-
"isStatic": false,
|
|
1106
|
-
"tsSignatureId": "TrimStart|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
1107
|
-
"target": {
|
|
1108
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1109
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1110
|
-
"metadataToken": 100663393
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"tsName": "trimEnd",
|
|
1115
|
-
"isStatic": false,
|
|
1116
|
-
"tsSignatureId": "TrimEnd|():Microsoft.Extensions.Primitives.StringSegment|static=false",
|
|
1117
|
-
"target": {
|
|
1118
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1119
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1120
|
-
"metadataToken": 100663394
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"tsName": "split",
|
|
1125
|
-
"isStatic": false,
|
|
1126
|
-
"tsSignatureId": "Split|(System.Char[]):Microsoft.Extensions.Primitives.StringTokenizer|static=false",
|
|
1127
|
-
"target": {
|
|
1128
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1129
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1130
|
-
"metadataToken": 100663395
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"tsName": "isNullOrEmpty",
|
|
1135
|
-
"isStatic": true,
|
|
1136
|
-
"tsSignatureId": "IsNullOrEmpty|(Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=true",
|
|
1137
|
-
"target": {
|
|
1138
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1139
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1140
|
-
"metadataToken": 100663396
|
|
1141
|
-
}
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"tsName": "toString",
|
|
1145
|
-
"isStatic": false,
|
|
1146
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
1147
|
-
"target": {
|
|
1148
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1149
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1150
|
-
"metadataToken": 100663397
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"exposedProperties": [
|
|
1155
|
-
{
|
|
1156
|
-
"tsName": "buffer",
|
|
1157
|
-
"isStatic": false,
|
|
1158
|
-
"tsSignatureId": "Buffer|:System.String|static=false|accessor=get",
|
|
1159
|
-
"target": {
|
|
1160
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1161
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1162
|
-
"metadataToken": 385875986
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"tsName": "offset",
|
|
1167
|
-
"isStatic": false,
|
|
1168
|
-
"tsSignatureId": "Offset|:System.Int32|static=false|accessor=get",
|
|
1169
|
-
"target": {
|
|
1170
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1171
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1172
|
-
"metadataToken": 385875987
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"tsName": "length",
|
|
1177
|
-
"isStatic": false,
|
|
1178
|
-
"tsSignatureId": "Length|:System.Int32|static=false|accessor=get",
|
|
1179
|
-
"target": {
|
|
1180
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1181
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1182
|
-
"metadataToken": 385875988
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
{
|
|
1186
|
-
"tsName": "value",
|
|
1187
|
-
"isStatic": false,
|
|
1188
|
-
"tsSignatureId": "Value|:System.String|static=false|accessor=get",
|
|
1189
|
-
"target": {
|
|
1190
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1191
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1192
|
-
"metadataToken": 385875989
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"tsName": "hasValue",
|
|
1197
|
-
"isStatic": false,
|
|
1198
|
-
"tsSignatureId": "HasValue|:System.Boolean|static=false|accessor=get",
|
|
1199
|
-
"target": {
|
|
1200
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1201
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1202
|
-
"metadataToken": 385875990
|
|
1203
|
-
}
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"tsName": "item",
|
|
1207
|
-
"isStatic": false,
|
|
1208
|
-
"tsSignatureId": "Item|[System.Int32]:System.Char|static=false|accessor=get",
|
|
1209
|
-
"target": {
|
|
1210
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1211
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1212
|
-
"metadataToken": 385875991
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
],
|
|
1216
|
-
"exposedFields": [
|
|
1217
|
-
{
|
|
1218
|
-
"tsName": "empty",
|
|
1219
|
-
"isStatic": true,
|
|
1220
|
-
"tsSignatureId": "Empty|Microsoft.Extensions.Primitives.StringSegment|static=true|const=false",
|
|
1221
|
-
"target": {
|
|
1222
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1223
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1224
|
-
"metadataToken": 67108880
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
],
|
|
1228
|
-
"exposedConstructors": [
|
|
1229
|
-
{
|
|
1230
|
-
"isStatic": false,
|
|
1231
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
1232
|
-
"target": {
|
|
1233
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1234
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1235
|
-
"metadataToken": 100663354
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"isStatic": false,
|
|
1240
|
-
"tsSignatureId": "constructor|(System.String,System.Int32,System.Int32):void|static=false",
|
|
1241
|
-
"target": {
|
|
1242
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegment",
|
|
1243
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1244
|
-
"metadataToken": 100663355
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
971
|
]
|
|
1248
972
|
},
|
|
1249
973
|
{
|
|
1250
974
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1251
975
|
"clrName": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1252
|
-
"tsEmitName": "StringTokenizer",
|
|
1253
976
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
1254
977
|
"metadataToken": 0,
|
|
978
|
+
"kind": "Struct",
|
|
979
|
+
"accessibility": "Public",
|
|
980
|
+
"isAbstract": false,
|
|
981
|
+
"isSealed": true,
|
|
982
|
+
"isStatic": false,
|
|
983
|
+
"arity": 0,
|
|
1255
984
|
"methods": [
|
|
1256
985
|
{
|
|
1257
986
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer::GetEnumerator():Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1258
987
|
"clrName": "GetEnumerator",
|
|
1259
|
-
"tsEmitName": "getEnumerator",
|
|
1260
988
|
"metadataToken": 100663415,
|
|
1261
989
|
"canonicalSignature": "():Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1262
990
|
"normalizedSignature": "GetEnumerator|():Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator|static=false",
|
|
1263
991
|
"emitScope": "ClassSurface",
|
|
992
|
+
"provenance": "Original",
|
|
1264
993
|
"arity": 0,
|
|
1265
994
|
"parameterCount": 0,
|
|
995
|
+
"isStatic": false,
|
|
996
|
+
"isAbstract": false,
|
|
997
|
+
"isVirtual": false,
|
|
998
|
+
"isOverride": false,
|
|
999
|
+
"isSealed": false,
|
|
1266
1000
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1267
1001
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1268
1002
|
"isExtensionMethod": false
|
|
@@ -1292,57 +1026,35 @@
|
|
|
1292
1026
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1293
1027
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1294
1028
|
}
|
|
1295
|
-
],
|
|
1296
|
-
"exposedMethods": [
|
|
1297
|
-
{
|
|
1298
|
-
"tsName": "getEnumerator",
|
|
1299
|
-
"isStatic": false,
|
|
1300
|
-
"tsSignatureId": "GetEnumerator|():Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator|static=false",
|
|
1301
|
-
"target": {
|
|
1302
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1303
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1304
|
-
"metadataToken": 100663415
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
],
|
|
1308
|
-
"exposedConstructors": [
|
|
1309
|
-
{
|
|
1310
|
-
"isStatic": false,
|
|
1311
|
-
"tsSignatureId": "constructor|(System.String,System.Char[]):void|static=false",
|
|
1312
|
-
"target": {
|
|
1313
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1314
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1315
|
-
"metadataToken": 100663413
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"isStatic": false,
|
|
1320
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Primitives.StringSegment,System.Char[]):void|static=false",
|
|
1321
|
-
"target": {
|
|
1322
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer",
|
|
1323
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1324
|
-
"metadataToken": 100663414
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
1029
|
]
|
|
1328
1030
|
},
|
|
1329
1031
|
{
|
|
1330
1032
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1331
1033
|
"clrName": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1332
|
-
"tsEmitName": "StringTokenizer_Enumerator",
|
|
1333
1034
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
1334
1035
|
"metadataToken": 0,
|
|
1036
|
+
"kind": "Struct",
|
|
1037
|
+
"accessibility": "Public",
|
|
1038
|
+
"isAbstract": false,
|
|
1039
|
+
"isSealed": true,
|
|
1040
|
+
"isStatic": false,
|
|
1041
|
+
"arity": 0,
|
|
1335
1042
|
"methods": [
|
|
1336
1043
|
{
|
|
1337
1044
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator::Dispose():System.Void",
|
|
1338
1045
|
"clrName": "Dispose",
|
|
1339
|
-
"tsEmitName": "dispose",
|
|
1340
1046
|
"metadataToken": 100663507,
|
|
1341
1047
|
"canonicalSignature": "():System.Void",
|
|
1342
1048
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1343
1049
|
"emitScope": "ClassSurface",
|
|
1050
|
+
"provenance": "Original",
|
|
1344
1051
|
"arity": 0,
|
|
1345
1052
|
"parameterCount": 0,
|
|
1053
|
+
"isStatic": false,
|
|
1054
|
+
"isAbstract": false,
|
|
1055
|
+
"isVirtual": true,
|
|
1056
|
+
"isOverride": false,
|
|
1057
|
+
"isSealed": true,
|
|
1346
1058
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1347
1059
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1348
1060
|
"isExtensionMethod": false
|
|
@@ -1350,13 +1062,18 @@
|
|
|
1350
1062
|
{
|
|
1351
1063
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator::MoveNext():System.Boolean",
|
|
1352
1064
|
"clrName": "MoveNext",
|
|
1353
|
-
"tsEmitName": "moveNext",
|
|
1354
1065
|
"metadataToken": 100663508,
|
|
1355
1066
|
"canonicalSignature": "():System.Boolean",
|
|
1356
1067
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1357
1068
|
"emitScope": "ClassSurface",
|
|
1069
|
+
"provenance": "Original",
|
|
1358
1070
|
"arity": 0,
|
|
1359
1071
|
"parameterCount": 0,
|
|
1072
|
+
"isStatic": false,
|
|
1073
|
+
"isAbstract": false,
|
|
1074
|
+
"isVirtual": true,
|
|
1075
|
+
"isOverride": false,
|
|
1076
|
+
"isSealed": true,
|
|
1360
1077
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1361
1078
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1362
1079
|
"isExtensionMethod": false
|
|
@@ -1364,13 +1081,18 @@
|
|
|
1364
1081
|
{
|
|
1365
1082
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator::Reset():System.Void",
|
|
1366
1083
|
"clrName": "Reset",
|
|
1367
|
-
"tsEmitName": "reset",
|
|
1368
1084
|
"metadataToken": 100663509,
|
|
1369
1085
|
"canonicalSignature": "():System.Void",
|
|
1370
1086
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1371
1087
|
"emitScope": "ClassSurface",
|
|
1088
|
+
"provenance": "Original",
|
|
1372
1089
|
"arity": 0,
|
|
1373
1090
|
"parameterCount": 0,
|
|
1091
|
+
"isStatic": false,
|
|
1092
|
+
"isAbstract": false,
|
|
1093
|
+
"isVirtual": true,
|
|
1094
|
+
"isOverride": false,
|
|
1095
|
+
"isSealed": true,
|
|
1374
1096
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1375
1097
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1376
1098
|
"isExtensionMethod": false
|
|
@@ -1380,14 +1102,18 @@
|
|
|
1380
1102
|
{
|
|
1381
1103
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator::Current:Microsoft.Extensions.Primitives.StringSegment",
|
|
1382
1104
|
"clrName": "Current",
|
|
1383
|
-
"tsEmitName": "current",
|
|
1384
1105
|
"metadataToken": 385876000,
|
|
1385
1106
|
"canonicalSignature": ":Microsoft.Extensions.Primitives.StringSegment",
|
|
1386
1107
|
"normalizedSignature": "Current|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
|
|
1387
1108
|
"emitScope": "ClassSurface",
|
|
1109
|
+
"provenance": "Original",
|
|
1388
1110
|
"isIndexer": false,
|
|
1389
1111
|
"hasGetter": true,
|
|
1390
1112
|
"hasSetter": false,
|
|
1113
|
+
"isStatic": false,
|
|
1114
|
+
"isAbstract": false,
|
|
1115
|
+
"isVirtual": true,
|
|
1116
|
+
"isOverride": false,
|
|
1391
1117
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1392
1118
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1393
1119
|
}
|
|
@@ -1411,80 +1137,35 @@
|
|
|
1411
1137
|
}
|
|
1412
1138
|
]
|
|
1413
1139
|
}
|
|
1414
|
-
],
|
|
1415
|
-
"exposedMethods": [
|
|
1416
|
-
{
|
|
1417
|
-
"tsName": "dispose",
|
|
1418
|
-
"isStatic": false,
|
|
1419
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
1420
|
-
"target": {
|
|
1421
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1422
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1423
|
-
"metadataToken": 100663507
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"tsName": "moveNext",
|
|
1428
|
-
"isStatic": false,
|
|
1429
|
-
"tsSignatureId": "MoveNext|():System.Boolean|static=false",
|
|
1430
|
-
"target": {
|
|
1431
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1432
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1433
|
-
"metadataToken": 100663508
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"tsName": "reset",
|
|
1438
|
-
"isStatic": false,
|
|
1439
|
-
"tsSignatureId": "Reset|():System.Void|static=false",
|
|
1440
|
-
"target": {
|
|
1441
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1442
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1443
|
-
"metadataToken": 100663509
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
],
|
|
1447
|
-
"exposedProperties": [
|
|
1448
|
-
{
|
|
1449
|
-
"tsName": "current",
|
|
1450
|
-
"isStatic": false,
|
|
1451
|
-
"tsSignatureId": "Current|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
|
|
1452
|
-
"target": {
|
|
1453
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1454
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1455
|
-
"metadataToken": 385876000
|
|
1456
|
-
}
|
|
1457
|
-
}
|
|
1458
|
-
],
|
|
1459
|
-
"exposedConstructors": [
|
|
1460
|
-
{
|
|
1461
|
-
"isStatic": false,
|
|
1462
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Primitives.StringTokenizer\u0026):void|static=false",
|
|
1463
|
-
"target": {
|
|
1464
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringTokenizer\u002BEnumerator",
|
|
1465
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1466
|
-
"metadataToken": 100663503
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
1140
|
]
|
|
1470
1141
|
},
|
|
1471
1142
|
{
|
|
1472
1143
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues",
|
|
1473
1144
|
"clrName": "Microsoft.Extensions.Primitives.StringValues",
|
|
1474
|
-
"tsEmitName": "StringValues",
|
|
1475
1145
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
1476
1146
|
"metadataToken": 0,
|
|
1147
|
+
"kind": "Struct",
|
|
1148
|
+
"accessibility": "Public",
|
|
1149
|
+
"isAbstract": false,
|
|
1150
|
+
"isSealed": true,
|
|
1151
|
+
"isStatic": false,
|
|
1152
|
+
"arity": 0,
|
|
1477
1153
|
"methods": [
|
|
1478
1154
|
{
|
|
1479
1155
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::ToString():System.String",
|
|
1480
1156
|
"clrName": "ToString",
|
|
1481
|
-
"tsEmitName": "toString",
|
|
1482
1157
|
"metadataToken": 100663430,
|
|
1483
1158
|
"canonicalSignature": "():System.String",
|
|
1484
1159
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
1485
1160
|
"emitScope": "ClassSurface",
|
|
1161
|
+
"provenance": "Original",
|
|
1486
1162
|
"arity": 0,
|
|
1487
1163
|
"parameterCount": 0,
|
|
1164
|
+
"isStatic": false,
|
|
1165
|
+
"isAbstract": false,
|
|
1166
|
+
"isVirtual": true,
|
|
1167
|
+
"isOverride": true,
|
|
1168
|
+
"isSealed": false,
|
|
1488
1169
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1489
1170
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1490
1171
|
"isExtensionMethod": false
|
|
@@ -1492,13 +1173,18 @@
|
|
|
1492
1173
|
{
|
|
1493
1174
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::ToArray():System.String[]",
|
|
1494
1175
|
"clrName": "ToArray",
|
|
1495
|
-
"tsEmitName": "toArray",
|
|
1496
1176
|
"metadataToken": 100663432,
|
|
1497
1177
|
"canonicalSignature": "():System.String[]",
|
|
1498
1178
|
"normalizedSignature": "ToArray|():System.String[]|static=false",
|
|
1499
1179
|
"emitScope": "ClassSurface",
|
|
1180
|
+
"provenance": "Original",
|
|
1500
1181
|
"arity": 0,
|
|
1501
1182
|
"parameterCount": 0,
|
|
1183
|
+
"isStatic": false,
|
|
1184
|
+
"isAbstract": false,
|
|
1185
|
+
"isVirtual": false,
|
|
1186
|
+
"isOverride": false,
|
|
1187
|
+
"isSealed": false,
|
|
1502
1188
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1503
1189
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1504
1190
|
"isExtensionMethod": false
|
|
@@ -1506,13 +1192,18 @@
|
|
|
1506
1192
|
{
|
|
1507
1193
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::GetEnumerator():Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
1508
1194
|
"clrName": "GetEnumerator",
|
|
1509
|
-
"tsEmitName": "getEnumerator",
|
|
1510
1195
|
"metadataToken": 100663444,
|
|
1511
1196
|
"canonicalSignature": "():Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
1512
1197
|
"normalizedSignature": "GetEnumerator|():Microsoft.Extensions.Primitives.StringValues\u002BEnumerator|static=false",
|
|
1513
1198
|
"emitScope": "ClassSurface",
|
|
1199
|
+
"provenance": "Original",
|
|
1514
1200
|
"arity": 0,
|
|
1515
1201
|
"parameterCount": 0,
|
|
1202
|
+
"isStatic": false,
|
|
1203
|
+
"isAbstract": false,
|
|
1204
|
+
"isVirtual": false,
|
|
1205
|
+
"isOverride": false,
|
|
1206
|
+
"isSealed": false,
|
|
1516
1207
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1517
1208
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1518
1209
|
"isExtensionMethod": false
|
|
@@ -1520,13 +1211,18 @@
|
|
|
1520
1211
|
{
|
|
1521
1212
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1522
1213
|
"clrName": "IsNullOrEmpty",
|
|
1523
|
-
"tsEmitName": "isNullOrEmpty",
|
|
1524
1214
|
"metadataToken": 100663447,
|
|
1525
1215
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1526
1216
|
"normalizedSignature": "IsNullOrEmpty|(Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1527
1217
|
"emitScope": "ClassSurface",
|
|
1218
|
+
"provenance": "Original",
|
|
1528
1219
|
"arity": 0,
|
|
1529
1220
|
"parameterCount": 1,
|
|
1221
|
+
"isStatic": true,
|
|
1222
|
+
"isAbstract": false,
|
|
1223
|
+
"isVirtual": false,
|
|
1224
|
+
"isOverride": false,
|
|
1225
|
+
"isSealed": false,
|
|
1530
1226
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1531
1227
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1532
1228
|
"isExtensionMethod": false
|
|
@@ -1534,13 +1230,18 @@
|
|
|
1534
1230
|
{
|
|
1535
1231
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):Microsoft.Extensions.Primitives.StringValues",
|
|
1536
1232
|
"clrName": "Concat",
|
|
1537
|
-
"tsEmitName": "concat",
|
|
1538
1233
|
"metadataToken": 100663448,
|
|
1539
1234
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):Microsoft.Extensions.Primitives.StringValues",
|
|
1540
1235
|
"normalizedSignature": "Concat|(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1541
1236
|
"emitScope": "ClassSurface",
|
|
1237
|
+
"provenance": "Original",
|
|
1542
1238
|
"arity": 0,
|
|
1543
1239
|
"parameterCount": 2,
|
|
1240
|
+
"isStatic": true,
|
|
1241
|
+
"isAbstract": false,
|
|
1242
|
+
"isVirtual": false,
|
|
1243
|
+
"isOverride": false,
|
|
1244
|
+
"isSealed": false,
|
|
1544
1245
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1545
1246
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1546
1247
|
"isExtensionMethod": false
|
|
@@ -1548,13 +1249,18 @@
|
|
|
1548
1249
|
{
|
|
1549
1250
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Concat(Microsoft.Extensions.Primitives.StringValues\u0026,System.String):Microsoft.Extensions.Primitives.StringValues",
|
|
1550
1251
|
"clrName": "Concat",
|
|
1551
|
-
"tsEmitName": "concat",
|
|
1552
1252
|
"metadataToken": 100663449,
|
|
1553
1253
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues\u0026,System.String):Microsoft.Extensions.Primitives.StringValues",
|
|
1554
1254
|
"normalizedSignature": "Concat|(Microsoft.Extensions.Primitives.StringValues\u0026,System.String):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1555
1255
|
"emitScope": "ClassSurface",
|
|
1256
|
+
"provenance": "Original",
|
|
1556
1257
|
"arity": 0,
|
|
1557
1258
|
"parameterCount": 2,
|
|
1259
|
+
"isStatic": true,
|
|
1260
|
+
"isAbstract": false,
|
|
1261
|
+
"isVirtual": false,
|
|
1262
|
+
"isOverride": false,
|
|
1263
|
+
"isSealed": false,
|
|
1558
1264
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1559
1265
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1560
1266
|
"isExtensionMethod": false,
|
|
@@ -1568,13 +1274,18 @@
|
|
|
1568
1274
|
{
|
|
1569
1275
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Concat(System.String,Microsoft.Extensions.Primitives.StringValues\u0026):Microsoft.Extensions.Primitives.StringValues",
|
|
1570
1276
|
"clrName": "Concat",
|
|
1571
|
-
"tsEmitName": "concat",
|
|
1572
1277
|
"metadataToken": 100663450,
|
|
1573
1278
|
"canonicalSignature": "(System.String,Microsoft.Extensions.Primitives.StringValues\u0026):Microsoft.Extensions.Primitives.StringValues",
|
|
1574
1279
|
"normalizedSignature": "Concat|(System.String,Microsoft.Extensions.Primitives.StringValues\u0026):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1575
1280
|
"emitScope": "ClassSurface",
|
|
1281
|
+
"provenance": "Original",
|
|
1576
1282
|
"arity": 0,
|
|
1577
1283
|
"parameterCount": 2,
|
|
1284
|
+
"isStatic": true,
|
|
1285
|
+
"isAbstract": false,
|
|
1286
|
+
"isVirtual": false,
|
|
1287
|
+
"isOverride": false,
|
|
1288
|
+
"isSealed": false,
|
|
1578
1289
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1579
1290
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1580
1291
|
"isExtensionMethod": false,
|
|
@@ -1588,13 +1299,18 @@
|
|
|
1588
1299
|
{
|
|
1589
1300
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1590
1301
|
"clrName": "Equals",
|
|
1591
|
-
"tsEmitName": "equals",
|
|
1592
1302
|
"metadataToken": 100663451,
|
|
1593
1303
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1594
1304
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1595
1305
|
"emitScope": "ClassSurface",
|
|
1306
|
+
"provenance": "Original",
|
|
1596
1307
|
"arity": 0,
|
|
1597
1308
|
"parameterCount": 2,
|
|
1309
|
+
"isStatic": true,
|
|
1310
|
+
"isAbstract": false,
|
|
1311
|
+
"isVirtual": false,
|
|
1312
|
+
"isOverride": false,
|
|
1313
|
+
"isSealed": false,
|
|
1598
1314
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1599
1315
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1600
1316
|
"isExtensionMethod": false
|
|
@@ -1602,13 +1318,18 @@
|
|
|
1602
1318
|
{
|
|
1603
1319
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1604
1320
|
"clrName": "Equals",
|
|
1605
|
-
"tsEmitName": "equals",
|
|
1606
1321
|
"metadataToken": 100663454,
|
|
1607
1322
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1608
1323
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=false",
|
|
1609
1324
|
"emitScope": "ClassSurface",
|
|
1325
|
+
"provenance": "Original",
|
|
1610
1326
|
"arity": 0,
|
|
1611
1327
|
"parameterCount": 1,
|
|
1328
|
+
"isStatic": false,
|
|
1329
|
+
"isAbstract": false,
|
|
1330
|
+
"isVirtual": true,
|
|
1331
|
+
"isOverride": false,
|
|
1332
|
+
"isSealed": true,
|
|
1612
1333
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1613
1334
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1614
1335
|
"isExtensionMethod": false
|
|
@@ -1616,13 +1337,18 @@
|
|
|
1616
1337
|
{
|
|
1617
1338
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(System.String,Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1618
1339
|
"clrName": "Equals",
|
|
1619
|
-
"tsEmitName": "equals",
|
|
1620
1340
|
"metadataToken": 100663455,
|
|
1621
1341
|
"canonicalSignature": "(System.String,Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1622
1342
|
"normalizedSignature": "Equals|(System.String,Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1623
1343
|
"emitScope": "ClassSurface",
|
|
1344
|
+
"provenance": "Original",
|
|
1624
1345
|
"arity": 0,
|
|
1625
1346
|
"parameterCount": 2,
|
|
1347
|
+
"isStatic": true,
|
|
1348
|
+
"isAbstract": false,
|
|
1349
|
+
"isVirtual": false,
|
|
1350
|
+
"isOverride": false,
|
|
1351
|
+
"isSealed": false,
|
|
1626
1352
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1627
1353
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1628
1354
|
"isExtensionMethod": false
|
|
@@ -1630,13 +1356,18 @@
|
|
|
1630
1356
|
{
|
|
1631
1357
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(Microsoft.Extensions.Primitives.StringValues,System.String):System.Boolean",
|
|
1632
1358
|
"clrName": "Equals",
|
|
1633
|
-
"tsEmitName": "equals",
|
|
1634
1359
|
"metadataToken": 100663456,
|
|
1635
1360
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,System.String):System.Boolean",
|
|
1636
1361
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringValues,System.String):System.Boolean|static=true",
|
|
1637
1362
|
"emitScope": "ClassSurface",
|
|
1363
|
+
"provenance": "Original",
|
|
1638
1364
|
"arity": 0,
|
|
1639
1365
|
"parameterCount": 2,
|
|
1366
|
+
"isStatic": true,
|
|
1367
|
+
"isAbstract": false,
|
|
1368
|
+
"isVirtual": false,
|
|
1369
|
+
"isOverride": false,
|
|
1370
|
+
"isSealed": false,
|
|
1640
1371
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1641
1372
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1642
1373
|
"isExtensionMethod": false
|
|
@@ -1644,13 +1375,18 @@
|
|
|
1644
1375
|
{
|
|
1645
1376
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(System.String):System.Boolean",
|
|
1646
1377
|
"clrName": "Equals",
|
|
1647
|
-
"tsEmitName": "equals",
|
|
1648
1378
|
"metadataToken": 100663457,
|
|
1649
1379
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
1650
1380
|
"normalizedSignature": "Equals|(System.String):System.Boolean|static=false",
|
|
1651
1381
|
"emitScope": "ClassSurface",
|
|
1382
|
+
"provenance": "Original",
|
|
1652
1383
|
"arity": 0,
|
|
1653
1384
|
"parameterCount": 1,
|
|
1385
|
+
"isStatic": false,
|
|
1386
|
+
"isAbstract": false,
|
|
1387
|
+
"isVirtual": true,
|
|
1388
|
+
"isOverride": false,
|
|
1389
|
+
"isSealed": true,
|
|
1654
1390
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1655
1391
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1656
1392
|
"isExtensionMethod": false
|
|
@@ -1658,13 +1394,18 @@
|
|
|
1658
1394
|
{
|
|
1659
1395
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(System.String[],Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1660
1396
|
"clrName": "Equals",
|
|
1661
|
-
"tsEmitName": "equals",
|
|
1662
1397
|
"metadataToken": 100663458,
|
|
1663
1398
|
"canonicalSignature": "(System.String[],Microsoft.Extensions.Primitives.StringValues):System.Boolean",
|
|
1664
1399
|
"normalizedSignature": "Equals|(System.String[],Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1665
1400
|
"emitScope": "ClassSurface",
|
|
1401
|
+
"provenance": "Original",
|
|
1666
1402
|
"arity": 0,
|
|
1667
1403
|
"parameterCount": 2,
|
|
1404
|
+
"isStatic": true,
|
|
1405
|
+
"isAbstract": false,
|
|
1406
|
+
"isVirtual": false,
|
|
1407
|
+
"isOverride": false,
|
|
1408
|
+
"isSealed": false,
|
|
1668
1409
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1669
1410
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1670
1411
|
"isExtensionMethod": false
|
|
@@ -1672,13 +1413,18 @@
|
|
|
1672
1413
|
{
|
|
1673
1414
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(Microsoft.Extensions.Primitives.StringValues,System.String[]):System.Boolean",
|
|
1674
1415
|
"clrName": "Equals",
|
|
1675
|
-
"tsEmitName": "equals",
|
|
1676
1416
|
"metadataToken": 100663459,
|
|
1677
1417
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,System.String[]):System.Boolean",
|
|
1678
1418
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringValues,System.String[]):System.Boolean|static=true",
|
|
1679
1419
|
"emitScope": "ClassSurface",
|
|
1420
|
+
"provenance": "Original",
|
|
1680
1421
|
"arity": 0,
|
|
1681
1422
|
"parameterCount": 2,
|
|
1423
|
+
"isStatic": true,
|
|
1424
|
+
"isAbstract": false,
|
|
1425
|
+
"isVirtual": false,
|
|
1426
|
+
"isOverride": false,
|
|
1427
|
+
"isSealed": false,
|
|
1682
1428
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1683
1429
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1684
1430
|
"isExtensionMethod": false
|
|
@@ -1686,13 +1432,18 @@
|
|
|
1686
1432
|
{
|
|
1687
1433
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(System.String[]):System.Boolean",
|
|
1688
1434
|
"clrName": "Equals",
|
|
1689
|
-
"tsEmitName": "equals",
|
|
1690
1435
|
"metadataToken": 100663460,
|
|
1691
1436
|
"canonicalSignature": "(System.String[]):System.Boolean",
|
|
1692
1437
|
"normalizedSignature": "Equals|(System.String[]):System.Boolean|static=false",
|
|
1693
1438
|
"emitScope": "ClassSurface",
|
|
1439
|
+
"provenance": "Original",
|
|
1694
1440
|
"arity": 0,
|
|
1695
1441
|
"parameterCount": 1,
|
|
1442
|
+
"isStatic": false,
|
|
1443
|
+
"isAbstract": false,
|
|
1444
|
+
"isVirtual": true,
|
|
1445
|
+
"isOverride": false,
|
|
1446
|
+
"isSealed": true,
|
|
1696
1447
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1697
1448
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1698
1449
|
"isExtensionMethod": false
|
|
@@ -1700,13 +1451,18 @@
|
|
|
1700
1451
|
{
|
|
1701
1452
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Equals(System.Object):System.Boolean",
|
|
1702
1453
|
"clrName": "Equals",
|
|
1703
|
-
"tsEmitName": "equals",
|
|
1704
1454
|
"metadataToken": 100663473,
|
|
1705
1455
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1706
1456
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
1707
1457
|
"emitScope": "ClassSurface",
|
|
1458
|
+
"provenance": "Original",
|
|
1708
1459
|
"arity": 0,
|
|
1709
1460
|
"parameterCount": 1,
|
|
1461
|
+
"isStatic": false,
|
|
1462
|
+
"isAbstract": false,
|
|
1463
|
+
"isVirtual": true,
|
|
1464
|
+
"isOverride": true,
|
|
1465
|
+
"isSealed": false,
|
|
1710
1466
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1711
1467
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1712
1468
|
"isExtensionMethod": false
|
|
@@ -1714,13 +1470,18 @@
|
|
|
1714
1470
|
{
|
|
1715
1471
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::GetHashCode():System.Int32",
|
|
1716
1472
|
"clrName": "GetHashCode",
|
|
1717
|
-
"tsEmitName": "getHashCode",
|
|
1718
1473
|
"metadataToken": 100663474,
|
|
1719
1474
|
"canonicalSignature": "():System.Int32",
|
|
1720
1475
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
1721
1476
|
"emitScope": "ClassSurface",
|
|
1477
|
+
"provenance": "Original",
|
|
1722
1478
|
"arity": 0,
|
|
1723
1479
|
"parameterCount": 0,
|
|
1480
|
+
"isStatic": false,
|
|
1481
|
+
"isAbstract": false,
|
|
1482
|
+
"isVirtual": true,
|
|
1483
|
+
"isOverride": true,
|
|
1484
|
+
"isSealed": false,
|
|
1724
1485
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1725
1486
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1726
1487
|
"isExtensionMethod": false
|
|
@@ -1730,28 +1491,36 @@
|
|
|
1730
1491
|
{
|
|
1731
1492
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Count:System.Int32",
|
|
1732
1493
|
"clrName": "Count",
|
|
1733
|
-
"tsEmitName": "count",
|
|
1734
1494
|
"metadataToken": 385875996,
|
|
1735
1495
|
"canonicalSignature": ":System.Int32",
|
|
1736
1496
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1737
1497
|
"emitScope": "ClassSurface",
|
|
1498
|
+
"provenance": "Original",
|
|
1738
1499
|
"isIndexer": false,
|
|
1739
1500
|
"hasGetter": true,
|
|
1740
1501
|
"hasSetter": false,
|
|
1502
|
+
"isStatic": false,
|
|
1503
|
+
"isAbstract": false,
|
|
1504
|
+
"isVirtual": true,
|
|
1505
|
+
"isOverride": false,
|
|
1741
1506
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1742
1507
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1743
1508
|
},
|
|
1744
1509
|
{
|
|
1745
1510
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::Item[System.Int32]:System.String",
|
|
1746
1511
|
"clrName": "Item",
|
|
1747
|
-
"tsEmitName": "item",
|
|
1748
1512
|
"metadataToken": 385875999,
|
|
1749
1513
|
"canonicalSignature": "[System.Int32]:System.String",
|
|
1750
1514
|
"normalizedSignature": "Item|[System.Int32]:System.String|static=false|accessor=get",
|
|
1751
1515
|
"emitScope": "ClassSurface",
|
|
1516
|
+
"provenance": "Original",
|
|
1752
1517
|
"isIndexer": true,
|
|
1753
1518
|
"hasGetter": true,
|
|
1754
1519
|
"hasSetter": false,
|
|
1520
|
+
"isStatic": false,
|
|
1521
|
+
"isAbstract": false,
|
|
1522
|
+
"isVirtual": true,
|
|
1523
|
+
"isOverride": false,
|
|
1755
1524
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1756
1525
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1757
1526
|
}
|
|
@@ -1760,11 +1529,11 @@
|
|
|
1760
1529
|
{
|
|
1761
1530
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues::EmptyMicrosoft.Extensions.Primitives.StringValues",
|
|
1762
1531
|
"clrName": "Empty",
|
|
1763
|
-
"tsEmitName": "empty",
|
|
1764
1532
|
"metadataToken": 67108890,
|
|
1765
1533
|
"normalizedSignature": "Empty|Microsoft.Extensions.Primitives.StringValues|static=true|const=false",
|
|
1766
1534
|
"isStatic": true,
|
|
1767
1535
|
"isReadOnly": true,
|
|
1536
|
+
"isLiteral": false,
|
|
1768
1537
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1769
1538
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1770
1539
|
}
|
|
@@ -1791,251 +1560,35 @@
|
|
|
1791
1560
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1792
1561
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1793
1562
|
}
|
|
1794
|
-
],
|
|
1795
|
-
"exposedMethods": [
|
|
1796
|
-
{
|
|
1797
|
-
"tsName": "toString",
|
|
1798
|
-
"isStatic": false,
|
|
1799
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
1800
|
-
"target": {
|
|
1801
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1802
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1803
|
-
"metadataToken": 100663430
|
|
1804
|
-
}
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"tsName": "toArray",
|
|
1808
|
-
"isStatic": false,
|
|
1809
|
-
"tsSignatureId": "ToArray|():System.String[]|static=false",
|
|
1810
|
-
"target": {
|
|
1811
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1812
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1813
|
-
"metadataToken": 100663432
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"tsName": "getEnumerator",
|
|
1818
|
-
"isStatic": false,
|
|
1819
|
-
"tsSignatureId": "GetEnumerator|():Microsoft.Extensions.Primitives.StringValues\u002BEnumerator|static=false",
|
|
1820
|
-
"target": {
|
|
1821
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1822
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1823
|
-
"metadataToken": 100663444
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"tsName": "isNullOrEmpty",
|
|
1828
|
-
"isStatic": true,
|
|
1829
|
-
"tsSignatureId": "IsNullOrEmpty|(Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1830
|
-
"target": {
|
|
1831
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1832
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1833
|
-
"metadataToken": 100663447
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"tsName": "concat",
|
|
1838
|
-
"isStatic": true,
|
|
1839
|
-
"tsSignatureId": "Concat|(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1840
|
-
"target": {
|
|
1841
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1842
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1843
|
-
"metadataToken": 100663448
|
|
1844
|
-
}
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"tsName": "concat",
|
|
1848
|
-
"isStatic": true,
|
|
1849
|
-
"tsSignatureId": "Concat|(Microsoft.Extensions.Primitives.StringValues\u0026,System.String):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1850
|
-
"target": {
|
|
1851
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1852
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1853
|
-
"metadataToken": 100663449
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"tsName": "concat",
|
|
1858
|
-
"isStatic": true,
|
|
1859
|
-
"tsSignatureId": "Concat|(System.String,Microsoft.Extensions.Primitives.StringValues\u0026):Microsoft.Extensions.Primitives.StringValues|static=true",
|
|
1860
|
-
"target": {
|
|
1861
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1862
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1863
|
-
"metadataToken": 100663450
|
|
1864
|
-
}
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"tsName": "equals",
|
|
1868
|
-
"isStatic": true,
|
|
1869
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1870
|
-
"target": {
|
|
1871
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1872
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1873
|
-
"metadataToken": 100663451
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"tsName": "equals",
|
|
1878
|
-
"isStatic": false,
|
|
1879
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=false",
|
|
1880
|
-
"target": {
|
|
1881
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1882
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1883
|
-
"metadataToken": 100663454
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"tsName": "equals",
|
|
1888
|
-
"isStatic": true,
|
|
1889
|
-
"tsSignatureId": "Equals|(System.String,Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1890
|
-
"target": {
|
|
1891
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1892
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1893
|
-
"metadataToken": 100663455
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"tsName": "equals",
|
|
1898
|
-
"isStatic": true,
|
|
1899
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringValues,System.String):System.Boolean|static=true",
|
|
1900
|
-
"target": {
|
|
1901
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1902
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1903
|
-
"metadataToken": 100663456
|
|
1904
|
-
}
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"tsName": "equals",
|
|
1908
|
-
"isStatic": false,
|
|
1909
|
-
"tsSignatureId": "Equals|(System.String):System.Boolean|static=false",
|
|
1910
|
-
"target": {
|
|
1911
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1912
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1913
|
-
"metadataToken": 100663457
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"tsName": "equals",
|
|
1918
|
-
"isStatic": true,
|
|
1919
|
-
"tsSignatureId": "Equals|(System.String[],Microsoft.Extensions.Primitives.StringValues):System.Boolean|static=true",
|
|
1920
|
-
"target": {
|
|
1921
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1922
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1923
|
-
"metadataToken": 100663458
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"tsName": "equals",
|
|
1928
|
-
"isStatic": true,
|
|
1929
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringValues,System.String[]):System.Boolean|static=true",
|
|
1930
|
-
"target": {
|
|
1931
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1932
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1933
|
-
"metadataToken": 100663459
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"tsName": "equals",
|
|
1938
|
-
"isStatic": false,
|
|
1939
|
-
"tsSignatureId": "Equals|(System.String[]):System.Boolean|static=false",
|
|
1940
|
-
"target": {
|
|
1941
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1942
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1943
|
-
"metadataToken": 100663460
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"tsName": "equals",
|
|
1948
|
-
"isStatic": false,
|
|
1949
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
1950
|
-
"target": {
|
|
1951
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1952
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1953
|
-
"metadataToken": 100663473
|
|
1954
|
-
}
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"tsName": "getHashCode",
|
|
1958
|
-
"isStatic": false,
|
|
1959
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
1960
|
-
"target": {
|
|
1961
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1962
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1963
|
-
"metadataToken": 100663474
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"exposedProperties": [
|
|
1968
|
-
{
|
|
1969
|
-
"tsName": "count",
|
|
1970
|
-
"isStatic": false,
|
|
1971
|
-
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
|
|
1972
|
-
"target": {
|
|
1973
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1974
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1975
|
-
"metadataToken": 385875996
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"tsName": "item",
|
|
1980
|
-
"isStatic": false,
|
|
1981
|
-
"tsSignatureId": "Item|[System.Int32]:System.String|static=false|accessor=get",
|
|
1982
|
-
"target": {
|
|
1983
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1984
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1985
|
-
"metadataToken": 385875999
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
],
|
|
1989
|
-
"exposedFields": [
|
|
1990
|
-
{
|
|
1991
|
-
"tsName": "empty",
|
|
1992
|
-
"isStatic": true,
|
|
1993
|
-
"tsSignatureId": "Empty|Microsoft.Extensions.Primitives.StringValues|static=true|const=false",
|
|
1994
|
-
"target": {
|
|
1995
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
1996
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1997
|
-
"metadataToken": 67108890
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
2001
|
-
"exposedConstructors": [
|
|
2002
|
-
{
|
|
2003
|
-
"isStatic": false,
|
|
2004
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
2005
|
-
"target": {
|
|
2006
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
2007
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2008
|
-
"metadataToken": 100663418
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"isStatic": false,
|
|
2013
|
-
"tsSignatureId": "constructor|(System.String[]):void|static=false",
|
|
2014
|
-
"target": {
|
|
2015
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues",
|
|
2016
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2017
|
-
"metadataToken": 100663419
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2020
1563
|
]
|
|
2021
1564
|
},
|
|
2022
1565
|
{
|
|
2023
1566
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2024
1567
|
"clrName": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2025
|
-
"tsEmitName": "StringValues_Enumerator",
|
|
2026
1568
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2027
1569
|
"metadataToken": 0,
|
|
1570
|
+
"kind": "Struct",
|
|
1571
|
+
"accessibility": "Public",
|
|
1572
|
+
"isAbstract": false,
|
|
1573
|
+
"isSealed": true,
|
|
1574
|
+
"isStatic": false,
|
|
1575
|
+
"arity": 0,
|
|
2028
1576
|
"methods": [
|
|
2029
1577
|
{
|
|
2030
1578
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator::MoveNext():System.Boolean",
|
|
2031
1579
|
"clrName": "MoveNext",
|
|
2032
|
-
"tsEmitName": "moveNext",
|
|
2033
1580
|
"metadataToken": 100663512,
|
|
2034
1581
|
"canonicalSignature": "():System.Boolean",
|
|
2035
1582
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
2036
1583
|
"emitScope": "ClassSurface",
|
|
1584
|
+
"provenance": "Original",
|
|
2037
1585
|
"arity": 0,
|
|
2038
1586
|
"parameterCount": 0,
|
|
1587
|
+
"isStatic": false,
|
|
1588
|
+
"isAbstract": false,
|
|
1589
|
+
"isVirtual": true,
|
|
1590
|
+
"isOverride": false,
|
|
1591
|
+
"isSealed": true,
|
|
2039
1592
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2040
1593
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2041
1594
|
"isExtensionMethod": false
|
|
@@ -2043,13 +1596,18 @@
|
|
|
2043
1596
|
{
|
|
2044
1597
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator::Dispose():System.Void",
|
|
2045
1598
|
"clrName": "Dispose",
|
|
2046
|
-
"tsEmitName": "dispose",
|
|
2047
1599
|
"metadataToken": 100663516,
|
|
2048
1600
|
"canonicalSignature": "():System.Void",
|
|
2049
1601
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2050
1602
|
"emitScope": "ClassSurface",
|
|
1603
|
+
"provenance": "Original",
|
|
2051
1604
|
"arity": 0,
|
|
2052
1605
|
"parameterCount": 0,
|
|
1606
|
+
"isStatic": false,
|
|
1607
|
+
"isAbstract": false,
|
|
1608
|
+
"isVirtual": true,
|
|
1609
|
+
"isOverride": false,
|
|
1610
|
+
"isSealed": true,
|
|
2053
1611
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2054
1612
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2055
1613
|
"isExtensionMethod": false
|
|
@@ -2057,13 +1615,18 @@
|
|
|
2057
1615
|
{
|
|
2058
1616
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator::Reset():System.Void",
|
|
2059
1617
|
"clrName": "Reset",
|
|
2060
|
-
"tsEmitName": "reset",
|
|
2061
1618
|
"metadataToken": 0,
|
|
2062
1619
|
"canonicalSignature": "():System.Void",
|
|
2063
1620
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
2064
1621
|
"emitScope": "ClassSurface",
|
|
1622
|
+
"provenance": "Synthesized",
|
|
2065
1623
|
"arity": 0,
|
|
2066
1624
|
"parameterCount": 0,
|
|
1625
|
+
"isStatic": false,
|
|
1626
|
+
"isAbstract": false,
|
|
1627
|
+
"isVirtual": true,
|
|
1628
|
+
"isOverride": false,
|
|
1629
|
+
"isSealed": false,
|
|
2067
1630
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2068
1631
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2069
1632
|
"isExtensionMethod": false
|
|
@@ -2073,14 +1636,18 @@
|
|
|
2073
1636
|
{
|
|
2074
1637
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator::Current:System.String",
|
|
2075
1638
|
"clrName": "Current",
|
|
2076
|
-
"tsEmitName": "current",
|
|
2077
1639
|
"metadataToken": 385876002,
|
|
2078
1640
|
"canonicalSignature": ":System.String",
|
|
2079
1641
|
"normalizedSignature": "Current|:System.String|static=false|accessor=get",
|
|
2080
1642
|
"emitScope": "ClassSurface",
|
|
1643
|
+
"provenance": "Original",
|
|
2081
1644
|
"isIndexer": false,
|
|
2082
1645
|
"hasGetter": true,
|
|
2083
1646
|
"hasSetter": false,
|
|
1647
|
+
"isStatic": false,
|
|
1648
|
+
"isAbstract": false,
|
|
1649
|
+
"isVirtual": true,
|
|
1650
|
+
"isOverride": false,
|
|
2084
1651
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2085
1652
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2086
1653
|
}
|
|
@@ -2104,80 +1671,35 @@
|
|
|
2104
1671
|
}
|
|
2105
1672
|
]
|
|
2106
1673
|
}
|
|
2107
|
-
],
|
|
2108
|
-
"exposedMethods": [
|
|
2109
|
-
{
|
|
2110
|
-
"tsName": "moveNext",
|
|
2111
|
-
"isStatic": false,
|
|
2112
|
-
"tsSignatureId": "MoveNext|():System.Boolean|static=false",
|
|
2113
|
-
"target": {
|
|
2114
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2115
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2116
|
-
"metadataToken": 100663512
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"tsName": "dispose",
|
|
2121
|
-
"isStatic": false,
|
|
2122
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
2123
|
-
"target": {
|
|
2124
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2125
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2126
|
-
"metadataToken": 100663516
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"tsName": "reset",
|
|
2131
|
-
"isStatic": false,
|
|
2132
|
-
"tsSignatureId": "Reset|():System.Void|static=false",
|
|
2133
|
-
"target": {
|
|
2134
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2135
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2136
|
-
"metadataToken": 0
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
],
|
|
2140
|
-
"exposedProperties": [
|
|
2141
|
-
{
|
|
2142
|
-
"tsName": "current",
|
|
2143
|
-
"isStatic": false,
|
|
2144
|
-
"tsSignatureId": "Current|:System.String|static=false|accessor=get",
|
|
2145
|
-
"target": {
|
|
2146
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2147
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2148
|
-
"metadataToken": 385876002
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
|
-
],
|
|
2152
|
-
"exposedConstructors": [
|
|
2153
|
-
{
|
|
2154
|
-
"isStatic": false,
|
|
2155
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Primitives.StringValues\u0026):void|static=false",
|
|
2156
|
-
"target": {
|
|
2157
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
2158
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2159
|
-
"metadataToken": 100663511
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
1674
|
]
|
|
2163
1675
|
},
|
|
2164
1676
|
{
|
|
2165
1677
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2166
1678
|
"clrName": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2167
|
-
"tsEmitName": "CancellationChangeToken",
|
|
2168
1679
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2169
1680
|
"metadataToken": 0,
|
|
1681
|
+
"kind": "Class",
|
|
1682
|
+
"accessibility": "Public",
|
|
1683
|
+
"isAbstract": false,
|
|
1684
|
+
"isSealed": false,
|
|
1685
|
+
"isStatic": false,
|
|
1686
|
+
"arity": 0,
|
|
2170
1687
|
"methods": [
|
|
2171
1688
|
{
|
|
2172
1689
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CancellationChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2173
1690
|
"clrName": "RegisterChangeCallback",
|
|
2174
|
-
"tsEmitName": "registerChangeCallback",
|
|
2175
1691
|
"metadataToken": 100663327,
|
|
2176
1692
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2177
1693
|
"normalizedSignature": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2178
1694
|
"emitScope": "ClassSurface",
|
|
1695
|
+
"provenance": "Original",
|
|
2179
1696
|
"arity": 0,
|
|
2180
1697
|
"parameterCount": 2,
|
|
1698
|
+
"isStatic": false,
|
|
1699
|
+
"isAbstract": false,
|
|
1700
|
+
"isVirtual": true,
|
|
1701
|
+
"isOverride": false,
|
|
1702
|
+
"isSealed": true,
|
|
2181
1703
|
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2182
1704
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2183
1705
|
"isExtensionMethod": false
|
|
@@ -2185,72 +1707,96 @@
|
|
|
2185
1707
|
{
|
|
2186
1708
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2187
1709
|
"clrName": "RegisterChangeCallback",
|
|
2188
|
-
"tsEmitName": "registerChangeCallback$view",
|
|
2189
1710
|
"metadataToken": 100663343,
|
|
2190
1711
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2191
1712
|
"normalizedSignature": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2192
1713
|
"emitScope": "ViewOnly",
|
|
1714
|
+
"provenance": "ExplicitView",
|
|
2193
1715
|
"arity": 0,
|
|
2194
1716
|
"parameterCount": 2,
|
|
1717
|
+
"isStatic": false,
|
|
1718
|
+
"isAbstract": false,
|
|
1719
|
+
"isVirtual": true,
|
|
1720
|
+
"isOverride": false,
|
|
1721
|
+
"isSealed": false,
|
|
2195
1722
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2196
1723
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2197
|
-
"isExtensionMethod": false
|
|
1724
|
+
"isExtensionMethod": false,
|
|
1725
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
|
|
2198
1726
|
}
|
|
2199
1727
|
],
|
|
2200
1728
|
"properties": [
|
|
2201
1729
|
{
|
|
2202
1730
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CancellationChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
2203
1731
|
"clrName": "ActiveChangeCallbacks",
|
|
2204
|
-
"tsEmitName": "activeChangeCallbacks",
|
|
2205
1732
|
"metadataToken": 385875976,
|
|
2206
1733
|
"canonicalSignature": ":System.Boolean",
|
|
2207
1734
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2208
1735
|
"emitScope": "ClassSurface",
|
|
1736
|
+
"provenance": "Original",
|
|
2209
1737
|
"isIndexer": false,
|
|
2210
1738
|
"hasGetter": true,
|
|
2211
1739
|
"hasSetter": false,
|
|
1740
|
+
"isStatic": false,
|
|
1741
|
+
"isAbstract": false,
|
|
1742
|
+
"isVirtual": true,
|
|
1743
|
+
"isOverride": false,
|
|
2212
1744
|
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2213
1745
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2214
1746
|
},
|
|
2215
1747
|
{
|
|
2216
1748
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CancellationChangeToken::HasChanged:System.Boolean",
|
|
2217
1749
|
"clrName": "HasChanged",
|
|
2218
|
-
"tsEmitName": "hasChanged",
|
|
2219
1750
|
"metadataToken": 385875977,
|
|
2220
1751
|
"canonicalSignature": ":System.Boolean",
|
|
2221
1752
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2222
1753
|
"emitScope": "ClassSurface",
|
|
1754
|
+
"provenance": "Original",
|
|
2223
1755
|
"isIndexer": false,
|
|
2224
1756
|
"hasGetter": true,
|
|
2225
1757
|
"hasSetter": false,
|
|
1758
|
+
"isStatic": false,
|
|
1759
|
+
"isAbstract": false,
|
|
1760
|
+
"isVirtual": true,
|
|
1761
|
+
"isOverride": false,
|
|
2226
1762
|
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2227
1763
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2228
1764
|
},
|
|
2229
1765
|
{
|
|
2230
1766
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
|
|
2231
1767
|
"clrName": "HasChanged",
|
|
2232
|
-
"tsEmitName": "hasChanged$view",
|
|
2233
1768
|
"metadataToken": 385875983,
|
|
2234
1769
|
"canonicalSignature": ":System.Boolean",
|
|
2235
1770
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2236
1771
|
"emitScope": "ViewOnly",
|
|
1772
|
+
"provenance": "ExplicitView",
|
|
2237
1773
|
"isIndexer": false,
|
|
2238
1774
|
"hasGetter": true,
|
|
2239
1775
|
"hasSetter": false,
|
|
1776
|
+
"isStatic": false,
|
|
1777
|
+
"isAbstract": false,
|
|
1778
|
+
"isVirtual": true,
|
|
1779
|
+
"isOverride": false,
|
|
1780
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2240
1781
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2241
1782
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2242
1783
|
},
|
|
2243
1784
|
{
|
|
2244
1785
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
2245
1786
|
"clrName": "ActiveChangeCallbacks",
|
|
2246
|
-
"tsEmitName": "activeChangeCallbacks$view",
|
|
2247
1787
|
"metadataToken": 385875984,
|
|
2248
1788
|
"canonicalSignature": ":System.Boolean",
|
|
2249
1789
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2250
1790
|
"emitScope": "ViewOnly",
|
|
1791
|
+
"provenance": "ExplicitView",
|
|
2251
1792
|
"isIndexer": false,
|
|
2252
1793
|
"hasGetter": true,
|
|
2253
1794
|
"hasSetter": false,
|
|
1795
|
+
"isStatic": false,
|
|
1796
|
+
"isAbstract": false,
|
|
1797
|
+
"isVirtual": true,
|
|
1798
|
+
"isOverride": false,
|
|
1799
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2254
1800
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2255
1801
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2256
1802
|
}
|
|
@@ -2268,100 +1814,35 @@
|
|
|
2268
1814
|
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2269
1815
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2270
1816
|
}
|
|
2271
|
-
],
|
|
2272
|
-
"exposedMethods": [
|
|
2273
|
-
{
|
|
2274
|
-
"tsName": "registerChangeCallback",
|
|
2275
|
-
"isStatic": false,
|
|
2276
|
-
"tsSignatureId": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2277
|
-
"target": {
|
|
2278
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2279
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2280
|
-
"metadataToken": 100663327
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"tsName": "registerChangeCallback$view",
|
|
2285
|
-
"isStatic": false,
|
|
2286
|
-
"tsSignatureId": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2287
|
-
"target": {
|
|
2288
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2289
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2290
|
-
"metadataToken": 100663343
|
|
2291
|
-
}
|
|
2292
|
-
}
|
|
2293
|
-
],
|
|
2294
|
-
"exposedProperties": [
|
|
2295
|
-
{
|
|
2296
|
-
"tsName": "activeChangeCallbacks",
|
|
2297
|
-
"isStatic": false,
|
|
2298
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2299
|
-
"target": {
|
|
2300
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2301
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2302
|
-
"metadataToken": 385875976
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"tsName": "hasChanged",
|
|
2307
|
-
"isStatic": false,
|
|
2308
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2309
|
-
"target": {
|
|
2310
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2311
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2312
|
-
"metadataToken": 385875977
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"tsName": "hasChanged$view",
|
|
2317
|
-
"isStatic": false,
|
|
2318
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2319
|
-
"target": {
|
|
2320
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2321
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2322
|
-
"metadataToken": 385875983
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"tsName": "activeChangeCallbacks$view",
|
|
2327
|
-
"isStatic": false,
|
|
2328
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2329
|
-
"target": {
|
|
2330
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2331
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2332
|
-
"metadataToken": 385875984
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
|
-
],
|
|
2336
|
-
"exposedConstructors": [
|
|
2337
|
-
{
|
|
2338
|
-
"isStatic": false,
|
|
2339
|
-
"tsSignatureId": "constructor|(System.Threading.CancellationToken):void|static=false",
|
|
2340
|
-
"target": {
|
|
2341
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CancellationChangeToken",
|
|
2342
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2343
|
-
"metadataToken": 100663322
|
|
2344
|
-
}
|
|
2345
|
-
}
|
|
2346
1817
|
]
|
|
2347
1818
|
},
|
|
2348
1819
|
{
|
|
2349
1820
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2350
1821
|
"clrName": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2351
|
-
"tsEmitName": "CompositeChangeToken",
|
|
2352
1822
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2353
1823
|
"metadataToken": 0,
|
|
1824
|
+
"kind": "Class",
|
|
1825
|
+
"accessibility": "Public",
|
|
1826
|
+
"isAbstract": false,
|
|
1827
|
+
"isSealed": false,
|
|
1828
|
+
"isStatic": false,
|
|
1829
|
+
"arity": 0,
|
|
2354
1830
|
"methods": [
|
|
2355
1831
|
{
|
|
2356
1832
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CompositeChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2357
1833
|
"clrName": "RegisterChangeCallback",
|
|
2358
|
-
"tsEmitName": "registerChangeCallback",
|
|
2359
1834
|
"metadataToken": 100663334,
|
|
2360
1835
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2361
1836
|
"normalizedSignature": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2362
1837
|
"emitScope": "ClassSurface",
|
|
1838
|
+
"provenance": "Original",
|
|
2363
1839
|
"arity": 0,
|
|
2364
1840
|
"parameterCount": 2,
|
|
1841
|
+
"isStatic": false,
|
|
1842
|
+
"isAbstract": false,
|
|
1843
|
+
"isVirtual": true,
|
|
1844
|
+
"isOverride": false,
|
|
1845
|
+
"isSealed": true,
|
|
2365
1846
|
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2366
1847
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2367
1848
|
"isExtensionMethod": false
|
|
@@ -2369,86 +1850,114 @@
|
|
|
2369
1850
|
{
|
|
2370
1851
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2371
1852
|
"clrName": "RegisterChangeCallback",
|
|
2372
|
-
"tsEmitName": "registerChangeCallback$view",
|
|
2373
1853
|
"metadataToken": 100663343,
|
|
2374
1854
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
2375
1855
|
"normalizedSignature": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2376
1856
|
"emitScope": "ViewOnly",
|
|
1857
|
+
"provenance": "ExplicitView",
|
|
2377
1858
|
"arity": 0,
|
|
2378
1859
|
"parameterCount": 2,
|
|
1860
|
+
"isStatic": false,
|
|
1861
|
+
"isAbstract": false,
|
|
1862
|
+
"isVirtual": true,
|
|
1863
|
+
"isOverride": false,
|
|
1864
|
+
"isSealed": false,
|
|
2379
1865
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2380
1866
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2381
|
-
"isExtensionMethod": false
|
|
1867
|
+
"isExtensionMethod": false,
|
|
1868
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
|
|
2382
1869
|
}
|
|
2383
1870
|
],
|
|
2384
1871
|
"properties": [
|
|
2385
1872
|
{
|
|
2386
1873
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CompositeChangeToken::ChangeTokens:System.Collections.Generic.IReadOnlyList_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2387
1874
|
"clrName": "ChangeTokens",
|
|
2388
|
-
"tsEmitName": "changeTokens",
|
|
2389
1875
|
"metadataToken": 385875980,
|
|
2390
1876
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2391
1877
|
"normalizedSignature": "ChangeTokens|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2392
1878
|
"emitScope": "ClassSurface",
|
|
1879
|
+
"provenance": "Original",
|
|
2393
1880
|
"isIndexer": false,
|
|
2394
1881
|
"hasGetter": true,
|
|
2395
1882
|
"hasSetter": false,
|
|
1883
|
+
"isStatic": false,
|
|
1884
|
+
"isAbstract": false,
|
|
1885
|
+
"isVirtual": false,
|
|
1886
|
+
"isOverride": false,
|
|
2396
1887
|
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2397
1888
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2398
1889
|
},
|
|
2399
1890
|
{
|
|
2400
1891
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CompositeChangeToken::HasChanged:System.Boolean",
|
|
2401
1892
|
"clrName": "HasChanged",
|
|
2402
|
-
"tsEmitName": "hasChanged",
|
|
2403
1893
|
"metadataToken": 385875981,
|
|
2404
1894
|
"canonicalSignature": ":System.Boolean",
|
|
2405
1895
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2406
1896
|
"emitScope": "ClassSurface",
|
|
1897
|
+
"provenance": "Original",
|
|
2407
1898
|
"isIndexer": false,
|
|
2408
1899
|
"hasGetter": true,
|
|
2409
1900
|
"hasSetter": false,
|
|
1901
|
+
"isStatic": false,
|
|
1902
|
+
"isAbstract": false,
|
|
1903
|
+
"isVirtual": true,
|
|
1904
|
+
"isOverride": false,
|
|
2410
1905
|
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2411
1906
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2412
1907
|
},
|
|
2413
1908
|
{
|
|
2414
1909
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.CompositeChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
2415
1910
|
"clrName": "ActiveChangeCallbacks",
|
|
2416
|
-
"tsEmitName": "activeChangeCallbacks",
|
|
2417
1911
|
"metadataToken": 385875982,
|
|
2418
1912
|
"canonicalSignature": ":System.Boolean",
|
|
2419
1913
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2420
1914
|
"emitScope": "ClassSurface",
|
|
1915
|
+
"provenance": "Original",
|
|
2421
1916
|
"isIndexer": false,
|
|
2422
1917
|
"hasGetter": true,
|
|
2423
1918
|
"hasSetter": false,
|
|
1919
|
+
"isStatic": false,
|
|
1920
|
+
"isAbstract": false,
|
|
1921
|
+
"isVirtual": true,
|
|
1922
|
+
"isOverride": false,
|
|
2424
1923
|
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2425
1924
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2426
1925
|
},
|
|
2427
1926
|
{
|
|
2428
1927
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
|
|
2429
1928
|
"clrName": "HasChanged",
|
|
2430
|
-
"tsEmitName": "hasChanged$view",
|
|
2431
1929
|
"metadataToken": 385875983,
|
|
2432
1930
|
"canonicalSignature": ":System.Boolean",
|
|
2433
1931
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2434
1932
|
"emitScope": "ViewOnly",
|
|
1933
|
+
"provenance": "ExplicitView",
|
|
2435
1934
|
"isIndexer": false,
|
|
2436
1935
|
"hasGetter": true,
|
|
2437
1936
|
"hasSetter": false,
|
|
1937
|
+
"isStatic": false,
|
|
1938
|
+
"isAbstract": false,
|
|
1939
|
+
"isVirtual": true,
|
|
1940
|
+
"isOverride": false,
|
|
1941
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2438
1942
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2439
1943
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2440
1944
|
},
|
|
2441
1945
|
{
|
|
2442
1946
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
2443
1947
|
"clrName": "ActiveChangeCallbacks",
|
|
2444
|
-
"tsEmitName": "activeChangeCallbacks$view",
|
|
2445
1948
|
"metadataToken": 385875984,
|
|
2446
1949
|
"canonicalSignature": ":System.Boolean",
|
|
2447
1950
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2448
1951
|
"emitScope": "ViewOnly",
|
|
1952
|
+
"provenance": "ExplicitView",
|
|
2449
1953
|
"isIndexer": false,
|
|
2450
1954
|
"hasGetter": true,
|
|
2451
1955
|
"hasSetter": false,
|
|
1956
|
+
"isStatic": false,
|
|
1957
|
+
"isAbstract": false,
|
|
1958
|
+
"isVirtual": true,
|
|
1959
|
+
"isOverride": false,
|
|
1960
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2452
1961
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2453
1962
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2454
1963
|
}
|
|
@@ -2466,110 +1975,35 @@
|
|
|
2466
1975
|
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2467
1976
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2468
1977
|
}
|
|
2469
|
-
],
|
|
2470
|
-
"exposedMethods": [
|
|
2471
|
-
{
|
|
2472
|
-
"tsName": "registerChangeCallback",
|
|
2473
|
-
"isStatic": false,
|
|
2474
|
-
"tsSignatureId": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2475
|
-
"target": {
|
|
2476
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2477
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2478
|
-
"metadataToken": 100663334
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"tsName": "registerChangeCallback$view",
|
|
2483
|
-
"isStatic": false,
|
|
2484
|
-
"tsSignatureId": "RegisterChangeCallback|(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable|static=false",
|
|
2485
|
-
"target": {
|
|
2486
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2487
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2488
|
-
"metadataToken": 100663343
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2491
|
-
],
|
|
2492
|
-
"exposedProperties": [
|
|
2493
|
-
{
|
|
2494
|
-
"tsName": "changeTokens",
|
|
2495
|
-
"isStatic": false,
|
|
2496
|
-
"tsSignatureId": "ChangeTokens|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2497
|
-
"target": {
|
|
2498
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2499
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2500
|
-
"metadataToken": 385875980
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"tsName": "hasChanged",
|
|
2505
|
-
"isStatic": false,
|
|
2506
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2507
|
-
"target": {
|
|
2508
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2509
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2510
|
-
"metadataToken": 385875981
|
|
2511
|
-
}
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"tsName": "activeChangeCallbacks",
|
|
2515
|
-
"isStatic": false,
|
|
2516
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2517
|
-
"target": {
|
|
2518
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2519
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2520
|
-
"metadataToken": 385875982
|
|
2521
|
-
}
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"tsName": "hasChanged$view",
|
|
2525
|
-
"isStatic": false,
|
|
2526
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
2527
|
-
"target": {
|
|
2528
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2529
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2530
|
-
"metadataToken": 385875983
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"tsName": "activeChangeCallbacks$view",
|
|
2535
|
-
"isStatic": false,
|
|
2536
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
2537
|
-
"target": {
|
|
2538
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
2539
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2540
|
-
"metadataToken": 385875984
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
],
|
|
2544
|
-
"exposedConstructors": [
|
|
2545
|
-
{
|
|
2546
|
-
"isStatic": false,
|
|
2547
|
-
"tsSignatureId": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
2548
|
-
"target": {
|
|
2549
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.CompositeChangeToken",
|
|
2550
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2551
|
-
"metadataToken": 100663332
|
|
2552
|
-
}
|
|
2553
|
-
}
|
|
2554
1978
|
]
|
|
2555
1979
|
},
|
|
2556
1980
|
{
|
|
2557
1981
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2558
1982
|
"clrName": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2559
|
-
"tsEmitName": "StringSegmentComparer",
|
|
2560
1983
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2561
1984
|
"metadataToken": 0,
|
|
1985
|
+
"kind": "Class",
|
|
1986
|
+
"accessibility": "Public",
|
|
1987
|
+
"isAbstract": false,
|
|
1988
|
+
"isSealed": false,
|
|
1989
|
+
"isStatic": false,
|
|
1990
|
+
"arity": 0,
|
|
2562
1991
|
"methods": [
|
|
2563
1992
|
{
|
|
2564
1993
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer::Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Int32",
|
|
2565
1994
|
"clrName": "Compare",
|
|
2566
|
-
"tsEmitName": "compare",
|
|
2567
1995
|
"metadataToken": 100663409,
|
|
2568
1996
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Int32",
|
|
2569
1997
|
"normalizedSignature": "Compare|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Int32|static=false",
|
|
2570
1998
|
"emitScope": "ClassSurface",
|
|
1999
|
+
"provenance": "Original",
|
|
2571
2000
|
"arity": 0,
|
|
2572
2001
|
"parameterCount": 2,
|
|
2002
|
+
"isStatic": false,
|
|
2003
|
+
"isAbstract": false,
|
|
2004
|
+
"isVirtual": true,
|
|
2005
|
+
"isOverride": false,
|
|
2006
|
+
"isSealed": true,
|
|
2573
2007
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2574
2008
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2575
2009
|
"isExtensionMethod": false
|
|
@@ -2577,13 +2011,18 @@
|
|
|
2577
2011
|
{
|
|
2578
2012
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer::Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
2579
2013
|
"clrName": "Equals",
|
|
2580
|
-
"tsEmitName": "equals",
|
|
2581
2014
|
"metadataToken": 100663410,
|
|
2582
2015
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Boolean",
|
|
2583
2016
|
"normalizedSignature": "Equals|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=false",
|
|
2584
2017
|
"emitScope": "ClassSurface",
|
|
2018
|
+
"provenance": "Original",
|
|
2585
2019
|
"arity": 0,
|
|
2586
2020
|
"parameterCount": 2,
|
|
2021
|
+
"isStatic": false,
|
|
2022
|
+
"isAbstract": false,
|
|
2023
|
+
"isVirtual": true,
|
|
2024
|
+
"isOverride": false,
|
|
2025
|
+
"isSealed": true,
|
|
2587
2026
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2588
2027
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2589
2028
|
"isExtensionMethod": false
|
|
@@ -2591,13 +2030,18 @@
|
|
|
2591
2030
|
{
|
|
2592
2031
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer::GetHashCode(Microsoft.Extensions.Primitives.StringSegment):System.Int32",
|
|
2593
2032
|
"clrName": "GetHashCode",
|
|
2594
|
-
"tsEmitName": "getHashCode",
|
|
2595
2033
|
"metadataToken": 100663411,
|
|
2596
2034
|
"canonicalSignature": "(Microsoft.Extensions.Primitives.StringSegment):System.Int32",
|
|
2597
2035
|
"normalizedSignature": "GetHashCode|(Microsoft.Extensions.Primitives.StringSegment):System.Int32|static=false",
|
|
2598
2036
|
"emitScope": "ClassSurface",
|
|
2037
|
+
"provenance": "Original",
|
|
2599
2038
|
"arity": 0,
|
|
2600
2039
|
"parameterCount": 1,
|
|
2040
|
+
"isStatic": false,
|
|
2041
|
+
"isAbstract": false,
|
|
2042
|
+
"isVirtual": true,
|
|
2043
|
+
"isOverride": false,
|
|
2044
|
+
"isSealed": true,
|
|
2601
2045
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2602
2046
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2603
2047
|
"isExtensionMethod": false
|
|
@@ -2607,107 +2051,71 @@
|
|
|
2607
2051
|
{
|
|
2608
2052
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer::Ordinal:Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2609
2053
|
"clrName": "Ordinal",
|
|
2610
|
-
"tsEmitName": "ordinal",
|
|
2611
2054
|
"metadataToken": 385875992,
|
|
2612
2055
|
"canonicalSignature": ":Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2613
2056
|
"normalizedSignature": "Ordinal|:Microsoft.Extensions.Primitives.StringSegmentComparer|static=true|accessor=get",
|
|
2614
2057
|
"emitScope": "ClassSurface",
|
|
2058
|
+
"provenance": "Original",
|
|
2615
2059
|
"isIndexer": false,
|
|
2616
2060
|
"hasGetter": true,
|
|
2617
2061
|
"hasSetter": false,
|
|
2062
|
+
"isStatic": true,
|
|
2063
|
+
"isAbstract": false,
|
|
2064
|
+
"isVirtual": false,
|
|
2065
|
+
"isOverride": false,
|
|
2618
2066
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2619
2067
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2620
2068
|
},
|
|
2621
2069
|
{
|
|
2622
2070
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringSegmentComparer::OrdinalIgnoreCase:Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2623
2071
|
"clrName": "OrdinalIgnoreCase",
|
|
2624
|
-
"tsEmitName": "ordinalIgnoreCase",
|
|
2625
2072
|
"metadataToken": 385875993,
|
|
2626
2073
|
"canonicalSignature": ":Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2627
2074
|
"normalizedSignature": "OrdinalIgnoreCase|:Microsoft.Extensions.Primitives.StringSegmentComparer|static=true|accessor=get",
|
|
2628
2075
|
"emitScope": "ClassSurface",
|
|
2076
|
+
"provenance": "Original",
|
|
2629
2077
|
"isIndexer": false,
|
|
2630
2078
|
"hasGetter": true,
|
|
2631
2079
|
"hasSetter": false,
|
|
2080
|
+
"isStatic": true,
|
|
2081
|
+
"isAbstract": false,
|
|
2082
|
+
"isVirtual": false,
|
|
2083
|
+
"isOverride": false,
|
|
2632
2084
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2633
2085
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
2634
2086
|
}
|
|
2635
2087
|
],
|
|
2636
2088
|
"fields": [],
|
|
2637
2089
|
"events": [],
|
|
2638
|
-
"constructors": []
|
|
2639
|
-
"exposedMethods": [
|
|
2640
|
-
{
|
|
2641
|
-
"tsName": "compare",
|
|
2642
|
-
"isStatic": false,
|
|
2643
|
-
"tsSignatureId": "Compare|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Int32|static=false",
|
|
2644
|
-
"target": {
|
|
2645
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2646
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2647
|
-
"metadataToken": 100663409
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"tsName": "equals",
|
|
2652
|
-
"isStatic": false,
|
|
2653
|
-
"tsSignatureId": "Equals|(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment):System.Boolean|static=false",
|
|
2654
|
-
"target": {
|
|
2655
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2656
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2657
|
-
"metadataToken": 100663410
|
|
2658
|
-
}
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"tsName": "getHashCode",
|
|
2662
|
-
"isStatic": false,
|
|
2663
|
-
"tsSignatureId": "GetHashCode|(Microsoft.Extensions.Primitives.StringSegment):System.Int32|static=false",
|
|
2664
|
-
"target": {
|
|
2665
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2666
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2667
|
-
"metadataToken": 100663411
|
|
2668
|
-
}
|
|
2669
|
-
}
|
|
2670
|
-
],
|
|
2671
|
-
"exposedProperties": [
|
|
2672
|
-
{
|
|
2673
|
-
"tsName": "ordinal",
|
|
2674
|
-
"isStatic": true,
|
|
2675
|
-
"tsSignatureId": "Ordinal|:Microsoft.Extensions.Primitives.StringSegmentComparer|static=true|accessor=get",
|
|
2676
|
-
"target": {
|
|
2677
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2678
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2679
|
-
"metadataToken": 385875992
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"tsName": "ordinalIgnoreCase",
|
|
2684
|
-
"isStatic": true,
|
|
2685
|
-
"tsSignatureId": "OrdinalIgnoreCase|:Microsoft.Extensions.Primitives.StringSegmentComparer|static=true|accessor=get",
|
|
2686
|
-
"target": {
|
|
2687
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.StringSegmentComparer",
|
|
2688
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2689
|
-
"metadataToken": 385875993
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2692
|
-
]
|
|
2090
|
+
"constructors": []
|
|
2693
2091
|
},
|
|
2694
2092
|
{
|
|
2695
2093
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.ChangeToken",
|
|
2696
2094
|
"clrName": "Microsoft.Extensions.Primitives.ChangeToken",
|
|
2697
|
-
"tsEmitName": "ChangeToken",
|
|
2698
2095
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2699
2096
|
"metadataToken": 0,
|
|
2097
|
+
"kind": "StaticNamespace",
|
|
2098
|
+
"accessibility": "Public",
|
|
2099
|
+
"isAbstract": true,
|
|
2100
|
+
"isSealed": true,
|
|
2101
|
+
"isStatic": true,
|
|
2102
|
+
"arity": 0,
|
|
2700
2103
|
"methods": [
|
|
2701
2104
|
{
|
|
2702
2105
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.ChangeToken::OnChange(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action):System.IDisposable",
|
|
2703
2106
|
"clrName": "OnChange",
|
|
2704
|
-
"tsEmitName": "onChange",
|
|
2705
2107
|
"metadataToken": 100663328,
|
|
2706
2108
|
"canonicalSignature": "(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action):System.IDisposable",
|
|
2707
2109
|
"normalizedSignature": "OnChange|(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action):System.IDisposable|static=true",
|
|
2708
2110
|
"emitScope": "ClassSurface",
|
|
2111
|
+
"provenance": "Original",
|
|
2709
2112
|
"arity": 0,
|
|
2710
2113
|
"parameterCount": 2,
|
|
2114
|
+
"isStatic": true,
|
|
2115
|
+
"isAbstract": false,
|
|
2116
|
+
"isVirtual": false,
|
|
2117
|
+
"isOverride": false,
|
|
2118
|
+
"isSealed": false,
|
|
2711
2119
|
"declaringClrType": "Microsoft.Extensions.Primitives.ChangeToken",
|
|
2712
2120
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2713
2121
|
"isExtensionMethod": false
|
|
@@ -2715,13 +2123,18 @@
|
|
|
2715
2123
|
{
|
|
2716
2124
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.ChangeToken::OnChange(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Action_1,TState):System.IDisposable",
|
|
2717
2125
|
"clrName": "OnChange",
|
|
2718
|
-
"tsEmitName": "onChange",
|
|
2719
2126
|
"metadataToken": 100663329,
|
|
2720
2127
|
"canonicalSignature": "(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Action_1,TState):System.IDisposable",
|
|
2721
2128
|
"normalizedSignature": "OnChange|(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Action_1,TState):System.IDisposable|static=true",
|
|
2722
2129
|
"emitScope": "ClassSurface",
|
|
2130
|
+
"provenance": "Original",
|
|
2723
2131
|
"arity": 1,
|
|
2724
2132
|
"parameterCount": 3,
|
|
2133
|
+
"isStatic": true,
|
|
2134
|
+
"isAbstract": false,
|
|
2135
|
+
"isVirtual": false,
|
|
2136
|
+
"isOverride": false,
|
|
2137
|
+
"isSealed": false,
|
|
2725
2138
|
"declaringClrType": "Microsoft.Extensions.Primitives.ChangeToken",
|
|
2726
2139
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2727
2140
|
"isExtensionMethod": false
|
|
@@ -2730,47 +2143,35 @@
|
|
|
2730
2143
|
"properties": [],
|
|
2731
2144
|
"fields": [],
|
|
2732
2145
|
"events": [],
|
|
2733
|
-
"constructors": []
|
|
2734
|
-
"exposedMethods": [
|
|
2735
|
-
{
|
|
2736
|
-
"tsName": "onChange",
|
|
2737
|
-
"isStatic": true,
|
|
2738
|
-
"tsSignatureId": "OnChange|(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action):System.IDisposable|static=true",
|
|
2739
|
-
"target": {
|
|
2740
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.ChangeToken",
|
|
2741
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2742
|
-
"metadataToken": 100663328
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"tsName": "onChange",
|
|
2747
|
-
"isStatic": true,
|
|
2748
|
-
"tsSignatureId": "OnChange|(System.Func_1[[Microsoft.Extensions.Primitives.IChangeToken,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Action_1,TState):System.IDisposable|static=true",
|
|
2749
|
-
"target": {
|
|
2750
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.ChangeToken",
|
|
2751
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2752
|
-
"metadataToken": 100663329
|
|
2753
|
-
}
|
|
2754
|
-
}
|
|
2755
|
-
]
|
|
2146
|
+
"constructors": []
|
|
2756
2147
|
},
|
|
2757
2148
|
{
|
|
2758
2149
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.Extensions",
|
|
2759
2150
|
"clrName": "Microsoft.Extensions.Primitives.Extensions",
|
|
2760
|
-
"tsEmitName": "Extensions",
|
|
2761
2151
|
"assemblyName": "Microsoft.Extensions.Primitives",
|
|
2762
2152
|
"metadataToken": 0,
|
|
2153
|
+
"kind": "StaticNamespace",
|
|
2154
|
+
"accessibility": "Public",
|
|
2155
|
+
"isAbstract": true,
|
|
2156
|
+
"isSealed": true,
|
|
2157
|
+
"isStatic": true,
|
|
2158
|
+
"arity": 0,
|
|
2763
2159
|
"methods": [
|
|
2764
2160
|
{
|
|
2765
2161
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.Extensions::Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment):System.Text.StringBuilder",
|
|
2766
2162
|
"clrName": "Append",
|
|
2767
|
-
"tsEmitName": "append",
|
|
2768
2163
|
"metadataToken": 100663340,
|
|
2769
2164
|
"canonicalSignature": "(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment):System.Text.StringBuilder",
|
|
2770
2165
|
"normalizedSignature": "Append|(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment):System.Text.StringBuilder|static=true",
|
|
2771
2166
|
"emitScope": "ClassSurface",
|
|
2167
|
+
"provenance": "Original",
|
|
2772
2168
|
"arity": 0,
|
|
2773
2169
|
"parameterCount": 2,
|
|
2170
|
+
"isStatic": true,
|
|
2171
|
+
"isAbstract": false,
|
|
2172
|
+
"isVirtual": false,
|
|
2173
|
+
"isOverride": false,
|
|
2174
|
+
"isSealed": false,
|
|
2774
2175
|
"declaringClrType": "Microsoft.Extensions.Primitives.Extensions",
|
|
2775
2176
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2776
2177
|
"isExtensionMethod": true
|
|
@@ -2779,19 +2180,7 @@
|
|
|
2779
2180
|
"properties": [],
|
|
2780
2181
|
"fields": [],
|
|
2781
2182
|
"events": [],
|
|
2782
|
-
"constructors": []
|
|
2783
|
-
"exposedMethods": [
|
|
2784
|
-
{
|
|
2785
|
-
"tsName": "append",
|
|
2786
|
-
"isStatic": true,
|
|
2787
|
-
"tsSignatureId": "Append|(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment):System.Text.StringBuilder|static=true",
|
|
2788
|
-
"target": {
|
|
2789
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.Extensions",
|
|
2790
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
2791
|
-
"metadataToken": 100663340
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
]
|
|
2183
|
+
"constructors": []
|
|
2795
2184
|
}
|
|
2796
2185
|
]
|
|
2797
2186
|
}
|