@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.FileSystemGlobbing.Internal.PathSegments",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileSystemGlobbing"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
7
|
-
"tsEmitName": "CurrentPathSegment",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment::Match(System.String):System.Boolean",
|
|
13
21
|
"clrName": "Match",
|
|
14
|
-
"tsEmitName": "match",
|
|
15
22
|
"metadataToken": 100663443,
|
|
16
23
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
17
24
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 1,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": true,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,44 +38,59 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
27
40
|
"clrName": "Match",
|
|
28
|
-
"tsEmitName": "match$view",
|
|
29
41
|
"metadataToken": 100663359,
|
|
30
42
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
31
43
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
32
44
|
"emitScope": "ViewOnly",
|
|
45
|
+
"provenance": "ExplicitView",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 1,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
37
|
-
"isExtensionMethod": false
|
|
55
|
+
"isExtensionMethod": false,
|
|
56
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
|
|
38
57
|
}
|
|
39
58
|
],
|
|
40
59
|
"properties": [
|
|
41
60
|
{
|
|
42
61
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment::CanProduceStem:System.Boolean",
|
|
43
62
|
"clrName": "CanProduceStem",
|
|
44
|
-
"tsEmitName": "canProduceStem",
|
|
45
63
|
"metadataToken": 385875996,
|
|
46
64
|
"canonicalSignature": ":System.Boolean",
|
|
47
65
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
48
66
|
"emitScope": "ClassSurface",
|
|
67
|
+
"provenance": "Original",
|
|
49
68
|
"isIndexer": false,
|
|
50
69
|
"hasGetter": true,
|
|
51
70
|
"hasSetter": false,
|
|
71
|
+
"isStatic": false,
|
|
72
|
+
"isAbstract": false,
|
|
73
|
+
"isVirtual": true,
|
|
74
|
+
"isOverride": false,
|
|
52
75
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
53
76
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
54
77
|
},
|
|
55
78
|
{
|
|
56
79
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
57
80
|
"clrName": "CanProduceStem",
|
|
58
|
-
"tsEmitName": "canProduceStem$view",
|
|
59
81
|
"metadataToken": 385875986,
|
|
60
82
|
"canonicalSignature": ":System.Boolean",
|
|
61
83
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
62
84
|
"emitScope": "ViewOnly",
|
|
85
|
+
"provenance": "ExplicitView",
|
|
63
86
|
"isIndexer": false,
|
|
64
87
|
"hasGetter": true,
|
|
65
88
|
"hasSetter": false,
|
|
89
|
+
"isStatic": false,
|
|
90
|
+
"isAbstract": false,
|
|
91
|
+
"isVirtual": true,
|
|
92
|
+
"isOverride": false,
|
|
93
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
66
94
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
67
95
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
68
96
|
}
|
|
@@ -80,80 +108,35 @@
|
|
|
80
108
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
81
109
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
82
110
|
}
|
|
83
|
-
],
|
|
84
|
-
"exposedMethods": [
|
|
85
|
-
{
|
|
86
|
-
"tsName": "match",
|
|
87
|
-
"isStatic": false,
|
|
88
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
89
|
-
"target": {
|
|
90
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
91
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
92
|
-
"metadataToken": 100663443
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"tsName": "match$view",
|
|
97
|
-
"isStatic": false,
|
|
98
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
99
|
-
"target": {
|
|
100
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
101
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
102
|
-
"metadataToken": 100663359
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"exposedProperties": [
|
|
107
|
-
{
|
|
108
|
-
"tsName": "canProduceStem",
|
|
109
|
-
"isStatic": false,
|
|
110
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
111
|
-
"target": {
|
|
112
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
113
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
114
|
-
"metadataToken": 385875996
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"tsName": "canProduceStem$view",
|
|
119
|
-
"isStatic": false,
|
|
120
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
121
|
-
"target": {
|
|
122
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
123
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
124
|
-
"metadataToken": 385875986
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"exposedConstructors": [
|
|
129
|
-
{
|
|
130
|
-
"isStatic": false,
|
|
131
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
132
|
-
"target": {
|
|
133
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
|
|
134
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
135
|
-
"metadataToken": 100663444
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
111
|
]
|
|
139
112
|
},
|
|
140
113
|
{
|
|
141
114
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
142
115
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
143
|
-
"tsEmitName": "LiteralPathSegment",
|
|
144
116
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
145
117
|
"metadataToken": 0,
|
|
118
|
+
"kind": "Class",
|
|
119
|
+
"accessibility": "Public",
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isSealed": false,
|
|
122
|
+
"isStatic": false,
|
|
123
|
+
"arity": 0,
|
|
146
124
|
"methods": [
|
|
147
125
|
{
|
|
148
126
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Match(System.String):System.Boolean",
|
|
149
127
|
"clrName": "Match",
|
|
150
|
-
"tsEmitName": "match",
|
|
151
128
|
"metadataToken": 100663448,
|
|
152
129
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
153
130
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
154
131
|
"emitScope": "ClassSurface",
|
|
132
|
+
"provenance": "Original",
|
|
155
133
|
"arity": 0,
|
|
156
134
|
"parameterCount": 1,
|
|
135
|
+
"isStatic": false,
|
|
136
|
+
"isAbstract": false,
|
|
137
|
+
"isVirtual": true,
|
|
138
|
+
"isOverride": false,
|
|
139
|
+
"isSealed": true,
|
|
157
140
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
158
141
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
159
142
|
"isExtensionMethod": false
|
|
@@ -161,13 +144,18 @@
|
|
|
161
144
|
{
|
|
162
145
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Equals(System.Object):System.Boolean",
|
|
163
146
|
"clrName": "Equals",
|
|
164
|
-
"tsEmitName": "equals",
|
|
165
147
|
"metadataToken": 100663449,
|
|
166
148
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
167
149
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
168
150
|
"emitScope": "ClassSurface",
|
|
151
|
+
"provenance": "Original",
|
|
169
152
|
"arity": 0,
|
|
170
153
|
"parameterCount": 1,
|
|
154
|
+
"isStatic": false,
|
|
155
|
+
"isAbstract": false,
|
|
156
|
+
"isVirtual": true,
|
|
157
|
+
"isOverride": true,
|
|
158
|
+
"isSealed": false,
|
|
171
159
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
172
160
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
173
161
|
"isExtensionMethod": false
|
|
@@ -175,13 +163,18 @@
|
|
|
175
163
|
{
|
|
176
164
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::GetHashCode():System.Int32",
|
|
177
165
|
"clrName": "GetHashCode",
|
|
178
|
-
"tsEmitName": "getHashCode",
|
|
179
166
|
"metadataToken": 100663450,
|
|
180
167
|
"canonicalSignature": "():System.Int32",
|
|
181
168
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
182
169
|
"emitScope": "ClassSurface",
|
|
170
|
+
"provenance": "Original",
|
|
183
171
|
"arity": 0,
|
|
184
172
|
"parameterCount": 0,
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"isAbstract": false,
|
|
175
|
+
"isVirtual": true,
|
|
176
|
+
"isOverride": true,
|
|
177
|
+
"isSealed": false,
|
|
185
178
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
186
179
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
187
180
|
"isExtensionMethod": false
|
|
@@ -189,58 +182,77 @@
|
|
|
189
182
|
{
|
|
190
183
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
191
184
|
"clrName": "Match",
|
|
192
|
-
"tsEmitName": "match$view",
|
|
193
185
|
"metadataToken": 100663359,
|
|
194
186
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
195
187
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
196
188
|
"emitScope": "ViewOnly",
|
|
189
|
+
"provenance": "ExplicitView",
|
|
197
190
|
"arity": 0,
|
|
198
191
|
"parameterCount": 1,
|
|
192
|
+
"isStatic": false,
|
|
193
|
+
"isAbstract": false,
|
|
194
|
+
"isVirtual": true,
|
|
195
|
+
"isOverride": false,
|
|
196
|
+
"isSealed": false,
|
|
199
197
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
200
198
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
201
|
-
"isExtensionMethod": false
|
|
199
|
+
"isExtensionMethod": false,
|
|
200
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
|
|
202
201
|
}
|
|
203
202
|
],
|
|
204
203
|
"properties": [
|
|
205
204
|
{
|
|
206
205
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::CanProduceStem:System.Boolean",
|
|
207
206
|
"clrName": "CanProduceStem",
|
|
208
|
-
"tsEmitName": "canProduceStem",
|
|
209
207
|
"metadataToken": 385875997,
|
|
210
208
|
"canonicalSignature": ":System.Boolean",
|
|
211
209
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
212
210
|
"emitScope": "ClassSurface",
|
|
211
|
+
"provenance": "Original",
|
|
213
212
|
"isIndexer": false,
|
|
214
213
|
"hasGetter": true,
|
|
215
214
|
"hasSetter": false,
|
|
215
|
+
"isStatic": false,
|
|
216
|
+
"isAbstract": false,
|
|
217
|
+
"isVirtual": true,
|
|
218
|
+
"isOverride": false,
|
|
216
219
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
217
220
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
218
221
|
},
|
|
219
222
|
{
|
|
220
223
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Value:System.String",
|
|
221
224
|
"clrName": "Value",
|
|
222
|
-
"tsEmitName": "value",
|
|
223
225
|
"metadataToken": 385875998,
|
|
224
226
|
"canonicalSignature": ":System.String",
|
|
225
227
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
226
228
|
"emitScope": "ClassSurface",
|
|
229
|
+
"provenance": "Original",
|
|
227
230
|
"isIndexer": false,
|
|
228
231
|
"hasGetter": true,
|
|
229
232
|
"hasSetter": false,
|
|
233
|
+
"isStatic": false,
|
|
234
|
+
"isAbstract": false,
|
|
235
|
+
"isVirtual": false,
|
|
236
|
+
"isOverride": false,
|
|
230
237
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
231
238
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
232
239
|
},
|
|
233
240
|
{
|
|
234
241
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
235
242
|
"clrName": "CanProduceStem",
|
|
236
|
-
"tsEmitName": "canProduceStem$view",
|
|
237
243
|
"metadataToken": 385875986,
|
|
238
244
|
"canonicalSignature": ":System.Boolean",
|
|
239
245
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
240
246
|
"emitScope": "ViewOnly",
|
|
247
|
+
"provenance": "ExplicitView",
|
|
241
248
|
"isIndexer": false,
|
|
242
249
|
"hasGetter": true,
|
|
243
250
|
"hasSetter": false,
|
|
251
|
+
"isStatic": false,
|
|
252
|
+
"isAbstract": false,
|
|
253
|
+
"isVirtual": true,
|
|
254
|
+
"isOverride": false,
|
|
255
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
244
256
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
245
257
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
246
258
|
}
|
|
@@ -258,110 +270,35 @@
|
|
|
258
270
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
259
271
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
260
272
|
}
|
|
261
|
-
],
|
|
262
|
-
"exposedMethods": [
|
|
263
|
-
{
|
|
264
|
-
"tsName": "match",
|
|
265
|
-
"isStatic": false,
|
|
266
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
269
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
270
|
-
"metadataToken": 100663448
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"tsName": "equals",
|
|
275
|
-
"isStatic": false,
|
|
276
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
277
|
-
"target": {
|
|
278
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
279
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
280
|
-
"metadataToken": 100663449
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"tsName": "getHashCode",
|
|
285
|
-
"isStatic": false,
|
|
286
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
287
|
-
"target": {
|
|
288
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
289
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
290
|
-
"metadataToken": 100663450
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"tsName": "match$view",
|
|
295
|
-
"isStatic": false,
|
|
296
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
297
|
-
"target": {
|
|
298
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
299
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
300
|
-
"metadataToken": 100663359
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
],
|
|
304
|
-
"exposedProperties": [
|
|
305
|
-
{
|
|
306
|
-
"tsName": "canProduceStem",
|
|
307
|
-
"isStatic": false,
|
|
308
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
309
|
-
"target": {
|
|
310
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
311
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
312
|
-
"metadataToken": 385875997
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"tsName": "value",
|
|
317
|
-
"isStatic": false,
|
|
318
|
-
"tsSignatureId": "Value|:System.String|static=false|accessor=get",
|
|
319
|
-
"target": {
|
|
320
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
321
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
322
|
-
"metadataToken": 385875998
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"tsName": "canProduceStem$view",
|
|
327
|
-
"isStatic": false,
|
|
328
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
329
|
-
"target": {
|
|
330
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
331
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
332
|
-
"metadataToken": 385875986
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"exposedConstructors": [
|
|
337
|
-
{
|
|
338
|
-
"isStatic": false,
|
|
339
|
-
"tsSignatureId": "constructor|(System.String,System.StringComparison):void|static=false",
|
|
340
|
-
"target": {
|
|
341
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
|
|
342
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
343
|
-
"metadataToken": 100663446
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
273
|
]
|
|
347
274
|
},
|
|
348
275
|
{
|
|
349
276
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
350
277
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
351
|
-
"tsEmitName": "ParentPathSegment",
|
|
352
278
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
353
279
|
"metadataToken": 0,
|
|
280
|
+
"kind": "Class",
|
|
281
|
+
"accessibility": "Public",
|
|
282
|
+
"isAbstract": false,
|
|
283
|
+
"isSealed": false,
|
|
284
|
+
"isStatic": false,
|
|
285
|
+
"arity": 0,
|
|
354
286
|
"methods": [
|
|
355
287
|
{
|
|
356
288
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment::Match(System.String):System.Boolean",
|
|
357
289
|
"clrName": "Match",
|
|
358
|
-
"tsEmitName": "match",
|
|
359
290
|
"metadataToken": 100663452,
|
|
360
291
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
361
292
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
362
293
|
"emitScope": "ClassSurface",
|
|
294
|
+
"provenance": "Original",
|
|
363
295
|
"arity": 0,
|
|
364
296
|
"parameterCount": 1,
|
|
297
|
+
"isStatic": false,
|
|
298
|
+
"isAbstract": false,
|
|
299
|
+
"isVirtual": true,
|
|
300
|
+
"isOverride": false,
|
|
301
|
+
"isSealed": true,
|
|
365
302
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
366
303
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
367
304
|
"isExtensionMethod": false
|
|
@@ -369,44 +306,59 @@
|
|
|
369
306
|
{
|
|
370
307
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
371
308
|
"clrName": "Match",
|
|
372
|
-
"tsEmitName": "match$view",
|
|
373
309
|
"metadataToken": 100663359,
|
|
374
310
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
375
311
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
376
312
|
"emitScope": "ViewOnly",
|
|
313
|
+
"provenance": "ExplicitView",
|
|
377
314
|
"arity": 0,
|
|
378
315
|
"parameterCount": 1,
|
|
316
|
+
"isStatic": false,
|
|
317
|
+
"isAbstract": false,
|
|
318
|
+
"isVirtual": true,
|
|
319
|
+
"isOverride": false,
|
|
320
|
+
"isSealed": false,
|
|
379
321
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
380
322
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
381
|
-
"isExtensionMethod": false
|
|
323
|
+
"isExtensionMethod": false,
|
|
324
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
|
|
382
325
|
}
|
|
383
326
|
],
|
|
384
327
|
"properties": [
|
|
385
328
|
{
|
|
386
329
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment::CanProduceStem:System.Boolean",
|
|
387
330
|
"clrName": "CanProduceStem",
|
|
388
|
-
"tsEmitName": "canProduceStem",
|
|
389
331
|
"metadataToken": 385875999,
|
|
390
332
|
"canonicalSignature": ":System.Boolean",
|
|
391
333
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
392
334
|
"emitScope": "ClassSurface",
|
|
335
|
+
"provenance": "Original",
|
|
393
336
|
"isIndexer": false,
|
|
394
337
|
"hasGetter": true,
|
|
395
338
|
"hasSetter": false,
|
|
339
|
+
"isStatic": false,
|
|
340
|
+
"isAbstract": false,
|
|
341
|
+
"isVirtual": true,
|
|
342
|
+
"isOverride": false,
|
|
396
343
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
397
344
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
398
345
|
},
|
|
399
346
|
{
|
|
400
347
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
401
348
|
"clrName": "CanProduceStem",
|
|
402
|
-
"tsEmitName": "canProduceStem$view",
|
|
403
349
|
"metadataToken": 385875986,
|
|
404
350
|
"canonicalSignature": ":System.Boolean",
|
|
405
351
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
406
352
|
"emitScope": "ViewOnly",
|
|
353
|
+
"provenance": "ExplicitView",
|
|
407
354
|
"isIndexer": false,
|
|
408
355
|
"hasGetter": true,
|
|
409
356
|
"hasSetter": false,
|
|
357
|
+
"isStatic": false,
|
|
358
|
+
"isAbstract": false,
|
|
359
|
+
"isVirtual": true,
|
|
360
|
+
"isOverride": false,
|
|
361
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
410
362
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
411
363
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
412
364
|
}
|
|
@@ -424,80 +376,35 @@
|
|
|
424
376
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
425
377
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
426
378
|
}
|
|
427
|
-
],
|
|
428
|
-
"exposedMethods": [
|
|
429
|
-
{
|
|
430
|
-
"tsName": "match",
|
|
431
|
-
"isStatic": false,
|
|
432
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
433
|
-
"target": {
|
|
434
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
435
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
436
|
-
"metadataToken": 100663452
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"tsName": "match$view",
|
|
441
|
-
"isStatic": false,
|
|
442
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
443
|
-
"target": {
|
|
444
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
445
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
446
|
-
"metadataToken": 100663359
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
],
|
|
450
|
-
"exposedProperties": [
|
|
451
|
-
{
|
|
452
|
-
"tsName": "canProduceStem",
|
|
453
|
-
"isStatic": false,
|
|
454
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
455
|
-
"target": {
|
|
456
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
457
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
458
|
-
"metadataToken": 385875999
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"tsName": "canProduceStem$view",
|
|
463
|
-
"isStatic": false,
|
|
464
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
465
|
-
"target": {
|
|
466
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
467
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
468
|
-
"metadataToken": 385875986
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
|
-
"exposedConstructors": [
|
|
473
|
-
{
|
|
474
|
-
"isStatic": false,
|
|
475
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
476
|
-
"target": {
|
|
477
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
|
|
478
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
479
|
-
"metadataToken": 100663453
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
379
|
]
|
|
483
380
|
},
|
|
484
381
|
{
|
|
485
382
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
486
383
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
487
|
-
"tsEmitName": "RecursiveWildcardSegment",
|
|
488
384
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
489
385
|
"metadataToken": 0,
|
|
386
|
+
"kind": "Class",
|
|
387
|
+
"accessibility": "Public",
|
|
388
|
+
"isAbstract": false,
|
|
389
|
+
"isSealed": false,
|
|
390
|
+
"isStatic": false,
|
|
391
|
+
"arity": 0,
|
|
490
392
|
"methods": [
|
|
491
393
|
{
|
|
492
394
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment::Match(System.String):System.Boolean",
|
|
493
395
|
"clrName": "Match",
|
|
494
|
-
"tsEmitName": "match",
|
|
495
396
|
"metadataToken": 100663455,
|
|
496
397
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
497
398
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
498
399
|
"emitScope": "ClassSurface",
|
|
400
|
+
"provenance": "Original",
|
|
499
401
|
"arity": 0,
|
|
500
402
|
"parameterCount": 1,
|
|
403
|
+
"isStatic": false,
|
|
404
|
+
"isAbstract": false,
|
|
405
|
+
"isVirtual": true,
|
|
406
|
+
"isOverride": false,
|
|
407
|
+
"isSealed": true,
|
|
501
408
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
502
409
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
503
410
|
"isExtensionMethod": false
|
|
@@ -505,44 +412,59 @@
|
|
|
505
412
|
{
|
|
506
413
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
507
414
|
"clrName": "Match",
|
|
508
|
-
"tsEmitName": "match$view",
|
|
509
415
|
"metadataToken": 100663359,
|
|
510
416
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
511
417
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
512
418
|
"emitScope": "ViewOnly",
|
|
419
|
+
"provenance": "ExplicitView",
|
|
513
420
|
"arity": 0,
|
|
514
421
|
"parameterCount": 1,
|
|
422
|
+
"isStatic": false,
|
|
423
|
+
"isAbstract": false,
|
|
424
|
+
"isVirtual": true,
|
|
425
|
+
"isOverride": false,
|
|
426
|
+
"isSealed": false,
|
|
515
427
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
516
428
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
517
|
-
"isExtensionMethod": false
|
|
429
|
+
"isExtensionMethod": false,
|
|
430
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
|
|
518
431
|
}
|
|
519
432
|
],
|
|
520
433
|
"properties": [
|
|
521
434
|
{
|
|
522
435
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment::CanProduceStem:System.Boolean",
|
|
523
436
|
"clrName": "CanProduceStem",
|
|
524
|
-
"tsEmitName": "canProduceStem",
|
|
525
437
|
"metadataToken": 385876000,
|
|
526
438
|
"canonicalSignature": ":System.Boolean",
|
|
527
439
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
528
440
|
"emitScope": "ClassSurface",
|
|
441
|
+
"provenance": "Original",
|
|
529
442
|
"isIndexer": false,
|
|
530
443
|
"hasGetter": true,
|
|
531
444
|
"hasSetter": false,
|
|
445
|
+
"isStatic": false,
|
|
446
|
+
"isAbstract": false,
|
|
447
|
+
"isVirtual": true,
|
|
448
|
+
"isOverride": false,
|
|
532
449
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
533
450
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
534
451
|
},
|
|
535
452
|
{
|
|
536
453
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
537
454
|
"clrName": "CanProduceStem",
|
|
538
|
-
"tsEmitName": "canProduceStem$view",
|
|
539
455
|
"metadataToken": 385875986,
|
|
540
456
|
"canonicalSignature": ":System.Boolean",
|
|
541
457
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
542
458
|
"emitScope": "ViewOnly",
|
|
459
|
+
"provenance": "ExplicitView",
|
|
543
460
|
"isIndexer": false,
|
|
544
461
|
"hasGetter": true,
|
|
545
462
|
"hasSetter": false,
|
|
463
|
+
"isStatic": false,
|
|
464
|
+
"isAbstract": false,
|
|
465
|
+
"isVirtual": true,
|
|
466
|
+
"isOverride": false,
|
|
467
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
546
468
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
547
469
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
548
470
|
}
|
|
@@ -560,80 +482,35 @@
|
|
|
560
482
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
561
483
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
562
484
|
}
|
|
563
|
-
],
|
|
564
|
-
"exposedMethods": [
|
|
565
|
-
{
|
|
566
|
-
"tsName": "match",
|
|
567
|
-
"isStatic": false,
|
|
568
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
569
|
-
"target": {
|
|
570
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
571
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
572
|
-
"metadataToken": 100663455
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"tsName": "match$view",
|
|
577
|
-
"isStatic": false,
|
|
578
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
579
|
-
"target": {
|
|
580
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
581
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
582
|
-
"metadataToken": 100663359
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"exposedProperties": [
|
|
587
|
-
{
|
|
588
|
-
"tsName": "canProduceStem",
|
|
589
|
-
"isStatic": false,
|
|
590
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
591
|
-
"target": {
|
|
592
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
593
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
594
|
-
"metadataToken": 385876000
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"tsName": "canProduceStem$view",
|
|
599
|
-
"isStatic": false,
|
|
600
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
601
|
-
"target": {
|
|
602
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
603
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
604
|
-
"metadataToken": 385875986
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"exposedConstructors": [
|
|
609
|
-
{
|
|
610
|
-
"isStatic": false,
|
|
611
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
612
|
-
"target": {
|
|
613
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
|
|
614
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
615
|
-
"metadataToken": 100663456
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
485
|
]
|
|
619
486
|
},
|
|
620
487
|
{
|
|
621
488
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
622
489
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
623
|
-
"tsEmitName": "WildcardPathSegment",
|
|
624
490
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
625
491
|
"metadataToken": 0,
|
|
492
|
+
"kind": "Class",
|
|
493
|
+
"accessibility": "Public",
|
|
494
|
+
"isAbstract": false,
|
|
495
|
+
"isSealed": false,
|
|
496
|
+
"isStatic": false,
|
|
497
|
+
"arity": 0,
|
|
626
498
|
"methods": [
|
|
627
499
|
{
|
|
628
500
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::Match(System.String):System.Boolean",
|
|
629
501
|
"clrName": "Match",
|
|
630
|
-
"tsEmitName": "match",
|
|
631
502
|
"metadataToken": 100663462,
|
|
632
503
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
633
504
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
634
505
|
"emitScope": "ClassSurface",
|
|
506
|
+
"provenance": "Original",
|
|
635
507
|
"arity": 0,
|
|
636
508
|
"parameterCount": 1,
|
|
509
|
+
"isStatic": false,
|
|
510
|
+
"isAbstract": false,
|
|
511
|
+
"isVirtual": true,
|
|
512
|
+
"isOverride": false,
|
|
513
|
+
"isSealed": true,
|
|
637
514
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
638
515
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
639
516
|
"isExtensionMethod": false
|
|
@@ -641,86 +518,113 @@
|
|
|
641
518
|
{
|
|
642
519
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
643
520
|
"clrName": "Match",
|
|
644
|
-
"tsEmitName": "match$view",
|
|
645
521
|
"metadataToken": 100663359,
|
|
646
522
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
647
523
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
648
524
|
"emitScope": "ViewOnly",
|
|
525
|
+
"provenance": "ExplicitView",
|
|
649
526
|
"arity": 0,
|
|
650
527
|
"parameterCount": 1,
|
|
528
|
+
"isStatic": false,
|
|
529
|
+
"isAbstract": false,
|
|
530
|
+
"isVirtual": true,
|
|
531
|
+
"isOverride": false,
|
|
532
|
+
"isSealed": false,
|
|
651
533
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
652
534
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
653
|
-
"isExtensionMethod": false
|
|
535
|
+
"isExtensionMethod": false,
|
|
536
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
|
|
654
537
|
}
|
|
655
538
|
],
|
|
656
539
|
"properties": [
|
|
657
540
|
{
|
|
658
541
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::CanProduceStem:System.Boolean",
|
|
659
542
|
"clrName": "CanProduceStem",
|
|
660
|
-
"tsEmitName": "canProduceStem",
|
|
661
543
|
"metadataToken": 385876001,
|
|
662
544
|
"canonicalSignature": ":System.Boolean",
|
|
663
545
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
664
546
|
"emitScope": "ClassSurface",
|
|
547
|
+
"provenance": "Original",
|
|
665
548
|
"isIndexer": false,
|
|
666
549
|
"hasGetter": true,
|
|
667
550
|
"hasSetter": false,
|
|
551
|
+
"isStatic": false,
|
|
552
|
+
"isAbstract": false,
|
|
553
|
+
"isVirtual": true,
|
|
554
|
+
"isOverride": false,
|
|
668
555
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
669
556
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
670
557
|
},
|
|
671
558
|
{
|
|
672
559
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::BeginsWith:System.String",
|
|
673
560
|
"clrName": "BeginsWith",
|
|
674
|
-
"tsEmitName": "beginsWith",
|
|
675
561
|
"metadataToken": 385876002,
|
|
676
562
|
"canonicalSignature": ":System.String",
|
|
677
563
|
"normalizedSignature": "BeginsWith|:System.String|static=false|accessor=get",
|
|
678
564
|
"emitScope": "ClassSurface",
|
|
565
|
+
"provenance": "Original",
|
|
679
566
|
"isIndexer": false,
|
|
680
567
|
"hasGetter": true,
|
|
681
568
|
"hasSetter": false,
|
|
569
|
+
"isStatic": false,
|
|
570
|
+
"isAbstract": false,
|
|
571
|
+
"isVirtual": false,
|
|
572
|
+
"isOverride": false,
|
|
682
573
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
683
574
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
684
575
|
},
|
|
685
576
|
{
|
|
686
577
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::Contains:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
687
578
|
"clrName": "Contains",
|
|
688
|
-
"tsEmitName": "contains",
|
|
689
579
|
"metadataToken": 385876003,
|
|
690
580
|
"canonicalSignature": ":System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
691
581
|
"normalizedSignature": "Contains|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
692
582
|
"emitScope": "ClassSurface",
|
|
583
|
+
"provenance": "Original",
|
|
693
584
|
"isIndexer": false,
|
|
694
585
|
"hasGetter": true,
|
|
695
586
|
"hasSetter": false,
|
|
587
|
+
"isStatic": false,
|
|
588
|
+
"isAbstract": false,
|
|
589
|
+
"isVirtual": false,
|
|
590
|
+
"isOverride": false,
|
|
696
591
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
697
592
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
698
593
|
},
|
|
699
594
|
{
|
|
700
595
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::EndsWith:System.String",
|
|
701
596
|
"clrName": "EndsWith",
|
|
702
|
-
"tsEmitName": "endsWith",
|
|
703
597
|
"metadataToken": 385876004,
|
|
704
598
|
"canonicalSignature": ":System.String",
|
|
705
599
|
"normalizedSignature": "EndsWith|:System.String|static=false|accessor=get",
|
|
706
600
|
"emitScope": "ClassSurface",
|
|
601
|
+
"provenance": "Original",
|
|
707
602
|
"isIndexer": false,
|
|
708
603
|
"hasGetter": true,
|
|
709
604
|
"hasSetter": false,
|
|
605
|
+
"isStatic": false,
|
|
606
|
+
"isAbstract": false,
|
|
607
|
+
"isVirtual": false,
|
|
608
|
+
"isOverride": false,
|
|
710
609
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
711
610
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
712
611
|
},
|
|
713
612
|
{
|
|
714
613
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
715
614
|
"clrName": "CanProduceStem",
|
|
716
|
-
"tsEmitName": "canProduceStem$view",
|
|
717
615
|
"metadataToken": 385875986,
|
|
718
616
|
"canonicalSignature": ":System.Boolean",
|
|
719
617
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
720
618
|
"emitScope": "ViewOnly",
|
|
619
|
+
"provenance": "ExplicitView",
|
|
721
620
|
"isIndexer": false,
|
|
722
621
|
"hasGetter": true,
|
|
723
622
|
"hasSetter": false,
|
|
623
|
+
"isStatic": false,
|
|
624
|
+
"isAbstract": false,
|
|
625
|
+
"isVirtual": true,
|
|
626
|
+
"isOverride": false,
|
|
627
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
724
628
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
725
629
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
726
630
|
}
|
|
@@ -729,11 +633,11 @@
|
|
|
729
633
|
{
|
|
730
634
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::MatchAllMicrosoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
731
635
|
"clrName": "MatchAll",
|
|
732
|
-
"tsEmitName": "matchAll",
|
|
733
636
|
"metadataToken": 67108909,
|
|
734
637
|
"normalizedSignature": "MatchAll|Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment|static=true|const=false",
|
|
735
638
|
"isStatic": true,
|
|
736
639
|
"isReadOnly": true,
|
|
640
|
+
"isLiteral": false,
|
|
737
641
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
738
642
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
739
643
|
}
|
|
@@ -750,103 +654,6 @@
|
|
|
750
654
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
751
655
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
752
656
|
}
|
|
753
|
-
],
|
|
754
|
-
"exposedMethods": [
|
|
755
|
-
{
|
|
756
|
-
"tsName": "match",
|
|
757
|
-
"isStatic": false,
|
|
758
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
759
|
-
"target": {
|
|
760
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
761
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
762
|
-
"metadataToken": 100663462
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"tsName": "match$view",
|
|
767
|
-
"isStatic": false,
|
|
768
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
769
|
-
"target": {
|
|
770
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
771
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
772
|
-
"metadataToken": 100663359
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
],
|
|
776
|
-
"exposedProperties": [
|
|
777
|
-
{
|
|
778
|
-
"tsName": "canProduceStem",
|
|
779
|
-
"isStatic": false,
|
|
780
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
781
|
-
"target": {
|
|
782
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
783
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
784
|
-
"metadataToken": 385876001
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"tsName": "beginsWith",
|
|
789
|
-
"isStatic": false,
|
|
790
|
-
"tsSignatureId": "BeginsWith|:System.String|static=false|accessor=get",
|
|
791
|
-
"target": {
|
|
792
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
793
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
794
|
-
"metadataToken": 385876002
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"tsName": "contains",
|
|
799
|
-
"isStatic": false,
|
|
800
|
-
"tsSignatureId": "Contains|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
801
|
-
"target": {
|
|
802
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
803
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
804
|
-
"metadataToken": 385876003
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"tsName": "endsWith",
|
|
809
|
-
"isStatic": false,
|
|
810
|
-
"tsSignatureId": "EndsWith|:System.String|static=false|accessor=get",
|
|
811
|
-
"target": {
|
|
812
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
813
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
814
|
-
"metadataToken": 385876004
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"tsName": "canProduceStem$view",
|
|
819
|
-
"isStatic": false,
|
|
820
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
821
|
-
"target": {
|
|
822
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
823
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
824
|
-
"metadataToken": 385875986
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"exposedFields": [
|
|
829
|
-
{
|
|
830
|
-
"tsName": "matchAll",
|
|
831
|
-
"isStatic": true,
|
|
832
|
-
"tsSignatureId": "MatchAll|Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment|static=true|const=false",
|
|
833
|
-
"target": {
|
|
834
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
835
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
836
|
-
"metadataToken": 67108909
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
],
|
|
840
|
-
"exposedConstructors": [
|
|
841
|
-
{
|
|
842
|
-
"isStatic": false,
|
|
843
|
-
"tsSignatureId": "constructor|(System.String,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.StringComparison):void|static=false",
|
|
844
|
-
"target": {
|
|
845
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
|
|
846
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
847
|
-
"metadataToken": 100663457
|
|
848
|
-
}
|
|
849
|
-
}
|
|
850
657
|
]
|
|
851
658
|
}
|
|
852
659
|
]
|