@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,39 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileSystemGlobbing"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
7
|
-
"tsEmitName": "PatternContextLinear_FrameData",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Struct",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [
|
|
12
20
|
{
|
|
13
21
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
14
22
|
"clrName": "StemItems",
|
|
15
|
-
"tsEmitName": "stemItems",
|
|
16
23
|
"metadataToken": 385876021,
|
|
17
24
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
18
25
|
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
19
26
|
"emitScope": "ClassSurface",
|
|
27
|
+
"provenance": "Original",
|
|
20
28
|
"isIndexer": false,
|
|
21
29
|
"hasGetter": true,
|
|
22
30
|
"hasSetter": false,
|
|
31
|
+
"isStatic": false,
|
|
32
|
+
"isAbstract": false,
|
|
33
|
+
"isVirtual": false,
|
|
34
|
+
"isOverride": false,
|
|
23
35
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
24
36
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
25
37
|
},
|
|
26
38
|
{
|
|
27
39
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::Stem:System.String",
|
|
28
40
|
"clrName": "Stem",
|
|
29
|
-
"tsEmitName": "stem",
|
|
30
41
|
"metadataToken": 385876022,
|
|
31
42
|
"canonicalSignature": ":System.String",
|
|
32
43
|
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
33
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
34
46
|
"isIndexer": false,
|
|
35
47
|
"hasGetter": true,
|
|
36
48
|
"hasSetter": false,
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"isAbstract": false,
|
|
51
|
+
"isVirtual": false,
|
|
52
|
+
"isOverride": false,
|
|
37
53
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
38
54
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
39
55
|
}
|
|
@@ -42,127 +58,86 @@
|
|
|
42
58
|
{
|
|
43
59
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
44
60
|
"clrName": "IsNotApplicable",
|
|
45
|
-
"tsEmitName": "isNotApplicable",
|
|
46
61
|
"metadataToken": 67108939,
|
|
47
62
|
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
48
63
|
"isStatic": false,
|
|
49
64
|
"isReadOnly": false,
|
|
65
|
+
"isLiteral": false,
|
|
50
66
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
51
67
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
52
68
|
},
|
|
53
69
|
{
|
|
54
70
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::SegmentIndexSystem.Int32",
|
|
55
71
|
"clrName": "SegmentIndex",
|
|
56
|
-
"tsEmitName": "segmentIndex",
|
|
57
72
|
"metadataToken": 67108940,
|
|
58
73
|
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
59
74
|
"isStatic": false,
|
|
60
75
|
"isReadOnly": false,
|
|
76
|
+
"isLiteral": false,
|
|
61
77
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
62
78
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
63
79
|
},
|
|
64
80
|
{
|
|
65
81
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::InStemSystem.Boolean",
|
|
66
82
|
"clrName": "InStem",
|
|
67
|
-
"tsEmitName": "inStem",
|
|
68
83
|
"metadataToken": 67108941,
|
|
69
84
|
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
70
85
|
"isStatic": false,
|
|
71
86
|
"isReadOnly": false,
|
|
87
|
+
"isLiteral": false,
|
|
72
88
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
73
89
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
74
90
|
}
|
|
75
91
|
],
|
|
76
92
|
"events": [],
|
|
77
|
-
"constructors": []
|
|
78
|
-
"exposedProperties": [
|
|
79
|
-
{
|
|
80
|
-
"tsName": "stemItems",
|
|
81
|
-
"isStatic": false,
|
|
82
|
-
"tsSignatureId": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
83
|
-
"target": {
|
|
84
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
85
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
86
|
-
"metadataToken": 385876021
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"tsName": "stem",
|
|
91
|
-
"isStatic": false,
|
|
92
|
-
"tsSignatureId": "Stem|:System.String|static=false|accessor=get",
|
|
93
|
-
"target": {
|
|
94
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
95
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
96
|
-
"metadataToken": 385876022
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"exposedFields": [
|
|
101
|
-
{
|
|
102
|
-
"tsName": "isNotApplicable",
|
|
103
|
-
"isStatic": false,
|
|
104
|
-
"tsSignatureId": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
105
|
-
"target": {
|
|
106
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
107
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
108
|
-
"metadataToken": 67108939
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"tsName": "segmentIndex",
|
|
113
|
-
"isStatic": false,
|
|
114
|
-
"tsSignatureId": "SegmentIndex|System.Int32|static=false|const=false",
|
|
115
|
-
"target": {
|
|
116
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
117
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
118
|
-
"metadataToken": 67108940
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"tsName": "inStem",
|
|
123
|
-
"isStatic": false,
|
|
124
|
-
"tsSignatureId": "InStem|System.Boolean|static=false|const=false",
|
|
125
|
-
"target": {
|
|
126
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
127
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
128
|
-
"metadataToken": 67108941
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
]
|
|
93
|
+
"constructors": []
|
|
132
94
|
},
|
|
133
95
|
{
|
|
134
96
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
135
97
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
136
|
-
"tsEmitName": "PatternContextRagged_FrameData",
|
|
137
98
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
138
99
|
"metadataToken": 0,
|
|
100
|
+
"kind": "Struct",
|
|
101
|
+
"accessibility": "Public",
|
|
102
|
+
"isAbstract": false,
|
|
103
|
+
"isSealed": true,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"arity": 0,
|
|
139
106
|
"methods": [],
|
|
140
107
|
"properties": [
|
|
141
108
|
{
|
|
142
109
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
143
110
|
"clrName": "StemItems",
|
|
144
|
-
"tsEmitName": "stemItems",
|
|
145
111
|
"metadataToken": 385876023,
|
|
146
112
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
147
113
|
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
148
114
|
"emitScope": "ClassSurface",
|
|
115
|
+
"provenance": "Original",
|
|
149
116
|
"isIndexer": false,
|
|
150
117
|
"hasGetter": true,
|
|
151
118
|
"hasSetter": false,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": false,
|
|
122
|
+
"isOverride": false,
|
|
152
123
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
153
124
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
154
125
|
},
|
|
155
126
|
{
|
|
156
127
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::Stem:System.String",
|
|
157
128
|
"clrName": "Stem",
|
|
158
|
-
"tsEmitName": "stem",
|
|
159
129
|
"metadataToken": 385876024,
|
|
160
130
|
"canonicalSignature": ":System.String",
|
|
161
131
|
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
162
132
|
"emitScope": "ClassSurface",
|
|
133
|
+
"provenance": "Original",
|
|
163
134
|
"isIndexer": false,
|
|
164
135
|
"hasGetter": true,
|
|
165
136
|
"hasSetter": false,
|
|
137
|
+
"isStatic": false,
|
|
138
|
+
"isAbstract": false,
|
|
139
|
+
"isVirtual": false,
|
|
140
|
+
"isOverride": false,
|
|
166
141
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
167
142
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
168
143
|
}
|
|
@@ -171,174 +146,100 @@
|
|
|
171
146
|
{
|
|
172
147
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
173
148
|
"clrName": "IsNotApplicable",
|
|
174
|
-
"tsEmitName": "isNotApplicable",
|
|
175
149
|
"metadataToken": 67108943,
|
|
176
150
|
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
177
151
|
"isStatic": false,
|
|
178
152
|
"isReadOnly": false,
|
|
153
|
+
"isLiteral": false,
|
|
179
154
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
180
155
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
181
156
|
},
|
|
182
157
|
{
|
|
183
158
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupIndexSystem.Int32",
|
|
184
159
|
"clrName": "SegmentGroupIndex",
|
|
185
|
-
"tsEmitName": "segmentGroupIndex",
|
|
186
160
|
"metadataToken": 67108944,
|
|
187
161
|
"normalizedSignature": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
188
162
|
"isStatic": false,
|
|
189
163
|
"isReadOnly": false,
|
|
164
|
+
"isLiteral": false,
|
|
190
165
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
191
166
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
192
167
|
},
|
|
193
168
|
{
|
|
194
169
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupSystem.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
195
170
|
"clrName": "SegmentGroup",
|
|
196
|
-
"tsEmitName": "segmentGroup",
|
|
197
171
|
"metadataToken": 67108945,
|
|
198
172
|
"normalizedSignature": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
199
173
|
"isStatic": false,
|
|
200
174
|
"isReadOnly": false,
|
|
175
|
+
"isLiteral": false,
|
|
201
176
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
202
177
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
203
178
|
},
|
|
204
179
|
{
|
|
205
180
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::BacktrackAvailableSystem.Int32",
|
|
206
181
|
"clrName": "BacktrackAvailable",
|
|
207
|
-
"tsEmitName": "backtrackAvailable",
|
|
208
182
|
"metadataToken": 67108946,
|
|
209
183
|
"normalizedSignature": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
210
184
|
"isStatic": false,
|
|
211
185
|
"isReadOnly": false,
|
|
186
|
+
"isLiteral": false,
|
|
212
187
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
213
188
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
214
189
|
},
|
|
215
190
|
{
|
|
216
191
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentIndexSystem.Int32",
|
|
217
192
|
"clrName": "SegmentIndex",
|
|
218
|
-
"tsEmitName": "segmentIndex",
|
|
219
193
|
"metadataToken": 67108947,
|
|
220
194
|
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
221
195
|
"isStatic": false,
|
|
222
196
|
"isReadOnly": false,
|
|
197
|
+
"isLiteral": false,
|
|
223
198
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
224
199
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
225
200
|
},
|
|
226
201
|
{
|
|
227
202
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::InStemSystem.Boolean",
|
|
228
203
|
"clrName": "InStem",
|
|
229
|
-
"tsEmitName": "inStem",
|
|
230
204
|
"metadataToken": 67108948,
|
|
231
205
|
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
232
206
|
"isStatic": false,
|
|
233
207
|
"isReadOnly": false,
|
|
208
|
+
"isLiteral": false,
|
|
234
209
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
235
210
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
236
211
|
}
|
|
237
212
|
],
|
|
238
213
|
"events": [],
|
|
239
|
-
"constructors": []
|
|
240
|
-
"exposedProperties": [
|
|
241
|
-
{
|
|
242
|
-
"tsName": "stemItems",
|
|
243
|
-
"isStatic": false,
|
|
244
|
-
"tsSignatureId": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
245
|
-
"target": {
|
|
246
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
247
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
248
|
-
"metadataToken": 385876023
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"tsName": "stem",
|
|
253
|
-
"isStatic": false,
|
|
254
|
-
"tsSignatureId": "Stem|:System.String|static=false|accessor=get",
|
|
255
|
-
"target": {
|
|
256
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
257
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
258
|
-
"metadataToken": 385876024
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
],
|
|
262
|
-
"exposedFields": [
|
|
263
|
-
{
|
|
264
|
-
"tsName": "isNotApplicable",
|
|
265
|
-
"isStatic": false,
|
|
266
|
-
"tsSignatureId": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
269
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
270
|
-
"metadataToken": 67108943
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"tsName": "segmentGroupIndex",
|
|
275
|
-
"isStatic": false,
|
|
276
|
-
"tsSignatureId": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
277
|
-
"target": {
|
|
278
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
279
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
280
|
-
"metadataToken": 67108944
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"tsName": "segmentGroup",
|
|
285
|
-
"isStatic": false,
|
|
286
|
-
"tsSignatureId": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
287
|
-
"target": {
|
|
288
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
289
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
290
|
-
"metadataToken": 67108945
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"tsName": "backtrackAvailable",
|
|
295
|
-
"isStatic": false,
|
|
296
|
-
"tsSignatureId": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
297
|
-
"target": {
|
|
298
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
299
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
300
|
-
"metadataToken": 67108946
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"tsName": "segmentIndex",
|
|
305
|
-
"isStatic": false,
|
|
306
|
-
"tsSignatureId": "SegmentIndex|System.Int32|static=false|const=false",
|
|
307
|
-
"target": {
|
|
308
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
309
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
310
|
-
"metadataToken": 67108947
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"tsName": "inStem",
|
|
315
|
-
"isStatic": false,
|
|
316
|
-
"tsSignatureId": "InStem|System.Boolean|static=false|const=false",
|
|
317
|
-
"target": {
|
|
318
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
319
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
320
|
-
"metadataToken": 67108948
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
]
|
|
214
|
+
"constructors": []
|
|
324
215
|
},
|
|
325
216
|
{
|
|
326
217
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
327
218
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
328
|
-
"tsEmitName": "PatternContext_1",
|
|
329
219
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
330
220
|
"metadataToken": 0,
|
|
221
|
+
"kind": "Class",
|
|
222
|
+
"accessibility": "Public",
|
|
223
|
+
"isAbstract": true,
|
|
224
|
+
"isSealed": false,
|
|
225
|
+
"isStatic": false,
|
|
226
|
+
"arity": 1,
|
|
331
227
|
"methods": [
|
|
332
228
|
{
|
|
333
229
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
334
230
|
"clrName": "Declare",
|
|
335
|
-
"tsEmitName": "declare",
|
|
336
231
|
"metadataToken": 100663402,
|
|
337
232
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
338
233
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
339
234
|
"emitScope": "ClassSurface",
|
|
235
|
+
"provenance": "Original",
|
|
340
236
|
"arity": 0,
|
|
341
237
|
"parameterCount": 1,
|
|
238
|
+
"isStatic": false,
|
|
239
|
+
"isAbstract": false,
|
|
240
|
+
"isVirtual": true,
|
|
241
|
+
"isOverride": false,
|
|
242
|
+
"isSealed": false,
|
|
342
243
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
343
244
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
344
245
|
"isExtensionMethod": false
|
|
@@ -346,13 +247,18 @@
|
|
|
346
247
|
{
|
|
347
248
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
348
249
|
"clrName": "Test",
|
|
349
|
-
"tsEmitName": "test",
|
|
350
250
|
"metadataToken": 100663403,
|
|
351
251
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
352
252
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
353
253
|
"emitScope": "ClassSurface",
|
|
254
|
+
"provenance": "Original",
|
|
354
255
|
"arity": 0,
|
|
355
256
|
"parameterCount": 1,
|
|
257
|
+
"isStatic": false,
|
|
258
|
+
"isAbstract": true,
|
|
259
|
+
"isVirtual": true,
|
|
260
|
+
"isOverride": false,
|
|
261
|
+
"isSealed": false,
|
|
356
262
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
357
263
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
358
264
|
"isExtensionMethod": false
|
|
@@ -360,13 +266,18 @@
|
|
|
360
266
|
{
|
|
361
267
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
362
268
|
"clrName": "Test",
|
|
363
|
-
"tsEmitName": "test",
|
|
364
269
|
"metadataToken": 100663404,
|
|
365
270
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
366
271
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
367
272
|
"emitScope": "ClassSurface",
|
|
273
|
+
"provenance": "Original",
|
|
368
274
|
"arity": 0,
|
|
369
275
|
"parameterCount": 1,
|
|
276
|
+
"isStatic": false,
|
|
277
|
+
"isAbstract": true,
|
|
278
|
+
"isVirtual": true,
|
|
279
|
+
"isOverride": false,
|
|
280
|
+
"isSealed": false,
|
|
370
281
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
371
282
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
372
283
|
"isExtensionMethod": false
|
|
@@ -374,13 +285,18 @@
|
|
|
374
285
|
{
|
|
375
286
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
376
287
|
"clrName": "PushDirectory",
|
|
377
|
-
"tsEmitName": "pushDirectory",
|
|
378
288
|
"metadataToken": 100663405,
|
|
379
289
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
380
290
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
381
291
|
"emitScope": "ClassSurface",
|
|
292
|
+
"provenance": "Original",
|
|
382
293
|
"arity": 0,
|
|
383
294
|
"parameterCount": 1,
|
|
295
|
+
"isStatic": false,
|
|
296
|
+
"isAbstract": true,
|
|
297
|
+
"isVirtual": true,
|
|
298
|
+
"isOverride": false,
|
|
299
|
+
"isSealed": false,
|
|
384
300
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
385
301
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
386
302
|
"isExtensionMethod": false
|
|
@@ -388,13 +304,18 @@
|
|
|
388
304
|
{
|
|
389
305
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601::PopDirectory():System.Void",
|
|
390
306
|
"clrName": "PopDirectory",
|
|
391
|
-
"tsEmitName": "popDirectory",
|
|
392
307
|
"metadataToken": 100663406,
|
|
393
308
|
"canonicalSignature": "():System.Void",
|
|
394
309
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
395
310
|
"emitScope": "ClassSurface",
|
|
311
|
+
"provenance": "Original",
|
|
396
312
|
"arity": 0,
|
|
397
313
|
"parameterCount": 0,
|
|
314
|
+
"isStatic": false,
|
|
315
|
+
"isAbstract": false,
|
|
316
|
+
"isVirtual": true,
|
|
317
|
+
"isOverride": false,
|
|
318
|
+
"isSealed": false,
|
|
398
319
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
399
320
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
400
321
|
"isExtensionMethod": false
|
|
@@ -402,198 +323,136 @@
|
|
|
402
323
|
{
|
|
403
324
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
404
325
|
"clrName": "Declare",
|
|
405
|
-
"tsEmitName": "declare$view",
|
|
406
326
|
"metadataToken": 100663362,
|
|
407
327
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
408
328
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
409
329
|
"emitScope": "ViewOnly",
|
|
330
|
+
"provenance": "ExplicitView",
|
|
410
331
|
"arity": 0,
|
|
411
332
|
"parameterCount": 1,
|
|
333
|
+
"isStatic": false,
|
|
334
|
+
"isAbstract": false,
|
|
335
|
+
"isVirtual": true,
|
|
336
|
+
"isOverride": false,
|
|
337
|
+
"isSealed": false,
|
|
412
338
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
413
339
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
414
|
-
"isExtensionMethod": false
|
|
340
|
+
"isExtensionMethod": false,
|
|
341
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
415
342
|
},
|
|
416
343
|
{
|
|
417
344
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
418
345
|
"clrName": "Test",
|
|
419
|
-
"tsEmitName": "test$view",
|
|
420
346
|
"metadataToken": 100663363,
|
|
421
347
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
422
348
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
423
349
|
"emitScope": "ViewOnly",
|
|
350
|
+
"provenance": "ExplicitView",
|
|
424
351
|
"arity": 0,
|
|
425
352
|
"parameterCount": 1,
|
|
353
|
+
"isStatic": false,
|
|
354
|
+
"isAbstract": false,
|
|
355
|
+
"isVirtual": true,
|
|
356
|
+
"isOverride": false,
|
|
357
|
+
"isSealed": false,
|
|
426
358
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
427
359
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
428
|
-
"isExtensionMethod": false
|
|
360
|
+
"isExtensionMethod": false,
|
|
361
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
429
362
|
},
|
|
430
363
|
{
|
|
431
364
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
432
365
|
"clrName": "Test",
|
|
433
|
-
"tsEmitName": "test$view2",
|
|
434
366
|
"metadataToken": 100663364,
|
|
435
367
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
436
368
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
437
369
|
"emitScope": "ViewOnly",
|
|
370
|
+
"provenance": "ExplicitView",
|
|
438
371
|
"arity": 0,
|
|
439
372
|
"parameterCount": 1,
|
|
373
|
+
"isStatic": false,
|
|
374
|
+
"isAbstract": false,
|
|
375
|
+
"isVirtual": true,
|
|
376
|
+
"isOverride": false,
|
|
377
|
+
"isSealed": false,
|
|
440
378
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
441
379
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
442
|
-
"isExtensionMethod": false
|
|
380
|
+
"isExtensionMethod": false,
|
|
381
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
443
382
|
},
|
|
444
383
|
{
|
|
445
384
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
446
385
|
"clrName": "PushDirectory",
|
|
447
|
-
"tsEmitName": "pushDirectory$view",
|
|
448
386
|
"metadataToken": 100663365,
|
|
449
387
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
450
388
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
451
389
|
"emitScope": "ViewOnly",
|
|
390
|
+
"provenance": "ExplicitView",
|
|
452
391
|
"arity": 0,
|
|
453
392
|
"parameterCount": 1,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"isAbstract": false,
|
|
395
|
+
"isVirtual": true,
|
|
396
|
+
"isOverride": false,
|
|
397
|
+
"isSealed": false,
|
|
454
398
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
455
399
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
456
|
-
"isExtensionMethod": false
|
|
400
|
+
"isExtensionMethod": false,
|
|
401
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
457
402
|
},
|
|
458
403
|
{
|
|
459
404
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
460
405
|
"clrName": "PopDirectory",
|
|
461
|
-
"tsEmitName": "popDirectory$view",
|
|
462
406
|
"metadataToken": 100663366,
|
|
463
407
|
"canonicalSignature": "():System.Void",
|
|
464
408
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
465
409
|
"emitScope": "ViewOnly",
|
|
410
|
+
"provenance": "ExplicitView",
|
|
466
411
|
"arity": 0,
|
|
467
412
|
"parameterCount": 0,
|
|
413
|
+
"isStatic": false,
|
|
414
|
+
"isAbstract": false,
|
|
415
|
+
"isVirtual": true,
|
|
416
|
+
"isOverride": false,
|
|
417
|
+
"isSealed": false,
|
|
468
418
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
469
419
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
470
|
-
"isExtensionMethod": false
|
|
420
|
+
"isExtensionMethod": false,
|
|
421
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
471
422
|
}
|
|
472
423
|
],
|
|
473
424
|
"properties": [],
|
|
474
425
|
"fields": [],
|
|
475
426
|
"events": [],
|
|
476
|
-
"constructors": []
|
|
477
|
-
"exposedMethods": [
|
|
478
|
-
{
|
|
479
|
-
"tsName": "declare",
|
|
480
|
-
"isStatic": false,
|
|
481
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
482
|
-
"target": {
|
|
483
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
484
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
485
|
-
"metadataToken": 100663402
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"tsName": "test",
|
|
490
|
-
"isStatic": false,
|
|
491
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
492
|
-
"target": {
|
|
493
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
494
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
495
|
-
"metadataToken": 100663403
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"tsName": "test",
|
|
500
|
-
"isStatic": false,
|
|
501
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
502
|
-
"target": {
|
|
503
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
504
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
505
|
-
"metadataToken": 100663404
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"tsName": "pushDirectory",
|
|
510
|
-
"isStatic": false,
|
|
511
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
512
|
-
"target": {
|
|
513
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
514
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
515
|
-
"metadataToken": 100663405
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"tsName": "popDirectory",
|
|
520
|
-
"isStatic": false,
|
|
521
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
522
|
-
"target": {
|
|
523
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
524
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
525
|
-
"metadataToken": 100663406
|
|
526
|
-
}
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"tsName": "declare$view",
|
|
530
|
-
"isStatic": false,
|
|
531
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
532
|
-
"target": {
|
|
533
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
534
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
535
|
-
"metadataToken": 100663362
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"tsName": "test$view",
|
|
540
|
-
"isStatic": false,
|
|
541
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
542
|
-
"target": {
|
|
543
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
544
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
545
|
-
"metadataToken": 100663363
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"tsName": "test$view2",
|
|
550
|
-
"isStatic": false,
|
|
551
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
552
|
-
"target": {
|
|
553
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
554
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
555
|
-
"metadataToken": 100663364
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"tsName": "pushDirectory$view",
|
|
560
|
-
"isStatic": false,
|
|
561
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
562
|
-
"target": {
|
|
563
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
564
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
565
|
-
"metadataToken": 100663365
|
|
566
|
-
}
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"tsName": "popDirectory$view",
|
|
570
|
-
"isStatic": false,
|
|
571
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
572
|
-
"target": {
|
|
573
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
574
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
575
|
-
"metadataToken": 100663366
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
]
|
|
427
|
+
"constructors": []
|
|
579
428
|
},
|
|
580
429
|
{
|
|
581
430
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
582
431
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
583
|
-
"tsEmitName": "PatternContextLinear",
|
|
584
432
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
585
433
|
"metadataToken": 0,
|
|
434
|
+
"kind": "Class",
|
|
435
|
+
"accessibility": "Public",
|
|
436
|
+
"isAbstract": true,
|
|
437
|
+
"isSealed": false,
|
|
438
|
+
"isStatic": false,
|
|
439
|
+
"arity": 0,
|
|
586
440
|
"methods": [
|
|
587
441
|
{
|
|
588
442
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
589
443
|
"clrName": "Test",
|
|
590
|
-
"tsEmitName": "test2",
|
|
591
444
|
"metadataToken": 100663411,
|
|
592
445
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
593
446
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
594
447
|
"emitScope": "ClassSurface",
|
|
448
|
+
"provenance": "Original",
|
|
595
449
|
"arity": 0,
|
|
596
450
|
"parameterCount": 1,
|
|
451
|
+
"isStatic": false,
|
|
452
|
+
"isAbstract": false,
|
|
453
|
+
"isVirtual": true,
|
|
454
|
+
"isOverride": true,
|
|
455
|
+
"isSealed": false,
|
|
597
456
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
598
457
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
599
458
|
"isExtensionMethod": false
|
|
@@ -601,13 +460,18 @@
|
|
|
601
460
|
{
|
|
602
461
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
603
462
|
"clrName": "PushDirectory",
|
|
604
|
-
"tsEmitName": "pushDirectory",
|
|
605
463
|
"metadataToken": 100663412,
|
|
606
464
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
607
465
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
608
466
|
"emitScope": "ClassSurface",
|
|
467
|
+
"provenance": "Original",
|
|
609
468
|
"arity": 0,
|
|
610
469
|
"parameterCount": 1,
|
|
470
|
+
"isStatic": false,
|
|
471
|
+
"isAbstract": false,
|
|
472
|
+
"isVirtual": true,
|
|
473
|
+
"isOverride": true,
|
|
474
|
+
"isSealed": false,
|
|
611
475
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
612
476
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
613
477
|
"isExtensionMethod": false
|
|
@@ -615,83 +479,118 @@
|
|
|
615
479
|
{
|
|
616
480
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
617
481
|
"clrName": "Declare",
|
|
618
|
-
"tsEmitName": "declare$view",
|
|
619
482
|
"metadataToken": 100663362,
|
|
620
483
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
621
484
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
622
485
|
"emitScope": "ViewOnly",
|
|
486
|
+
"provenance": "ExplicitView",
|
|
623
487
|
"arity": 0,
|
|
624
488
|
"parameterCount": 1,
|
|
489
|
+
"isStatic": false,
|
|
490
|
+
"isAbstract": false,
|
|
491
|
+
"isVirtual": true,
|
|
492
|
+
"isOverride": false,
|
|
493
|
+
"isSealed": false,
|
|
625
494
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
626
495
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
627
|
-
"isExtensionMethod": false
|
|
496
|
+
"isExtensionMethod": false,
|
|
497
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
628
498
|
},
|
|
629
499
|
{
|
|
630
500
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
631
501
|
"clrName": "Test",
|
|
632
|
-
"tsEmitName": "test$view",
|
|
633
502
|
"metadataToken": 100663363,
|
|
634
503
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
635
504
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
636
505
|
"emitScope": "ViewOnly",
|
|
506
|
+
"provenance": "ExplicitView",
|
|
637
507
|
"arity": 0,
|
|
638
508
|
"parameterCount": 1,
|
|
509
|
+
"isStatic": false,
|
|
510
|
+
"isAbstract": false,
|
|
511
|
+
"isVirtual": true,
|
|
512
|
+
"isOverride": false,
|
|
513
|
+
"isSealed": false,
|
|
639
514
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
640
515
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
641
|
-
"isExtensionMethod": false
|
|
516
|
+
"isExtensionMethod": false,
|
|
517
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
642
518
|
},
|
|
643
519
|
{
|
|
644
520
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
645
521
|
"clrName": "PopDirectory",
|
|
646
|
-
"tsEmitName": "popDirectory$view",
|
|
647
522
|
"metadataToken": 100663366,
|
|
648
523
|
"canonicalSignature": "():System.Void",
|
|
649
524
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
650
525
|
"emitScope": "ViewOnly",
|
|
526
|
+
"provenance": "ExplicitView",
|
|
651
527
|
"arity": 0,
|
|
652
528
|
"parameterCount": 0,
|
|
529
|
+
"isStatic": false,
|
|
530
|
+
"isAbstract": false,
|
|
531
|
+
"isVirtual": true,
|
|
532
|
+
"isOverride": false,
|
|
533
|
+
"isSealed": false,
|
|
653
534
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
654
535
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
655
|
-
"isExtensionMethod": false
|
|
536
|
+
"isExtensionMethod": false,
|
|
537
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
656
538
|
},
|
|
657
539
|
{
|
|
658
540
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
659
541
|
"clrName": "Test",
|
|
660
|
-
"tsEmitName": "test$view2",
|
|
661
542
|
"metadataToken": 100663364,
|
|
662
543
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
663
544
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
664
545
|
"emitScope": "ViewOnly",
|
|
546
|
+
"provenance": "ExplicitView",
|
|
665
547
|
"arity": 0,
|
|
666
548
|
"parameterCount": 1,
|
|
549
|
+
"isStatic": false,
|
|
550
|
+
"isAbstract": false,
|
|
551
|
+
"isVirtual": true,
|
|
552
|
+
"isOverride": false,
|
|
553
|
+
"isSealed": false,
|
|
667
554
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
668
555
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
669
|
-
"isExtensionMethod": false
|
|
556
|
+
"isExtensionMethod": false,
|
|
557
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
670
558
|
},
|
|
671
559
|
{
|
|
672
560
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
673
561
|
"clrName": "PushDirectory",
|
|
674
|
-
"tsEmitName": "pushDirectory$view",
|
|
675
562
|
"metadataToken": 100663365,
|
|
676
563
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
677
564
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
678
565
|
"emitScope": "ViewOnly",
|
|
566
|
+
"provenance": "ExplicitView",
|
|
679
567
|
"arity": 0,
|
|
680
568
|
"parameterCount": 1,
|
|
569
|
+
"isStatic": false,
|
|
570
|
+
"isAbstract": false,
|
|
571
|
+
"isVirtual": true,
|
|
572
|
+
"isOverride": false,
|
|
573
|
+
"isSealed": false,
|
|
681
574
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
682
575
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
683
|
-
"isExtensionMethod": false
|
|
576
|
+
"isExtensionMethod": false,
|
|
577
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
684
578
|
},
|
|
685
579
|
{
|
|
686
580
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::Declare(System.Action_2):System.Void",
|
|
687
581
|
"clrName": "Declare",
|
|
688
|
-
"tsEmitName": "declare",
|
|
689
582
|
"metadataToken": 0,
|
|
690
583
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
691
584
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
692
585
|
"emitScope": "ClassSurface",
|
|
586
|
+
"provenance": "BaseOverload",
|
|
693
587
|
"arity": 0,
|
|
694
588
|
"parameterCount": 1,
|
|
589
|
+
"isStatic": false,
|
|
590
|
+
"isAbstract": false,
|
|
591
|
+
"isVirtual": true,
|
|
592
|
+
"isOverride": false,
|
|
593
|
+
"isSealed": false,
|
|
695
594
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
696
595
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
697
596
|
"isExtensionMethod": false
|
|
@@ -699,13 +598,18 @@
|
|
|
699
598
|
{
|
|
700
599
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::PopDirectory():System.Void",
|
|
701
600
|
"clrName": "PopDirectory",
|
|
702
|
-
"tsEmitName": "popDirectory",
|
|
703
601
|
"metadataToken": 0,
|
|
704
602
|
"canonicalSignature": "():System.Void",
|
|
705
603
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
706
604
|
"emitScope": "ClassSurface",
|
|
605
|
+
"provenance": "BaseOverload",
|
|
707
606
|
"arity": 0,
|
|
708
607
|
"parameterCount": 0,
|
|
608
|
+
"isStatic": false,
|
|
609
|
+
"isAbstract": false,
|
|
610
|
+
"isVirtual": true,
|
|
611
|
+
"isOverride": false,
|
|
612
|
+
"isSealed": false,
|
|
709
613
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
710
614
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
711
615
|
"isExtensionMethod": false
|
|
@@ -713,13 +617,18 @@
|
|
|
713
617
|
{
|
|
714
618
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
715
619
|
"clrName": "Test",
|
|
716
|
-
"tsEmitName": "test",
|
|
717
620
|
"metadataToken": 0,
|
|
718
621
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
719
622
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
720
623
|
"emitScope": "ClassSurface",
|
|
624
|
+
"provenance": "BaseOverload",
|
|
721
625
|
"arity": 0,
|
|
722
626
|
"parameterCount": 1,
|
|
627
|
+
"isStatic": false,
|
|
628
|
+
"isAbstract": true,
|
|
629
|
+
"isVirtual": true,
|
|
630
|
+
"isOverride": false,
|
|
631
|
+
"isSealed": false,
|
|
723
632
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
724
633
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
725
634
|
"isExtensionMethod": false
|
|
@@ -739,138 +648,35 @@
|
|
|
739
648
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
740
649
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
741
650
|
}
|
|
742
|
-
],
|
|
743
|
-
"exposedMethods": [
|
|
744
|
-
{
|
|
745
|
-
"tsName": "test2",
|
|
746
|
-
"isStatic": false,
|
|
747
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
748
|
-
"target": {
|
|
749
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
750
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
751
|
-
"metadataToken": 100663411
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"tsName": "pushDirectory",
|
|
756
|
-
"isStatic": false,
|
|
757
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
758
|
-
"target": {
|
|
759
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
760
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
761
|
-
"metadataToken": 100663412
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"tsName": "declare$view",
|
|
766
|
-
"isStatic": false,
|
|
767
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
768
|
-
"target": {
|
|
769
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
770
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
771
|
-
"metadataToken": 100663362
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"tsName": "test$view",
|
|
776
|
-
"isStatic": false,
|
|
777
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
778
|
-
"target": {
|
|
779
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
780
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
781
|
-
"metadataToken": 100663363
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"tsName": "popDirectory$view",
|
|
786
|
-
"isStatic": false,
|
|
787
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
788
|
-
"target": {
|
|
789
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
790
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
791
|
-
"metadataToken": 100663366
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"tsName": "test$view2",
|
|
796
|
-
"isStatic": false,
|
|
797
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
798
|
-
"target": {
|
|
799
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
800
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
801
|
-
"metadataToken": 100663364
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"tsName": "pushDirectory$view",
|
|
806
|
-
"isStatic": false,
|
|
807
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
808
|
-
"target": {
|
|
809
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
810
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
811
|
-
"metadataToken": 100663365
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"tsName": "declare",
|
|
816
|
-
"isStatic": false,
|
|
817
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
818
|
-
"target": {
|
|
819
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
820
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
821
|
-
"metadataToken": 0
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"tsName": "popDirectory",
|
|
826
|
-
"isStatic": false,
|
|
827
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
828
|
-
"target": {
|
|
829
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
830
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
831
|
-
"metadataToken": 0
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"tsName": "test",
|
|
836
|
-
"isStatic": false,
|
|
837
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
838
|
-
"target": {
|
|
839
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
840
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
841
|
-
"metadataToken": 0
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"exposedConstructors": [
|
|
846
|
-
{
|
|
847
|
-
"isStatic": false,
|
|
848
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern):void|static=false",
|
|
849
|
-
"target": {
|
|
850
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
851
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
852
|
-
"metadataToken": 100663410
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
651
|
]
|
|
856
652
|
},
|
|
857
653
|
{
|
|
858
654
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
859
655
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
860
|
-
"tsEmitName": "PatternContextLinearExclude",
|
|
861
656
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
862
657
|
"metadataToken": 0,
|
|
658
|
+
"kind": "Class",
|
|
659
|
+
"accessibility": "Public",
|
|
660
|
+
"isAbstract": false,
|
|
661
|
+
"isSealed": false,
|
|
662
|
+
"isStatic": false,
|
|
663
|
+
"arity": 0,
|
|
863
664
|
"methods": [
|
|
864
665
|
{
|
|
865
666
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
866
667
|
"clrName": "Test",
|
|
867
|
-
"tsEmitName": "test2",
|
|
868
668
|
"metadataToken": 100663418,
|
|
869
669
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
870
670
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
871
671
|
"emitScope": "ClassSurface",
|
|
672
|
+
"provenance": "Original",
|
|
872
673
|
"arity": 0,
|
|
873
674
|
"parameterCount": 1,
|
|
675
|
+
"isStatic": false,
|
|
676
|
+
"isAbstract": false,
|
|
677
|
+
"isVirtual": true,
|
|
678
|
+
"isOverride": true,
|
|
679
|
+
"isSealed": false,
|
|
874
680
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
875
681
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
876
682
|
"isExtensionMethod": false
|
|
@@ -878,83 +684,118 @@
|
|
|
878
684
|
{
|
|
879
685
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
880
686
|
"clrName": "Declare",
|
|
881
|
-
"tsEmitName": "declare$view",
|
|
882
687
|
"metadataToken": 100663362,
|
|
883
688
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
884
689
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
885
690
|
"emitScope": "ViewOnly",
|
|
691
|
+
"provenance": "ExplicitView",
|
|
886
692
|
"arity": 0,
|
|
887
693
|
"parameterCount": 1,
|
|
694
|
+
"isStatic": false,
|
|
695
|
+
"isAbstract": false,
|
|
696
|
+
"isVirtual": true,
|
|
697
|
+
"isOverride": false,
|
|
698
|
+
"isSealed": false,
|
|
888
699
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
889
700
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
890
|
-
"isExtensionMethod": false
|
|
701
|
+
"isExtensionMethod": false,
|
|
702
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
891
703
|
},
|
|
892
704
|
{
|
|
893
705
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
894
706
|
"clrName": "Test",
|
|
895
|
-
"tsEmitName": "test$view2",
|
|
896
707
|
"metadataToken": 100663364,
|
|
897
708
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
898
709
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
899
710
|
"emitScope": "ViewOnly",
|
|
711
|
+
"provenance": "ExplicitView",
|
|
900
712
|
"arity": 0,
|
|
901
713
|
"parameterCount": 1,
|
|
714
|
+
"isStatic": false,
|
|
715
|
+
"isAbstract": false,
|
|
716
|
+
"isVirtual": true,
|
|
717
|
+
"isOverride": false,
|
|
718
|
+
"isSealed": false,
|
|
902
719
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
903
720
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
904
|
-
"isExtensionMethod": false
|
|
721
|
+
"isExtensionMethod": false,
|
|
722
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
905
723
|
},
|
|
906
724
|
{
|
|
907
725
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
908
726
|
"clrName": "PushDirectory",
|
|
909
|
-
"tsEmitName": "pushDirectory$view",
|
|
910
727
|
"metadataToken": 100663365,
|
|
911
728
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
912
729
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
913
730
|
"emitScope": "ViewOnly",
|
|
731
|
+
"provenance": "ExplicitView",
|
|
914
732
|
"arity": 0,
|
|
915
733
|
"parameterCount": 1,
|
|
734
|
+
"isStatic": false,
|
|
735
|
+
"isAbstract": false,
|
|
736
|
+
"isVirtual": true,
|
|
737
|
+
"isOverride": false,
|
|
738
|
+
"isSealed": false,
|
|
916
739
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
917
740
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
918
|
-
"isExtensionMethod": false
|
|
741
|
+
"isExtensionMethod": false,
|
|
742
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
919
743
|
},
|
|
920
744
|
{
|
|
921
745
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
922
746
|
"clrName": "PopDirectory",
|
|
923
|
-
"tsEmitName": "popDirectory$view",
|
|
924
747
|
"metadataToken": 100663366,
|
|
925
748
|
"canonicalSignature": "():System.Void",
|
|
926
749
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
927
750
|
"emitScope": "ViewOnly",
|
|
751
|
+
"provenance": "ExplicitView",
|
|
928
752
|
"arity": 0,
|
|
929
753
|
"parameterCount": 0,
|
|
754
|
+
"isStatic": false,
|
|
755
|
+
"isAbstract": false,
|
|
756
|
+
"isVirtual": true,
|
|
757
|
+
"isOverride": false,
|
|
758
|
+
"isSealed": false,
|
|
930
759
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
931
760
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
932
|
-
"isExtensionMethod": false
|
|
761
|
+
"isExtensionMethod": false,
|
|
762
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
933
763
|
},
|
|
934
764
|
{
|
|
935
765
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
936
766
|
"clrName": "Test",
|
|
937
|
-
"tsEmitName": "test$view",
|
|
938
767
|
"metadataToken": 100663363,
|
|
939
768
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
940
769
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
941
770
|
"emitScope": "ViewOnly",
|
|
771
|
+
"provenance": "ExplicitView",
|
|
942
772
|
"arity": 0,
|
|
943
773
|
"parameterCount": 1,
|
|
774
|
+
"isStatic": false,
|
|
775
|
+
"isAbstract": false,
|
|
776
|
+
"isVirtual": true,
|
|
777
|
+
"isOverride": false,
|
|
778
|
+
"isSealed": false,
|
|
944
779
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
945
780
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
946
|
-
"isExtensionMethod": false
|
|
781
|
+
"isExtensionMethod": false,
|
|
782
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
947
783
|
},
|
|
948
784
|
{
|
|
949
785
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::Declare(System.Action_2):System.Void",
|
|
950
786
|
"clrName": "Declare",
|
|
951
|
-
"tsEmitName": "declare",
|
|
952
787
|
"metadataToken": 0,
|
|
953
788
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
954
789
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
955
790
|
"emitScope": "ClassSurface",
|
|
791
|
+
"provenance": "BaseOverload",
|
|
956
792
|
"arity": 0,
|
|
957
793
|
"parameterCount": 1,
|
|
794
|
+
"isStatic": false,
|
|
795
|
+
"isAbstract": false,
|
|
796
|
+
"isVirtual": true,
|
|
797
|
+
"isOverride": false,
|
|
798
|
+
"isSealed": false,
|
|
958
799
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
959
800
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
960
801
|
"isExtensionMethod": false
|
|
@@ -962,13 +803,18 @@
|
|
|
962
803
|
{
|
|
963
804
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::PopDirectory():System.Void",
|
|
964
805
|
"clrName": "PopDirectory",
|
|
965
|
-
"tsEmitName": "popDirectory",
|
|
966
806
|
"metadataToken": 0,
|
|
967
807
|
"canonicalSignature": "():System.Void",
|
|
968
808
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
969
809
|
"emitScope": "ClassSurface",
|
|
810
|
+
"provenance": "BaseOverload",
|
|
970
811
|
"arity": 0,
|
|
971
812
|
"parameterCount": 0,
|
|
813
|
+
"isStatic": false,
|
|
814
|
+
"isAbstract": false,
|
|
815
|
+
"isVirtual": true,
|
|
816
|
+
"isOverride": false,
|
|
817
|
+
"isSealed": false,
|
|
972
818
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
973
819
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
974
820
|
"isExtensionMethod": false
|
|
@@ -976,13 +822,18 @@
|
|
|
976
822
|
{
|
|
977
823
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
978
824
|
"clrName": "PushDirectory",
|
|
979
|
-
"tsEmitName": "pushDirectory",
|
|
980
825
|
"metadataToken": 0,
|
|
981
826
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
982
827
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
983
828
|
"emitScope": "ClassSurface",
|
|
829
|
+
"provenance": "BaseOverload",
|
|
984
830
|
"arity": 0,
|
|
985
831
|
"parameterCount": 1,
|
|
832
|
+
"isStatic": false,
|
|
833
|
+
"isAbstract": false,
|
|
834
|
+
"isVirtual": true,
|
|
835
|
+
"isOverride": false,
|
|
836
|
+
"isSealed": false,
|
|
986
837
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
987
838
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
988
839
|
"isExtensionMethod": false
|
|
@@ -990,13 +841,18 @@
|
|
|
990
841
|
{
|
|
991
842
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
992
843
|
"clrName": "Test",
|
|
993
|
-
"tsEmitName": "test",
|
|
994
844
|
"metadataToken": 0,
|
|
995
845
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
996
846
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
997
847
|
"emitScope": "ClassSurface",
|
|
848
|
+
"provenance": "BaseOverload",
|
|
998
849
|
"arity": 0,
|
|
999
850
|
"parameterCount": 1,
|
|
851
|
+
"isStatic": false,
|
|
852
|
+
"isAbstract": false,
|
|
853
|
+
"isVirtual": true,
|
|
854
|
+
"isOverride": false,
|
|
855
|
+
"isSealed": false,
|
|
1000
856
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1001
857
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1002
858
|
"isExtensionMethod": false
|
|
@@ -1016,138 +872,35 @@
|
|
|
1016
872
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1017
873
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1018
874
|
}
|
|
1019
|
-
],
|
|
1020
|
-
"exposedMethods": [
|
|
1021
|
-
{
|
|
1022
|
-
"tsName": "test2",
|
|
1023
|
-
"isStatic": false,
|
|
1024
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1025
|
-
"target": {
|
|
1026
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1027
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1028
|
-
"metadataToken": 100663418
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"tsName": "declare$view",
|
|
1033
|
-
"isStatic": false,
|
|
1034
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1035
|
-
"target": {
|
|
1036
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1037
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1038
|
-
"metadataToken": 100663362
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"tsName": "test$view2",
|
|
1043
|
-
"isStatic": false,
|
|
1044
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1045
|
-
"target": {
|
|
1046
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1047
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1048
|
-
"metadataToken": 100663364
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"tsName": "pushDirectory$view",
|
|
1053
|
-
"isStatic": false,
|
|
1054
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1055
|
-
"target": {
|
|
1056
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1057
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1058
|
-
"metadataToken": 100663365
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
"tsName": "popDirectory$view",
|
|
1063
|
-
"isStatic": false,
|
|
1064
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1065
|
-
"target": {
|
|
1066
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1067
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1068
|
-
"metadataToken": 100663366
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"tsName": "test$view",
|
|
1073
|
-
"isStatic": false,
|
|
1074
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1075
|
-
"target": {
|
|
1076
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1077
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1078
|
-
"metadataToken": 100663363
|
|
1079
|
-
}
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"tsName": "declare",
|
|
1083
|
-
"isStatic": false,
|
|
1084
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
1085
|
-
"target": {
|
|
1086
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1087
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1088
|
-
"metadataToken": 0
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"tsName": "popDirectory",
|
|
1093
|
-
"isStatic": false,
|
|
1094
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1095
|
-
"target": {
|
|
1096
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1097
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1098
|
-
"metadataToken": 0
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"tsName": "pushDirectory",
|
|
1103
|
-
"isStatic": false,
|
|
1104
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1105
|
-
"target": {
|
|
1106
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1107
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1108
|
-
"metadataToken": 0
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"tsName": "test",
|
|
1113
|
-
"isStatic": false,
|
|
1114
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1115
|
-
"target": {
|
|
1116
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1117
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1118
|
-
"metadataToken": 0
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
],
|
|
1122
|
-
"exposedConstructors": [
|
|
1123
|
-
{
|
|
1124
|
-
"isStatic": false,
|
|
1125
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern):void|static=false",
|
|
1126
|
-
"target": {
|
|
1127
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1128
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1129
|
-
"metadataToken": 100663417
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
875
|
]
|
|
1133
876
|
},
|
|
1134
877
|
{
|
|
1135
878
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1136
879
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1137
|
-
"tsEmitName": "PatternContextLinearInclude",
|
|
1138
880
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1139
881
|
"metadataToken": 0,
|
|
882
|
+
"kind": "Class",
|
|
883
|
+
"accessibility": "Public",
|
|
884
|
+
"isAbstract": false,
|
|
885
|
+
"isSealed": false,
|
|
886
|
+
"isStatic": false,
|
|
887
|
+
"arity": 0,
|
|
1140
888
|
"methods": [
|
|
1141
889
|
{
|
|
1142
890
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1143
891
|
"clrName": "Declare",
|
|
1144
|
-
"tsEmitName": "declare2",
|
|
1145
892
|
"metadataToken": 100663420,
|
|
1146
893
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1147
894
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1148
895
|
"emitScope": "ClassSurface",
|
|
896
|
+
"provenance": "Original",
|
|
1149
897
|
"arity": 0,
|
|
1150
898
|
"parameterCount": 1,
|
|
899
|
+
"isStatic": false,
|
|
900
|
+
"isAbstract": false,
|
|
901
|
+
"isVirtual": true,
|
|
902
|
+
"isOverride": true,
|
|
903
|
+
"isSealed": false,
|
|
1151
904
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1152
905
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1153
906
|
"isExtensionMethod": false
|
|
@@ -1155,13 +908,18 @@
|
|
|
1155
908
|
{
|
|
1156
909
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1157
910
|
"clrName": "Test",
|
|
1158
|
-
"tsEmitName": "test2",
|
|
1159
911
|
"metadataToken": 100663421,
|
|
1160
912
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1161
913
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1162
914
|
"emitScope": "ClassSurface",
|
|
915
|
+
"provenance": "Original",
|
|
1163
916
|
"arity": 0,
|
|
1164
917
|
"parameterCount": 1,
|
|
918
|
+
"isStatic": false,
|
|
919
|
+
"isAbstract": false,
|
|
920
|
+
"isVirtual": true,
|
|
921
|
+
"isOverride": true,
|
|
922
|
+
"isSealed": false,
|
|
1165
923
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1166
924
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1167
925
|
"isExtensionMethod": false
|
|
@@ -1169,83 +927,118 @@
|
|
|
1169
927
|
{
|
|
1170
928
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1171
929
|
"clrName": "Test",
|
|
1172
|
-
"tsEmitName": "test$view2",
|
|
1173
930
|
"metadataToken": 100663364,
|
|
1174
931
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1175
932
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1176
933
|
"emitScope": "ViewOnly",
|
|
934
|
+
"provenance": "ExplicitView",
|
|
1177
935
|
"arity": 0,
|
|
1178
936
|
"parameterCount": 1,
|
|
937
|
+
"isStatic": false,
|
|
938
|
+
"isAbstract": false,
|
|
939
|
+
"isVirtual": true,
|
|
940
|
+
"isOverride": false,
|
|
941
|
+
"isSealed": false,
|
|
1179
942
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1180
943
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1181
|
-
"isExtensionMethod": false
|
|
944
|
+
"isExtensionMethod": false,
|
|
945
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1182
946
|
},
|
|
1183
947
|
{
|
|
1184
948
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1185
949
|
"clrName": "PushDirectory",
|
|
1186
|
-
"tsEmitName": "pushDirectory$view",
|
|
1187
950
|
"metadataToken": 100663365,
|
|
1188
951
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1189
952
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1190
953
|
"emitScope": "ViewOnly",
|
|
954
|
+
"provenance": "ExplicitView",
|
|
1191
955
|
"arity": 0,
|
|
1192
956
|
"parameterCount": 1,
|
|
957
|
+
"isStatic": false,
|
|
958
|
+
"isAbstract": false,
|
|
959
|
+
"isVirtual": true,
|
|
960
|
+
"isOverride": false,
|
|
961
|
+
"isSealed": false,
|
|
1193
962
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1194
963
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1195
|
-
"isExtensionMethod": false
|
|
964
|
+
"isExtensionMethod": false,
|
|
965
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1196
966
|
},
|
|
1197
967
|
{
|
|
1198
968
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
1199
969
|
"clrName": "PopDirectory",
|
|
1200
|
-
"tsEmitName": "popDirectory$view",
|
|
1201
970
|
"metadataToken": 100663366,
|
|
1202
971
|
"canonicalSignature": "():System.Void",
|
|
1203
972
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1204
973
|
"emitScope": "ViewOnly",
|
|
974
|
+
"provenance": "ExplicitView",
|
|
1205
975
|
"arity": 0,
|
|
1206
976
|
"parameterCount": 0,
|
|
977
|
+
"isStatic": false,
|
|
978
|
+
"isAbstract": false,
|
|
979
|
+
"isVirtual": true,
|
|
980
|
+
"isOverride": false,
|
|
981
|
+
"isSealed": false,
|
|
1207
982
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1208
983
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1209
|
-
"isExtensionMethod": false
|
|
984
|
+
"isExtensionMethod": false,
|
|
985
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1210
986
|
},
|
|
1211
987
|
{
|
|
1212
988
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1213
989
|
"clrName": "Declare",
|
|
1214
|
-
"tsEmitName": "declare$view",
|
|
1215
990
|
"metadataToken": 100663362,
|
|
1216
991
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1217
992
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1218
993
|
"emitScope": "ViewOnly",
|
|
994
|
+
"provenance": "ExplicitView",
|
|
1219
995
|
"arity": 0,
|
|
1220
996
|
"parameterCount": 1,
|
|
997
|
+
"isStatic": false,
|
|
998
|
+
"isAbstract": false,
|
|
999
|
+
"isVirtual": true,
|
|
1000
|
+
"isOverride": false,
|
|
1001
|
+
"isSealed": false,
|
|
1221
1002
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1222
1003
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1223
|
-
"isExtensionMethod": false
|
|
1004
|
+
"isExtensionMethod": false,
|
|
1005
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1224
1006
|
},
|
|
1225
1007
|
{
|
|
1226
1008
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1227
1009
|
"clrName": "Test",
|
|
1228
|
-
"tsEmitName": "test$view",
|
|
1229
1010
|
"metadataToken": 100663363,
|
|
1230
1011
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1231
1012
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1232
1013
|
"emitScope": "ViewOnly",
|
|
1014
|
+
"provenance": "ExplicitView",
|
|
1233
1015
|
"arity": 0,
|
|
1234
1016
|
"parameterCount": 1,
|
|
1017
|
+
"isStatic": false,
|
|
1018
|
+
"isAbstract": false,
|
|
1019
|
+
"isVirtual": true,
|
|
1020
|
+
"isOverride": false,
|
|
1021
|
+
"isSealed": false,
|
|
1235
1022
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1236
1023
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1237
|
-
"isExtensionMethod": false
|
|
1024
|
+
"isExtensionMethod": false,
|
|
1025
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1238
1026
|
},
|
|
1239
1027
|
{
|
|
1240
1028
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Declare(System.Action_2):System.Void",
|
|
1241
1029
|
"clrName": "Declare",
|
|
1242
|
-
"tsEmitName": "declare",
|
|
1243
1030
|
"metadataToken": 0,
|
|
1244
1031
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1245
1032
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1246
1033
|
"emitScope": "ClassSurface",
|
|
1034
|
+
"provenance": "BaseOverload",
|
|
1247
1035
|
"arity": 0,
|
|
1248
1036
|
"parameterCount": 1,
|
|
1037
|
+
"isStatic": false,
|
|
1038
|
+
"isAbstract": false,
|
|
1039
|
+
"isVirtual": true,
|
|
1040
|
+
"isOverride": false,
|
|
1041
|
+
"isSealed": false,
|
|
1249
1042
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1250
1043
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1251
1044
|
"isExtensionMethod": false
|
|
@@ -1253,13 +1046,18 @@
|
|
|
1253
1046
|
{
|
|
1254
1047
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::PopDirectory():System.Void",
|
|
1255
1048
|
"clrName": "PopDirectory",
|
|
1256
|
-
"tsEmitName": "popDirectory",
|
|
1257
1049
|
"metadataToken": 0,
|
|
1258
1050
|
"canonicalSignature": "():System.Void",
|
|
1259
1051
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1260
1052
|
"emitScope": "ClassSurface",
|
|
1053
|
+
"provenance": "BaseOverload",
|
|
1261
1054
|
"arity": 0,
|
|
1262
1055
|
"parameterCount": 0,
|
|
1056
|
+
"isStatic": false,
|
|
1057
|
+
"isAbstract": false,
|
|
1058
|
+
"isVirtual": true,
|
|
1059
|
+
"isOverride": false,
|
|
1060
|
+
"isSealed": false,
|
|
1263
1061
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1264
1062
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1265
1063
|
"isExtensionMethod": false
|
|
@@ -1267,13 +1065,18 @@
|
|
|
1267
1065
|
{
|
|
1268
1066
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1269
1067
|
"clrName": "PushDirectory",
|
|
1270
|
-
"tsEmitName": "pushDirectory",
|
|
1271
1068
|
"metadataToken": 0,
|
|
1272
1069
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1273
1070
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1274
1071
|
"emitScope": "ClassSurface",
|
|
1072
|
+
"provenance": "BaseOverload",
|
|
1275
1073
|
"arity": 0,
|
|
1276
1074
|
"parameterCount": 1,
|
|
1075
|
+
"isStatic": false,
|
|
1076
|
+
"isAbstract": false,
|
|
1077
|
+
"isVirtual": true,
|
|
1078
|
+
"isOverride": false,
|
|
1079
|
+
"isSealed": false,
|
|
1277
1080
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1278
1081
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1279
1082
|
"isExtensionMethod": false
|
|
@@ -1281,13 +1084,18 @@
|
|
|
1281
1084
|
{
|
|
1282
1085
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1283
1086
|
"clrName": "Test",
|
|
1284
|
-
"tsEmitName": "test",
|
|
1285
1087
|
"metadataToken": 0,
|
|
1286
1088
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1287
1089
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1288
1090
|
"emitScope": "ClassSurface",
|
|
1091
|
+
"provenance": "BaseOverload",
|
|
1289
1092
|
"arity": 0,
|
|
1290
1093
|
"parameterCount": 1,
|
|
1094
|
+
"isStatic": false,
|
|
1095
|
+
"isAbstract": false,
|
|
1096
|
+
"isVirtual": true,
|
|
1097
|
+
"isOverride": false,
|
|
1098
|
+
"isSealed": false,
|
|
1291
1099
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1292
1100
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1293
1101
|
"isExtensionMethod": false
|
|
@@ -1307,148 +1115,35 @@
|
|
|
1307
1115
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1308
1116
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1309
1117
|
}
|
|
1310
|
-
],
|
|
1311
|
-
"exposedMethods": [
|
|
1312
|
-
{
|
|
1313
|
-
"tsName": "declare2",
|
|
1314
|
-
"isStatic": false,
|
|
1315
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1316
|
-
"target": {
|
|
1317
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1318
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1319
|
-
"metadataToken": 100663420
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"tsName": "test2",
|
|
1324
|
-
"isStatic": false,
|
|
1325
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1326
|
-
"target": {
|
|
1327
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1328
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1329
|
-
"metadataToken": 100663421
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"tsName": "test$view2",
|
|
1334
|
-
"isStatic": false,
|
|
1335
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1336
|
-
"target": {
|
|
1337
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1338
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1339
|
-
"metadataToken": 100663364
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"tsName": "pushDirectory$view",
|
|
1344
|
-
"isStatic": false,
|
|
1345
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1346
|
-
"target": {
|
|
1347
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1348
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1349
|
-
"metadataToken": 100663365
|
|
1350
|
-
}
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"tsName": "popDirectory$view",
|
|
1354
|
-
"isStatic": false,
|
|
1355
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1356
|
-
"target": {
|
|
1357
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1358
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1359
|
-
"metadataToken": 100663366
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"tsName": "declare$view",
|
|
1364
|
-
"isStatic": false,
|
|
1365
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1366
|
-
"target": {
|
|
1367
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1368
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1369
|
-
"metadataToken": 100663362
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"tsName": "test$view",
|
|
1374
|
-
"isStatic": false,
|
|
1375
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1376
|
-
"target": {
|
|
1377
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1378
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1379
|
-
"metadataToken": 100663363
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"tsName": "declare",
|
|
1384
|
-
"isStatic": false,
|
|
1385
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
1386
|
-
"target": {
|
|
1387
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1388
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1389
|
-
"metadataToken": 0
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"tsName": "popDirectory",
|
|
1394
|
-
"isStatic": false,
|
|
1395
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1396
|
-
"target": {
|
|
1397
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1398
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1399
|
-
"metadataToken": 0
|
|
1400
|
-
}
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"tsName": "pushDirectory",
|
|
1404
|
-
"isStatic": false,
|
|
1405
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1406
|
-
"target": {
|
|
1407
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1408
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1409
|
-
"metadataToken": 0
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"tsName": "test",
|
|
1414
|
-
"isStatic": false,
|
|
1415
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1416
|
-
"target": {
|
|
1417
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1418
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1419
|
-
"metadataToken": 0
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
],
|
|
1423
|
-
"exposedConstructors": [
|
|
1424
|
-
{
|
|
1425
|
-
"isStatic": false,
|
|
1426
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern):void|static=false",
|
|
1427
|
-
"target": {
|
|
1428
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1429
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1430
|
-
"metadataToken": 100663419
|
|
1431
|
-
}
|
|
1432
|
-
}
|
|
1433
1118
|
]
|
|
1434
1119
|
},
|
|
1435
1120
|
{
|
|
1436
1121
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1437
1122
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1438
|
-
"tsEmitName": "PatternContextRagged",
|
|
1439
1123
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1440
1124
|
"metadataToken": 0,
|
|
1125
|
+
"kind": "Class",
|
|
1126
|
+
"accessibility": "Public",
|
|
1127
|
+
"isAbstract": true,
|
|
1128
|
+
"isSealed": false,
|
|
1129
|
+
"isStatic": false,
|
|
1130
|
+
"arity": 0,
|
|
1441
1131
|
"methods": [
|
|
1442
1132
|
{
|
|
1443
1133
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1444
1134
|
"clrName": "Test",
|
|
1445
|
-
"tsEmitName": "test2",
|
|
1446
1135
|
"metadataToken": 100663423,
|
|
1447
1136
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1448
1137
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1449
1138
|
"emitScope": "ClassSurface",
|
|
1139
|
+
"provenance": "Original",
|
|
1450
1140
|
"arity": 0,
|
|
1451
1141
|
"parameterCount": 1,
|
|
1142
|
+
"isStatic": false,
|
|
1143
|
+
"isAbstract": false,
|
|
1144
|
+
"isVirtual": true,
|
|
1145
|
+
"isOverride": true,
|
|
1146
|
+
"isSealed": false,
|
|
1452
1147
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1453
1148
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1454
1149
|
"isExtensionMethod": false
|
|
@@ -1456,13 +1151,18 @@
|
|
|
1456
1151
|
{
|
|
1457
1152
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1458
1153
|
"clrName": "PushDirectory",
|
|
1459
|
-
"tsEmitName": "pushDirectory",
|
|
1460
1154
|
"metadataToken": 100663424,
|
|
1461
1155
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1462
1156
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1463
1157
|
"emitScope": "ClassSurface",
|
|
1158
|
+
"provenance": "Original",
|
|
1464
1159
|
"arity": 0,
|
|
1465
1160
|
"parameterCount": 1,
|
|
1161
|
+
"isStatic": false,
|
|
1162
|
+
"isAbstract": false,
|
|
1163
|
+
"isVirtual": true,
|
|
1164
|
+
"isOverride": true,
|
|
1165
|
+
"isSealed": true,
|
|
1466
1166
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1467
1167
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1468
1168
|
"isExtensionMethod": false
|
|
@@ -1470,13 +1170,18 @@
|
|
|
1470
1170
|
{
|
|
1471
1171
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::PopDirectory():System.Void",
|
|
1472
1172
|
"clrName": "PopDirectory",
|
|
1473
|
-
"tsEmitName": "popDirectory",
|
|
1474
1173
|
"metadataToken": 100663425,
|
|
1475
1174
|
"canonicalSignature": "():System.Void",
|
|
1476
1175
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1477
1176
|
"emitScope": "ClassSurface",
|
|
1177
|
+
"provenance": "Original",
|
|
1478
1178
|
"arity": 0,
|
|
1479
1179
|
"parameterCount": 0,
|
|
1180
|
+
"isStatic": false,
|
|
1181
|
+
"isAbstract": false,
|
|
1182
|
+
"isVirtual": true,
|
|
1183
|
+
"isOverride": true,
|
|
1184
|
+
"isSealed": false,
|
|
1480
1185
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1481
1186
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1482
1187
|
"isExtensionMethod": false
|
|
@@ -1484,83 +1189,118 @@
|
|
|
1484
1189
|
{
|
|
1485
1190
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1486
1191
|
"clrName": "Declare",
|
|
1487
|
-
"tsEmitName": "declare$view",
|
|
1488
1192
|
"metadataToken": 100663362,
|
|
1489
1193
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1490
1194
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1491
1195
|
"emitScope": "ViewOnly",
|
|
1196
|
+
"provenance": "ExplicitView",
|
|
1492
1197
|
"arity": 0,
|
|
1493
1198
|
"parameterCount": 1,
|
|
1199
|
+
"isStatic": false,
|
|
1200
|
+
"isAbstract": false,
|
|
1201
|
+
"isVirtual": true,
|
|
1202
|
+
"isOverride": false,
|
|
1203
|
+
"isSealed": false,
|
|
1494
1204
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1495
1205
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1496
|
-
"isExtensionMethod": false
|
|
1206
|
+
"isExtensionMethod": false,
|
|
1207
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1497
1208
|
},
|
|
1498
1209
|
{
|
|
1499
1210
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1500
1211
|
"clrName": "Test",
|
|
1501
|
-
"tsEmitName": "test$view",
|
|
1502
1212
|
"metadataToken": 100663363,
|
|
1503
1213
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1504
1214
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1505
1215
|
"emitScope": "ViewOnly",
|
|
1216
|
+
"provenance": "ExplicitView",
|
|
1506
1217
|
"arity": 0,
|
|
1507
1218
|
"parameterCount": 1,
|
|
1219
|
+
"isStatic": false,
|
|
1220
|
+
"isAbstract": false,
|
|
1221
|
+
"isVirtual": true,
|
|
1222
|
+
"isOverride": false,
|
|
1223
|
+
"isSealed": false,
|
|
1508
1224
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1509
1225
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1510
|
-
"isExtensionMethod": false
|
|
1226
|
+
"isExtensionMethod": false,
|
|
1227
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1511
1228
|
},
|
|
1512
1229
|
{
|
|
1513
1230
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1514
1231
|
"clrName": "Test",
|
|
1515
|
-
"tsEmitName": "test$view2",
|
|
1516
1232
|
"metadataToken": 100663364,
|
|
1517
1233
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1518
1234
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1519
1235
|
"emitScope": "ViewOnly",
|
|
1236
|
+
"provenance": "ExplicitView",
|
|
1520
1237
|
"arity": 0,
|
|
1521
1238
|
"parameterCount": 1,
|
|
1239
|
+
"isStatic": false,
|
|
1240
|
+
"isAbstract": false,
|
|
1241
|
+
"isVirtual": true,
|
|
1242
|
+
"isOverride": false,
|
|
1243
|
+
"isSealed": false,
|
|
1522
1244
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1523
1245
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1524
|
-
"isExtensionMethod": false
|
|
1246
|
+
"isExtensionMethod": false,
|
|
1247
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1525
1248
|
},
|
|
1526
1249
|
{
|
|
1527
1250
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1528
1251
|
"clrName": "PushDirectory",
|
|
1529
|
-
"tsEmitName": "pushDirectory$view",
|
|
1530
1252
|
"metadataToken": 100663365,
|
|
1531
1253
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1532
1254
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1533
1255
|
"emitScope": "ViewOnly",
|
|
1256
|
+
"provenance": "ExplicitView",
|
|
1534
1257
|
"arity": 0,
|
|
1535
1258
|
"parameterCount": 1,
|
|
1259
|
+
"isStatic": false,
|
|
1260
|
+
"isAbstract": false,
|
|
1261
|
+
"isVirtual": true,
|
|
1262
|
+
"isOverride": false,
|
|
1263
|
+
"isSealed": false,
|
|
1536
1264
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1537
1265
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1538
|
-
"isExtensionMethod": false
|
|
1266
|
+
"isExtensionMethod": false,
|
|
1267
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1539
1268
|
},
|
|
1540
1269
|
{
|
|
1541
1270
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
1542
1271
|
"clrName": "PopDirectory",
|
|
1543
|
-
"tsEmitName": "popDirectory$view",
|
|
1544
1272
|
"metadataToken": 100663366,
|
|
1545
1273
|
"canonicalSignature": "():System.Void",
|
|
1546
1274
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1547
1275
|
"emitScope": "ViewOnly",
|
|
1276
|
+
"provenance": "ExplicitView",
|
|
1548
1277
|
"arity": 0,
|
|
1549
1278
|
"parameterCount": 0,
|
|
1279
|
+
"isStatic": false,
|
|
1280
|
+
"isAbstract": false,
|
|
1281
|
+
"isVirtual": true,
|
|
1282
|
+
"isOverride": false,
|
|
1283
|
+
"isSealed": false,
|
|
1550
1284
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1551
1285
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1552
|
-
"isExtensionMethod": false
|
|
1286
|
+
"isExtensionMethod": false,
|
|
1287
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1553
1288
|
},
|
|
1554
1289
|
{
|
|
1555
1290
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::Declare(System.Action_2):System.Void",
|
|
1556
1291
|
"clrName": "Declare",
|
|
1557
|
-
"tsEmitName": "declare",
|
|
1558
1292
|
"metadataToken": 0,
|
|
1559
1293
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1560
1294
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1561
1295
|
"emitScope": "ClassSurface",
|
|
1296
|
+
"provenance": "BaseOverload",
|
|
1562
1297
|
"arity": 0,
|
|
1563
1298
|
"parameterCount": 1,
|
|
1299
|
+
"isStatic": false,
|
|
1300
|
+
"isAbstract": false,
|
|
1301
|
+
"isVirtual": true,
|
|
1302
|
+
"isOverride": false,
|
|
1303
|
+
"isSealed": false,
|
|
1564
1304
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1565
1305
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1566
1306
|
"isExtensionMethod": false
|
|
@@ -1568,13 +1308,18 @@
|
|
|
1568
1308
|
{
|
|
1569
1309
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1570
1310
|
"clrName": "Test",
|
|
1571
|
-
"tsEmitName": "test",
|
|
1572
1311
|
"metadataToken": 0,
|
|
1573
1312
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1574
1313
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1575
1314
|
"emitScope": "ClassSurface",
|
|
1315
|
+
"provenance": "BaseOverload",
|
|
1576
1316
|
"arity": 0,
|
|
1577
1317
|
"parameterCount": 1,
|
|
1318
|
+
"isStatic": false,
|
|
1319
|
+
"isAbstract": true,
|
|
1320
|
+
"isVirtual": true,
|
|
1321
|
+
"isOverride": false,
|
|
1322
|
+
"isSealed": false,
|
|
1578
1323
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1579
1324
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1580
1325
|
"isExtensionMethod": false
|
|
@@ -1594,138 +1339,35 @@
|
|
|
1594
1339
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1595
1340
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1596
1341
|
}
|
|
1597
|
-
],
|
|
1598
|
-
"exposedMethods": [
|
|
1599
|
-
{
|
|
1600
|
-
"tsName": "test2",
|
|
1601
|
-
"isStatic": false,
|
|
1602
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1603
|
-
"target": {
|
|
1604
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1605
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1606
|
-
"metadataToken": 100663423
|
|
1607
|
-
}
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"tsName": "pushDirectory",
|
|
1611
|
-
"isStatic": false,
|
|
1612
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1613
|
-
"target": {
|
|
1614
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1615
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1616
|
-
"metadataToken": 100663424
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"tsName": "popDirectory",
|
|
1621
|
-
"isStatic": false,
|
|
1622
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1623
|
-
"target": {
|
|
1624
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1625
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1626
|
-
"metadataToken": 100663425
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"tsName": "declare$view",
|
|
1631
|
-
"isStatic": false,
|
|
1632
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1633
|
-
"target": {
|
|
1634
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1635
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1636
|
-
"metadataToken": 100663362
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"tsName": "test$view",
|
|
1641
|
-
"isStatic": false,
|
|
1642
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1643
|
-
"target": {
|
|
1644
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1645
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1646
|
-
"metadataToken": 100663363
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"tsName": "test$view2",
|
|
1651
|
-
"isStatic": false,
|
|
1652
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1653
|
-
"target": {
|
|
1654
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1655
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1656
|
-
"metadataToken": 100663364
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"tsName": "pushDirectory$view",
|
|
1661
|
-
"isStatic": false,
|
|
1662
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1663
|
-
"target": {
|
|
1664
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1665
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1666
|
-
"metadataToken": 100663365
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"tsName": "popDirectory$view",
|
|
1671
|
-
"isStatic": false,
|
|
1672
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1673
|
-
"target": {
|
|
1674
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1675
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1676
|
-
"metadataToken": 100663366
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"tsName": "declare",
|
|
1681
|
-
"isStatic": false,
|
|
1682
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
1683
|
-
"target": {
|
|
1684
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1685
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1686
|
-
"metadataToken": 0
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"tsName": "test",
|
|
1691
|
-
"isStatic": false,
|
|
1692
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1693
|
-
"target": {
|
|
1694
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1695
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1696
|
-
"metadataToken": 0
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
],
|
|
1700
|
-
"exposedConstructors": [
|
|
1701
|
-
{
|
|
1702
|
-
"isStatic": false,
|
|
1703
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern):void|static=false",
|
|
1704
|
-
"target": {
|
|
1705
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1706
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1707
|
-
"metadataToken": 100663422
|
|
1708
|
-
}
|
|
1709
|
-
}
|
|
1710
1342
|
]
|
|
1711
1343
|
},
|
|
1712
1344
|
{
|
|
1713
1345
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1714
1346
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1715
|
-
"tsEmitName": "PatternContextRaggedExclude",
|
|
1716
1347
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1717
1348
|
"metadataToken": 0,
|
|
1349
|
+
"kind": "Class",
|
|
1350
|
+
"accessibility": "Public",
|
|
1351
|
+
"isAbstract": false,
|
|
1352
|
+
"isSealed": false,
|
|
1353
|
+
"isStatic": false,
|
|
1354
|
+
"arity": 0,
|
|
1718
1355
|
"methods": [
|
|
1719
1356
|
{
|
|
1720
1357
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1721
1358
|
"clrName": "Test",
|
|
1722
|
-
"tsEmitName": "test2",
|
|
1723
1359
|
"metadataToken": 100663433,
|
|
1724
1360
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1725
1361
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1726
1362
|
"emitScope": "ClassSurface",
|
|
1363
|
+
"provenance": "Original",
|
|
1727
1364
|
"arity": 0,
|
|
1728
1365
|
"parameterCount": 1,
|
|
1366
|
+
"isStatic": false,
|
|
1367
|
+
"isAbstract": false,
|
|
1368
|
+
"isVirtual": true,
|
|
1369
|
+
"isOverride": true,
|
|
1370
|
+
"isSealed": false,
|
|
1729
1371
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1730
1372
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1731
1373
|
"isExtensionMethod": false
|
|
@@ -1733,83 +1375,118 @@
|
|
|
1733
1375
|
{
|
|
1734
1376
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1735
1377
|
"clrName": "Declare",
|
|
1736
|
-
"tsEmitName": "declare$view",
|
|
1737
1378
|
"metadataToken": 100663362,
|
|
1738
1379
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1739
1380
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1740
1381
|
"emitScope": "ViewOnly",
|
|
1382
|
+
"provenance": "ExplicitView",
|
|
1741
1383
|
"arity": 0,
|
|
1742
1384
|
"parameterCount": 1,
|
|
1385
|
+
"isStatic": false,
|
|
1386
|
+
"isAbstract": false,
|
|
1387
|
+
"isVirtual": true,
|
|
1388
|
+
"isOverride": false,
|
|
1389
|
+
"isSealed": false,
|
|
1743
1390
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1744
1391
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1745
|
-
"isExtensionMethod": false
|
|
1392
|
+
"isExtensionMethod": false,
|
|
1393
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1746
1394
|
},
|
|
1747
1395
|
{
|
|
1748
1396
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1749
1397
|
"clrName": "Test",
|
|
1750
|
-
"tsEmitName": "test$view2",
|
|
1751
1398
|
"metadataToken": 100663364,
|
|
1752
1399
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1753
1400
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1754
1401
|
"emitScope": "ViewOnly",
|
|
1402
|
+
"provenance": "ExplicitView",
|
|
1755
1403
|
"arity": 0,
|
|
1756
1404
|
"parameterCount": 1,
|
|
1405
|
+
"isStatic": false,
|
|
1406
|
+
"isAbstract": false,
|
|
1407
|
+
"isVirtual": true,
|
|
1408
|
+
"isOverride": false,
|
|
1409
|
+
"isSealed": false,
|
|
1757
1410
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1758
1411
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1759
|
-
"isExtensionMethod": false
|
|
1412
|
+
"isExtensionMethod": false,
|
|
1413
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1760
1414
|
},
|
|
1761
1415
|
{
|
|
1762
1416
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1763
1417
|
"clrName": "PushDirectory",
|
|
1764
|
-
"tsEmitName": "pushDirectory$view",
|
|
1765
1418
|
"metadataToken": 100663365,
|
|
1766
1419
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1767
1420
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1768
1421
|
"emitScope": "ViewOnly",
|
|
1422
|
+
"provenance": "ExplicitView",
|
|
1769
1423
|
"arity": 0,
|
|
1770
1424
|
"parameterCount": 1,
|
|
1425
|
+
"isStatic": false,
|
|
1426
|
+
"isAbstract": false,
|
|
1427
|
+
"isVirtual": true,
|
|
1428
|
+
"isOverride": false,
|
|
1429
|
+
"isSealed": false,
|
|
1771
1430
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1772
1431
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1773
|
-
"isExtensionMethod": false
|
|
1432
|
+
"isExtensionMethod": false,
|
|
1433
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1774
1434
|
},
|
|
1775
1435
|
{
|
|
1776
1436
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
1777
1437
|
"clrName": "PopDirectory",
|
|
1778
|
-
"tsEmitName": "popDirectory$view",
|
|
1779
1438
|
"metadataToken": 100663366,
|
|
1780
1439
|
"canonicalSignature": "():System.Void",
|
|
1781
1440
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1782
1441
|
"emitScope": "ViewOnly",
|
|
1442
|
+
"provenance": "ExplicitView",
|
|
1783
1443
|
"arity": 0,
|
|
1784
1444
|
"parameterCount": 0,
|
|
1445
|
+
"isStatic": false,
|
|
1446
|
+
"isAbstract": false,
|
|
1447
|
+
"isVirtual": true,
|
|
1448
|
+
"isOverride": false,
|
|
1449
|
+
"isSealed": false,
|
|
1785
1450
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1786
1451
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1787
|
-
"isExtensionMethod": false
|
|
1452
|
+
"isExtensionMethod": false,
|
|
1453
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1788
1454
|
},
|
|
1789
1455
|
{
|
|
1790
1456
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1791
1457
|
"clrName": "Test",
|
|
1792
|
-
"tsEmitName": "test$view",
|
|
1793
1458
|
"metadataToken": 100663363,
|
|
1794
1459
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1795
1460
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1796
1461
|
"emitScope": "ViewOnly",
|
|
1462
|
+
"provenance": "ExplicitView",
|
|
1797
1463
|
"arity": 0,
|
|
1798
1464
|
"parameterCount": 1,
|
|
1465
|
+
"isStatic": false,
|
|
1466
|
+
"isAbstract": false,
|
|
1467
|
+
"isVirtual": true,
|
|
1468
|
+
"isOverride": false,
|
|
1469
|
+
"isSealed": false,
|
|
1799
1470
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1800
1471
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1801
|
-
"isExtensionMethod": false
|
|
1472
|
+
"isExtensionMethod": false,
|
|
1473
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1802
1474
|
},
|
|
1803
1475
|
{
|
|
1804
1476
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::Declare(System.Action_2):System.Void",
|
|
1805
1477
|
"clrName": "Declare",
|
|
1806
|
-
"tsEmitName": "declare",
|
|
1807
1478
|
"metadataToken": 0,
|
|
1808
1479
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1809
1480
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1810
1481
|
"emitScope": "ClassSurface",
|
|
1482
|
+
"provenance": "BaseOverload",
|
|
1811
1483
|
"arity": 0,
|
|
1812
1484
|
"parameterCount": 1,
|
|
1485
|
+
"isStatic": false,
|
|
1486
|
+
"isAbstract": false,
|
|
1487
|
+
"isVirtual": true,
|
|
1488
|
+
"isOverride": false,
|
|
1489
|
+
"isSealed": false,
|
|
1813
1490
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1814
1491
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1815
1492
|
"isExtensionMethod": false
|
|
@@ -1817,13 +1494,18 @@
|
|
|
1817
1494
|
{
|
|
1818
1495
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::PopDirectory():System.Void",
|
|
1819
1496
|
"clrName": "PopDirectory",
|
|
1820
|
-
"tsEmitName": "popDirectory",
|
|
1821
1497
|
"metadataToken": 0,
|
|
1822
1498
|
"canonicalSignature": "():System.Void",
|
|
1823
1499
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1824
1500
|
"emitScope": "ClassSurface",
|
|
1501
|
+
"provenance": "BaseOverload",
|
|
1825
1502
|
"arity": 0,
|
|
1826
1503
|
"parameterCount": 0,
|
|
1504
|
+
"isStatic": false,
|
|
1505
|
+
"isAbstract": false,
|
|
1506
|
+
"isVirtual": true,
|
|
1507
|
+
"isOverride": false,
|
|
1508
|
+
"isSealed": false,
|
|
1827
1509
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1828
1510
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1829
1511
|
"isExtensionMethod": false
|
|
@@ -1831,13 +1513,18 @@
|
|
|
1831
1513
|
{
|
|
1832
1514
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1833
1515
|
"clrName": "PushDirectory",
|
|
1834
|
-
"tsEmitName": "pushDirectory",
|
|
1835
1516
|
"metadataToken": 0,
|
|
1836
1517
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1837
1518
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1838
1519
|
"emitScope": "ClassSurface",
|
|
1520
|
+
"provenance": "BaseOverload",
|
|
1839
1521
|
"arity": 0,
|
|
1840
1522
|
"parameterCount": 1,
|
|
1523
|
+
"isStatic": false,
|
|
1524
|
+
"isAbstract": false,
|
|
1525
|
+
"isVirtual": true,
|
|
1526
|
+
"isOverride": false,
|
|
1527
|
+
"isSealed": false,
|
|
1841
1528
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1842
1529
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1843
1530
|
"isExtensionMethod": false
|
|
@@ -1845,13 +1532,18 @@
|
|
|
1845
1532
|
{
|
|
1846
1533
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1847
1534
|
"clrName": "Test",
|
|
1848
|
-
"tsEmitName": "test",
|
|
1849
1535
|
"metadataToken": 0,
|
|
1850
1536
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1851
1537
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1852
1538
|
"emitScope": "ClassSurface",
|
|
1539
|
+
"provenance": "BaseOverload",
|
|
1853
1540
|
"arity": 0,
|
|
1854
1541
|
"parameterCount": 1,
|
|
1542
|
+
"isStatic": false,
|
|
1543
|
+
"isAbstract": false,
|
|
1544
|
+
"isVirtual": true,
|
|
1545
|
+
"isOverride": false,
|
|
1546
|
+
"isSealed": false,
|
|
1855
1547
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1856
1548
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1857
1549
|
"isExtensionMethod": false
|
|
@@ -1871,138 +1563,35 @@
|
|
|
1871
1563
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1872
1564
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1873
1565
|
}
|
|
1874
|
-
],
|
|
1875
|
-
"exposedMethods": [
|
|
1876
|
-
{
|
|
1877
|
-
"tsName": "test2",
|
|
1878
|
-
"isStatic": false,
|
|
1879
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1880
|
-
"target": {
|
|
1881
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1882
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1883
|
-
"metadataToken": 100663433
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"tsName": "declare$view",
|
|
1888
|
-
"isStatic": false,
|
|
1889
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1890
|
-
"target": {
|
|
1891
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1892
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1893
|
-
"metadataToken": 100663362
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"tsName": "test$view2",
|
|
1898
|
-
"isStatic": false,
|
|
1899
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1900
|
-
"target": {
|
|
1901
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1902
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1903
|
-
"metadataToken": 100663364
|
|
1904
|
-
}
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"tsName": "pushDirectory$view",
|
|
1908
|
-
"isStatic": false,
|
|
1909
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1910
|
-
"target": {
|
|
1911
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1912
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1913
|
-
"metadataToken": 100663365
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"tsName": "popDirectory$view",
|
|
1918
|
-
"isStatic": false,
|
|
1919
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1920
|
-
"target": {
|
|
1921
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1922
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1923
|
-
"metadataToken": 100663366
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"tsName": "test$view",
|
|
1928
|
-
"isStatic": false,
|
|
1929
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
1930
|
-
"target": {
|
|
1931
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
1932
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1933
|
-
"metadataToken": 100663363
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"tsName": "declare",
|
|
1938
|
-
"isStatic": false,
|
|
1939
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
1940
|
-
"target": {
|
|
1941
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1942
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1943
|
-
"metadataToken": 0
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"tsName": "popDirectory",
|
|
1948
|
-
"isStatic": false,
|
|
1949
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
1950
|
-
"target": {
|
|
1951
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1952
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1953
|
-
"metadataToken": 0
|
|
1954
|
-
}
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"tsName": "pushDirectory",
|
|
1958
|
-
"isStatic": false,
|
|
1959
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1960
|
-
"target": {
|
|
1961
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1962
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1963
|
-
"metadataToken": 0
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"tsName": "test",
|
|
1968
|
-
"isStatic": false,
|
|
1969
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
1970
|
-
"target": {
|
|
1971
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1972
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1973
|
-
"metadataToken": 0
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
],
|
|
1977
|
-
"exposedConstructors": [
|
|
1978
|
-
{
|
|
1979
|
-
"isStatic": false,
|
|
1980
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern):void|static=false",
|
|
1981
|
-
"target": {
|
|
1982
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1983
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1984
|
-
"metadataToken": 100663432
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
1566
|
]
|
|
1988
1567
|
},
|
|
1989
1568
|
{
|
|
1990
1569
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
1991
1570
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
1992
|
-
"tsEmitName": "PatternContextRaggedInclude",
|
|
1993
1571
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1994
1572
|
"metadataToken": 0,
|
|
1573
|
+
"kind": "Class",
|
|
1574
|
+
"accessibility": "Public",
|
|
1575
|
+
"isAbstract": false,
|
|
1576
|
+
"isSealed": false,
|
|
1577
|
+
"isStatic": false,
|
|
1578
|
+
"arity": 0,
|
|
1995
1579
|
"methods": [
|
|
1996
1580
|
{
|
|
1997
1581
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1998
1582
|
"clrName": "Declare",
|
|
1999
|
-
"tsEmitName": "declare2",
|
|
2000
1583
|
"metadataToken": 100663435,
|
|
2001
1584
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2002
1585
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2003
1586
|
"emitScope": "ClassSurface",
|
|
1587
|
+
"provenance": "Original",
|
|
2004
1588
|
"arity": 0,
|
|
2005
1589
|
"parameterCount": 1,
|
|
1590
|
+
"isStatic": false,
|
|
1591
|
+
"isAbstract": false,
|
|
1592
|
+
"isVirtual": true,
|
|
1593
|
+
"isOverride": true,
|
|
1594
|
+
"isSealed": false,
|
|
2006
1595
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2007
1596
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2008
1597
|
"isExtensionMethod": false
|
|
@@ -2010,13 +1599,18 @@
|
|
|
2010
1599
|
{
|
|
2011
1600
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
2012
1601
|
"clrName": "Test",
|
|
2013
|
-
"tsEmitName": "test2",
|
|
2014
1602
|
"metadataToken": 100663436,
|
|
2015
1603
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
2016
1604
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
2017
1605
|
"emitScope": "ClassSurface",
|
|
1606
|
+
"provenance": "Original",
|
|
2018
1607
|
"arity": 0,
|
|
2019
1608
|
"parameterCount": 1,
|
|
1609
|
+
"isStatic": false,
|
|
1610
|
+
"isAbstract": false,
|
|
1611
|
+
"isVirtual": true,
|
|
1612
|
+
"isOverride": true,
|
|
1613
|
+
"isSealed": false,
|
|
2020
1614
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2021
1615
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2022
1616
|
"isExtensionMethod": false
|
|
@@ -2024,83 +1618,118 @@
|
|
|
2024
1618
|
{
|
|
2025
1619
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
2026
1620
|
"clrName": "Test",
|
|
2027
|
-
"tsEmitName": "test$view2",
|
|
2028
1621
|
"metadataToken": 100663364,
|
|
2029
1622
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
2030
1623
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
2031
1624
|
"emitScope": "ViewOnly",
|
|
1625
|
+
"provenance": "ExplicitView",
|
|
2032
1626
|
"arity": 0,
|
|
2033
1627
|
"parameterCount": 1,
|
|
1628
|
+
"isStatic": false,
|
|
1629
|
+
"isAbstract": false,
|
|
1630
|
+
"isVirtual": true,
|
|
1631
|
+
"isOverride": false,
|
|
1632
|
+
"isSealed": false,
|
|
2034
1633
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2035
1634
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2036
|
-
"isExtensionMethod": false
|
|
1635
|
+
"isExtensionMethod": false,
|
|
1636
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2037
1637
|
},
|
|
2038
1638
|
{
|
|
2039
1639
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2040
1640
|
"clrName": "PushDirectory",
|
|
2041
|
-
"tsEmitName": "pushDirectory$view",
|
|
2042
1641
|
"metadataToken": 100663365,
|
|
2043
1642
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2044
1643
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
2045
1644
|
"emitScope": "ViewOnly",
|
|
1645
|
+
"provenance": "ExplicitView",
|
|
2046
1646
|
"arity": 0,
|
|
2047
1647
|
"parameterCount": 1,
|
|
1648
|
+
"isStatic": false,
|
|
1649
|
+
"isAbstract": false,
|
|
1650
|
+
"isVirtual": true,
|
|
1651
|
+
"isOverride": false,
|
|
1652
|
+
"isSealed": false,
|
|
2048
1653
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2049
1654
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2050
|
-
"isExtensionMethod": false
|
|
1655
|
+
"isExtensionMethod": false,
|
|
1656
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2051
1657
|
},
|
|
2052
1658
|
{
|
|
2053
1659
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
2054
1660
|
"clrName": "PopDirectory",
|
|
2055
|
-
"tsEmitName": "popDirectory$view",
|
|
2056
1661
|
"metadataToken": 100663366,
|
|
2057
1662
|
"canonicalSignature": "():System.Void",
|
|
2058
1663
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
2059
1664
|
"emitScope": "ViewOnly",
|
|
1665
|
+
"provenance": "ExplicitView",
|
|
2060
1666
|
"arity": 0,
|
|
2061
1667
|
"parameterCount": 0,
|
|
1668
|
+
"isStatic": false,
|
|
1669
|
+
"isAbstract": false,
|
|
1670
|
+
"isVirtual": true,
|
|
1671
|
+
"isOverride": false,
|
|
1672
|
+
"isSealed": false,
|
|
2062
1673
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2063
1674
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2064
|
-
"isExtensionMethod": false
|
|
1675
|
+
"isExtensionMethod": false,
|
|
1676
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2065
1677
|
},
|
|
2066
1678
|
{
|
|
2067
1679
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Declare(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2068
1680
|
"clrName": "Declare",
|
|
2069
|
-
"tsEmitName": "declare$view",
|
|
2070
1681
|
"metadataToken": 100663362,
|
|
2071
1682
|
"canonicalSignature": "(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2072
1683
|
"normalizedSignature": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2073
1684
|
"emitScope": "ViewOnly",
|
|
1685
|
+
"provenance": "ExplicitView",
|
|
2074
1686
|
"arity": 0,
|
|
2075
1687
|
"parameterCount": 1,
|
|
1688
|
+
"isStatic": false,
|
|
1689
|
+
"isAbstract": false,
|
|
1690
|
+
"isVirtual": true,
|
|
1691
|
+
"isOverride": false,
|
|
1692
|
+
"isSealed": false,
|
|
2076
1693
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2077
1694
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2078
|
-
"isExtensionMethod": false
|
|
1695
|
+
"isExtensionMethod": false,
|
|
1696
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2079
1697
|
},
|
|
2080
1698
|
{
|
|
2081
1699
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
2082
1700
|
"clrName": "Test",
|
|
2083
|
-
"tsEmitName": "test$view",
|
|
2084
1701
|
"metadataToken": 100663363,
|
|
2085
1702
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
2086
1703
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
2087
1704
|
"emitScope": "ViewOnly",
|
|
1705
|
+
"provenance": "ExplicitView",
|
|
2088
1706
|
"arity": 0,
|
|
2089
1707
|
"parameterCount": 1,
|
|
1708
|
+
"isStatic": false,
|
|
1709
|
+
"isAbstract": false,
|
|
1710
|
+
"isVirtual": true,
|
|
1711
|
+
"isOverride": false,
|
|
1712
|
+
"isSealed": false,
|
|
2090
1713
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2091
1714
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2092
|
-
"isExtensionMethod": false
|
|
1715
|
+
"isExtensionMethod": false,
|
|
1716
|
+
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2093
1717
|
},
|
|
2094
1718
|
{
|
|
2095
1719
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Declare(System.Action_2):System.Void",
|
|
2096
1720
|
"clrName": "Declare",
|
|
2097
|
-
"tsEmitName": "declare",
|
|
2098
1721
|
"metadataToken": 0,
|
|
2099
1722
|
"canonicalSignature": "(System.Action_2):System.Void",
|
|
2100
1723
|
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
2101
1724
|
"emitScope": "ClassSurface",
|
|
1725
|
+
"provenance": "BaseOverload",
|
|
2102
1726
|
"arity": 0,
|
|
2103
1727
|
"parameterCount": 1,
|
|
1728
|
+
"isStatic": false,
|
|
1729
|
+
"isAbstract": false,
|
|
1730
|
+
"isVirtual": true,
|
|
1731
|
+
"isOverride": false,
|
|
1732
|
+
"isSealed": false,
|
|
2104
1733
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2105
1734
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2106
1735
|
"isExtensionMethod": false
|
|
@@ -2108,13 +1737,18 @@
|
|
|
2108
1737
|
{
|
|
2109
1738
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::PopDirectory():System.Void",
|
|
2110
1739
|
"clrName": "PopDirectory",
|
|
2111
|
-
"tsEmitName": "popDirectory",
|
|
2112
1740
|
"metadataToken": 0,
|
|
2113
1741
|
"canonicalSignature": "():System.Void",
|
|
2114
1742
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
2115
1743
|
"emitScope": "ClassSurface",
|
|
1744
|
+
"provenance": "BaseOverload",
|
|
2116
1745
|
"arity": 0,
|
|
2117
1746
|
"parameterCount": 0,
|
|
1747
|
+
"isStatic": false,
|
|
1748
|
+
"isAbstract": false,
|
|
1749
|
+
"isVirtual": true,
|
|
1750
|
+
"isOverride": false,
|
|
1751
|
+
"isSealed": false,
|
|
2118
1752
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2119
1753
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2120
1754
|
"isExtensionMethod": false
|
|
@@ -2122,13 +1756,18 @@
|
|
|
2122
1756
|
{
|
|
2123
1757
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2124
1758
|
"clrName": "PushDirectory",
|
|
2125
|
-
"tsEmitName": "pushDirectory",
|
|
2126
1759
|
"metadataToken": 0,
|
|
2127
1760
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2128
1761
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
2129
1762
|
"emitScope": "ClassSurface",
|
|
1763
|
+
"provenance": "BaseOverload",
|
|
2130
1764
|
"arity": 0,
|
|
2131
1765
|
"parameterCount": 1,
|
|
1766
|
+
"isStatic": false,
|
|
1767
|
+
"isAbstract": false,
|
|
1768
|
+
"isVirtual": true,
|
|
1769
|
+
"isOverride": false,
|
|
1770
|
+
"isSealed": false,
|
|
2132
1771
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2133
1772
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2134
1773
|
"isExtensionMethod": false
|
|
@@ -2136,13 +1775,18 @@
|
|
|
2136
1775
|
{
|
|
2137
1776
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
2138
1777
|
"clrName": "Test",
|
|
2139
|
-
"tsEmitName": "test",
|
|
2140
1778
|
"metadataToken": 0,
|
|
2141
1779
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
2142
1780
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
2143
1781
|
"emitScope": "ClassSurface",
|
|
1782
|
+
"provenance": "BaseOverload",
|
|
2144
1783
|
"arity": 0,
|
|
2145
1784
|
"parameterCount": 1,
|
|
1785
|
+
"isStatic": false,
|
|
1786
|
+
"isAbstract": false,
|
|
1787
|
+
"isVirtual": true,
|
|
1788
|
+
"isOverride": false,
|
|
1789
|
+
"isSealed": false,
|
|
2146
1790
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2147
1791
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2148
1792
|
"isExtensionMethod": false
|
|
@@ -2162,129 +1806,6 @@
|
|
|
2162
1806
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2163
1807
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
2164
1808
|
}
|
|
2165
|
-
],
|
|
2166
|
-
"exposedMethods": [
|
|
2167
|
-
{
|
|
2168
|
-
"tsName": "declare2",
|
|
2169
|
-
"isStatic": false,
|
|
2170
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2171
|
-
"target": {
|
|
2172
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2173
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2174
|
-
"metadataToken": 100663435
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"tsName": "test2",
|
|
2179
|
-
"isStatic": false,
|
|
2180
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
2181
|
-
"target": {
|
|
2182
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2183
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2184
|
-
"metadataToken": 100663436
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"tsName": "test$view2",
|
|
2189
|
-
"isStatic": false,
|
|
2190
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
2191
|
-
"target": {
|
|
2192
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2193
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2194
|
-
"metadataToken": 100663364
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"tsName": "pushDirectory$view",
|
|
2199
|
-
"isStatic": false,
|
|
2200
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
2201
|
-
"target": {
|
|
2202
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2203
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2204
|
-
"metadataToken": 100663365
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"tsName": "popDirectory$view",
|
|
2209
|
-
"isStatic": false,
|
|
2210
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
2211
|
-
"target": {
|
|
2212
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2213
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2214
|
-
"metadataToken": 100663366
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"tsName": "declare$view",
|
|
2219
|
-
"isStatic": false,
|
|
2220
|
-
"tsSignatureId": "Declare|(System.Action_2[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2221
|
-
"target": {
|
|
2222
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2223
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2224
|
-
"metadataToken": 100663362
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"tsName": "test$view",
|
|
2229
|
-
"isStatic": false,
|
|
2230
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
2231
|
-
"target": {
|
|
2232
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
2233
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2234
|
-
"metadataToken": 100663363
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"tsName": "declare",
|
|
2239
|
-
"isStatic": false,
|
|
2240
|
-
"tsSignatureId": "Declare|(System.Action_2):System.Void|static=false",
|
|
2241
|
-
"target": {
|
|
2242
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2243
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2244
|
-
"metadataToken": 0
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"tsName": "popDirectory",
|
|
2249
|
-
"isStatic": false,
|
|
2250
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
2251
|
-
"target": {
|
|
2252
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2253
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2254
|
-
"metadataToken": 0
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"tsName": "pushDirectory",
|
|
2259
|
-
"isStatic": false,
|
|
2260
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
2261
|
-
"target": {
|
|
2262
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2263
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2264
|
-
"metadataToken": 0
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"tsName": "test",
|
|
2269
|
-
"isStatic": false,
|
|
2270
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
2271
|
-
"target": {
|
|
2272
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2273
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2274
|
-
"metadataToken": 0
|
|
2275
|
-
}
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"exposedConstructors": [
|
|
2279
|
-
{
|
|
2280
|
-
"isStatic": false,
|
|
2281
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern):void|static=false",
|
|
2282
|
-
"target": {
|
|
2283
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2284
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2285
|
-
"metadataToken": 100663434
|
|
2286
|
-
}
|
|
2287
|
-
}
|
|
2288
1809
|
]
|
|
2289
1810
|
}
|
|
2290
1811
|
]
|