@tsonic/microsoft-extensions 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.FileSystemGlobbing.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileSystemGlobbing"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern",
|
|
7
|
-
"tsEmitName": "ILinearPattern",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern::CreatePatternContextForInclude():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
13
21
|
"clrName": "CreatePatternContextForInclude",
|
|
14
|
-
"tsEmitName": "createPatternContextForInclude",
|
|
15
22
|
"metadataToken": 100663360,
|
|
16
23
|
"canonicalSignature": "():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
17
24
|
"normalizedSignature": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -27,63 +40,53 @@
|
|
|
27
40
|
{
|
|
28
41
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern::Segments:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
29
42
|
"clrName": "Segments",
|
|
30
|
-
"tsEmitName": "segments",
|
|
31
43
|
"metadataToken": 385875982,
|
|
32
44
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
33
45
|
"normalizedSignature": "Segments|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
34
46
|
"emitScope": "ClassSurface",
|
|
47
|
+
"provenance": "Original",
|
|
35
48
|
"isIndexer": false,
|
|
36
49
|
"hasGetter": true,
|
|
37
50
|
"hasSetter": false,
|
|
51
|
+
"isStatic": false,
|
|
52
|
+
"isAbstract": true,
|
|
53
|
+
"isVirtual": true,
|
|
54
|
+
"isOverride": false,
|
|
38
55
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern",
|
|
39
56
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
40
57
|
}
|
|
41
58
|
],
|
|
42
59
|
"fields": [],
|
|
43
60
|
"events": [],
|
|
44
|
-
"constructors": []
|
|
45
|
-
"exposedMethods": [
|
|
46
|
-
{
|
|
47
|
-
"tsName": "createPatternContextForInclude",
|
|
48
|
-
"isStatic": false,
|
|
49
|
-
"tsSignatureId": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
50
|
-
"target": {
|
|
51
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
52
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
53
|
-
"metadataToken": 100663360
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"exposedProperties": [
|
|
58
|
-
{
|
|
59
|
-
"tsName": "segments",
|
|
60
|
-
"isStatic": false,
|
|
61
|
-
"tsSignatureId": "Segments|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
62
|
-
"target": {
|
|
63
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern",
|
|
64
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
65
|
-
"metadataToken": 385875982
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
]
|
|
61
|
+
"constructors": []
|
|
69
62
|
},
|
|
70
63
|
{
|
|
71
64
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
72
65
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
73
|
-
"tsEmitName": "IPathSegment",
|
|
74
66
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
75
67
|
"metadataToken": 0,
|
|
68
|
+
"kind": "Interface",
|
|
69
|
+
"accessibility": "Public",
|
|
70
|
+
"isAbstract": true,
|
|
71
|
+
"isSealed": false,
|
|
72
|
+
"isStatic": false,
|
|
73
|
+
"arity": 0,
|
|
76
74
|
"methods": [
|
|
77
75
|
{
|
|
78
76
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
|
|
79
77
|
"clrName": "Match",
|
|
80
|
-
"tsEmitName": "match",
|
|
81
78
|
"metadataToken": 100663359,
|
|
82
79
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
83
80
|
"normalizedSignature": "Match|(System.String):System.Boolean|static=false",
|
|
84
81
|
"emitScope": "ClassSurface",
|
|
82
|
+
"provenance": "Original",
|
|
85
83
|
"arity": 0,
|
|
86
84
|
"parameterCount": 1,
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isAbstract": true,
|
|
87
|
+
"isVirtual": true,
|
|
88
|
+
"isOverride": false,
|
|
89
|
+
"isSealed": false,
|
|
87
90
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
88
91
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
89
92
|
"isExtensionMethod": false
|
|
@@ -93,63 +96,53 @@
|
|
|
93
96
|
{
|
|
94
97
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
|
|
95
98
|
"clrName": "CanProduceStem",
|
|
96
|
-
"tsEmitName": "canProduceStem",
|
|
97
99
|
"metadataToken": 385875986,
|
|
98
100
|
"canonicalSignature": ":System.Boolean",
|
|
99
101
|
"normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
100
102
|
"emitScope": "ClassSurface",
|
|
103
|
+
"provenance": "Original",
|
|
101
104
|
"isIndexer": false,
|
|
102
105
|
"hasGetter": true,
|
|
103
106
|
"hasSetter": false,
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isAbstract": true,
|
|
109
|
+
"isVirtual": true,
|
|
110
|
+
"isOverride": false,
|
|
104
111
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
105
112
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
106
113
|
}
|
|
107
114
|
],
|
|
108
115
|
"fields": [],
|
|
109
116
|
"events": [],
|
|
110
|
-
"constructors": []
|
|
111
|
-
"exposedMethods": [
|
|
112
|
-
{
|
|
113
|
-
"tsName": "match",
|
|
114
|
-
"isStatic": false,
|
|
115
|
-
"tsSignatureId": "Match|(System.String):System.Boolean|static=false",
|
|
116
|
-
"target": {
|
|
117
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
118
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
119
|
-
"metadataToken": 100663359
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"exposedProperties": [
|
|
124
|
-
{
|
|
125
|
-
"tsName": "canProduceStem",
|
|
126
|
-
"isStatic": false,
|
|
127
|
-
"tsSignatureId": "CanProduceStem|:System.Boolean|static=false|accessor=get",
|
|
128
|
-
"target": {
|
|
129
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
|
|
130
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
131
|
-
"metadataToken": 385875986
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
]
|
|
117
|
+
"constructors": []
|
|
135
118
|
},
|
|
136
119
|
{
|
|
137
120
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
138
121
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
139
|
-
"tsEmitName": "IPattern",
|
|
140
122
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
141
123
|
"metadataToken": 0,
|
|
124
|
+
"kind": "Interface",
|
|
125
|
+
"accessibility": "Public",
|
|
126
|
+
"isAbstract": true,
|
|
127
|
+
"isSealed": false,
|
|
128
|
+
"isStatic": false,
|
|
129
|
+
"arity": 0,
|
|
142
130
|
"methods": [
|
|
143
131
|
{
|
|
144
132
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern::CreatePatternContextForInclude():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
145
133
|
"clrName": "CreatePatternContextForInclude",
|
|
146
|
-
"tsEmitName": "createPatternContextForInclude",
|
|
147
134
|
"metadataToken": 100663360,
|
|
148
135
|
"canonicalSignature": "():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
149
136
|
"normalizedSignature": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
150
137
|
"emitScope": "ClassSurface",
|
|
138
|
+
"provenance": "Original",
|
|
151
139
|
"arity": 0,
|
|
152
140
|
"parameterCount": 0,
|
|
141
|
+
"isStatic": false,
|
|
142
|
+
"isAbstract": true,
|
|
143
|
+
"isVirtual": true,
|
|
144
|
+
"isOverride": false,
|
|
145
|
+
"isSealed": false,
|
|
153
146
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
154
147
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
155
148
|
"isExtensionMethod": false
|
|
@@ -158,37 +151,35 @@
|
|
|
158
151
|
"properties": [],
|
|
159
152
|
"fields": [],
|
|
160
153
|
"events": [],
|
|
161
|
-
"constructors": []
|
|
162
|
-
"exposedMethods": [
|
|
163
|
-
{
|
|
164
|
-
"tsName": "createPatternContextForInclude",
|
|
165
|
-
"isStatic": false,
|
|
166
|
-
"tsSignatureId": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
167
|
-
"target": {
|
|
168
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
169
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
170
|
-
"metadataToken": 100663360
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
]
|
|
154
|
+
"constructors": []
|
|
174
155
|
},
|
|
175
156
|
{
|
|
176
157
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
177
158
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
178
|
-
"tsEmitName": "IPatternContext",
|
|
179
159
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
180
160
|
"metadataToken": 0,
|
|
161
|
+
"kind": "Interface",
|
|
162
|
+
"accessibility": "Public",
|
|
163
|
+
"isAbstract": true,
|
|
164
|
+
"isSealed": false,
|
|
165
|
+
"isStatic": false,
|
|
166
|
+
"arity": 0,
|
|
181
167
|
"methods": [
|
|
182
168
|
{
|
|
183
169
|
"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",
|
|
184
170
|
"clrName": "Declare",
|
|
185
|
-
"tsEmitName": "declare",
|
|
186
171
|
"metadataToken": 100663362,
|
|
187
172
|
"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",
|
|
188
173
|
"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",
|
|
189
174
|
"emitScope": "ClassSurface",
|
|
175
|
+
"provenance": "Original",
|
|
190
176
|
"arity": 0,
|
|
191
177
|
"parameterCount": 1,
|
|
178
|
+
"isStatic": false,
|
|
179
|
+
"isAbstract": true,
|
|
180
|
+
"isVirtual": true,
|
|
181
|
+
"isOverride": false,
|
|
182
|
+
"isSealed": false,
|
|
192
183
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
193
184
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
194
185
|
"isExtensionMethod": false
|
|
@@ -196,13 +187,18 @@
|
|
|
196
187
|
{
|
|
197
188
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
198
189
|
"clrName": "Test",
|
|
199
|
-
"tsEmitName": "test",
|
|
200
190
|
"metadataToken": 100663363,
|
|
201
191
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
202
192
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
203
193
|
"emitScope": "ClassSurface",
|
|
194
|
+
"provenance": "Original",
|
|
204
195
|
"arity": 0,
|
|
205
196
|
"parameterCount": 1,
|
|
197
|
+
"isStatic": false,
|
|
198
|
+
"isAbstract": true,
|
|
199
|
+
"isVirtual": true,
|
|
200
|
+
"isOverride": false,
|
|
201
|
+
"isSealed": false,
|
|
206
202
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
207
203
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
208
204
|
"isExtensionMethod": false
|
|
@@ -210,13 +206,18 @@
|
|
|
210
206
|
{
|
|
211
207
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
212
208
|
"clrName": "Test",
|
|
213
|
-
"tsEmitName": "test",
|
|
214
209
|
"metadataToken": 100663364,
|
|
215
210
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
216
211
|
"normalizedSignature": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
217
212
|
"emitScope": "ClassSurface",
|
|
213
|
+
"provenance": "Original",
|
|
218
214
|
"arity": 0,
|
|
219
215
|
"parameterCount": 1,
|
|
216
|
+
"isStatic": false,
|
|
217
|
+
"isAbstract": true,
|
|
218
|
+
"isVirtual": true,
|
|
219
|
+
"isOverride": false,
|
|
220
|
+
"isSealed": false,
|
|
220
221
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
221
222
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
222
223
|
"isExtensionMethod": false
|
|
@@ -224,13 +225,18 @@
|
|
|
224
225
|
{
|
|
225
226
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
226
227
|
"clrName": "PushDirectory",
|
|
227
|
-
"tsEmitName": "pushDirectory",
|
|
228
228
|
"metadataToken": 100663365,
|
|
229
229
|
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
230
230
|
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
231
231
|
"emitScope": "ClassSurface",
|
|
232
|
+
"provenance": "Original",
|
|
232
233
|
"arity": 0,
|
|
233
234
|
"parameterCount": 1,
|
|
235
|
+
"isStatic": false,
|
|
236
|
+
"isAbstract": true,
|
|
237
|
+
"isVirtual": true,
|
|
238
|
+
"isOverride": false,
|
|
239
|
+
"isSealed": false,
|
|
234
240
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
235
241
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
236
242
|
"isExtensionMethod": false
|
|
@@ -238,13 +244,18 @@
|
|
|
238
244
|
{
|
|
239
245
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext::PopDirectory():System.Void",
|
|
240
246
|
"clrName": "PopDirectory",
|
|
241
|
-
"tsEmitName": "popDirectory",
|
|
242
247
|
"metadataToken": 100663366,
|
|
243
248
|
"canonicalSignature": "():System.Void",
|
|
244
249
|
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
245
250
|
"emitScope": "ClassSurface",
|
|
251
|
+
"provenance": "Original",
|
|
246
252
|
"arity": 0,
|
|
247
253
|
"parameterCount": 0,
|
|
254
|
+
"isStatic": false,
|
|
255
|
+
"isAbstract": true,
|
|
256
|
+
"isVirtual": true,
|
|
257
|
+
"isOverride": false,
|
|
258
|
+
"isSealed": false,
|
|
248
259
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
249
260
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
250
261
|
"isExtensionMethod": false
|
|
@@ -253,77 +264,35 @@
|
|
|
253
264
|
"properties": [],
|
|
254
265
|
"fields": [],
|
|
255
266
|
"events": [],
|
|
256
|
-
"constructors": []
|
|
257
|
-
"exposedMethods": [
|
|
258
|
-
{
|
|
259
|
-
"tsName": "declare",
|
|
260
|
-
"isStatic": false,
|
|
261
|
-
"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",
|
|
262
|
-
"target": {
|
|
263
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
264
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
265
|
-
"metadataToken": 100663362
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"tsName": "test",
|
|
270
|
-
"isStatic": false,
|
|
271
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean|static=false",
|
|
272
|
-
"target": {
|
|
273
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
274
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
275
|
-
"metadataToken": 100663363
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"tsName": "test",
|
|
280
|
-
"isStatic": false,
|
|
281
|
-
"tsSignatureId": "Test|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=false",
|
|
282
|
-
"target": {
|
|
283
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
284
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
285
|
-
"metadataToken": 100663364
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"tsName": "pushDirectory",
|
|
290
|
-
"isStatic": false,
|
|
291
|
-
"tsSignatureId": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
292
|
-
"target": {
|
|
293
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
294
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
295
|
-
"metadataToken": 100663365
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"tsName": "popDirectory",
|
|
300
|
-
"isStatic": false,
|
|
301
|
-
"tsSignatureId": "PopDirectory|():System.Void|static=false",
|
|
302
|
-
"target": {
|
|
303
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
304
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
305
|
-
"metadataToken": 100663366
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
]
|
|
267
|
+
"constructors": []
|
|
309
268
|
},
|
|
310
269
|
{
|
|
311
270
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
312
271
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
313
|
-
"tsEmitName": "IRaggedPattern",
|
|
314
272
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
315
273
|
"metadataToken": 0,
|
|
274
|
+
"kind": "Interface",
|
|
275
|
+
"accessibility": "Public",
|
|
276
|
+
"isAbstract": true,
|
|
277
|
+
"isSealed": false,
|
|
278
|
+
"isStatic": false,
|
|
279
|
+
"arity": 0,
|
|
316
280
|
"methods": [
|
|
317
281
|
{
|
|
318
282
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern::CreatePatternContextForInclude():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
319
283
|
"clrName": "CreatePatternContextForInclude",
|
|
320
|
-
"tsEmitName": "createPatternContextForInclude",
|
|
321
284
|
"metadataToken": 100663360,
|
|
322
285
|
"canonicalSignature": "():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext",
|
|
323
286
|
"normalizedSignature": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
324
287
|
"emitScope": "ClassSurface",
|
|
288
|
+
"provenance": "Original",
|
|
325
289
|
"arity": 0,
|
|
326
290
|
"parameterCount": 0,
|
|
291
|
+
"isStatic": false,
|
|
292
|
+
"isAbstract": true,
|
|
293
|
+
"isVirtual": true,
|
|
294
|
+
"isOverride": false,
|
|
295
|
+
"isSealed": false,
|
|
327
296
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
328
297
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
329
298
|
"isExtensionMethod": false
|
|
@@ -333,135 +302,107 @@
|
|
|
333
302
|
{
|
|
334
303
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern::Segments:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
335
304
|
"clrName": "Segments",
|
|
336
|
-
"tsEmitName": "segments",
|
|
337
305
|
"metadataToken": 385875987,
|
|
338
306
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
339
307
|
"normalizedSignature": "Segments|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
340
308
|
"emitScope": "ClassSurface",
|
|
309
|
+
"provenance": "Original",
|
|
341
310
|
"isIndexer": false,
|
|
342
311
|
"hasGetter": true,
|
|
343
312
|
"hasSetter": false,
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"isAbstract": true,
|
|
315
|
+
"isVirtual": true,
|
|
316
|
+
"isOverride": false,
|
|
344
317
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
345
318
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
346
319
|
},
|
|
347
320
|
{
|
|
348
321
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern::StartsWith:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
349
322
|
"clrName": "StartsWith",
|
|
350
|
-
"tsEmitName": "startsWith",
|
|
351
323
|
"metadataToken": 385875988,
|
|
352
324
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
353
325
|
"normalizedSignature": "StartsWith|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
354
326
|
"emitScope": "ClassSurface",
|
|
327
|
+
"provenance": "Original",
|
|
355
328
|
"isIndexer": false,
|
|
356
329
|
"hasGetter": true,
|
|
357
330
|
"hasSetter": false,
|
|
331
|
+
"isStatic": false,
|
|
332
|
+
"isAbstract": true,
|
|
333
|
+
"isVirtual": true,
|
|
334
|
+
"isOverride": false,
|
|
358
335
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
359
336
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
360
337
|
},
|
|
361
338
|
{
|
|
362
339
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern::Contains:System.Collections.Generic.IList_1[[System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
363
340
|
"clrName": "Contains",
|
|
364
|
-
"tsEmitName": "contains",
|
|
365
341
|
"metadataToken": 385875989,
|
|
366
342
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
367
343
|
"normalizedSignature": "Contains|:System.Collections.Generic.IList_1[[System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
368
344
|
"emitScope": "ClassSurface",
|
|
345
|
+
"provenance": "Original",
|
|
369
346
|
"isIndexer": false,
|
|
370
347
|
"hasGetter": true,
|
|
371
348
|
"hasSetter": false,
|
|
349
|
+
"isStatic": false,
|
|
350
|
+
"isAbstract": true,
|
|
351
|
+
"isVirtual": true,
|
|
352
|
+
"isOverride": false,
|
|
372
353
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
373
354
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
374
355
|
},
|
|
375
356
|
{
|
|
376
357
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern::EndsWith:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
377
358
|
"clrName": "EndsWith",
|
|
378
|
-
"tsEmitName": "endsWith",
|
|
379
359
|
"metadataToken": 385875990,
|
|
380
360
|
"canonicalSignature": ":System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
381
361
|
"normalizedSignature": "EndsWith|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
382
362
|
"emitScope": "ClassSurface",
|
|
363
|
+
"provenance": "Original",
|
|
383
364
|
"isIndexer": false,
|
|
384
365
|
"hasGetter": true,
|
|
385
366
|
"hasSetter": false,
|
|
367
|
+
"isStatic": false,
|
|
368
|
+
"isAbstract": true,
|
|
369
|
+
"isVirtual": true,
|
|
370
|
+
"isOverride": false,
|
|
386
371
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
387
372
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
388
373
|
}
|
|
389
374
|
],
|
|
390
375
|
"fields": [],
|
|
391
376
|
"events": [],
|
|
392
|
-
"constructors": []
|
|
393
|
-
"exposedMethods": [
|
|
394
|
-
{
|
|
395
|
-
"tsName": "createPatternContextForInclude",
|
|
396
|
-
"isStatic": false,
|
|
397
|
-
"tsSignatureId": "CreatePatternContextForInclude|():Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext|static=false",
|
|
398
|
-
"target": {
|
|
399
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern",
|
|
400
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
401
|
-
"metadataToken": 100663360
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"exposedProperties": [
|
|
406
|
-
{
|
|
407
|
-
"tsName": "segments",
|
|
408
|
-
"isStatic": false,
|
|
409
|
-
"tsSignatureId": "Segments|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
410
|
-
"target": {
|
|
411
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
412
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
413
|
-
"metadataToken": 385875987
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"tsName": "startsWith",
|
|
418
|
-
"isStatic": false,
|
|
419
|
-
"tsSignatureId": "StartsWith|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
420
|
-
"target": {
|
|
421
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
422
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
423
|
-
"metadataToken": 385875988
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"tsName": "contains",
|
|
428
|
-
"isStatic": false,
|
|
429
|
-
"tsSignatureId": "Contains|:System.Collections.Generic.IList_1[[System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
430
|
-
"target": {
|
|
431
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
432
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
433
|
-
"metadataToken": 385875989
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"tsName": "endsWith",
|
|
438
|
-
"isStatic": false,
|
|
439
|
-
"tsSignatureId": "EndsWith|:System.Collections.Generic.IList_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
440
|
-
"target": {
|
|
441
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern",
|
|
442
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
443
|
-
"metadataToken": 385875990
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
]
|
|
377
|
+
"constructors": []
|
|
447
378
|
},
|
|
448
379
|
{
|
|
449
380
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
450
381
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
451
|
-
"tsEmitName": "PatternTestResult",
|
|
452
382
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
453
383
|
"metadataToken": 0,
|
|
384
|
+
"kind": "Struct",
|
|
385
|
+
"accessibility": "Public",
|
|
386
|
+
"isAbstract": false,
|
|
387
|
+
"isSealed": true,
|
|
388
|
+
"isStatic": false,
|
|
389
|
+
"arity": 0,
|
|
454
390
|
"methods": [
|
|
455
391
|
{
|
|
456
392
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult::Success(System.String):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
457
393
|
"clrName": "Success",
|
|
458
|
-
"tsEmitName": "success",
|
|
459
394
|
"metadataToken": 100663381,
|
|
460
395
|
"canonicalSignature": "(System.String):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
461
396
|
"normalizedSignature": "Success|(System.String):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=true",
|
|
462
397
|
"emitScope": "ClassSurface",
|
|
398
|
+
"provenance": "Original",
|
|
463
399
|
"arity": 0,
|
|
464
400
|
"parameterCount": 1,
|
|
401
|
+
"isStatic": true,
|
|
402
|
+
"isAbstract": false,
|
|
403
|
+
"isVirtual": false,
|
|
404
|
+
"isOverride": false,
|
|
405
|
+
"isSealed": false,
|
|
465
406
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
466
407
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
467
408
|
"isExtensionMethod": false
|
|
@@ -471,28 +412,36 @@
|
|
|
471
412
|
{
|
|
472
413
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult::IsSuccessful:System.Boolean",
|
|
473
414
|
"clrName": "IsSuccessful",
|
|
474
|
-
"tsEmitName": "isSuccessful",
|
|
475
415
|
"metadataToken": 385875991,
|
|
476
416
|
"canonicalSignature": ":System.Boolean",
|
|
477
417
|
"normalizedSignature": "IsSuccessful|:System.Boolean|static=false|accessor=get",
|
|
478
418
|
"emitScope": "ClassSurface",
|
|
419
|
+
"provenance": "Original",
|
|
479
420
|
"isIndexer": false,
|
|
480
421
|
"hasGetter": true,
|
|
481
422
|
"hasSetter": false,
|
|
423
|
+
"isStatic": false,
|
|
424
|
+
"isAbstract": false,
|
|
425
|
+
"isVirtual": false,
|
|
426
|
+
"isOverride": false,
|
|
482
427
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
483
428
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
484
429
|
},
|
|
485
430
|
{
|
|
486
431
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult::Stem:System.String",
|
|
487
432
|
"clrName": "Stem",
|
|
488
|
-
"tsEmitName": "stem",
|
|
489
433
|
"metadataToken": 385875992,
|
|
490
434
|
"canonicalSignature": ":System.String",
|
|
491
435
|
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
492
436
|
"emitScope": "ClassSurface",
|
|
437
|
+
"provenance": "Original",
|
|
493
438
|
"isIndexer": false,
|
|
494
439
|
"hasGetter": true,
|
|
495
440
|
"hasSetter": false,
|
|
441
|
+
"isStatic": false,
|
|
442
|
+
"isAbstract": false,
|
|
443
|
+
"isVirtual": false,
|
|
444
|
+
"isOverride": false,
|
|
496
445
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
497
446
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
498
447
|
}
|
|
@@ -501,81 +450,45 @@
|
|
|
501
450
|
{
|
|
502
451
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult::FailedMicrosoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
503
452
|
"clrName": "Failed",
|
|
504
|
-
"tsEmitName": "failed",
|
|
505
453
|
"metadataToken": 67108893,
|
|
506
454
|
"normalizedSignature": "Failed|Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=true|const=false",
|
|
507
455
|
"isStatic": true,
|
|
508
456
|
"isReadOnly": true,
|
|
457
|
+
"isLiteral": false,
|
|
509
458
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
510
459
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
511
460
|
}
|
|
512
461
|
],
|
|
513
462
|
"events": [],
|
|
514
|
-
"constructors": []
|
|
515
|
-
"exposedMethods": [
|
|
516
|
-
{
|
|
517
|
-
"tsName": "success",
|
|
518
|
-
"isStatic": true,
|
|
519
|
-
"tsSignatureId": "Success|(System.String):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=true",
|
|
520
|
-
"target": {
|
|
521
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
522
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
523
|
-
"metadataToken": 100663381
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
],
|
|
527
|
-
"exposedProperties": [
|
|
528
|
-
{
|
|
529
|
-
"tsName": "isSuccessful",
|
|
530
|
-
"isStatic": false,
|
|
531
|
-
"tsSignatureId": "IsSuccessful|:System.Boolean|static=false|accessor=get",
|
|
532
|
-
"target": {
|
|
533
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
534
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
535
|
-
"metadataToken": 385875991
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"tsName": "stem",
|
|
540
|
-
"isStatic": false,
|
|
541
|
-
"tsSignatureId": "Stem|:System.String|static=false|accessor=get",
|
|
542
|
-
"target": {
|
|
543
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
544
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
545
|
-
"metadataToken": 385875992
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
],
|
|
549
|
-
"exposedFields": [
|
|
550
|
-
{
|
|
551
|
-
"tsName": "failed",
|
|
552
|
-
"isStatic": true,
|
|
553
|
-
"tsSignatureId": "Failed|Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult|static=true|const=false",
|
|
554
|
-
"target": {
|
|
555
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
556
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
557
|
-
"metadataToken": 67108893
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
]
|
|
463
|
+
"constructors": []
|
|
561
464
|
},
|
|
562
465
|
{
|
|
563
466
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
564
467
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
565
|
-
"tsEmitName": "MatcherContext",
|
|
566
468
|
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
567
469
|
"metadataToken": 0,
|
|
470
|
+
"kind": "Class",
|
|
471
|
+
"accessibility": "Public",
|
|
472
|
+
"isAbstract": false,
|
|
473
|
+
"isSealed": false,
|
|
474
|
+
"isStatic": false,
|
|
475
|
+
"arity": 0,
|
|
568
476
|
"methods": [
|
|
569
477
|
{
|
|
570
478
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext::Execute():Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult",
|
|
571
479
|
"clrName": "Execute",
|
|
572
|
-
"tsEmitName": "execute",
|
|
573
480
|
"metadataToken": 100663373,
|
|
574
481
|
"canonicalSignature": "():Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult",
|
|
575
482
|
"normalizedSignature": "Execute|():Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult|static=false",
|
|
576
483
|
"emitScope": "ClassSurface",
|
|
484
|
+
"provenance": "Original",
|
|
577
485
|
"arity": 0,
|
|
578
486
|
"parameterCount": 0,
|
|
487
|
+
"isStatic": false,
|
|
488
|
+
"isAbstract": false,
|
|
489
|
+
"isVirtual": false,
|
|
490
|
+
"isOverride": false,
|
|
491
|
+
"isSealed": false,
|
|
579
492
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
580
493
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
581
494
|
"isExtensionMethod": false
|
|
@@ -595,29 +508,6 @@
|
|
|
595
508
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
596
509
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
597
510
|
}
|
|
598
|
-
],
|
|
599
|
-
"exposedMethods": [
|
|
600
|
-
{
|
|
601
|
-
"tsName": "execute",
|
|
602
|
-
"isStatic": false,
|
|
603
|
-
"tsSignatureId": "Execute|():Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult|static=false",
|
|
604
|
-
"target": {
|
|
605
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
606
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
607
|
-
"metadataToken": 100663373
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"exposedConstructors": [
|
|
612
|
-
{
|
|
613
|
-
"isStatic": false,
|
|
614
|
-
"tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern,Microsoft.Extensions.FileSystemGlobbing,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison):void|static=false",
|
|
615
|
-
"target": {
|
|
616
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext",
|
|
617
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
618
|
-
"metadataToken": 100663371
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
511
|
]
|
|
622
512
|
}
|
|
623
513
|
]
|