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