@tsonic/microsoft-extensions 0.1.1 → 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,164 +1,120 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.FileProviders.Physical",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileProviders.Physical"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
7
|
-
"tsEmitName": "ExclusionFilters",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Enum",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [],
|
|
12
20
|
"fields": [
|
|
13
21
|
{
|
|
14
22
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::value__System.Int32",
|
|
15
23
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
24
|
"metadataToken": 67108880,
|
|
18
25
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
26
|
"isStatic": false,
|
|
20
27
|
"isReadOnly": false,
|
|
28
|
+
"isLiteral": false,
|
|
21
29
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
22
30
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
23
31
|
},
|
|
24
32
|
{
|
|
25
33
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SensitiveMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
26
34
|
"clrName": "Sensitive",
|
|
27
|
-
"tsEmitName": "sensitive",
|
|
28
35
|
"metadataToken": 67108881,
|
|
29
36
|
"normalizedSignature": "Sensitive|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
30
37
|
"isStatic": true,
|
|
31
38
|
"isReadOnly": false,
|
|
39
|
+
"isLiteral": true,
|
|
32
40
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
33
41
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
34
42
|
},
|
|
35
43
|
{
|
|
36
44
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::DotPrefixedMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
37
45
|
"clrName": "DotPrefixed",
|
|
38
|
-
"tsEmitName": "dotPrefixed",
|
|
39
46
|
"metadataToken": 67108882,
|
|
40
47
|
"normalizedSignature": "DotPrefixed|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
41
48
|
"isStatic": true,
|
|
42
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": true,
|
|
43
51
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
44
52
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
45
53
|
},
|
|
46
54
|
{
|
|
47
55
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::HiddenMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
48
56
|
"clrName": "Hidden",
|
|
49
|
-
"tsEmitName": "hidden",
|
|
50
57
|
"metadataToken": 67108883,
|
|
51
58
|
"normalizedSignature": "Hidden|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
52
59
|
"isStatic": true,
|
|
53
60
|
"isReadOnly": false,
|
|
61
|
+
"isLiteral": true,
|
|
54
62
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
55
63
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
56
64
|
},
|
|
57
65
|
{
|
|
58
66
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SystemMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
59
67
|
"clrName": "System",
|
|
60
|
-
"tsEmitName": "system",
|
|
61
68
|
"metadataToken": 67108884,
|
|
62
69
|
"normalizedSignature": "System|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
63
70
|
"isStatic": true,
|
|
64
71
|
"isReadOnly": false,
|
|
72
|
+
"isLiteral": true,
|
|
65
73
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
66
74
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
67
75
|
},
|
|
68
76
|
{
|
|
69
77
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::NoneMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
70
78
|
"clrName": "None",
|
|
71
|
-
"tsEmitName": "none",
|
|
72
79
|
"metadataToken": 67108885,
|
|
73
80
|
"normalizedSignature": "None|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
74
81
|
"isStatic": true,
|
|
75
82
|
"isReadOnly": false,
|
|
83
|
+
"isLiteral": true,
|
|
76
84
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
77
85
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
78
86
|
}
|
|
79
87
|
],
|
|
80
88
|
"events": [],
|
|
81
|
-
"constructors": []
|
|
82
|
-
"exposedFields": [
|
|
83
|
-
{
|
|
84
|
-
"tsName": "value__",
|
|
85
|
-
"isStatic": false,
|
|
86
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
87
|
-
"target": {
|
|
88
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
89
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
90
|
-
"metadataToken": 67108880
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"tsName": "sensitive",
|
|
95
|
-
"isStatic": true,
|
|
96
|
-
"tsSignatureId": "Sensitive|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
97
|
-
"target": {
|
|
98
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
99
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
100
|
-
"metadataToken": 67108881
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"tsName": "dotPrefixed",
|
|
105
|
-
"isStatic": true,
|
|
106
|
-
"tsSignatureId": "DotPrefixed|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
107
|
-
"target": {
|
|
108
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
109
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
110
|
-
"metadataToken": 67108882
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"tsName": "hidden",
|
|
115
|
-
"isStatic": true,
|
|
116
|
-
"tsSignatureId": "Hidden|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
117
|
-
"target": {
|
|
118
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
119
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
120
|
-
"metadataToken": 67108883
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"tsName": "system",
|
|
125
|
-
"isStatic": true,
|
|
126
|
-
"tsSignatureId": "System|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
127
|
-
"target": {
|
|
128
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
129
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
130
|
-
"metadataToken": 67108884
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"tsName": "none",
|
|
135
|
-
"isStatic": true,
|
|
136
|
-
"tsSignatureId": "None|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
|
|
137
|
-
"target": {
|
|
138
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
|
|
139
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
140
|
-
"metadataToken": 67108885
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
]
|
|
89
|
+
"constructors": []
|
|
144
90
|
},
|
|
145
91
|
{
|
|
146
92
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
147
93
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
148
|
-
"tsEmitName": "PhysicalDirectoryInfo",
|
|
149
94
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
150
95
|
"metadataToken": 0,
|
|
96
|
+
"kind": "Class",
|
|
97
|
+
"accessibility": "Public",
|
|
98
|
+
"isAbstract": false,
|
|
99
|
+
"isSealed": false,
|
|
100
|
+
"isStatic": false,
|
|
101
|
+
"arity": 0,
|
|
151
102
|
"methods": [
|
|
152
103
|
{
|
|
153
104
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::CreateReadStream():System.IO.Stream",
|
|
154
105
|
"clrName": "CreateReadStream",
|
|
155
|
-
"tsEmitName": "createReadStream",
|
|
156
106
|
"metadataToken": 100663364,
|
|
157
107
|
"canonicalSignature": "():System.IO.Stream",
|
|
158
108
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
159
109
|
"emitScope": "ClassSurface",
|
|
110
|
+
"provenance": "Original",
|
|
160
111
|
"arity": 0,
|
|
161
112
|
"parameterCount": 0,
|
|
113
|
+
"isStatic": false,
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isVirtual": true,
|
|
116
|
+
"isOverride": false,
|
|
117
|
+
"isSealed": true,
|
|
162
118
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
163
119
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
164
120
|
"isExtensionMethod": false
|
|
@@ -166,13 +122,18 @@
|
|
|
166
122
|
{
|
|
167
123
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
168
124
|
"clrName": "GetEnumerator",
|
|
169
|
-
"tsEmitName": "getEnumerator",
|
|
170
125
|
"metadataToken": 100663365,
|
|
171
126
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
172
127
|
"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",
|
|
173
128
|
"emitScope": "ClassSurface",
|
|
129
|
+
"provenance": "Original",
|
|
174
130
|
"arity": 0,
|
|
175
131
|
"parameterCount": 0,
|
|
132
|
+
"isStatic": false,
|
|
133
|
+
"isAbstract": false,
|
|
134
|
+
"isVirtual": true,
|
|
135
|
+
"isOverride": false,
|
|
136
|
+
"isSealed": true,
|
|
176
137
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
177
138
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
178
139
|
"isExtensionMethod": false
|
|
@@ -180,198 +141,263 @@
|
|
|
180
141
|
{
|
|
181
142
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
|
|
182
143
|
"clrName": "CreateReadStream",
|
|
183
|
-
"tsEmitName": "createReadStream$view",
|
|
184
144
|
"metadataToken": 100663319,
|
|
185
145
|
"canonicalSignature": "():System.IO.Stream",
|
|
186
146
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
187
147
|
"emitScope": "ViewOnly",
|
|
148
|
+
"provenance": "ExplicitView",
|
|
188
149
|
"arity": 0,
|
|
189
150
|
"parameterCount": 0,
|
|
151
|
+
"isStatic": false,
|
|
152
|
+
"isAbstract": false,
|
|
153
|
+
"isVirtual": true,
|
|
154
|
+
"isOverride": false,
|
|
155
|
+
"isSealed": false,
|
|
190
156
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
191
157
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
192
|
-
"isExtensionMethod": false
|
|
158
|
+
"isExtensionMethod": false,
|
|
159
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
|
|
193
160
|
}
|
|
194
161
|
],
|
|
195
162
|
"properties": [
|
|
196
163
|
{
|
|
197
164
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Exists:System.Boolean",
|
|
198
165
|
"clrName": "Exists",
|
|
199
|
-
"tsEmitName": "exists",
|
|
200
166
|
"metadataToken": 385875987,
|
|
201
167
|
"canonicalSignature": ":System.Boolean",
|
|
202
168
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
203
169
|
"emitScope": "ClassSurface",
|
|
170
|
+
"provenance": "Original",
|
|
204
171
|
"isIndexer": false,
|
|
205
172
|
"hasGetter": true,
|
|
206
173
|
"hasSetter": false,
|
|
174
|
+
"isStatic": false,
|
|
175
|
+
"isAbstract": false,
|
|
176
|
+
"isVirtual": true,
|
|
177
|
+
"isOverride": false,
|
|
207
178
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
208
179
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
209
180
|
},
|
|
210
181
|
{
|
|
211
182
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Length:System.Int64",
|
|
212
183
|
"clrName": "Length",
|
|
213
|
-
"tsEmitName": "length",
|
|
214
184
|
"metadataToken": 385875988,
|
|
215
185
|
"canonicalSignature": ":System.Int64",
|
|
216
186
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
217
187
|
"emitScope": "ClassSurface",
|
|
188
|
+
"provenance": "Original",
|
|
218
189
|
"isIndexer": false,
|
|
219
190
|
"hasGetter": true,
|
|
220
191
|
"hasSetter": false,
|
|
192
|
+
"isStatic": false,
|
|
193
|
+
"isAbstract": false,
|
|
194
|
+
"isVirtual": true,
|
|
195
|
+
"isOverride": false,
|
|
221
196
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
222
197
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
223
198
|
},
|
|
224
199
|
{
|
|
225
200
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::PhysicalPath:System.String",
|
|
226
201
|
"clrName": "PhysicalPath",
|
|
227
|
-
"tsEmitName": "physicalPath",
|
|
228
202
|
"metadataToken": 385875989,
|
|
229
203
|
"canonicalSignature": ":System.String",
|
|
230
204
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
231
205
|
"emitScope": "ClassSurface",
|
|
206
|
+
"provenance": "Original",
|
|
232
207
|
"isIndexer": false,
|
|
233
208
|
"hasGetter": true,
|
|
234
209
|
"hasSetter": false,
|
|
210
|
+
"isStatic": false,
|
|
211
|
+
"isAbstract": false,
|
|
212
|
+
"isVirtual": true,
|
|
213
|
+
"isOverride": false,
|
|
235
214
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
236
215
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
237
216
|
},
|
|
238
217
|
{
|
|
239
218
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Name:System.String",
|
|
240
219
|
"clrName": "Name",
|
|
241
|
-
"tsEmitName": "name",
|
|
242
220
|
"metadataToken": 385875990,
|
|
243
221
|
"canonicalSignature": ":System.String",
|
|
244
222
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
245
223
|
"emitScope": "ClassSurface",
|
|
224
|
+
"provenance": "Original",
|
|
246
225
|
"isIndexer": false,
|
|
247
226
|
"hasGetter": true,
|
|
248
227
|
"hasSetter": false,
|
|
228
|
+
"isStatic": false,
|
|
229
|
+
"isAbstract": false,
|
|
230
|
+
"isVirtual": true,
|
|
231
|
+
"isOverride": false,
|
|
249
232
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
250
233
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
251
234
|
},
|
|
252
235
|
{
|
|
253
236
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::LastModified:System.DateTimeOffset",
|
|
254
237
|
"clrName": "LastModified",
|
|
255
|
-
"tsEmitName": "lastModified",
|
|
256
238
|
"metadataToken": 385875991,
|
|
257
239
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
258
240
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
259
241
|
"emitScope": "ClassSurface",
|
|
242
|
+
"provenance": "Original",
|
|
260
243
|
"isIndexer": false,
|
|
261
244
|
"hasGetter": true,
|
|
262
245
|
"hasSetter": false,
|
|
246
|
+
"isStatic": false,
|
|
247
|
+
"isAbstract": false,
|
|
248
|
+
"isVirtual": true,
|
|
249
|
+
"isOverride": false,
|
|
263
250
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
264
251
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
265
252
|
},
|
|
266
253
|
{
|
|
267
254
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::IsDirectory:System.Boolean",
|
|
268
255
|
"clrName": "IsDirectory",
|
|
269
|
-
"tsEmitName": "isDirectory",
|
|
270
256
|
"metadataToken": 385875992,
|
|
271
257
|
"canonicalSignature": ":System.Boolean",
|
|
272
258
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
273
259
|
"emitScope": "ClassSurface",
|
|
260
|
+
"provenance": "Original",
|
|
274
261
|
"isIndexer": false,
|
|
275
262
|
"hasGetter": true,
|
|
276
263
|
"hasSetter": false,
|
|
264
|
+
"isStatic": false,
|
|
265
|
+
"isAbstract": false,
|
|
266
|
+
"isVirtual": true,
|
|
267
|
+
"isOverride": false,
|
|
277
268
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
278
269
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
279
270
|
},
|
|
280
271
|
{
|
|
281
272
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
|
|
282
273
|
"clrName": "Exists",
|
|
283
|
-
"tsEmitName": "exists$view",
|
|
284
274
|
"metadataToken": 385875972,
|
|
285
275
|
"canonicalSignature": ":System.Boolean",
|
|
286
276
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
287
277
|
"emitScope": "ViewOnly",
|
|
278
|
+
"provenance": "ExplicitView",
|
|
288
279
|
"isIndexer": false,
|
|
289
280
|
"hasGetter": true,
|
|
290
281
|
"hasSetter": false,
|
|
282
|
+
"isStatic": false,
|
|
283
|
+
"isAbstract": false,
|
|
284
|
+
"isVirtual": true,
|
|
285
|
+
"isOverride": false,
|
|
286
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
291
287
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
292
288
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
293
289
|
},
|
|
294
290
|
{
|
|
295
291
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
|
|
296
292
|
"clrName": "Length",
|
|
297
|
-
"tsEmitName": "length$view",
|
|
298
293
|
"metadataToken": 385875973,
|
|
299
294
|
"canonicalSignature": ":System.Int64",
|
|
300
295
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
301
296
|
"emitScope": "ViewOnly",
|
|
297
|
+
"provenance": "ExplicitView",
|
|
302
298
|
"isIndexer": false,
|
|
303
299
|
"hasGetter": true,
|
|
304
300
|
"hasSetter": false,
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": true,
|
|
304
|
+
"isOverride": false,
|
|
305
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
305
306
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
306
307
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
307
308
|
},
|
|
308
309
|
{
|
|
309
310
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
|
|
310
311
|
"clrName": "PhysicalPath",
|
|
311
|
-
"tsEmitName": "physicalPath$view",
|
|
312
312
|
"metadataToken": 385875974,
|
|
313
313
|
"canonicalSignature": ":System.String",
|
|
314
314
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
315
315
|
"emitScope": "ViewOnly",
|
|
316
|
+
"provenance": "ExplicitView",
|
|
316
317
|
"isIndexer": false,
|
|
317
318
|
"hasGetter": true,
|
|
318
319
|
"hasSetter": false,
|
|
320
|
+
"isStatic": false,
|
|
321
|
+
"isAbstract": false,
|
|
322
|
+
"isVirtual": true,
|
|
323
|
+
"isOverride": false,
|
|
324
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
319
325
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
320
326
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
321
327
|
},
|
|
322
328
|
{
|
|
323
329
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
|
|
324
330
|
"clrName": "Name",
|
|
325
|
-
"tsEmitName": "name$view",
|
|
326
331
|
"metadataToken": 385875975,
|
|
327
332
|
"canonicalSignature": ":System.String",
|
|
328
333
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
329
334
|
"emitScope": "ViewOnly",
|
|
335
|
+
"provenance": "ExplicitView",
|
|
330
336
|
"isIndexer": false,
|
|
331
337
|
"hasGetter": true,
|
|
332
338
|
"hasSetter": false,
|
|
339
|
+
"isStatic": false,
|
|
340
|
+
"isAbstract": false,
|
|
341
|
+
"isVirtual": true,
|
|
342
|
+
"isOverride": false,
|
|
343
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
333
344
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
334
345
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
335
346
|
},
|
|
336
347
|
{
|
|
337
348
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
|
|
338
349
|
"clrName": "LastModified",
|
|
339
|
-
"tsEmitName": "lastModified$view",
|
|
340
350
|
"metadataToken": 385875976,
|
|
341
351
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
342
352
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
343
353
|
"emitScope": "ViewOnly",
|
|
354
|
+
"provenance": "ExplicitView",
|
|
344
355
|
"isIndexer": false,
|
|
345
356
|
"hasGetter": true,
|
|
346
357
|
"hasSetter": false,
|
|
358
|
+
"isStatic": false,
|
|
359
|
+
"isAbstract": false,
|
|
360
|
+
"isVirtual": true,
|
|
361
|
+
"isOverride": false,
|
|
362
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
347
363
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
348
364
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
349
365
|
},
|
|
350
366
|
{
|
|
351
367
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
|
|
352
368
|
"clrName": "IsDirectory",
|
|
353
|
-
"tsEmitName": "isDirectory$view",
|
|
354
369
|
"metadataToken": 385875977,
|
|
355
370
|
"canonicalSignature": ":System.Boolean",
|
|
356
371
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
357
372
|
"emitScope": "ViewOnly",
|
|
373
|
+
"provenance": "ExplicitView",
|
|
358
374
|
"isIndexer": false,
|
|
359
375
|
"hasGetter": true,
|
|
360
376
|
"hasSetter": false,
|
|
377
|
+
"isStatic": false,
|
|
378
|
+
"isAbstract": false,
|
|
379
|
+
"isVirtual": true,
|
|
380
|
+
"isOverride": false,
|
|
381
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
361
382
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
362
383
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
363
384
|
},
|
|
364
385
|
{
|
|
365
386
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IDirectoryContents::Exists:System.Boolean",
|
|
366
387
|
"clrName": "Exists",
|
|
367
|
-
"tsEmitName": "exists$view",
|
|
368
388
|
"metadataToken": 385875971,
|
|
369
389
|
"canonicalSignature": ":System.Boolean",
|
|
370
390
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
371
391
|
"emitScope": "ViewOnly",
|
|
392
|
+
"provenance": "ExplicitView",
|
|
372
393
|
"isIndexer": false,
|
|
373
394
|
"hasGetter": true,
|
|
374
395
|
"hasSetter": false,
|
|
396
|
+
"isStatic": false,
|
|
397
|
+
"isAbstract": false,
|
|
398
|
+
"isVirtual": true,
|
|
399
|
+
"isOverride": false,
|
|
400
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
375
401
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
376
402
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
377
403
|
}
|
|
@@ -389,200 +415,35 @@
|
|
|
389
415
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
390
416
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
391
417
|
}
|
|
392
|
-
],
|
|
393
|
-
"exposedMethods": [
|
|
394
|
-
{
|
|
395
|
-
"tsName": "createReadStream",
|
|
396
|
-
"isStatic": false,
|
|
397
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
398
|
-
"target": {
|
|
399
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
400
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
401
|
-
"metadataToken": 100663364
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"tsName": "getEnumerator",
|
|
406
|
-
"isStatic": false,
|
|
407
|
-
"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",
|
|
408
|
-
"target": {
|
|
409
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
410
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
411
|
-
"metadataToken": 100663365
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"tsName": "createReadStream$view",
|
|
416
|
-
"isStatic": false,
|
|
417
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
418
|
-
"target": {
|
|
419
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
420
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
421
|
-
"metadataToken": 100663319
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"exposedProperties": [
|
|
426
|
-
{
|
|
427
|
-
"tsName": "exists",
|
|
428
|
-
"isStatic": false,
|
|
429
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
430
|
-
"target": {
|
|
431
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
432
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
433
|
-
"metadataToken": 385875987
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"tsName": "length",
|
|
438
|
-
"isStatic": false,
|
|
439
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
440
|
-
"target": {
|
|
441
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
442
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
443
|
-
"metadataToken": 385875988
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"tsName": "physicalPath",
|
|
448
|
-
"isStatic": false,
|
|
449
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
450
|
-
"target": {
|
|
451
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
452
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
453
|
-
"metadataToken": 385875989
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"tsName": "name",
|
|
458
|
-
"isStatic": false,
|
|
459
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
460
|
-
"target": {
|
|
461
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
462
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
463
|
-
"metadataToken": 385875990
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"tsName": "lastModified",
|
|
468
|
-
"isStatic": false,
|
|
469
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
470
|
-
"target": {
|
|
471
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
472
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
473
|
-
"metadataToken": 385875991
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"tsName": "isDirectory",
|
|
478
|
-
"isStatic": false,
|
|
479
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
480
|
-
"target": {
|
|
481
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
482
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
483
|
-
"metadataToken": 385875992
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"tsName": "exists$view",
|
|
488
|
-
"isStatic": false,
|
|
489
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
490
|
-
"target": {
|
|
491
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
492
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
493
|
-
"metadataToken": 385875972
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"tsName": "length$view",
|
|
498
|
-
"isStatic": false,
|
|
499
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
500
|
-
"target": {
|
|
501
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
502
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
503
|
-
"metadataToken": 385875973
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"tsName": "physicalPath$view",
|
|
508
|
-
"isStatic": false,
|
|
509
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
510
|
-
"target": {
|
|
511
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
512
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
513
|
-
"metadataToken": 385875974
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"tsName": "name$view",
|
|
518
|
-
"isStatic": false,
|
|
519
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
520
|
-
"target": {
|
|
521
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
522
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
523
|
-
"metadataToken": 385875975
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"tsName": "lastModified$view",
|
|
528
|
-
"isStatic": false,
|
|
529
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
530
|
-
"target": {
|
|
531
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
532
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
533
|
-
"metadataToken": 385875976
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"tsName": "isDirectory$view",
|
|
538
|
-
"isStatic": false,
|
|
539
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
540
|
-
"target": {
|
|
541
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
542
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
543
|
-
"metadataToken": 385875977
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"tsName": "exists$view",
|
|
548
|
-
"isStatic": false,
|
|
549
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
550
|
-
"target": {
|
|
551
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
552
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
553
|
-
"metadataToken": 385875971
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"exposedConstructors": [
|
|
558
|
-
{
|
|
559
|
-
"isStatic": false,
|
|
560
|
-
"tsSignatureId": "constructor|(System.IO.DirectoryInfo):void|static=false",
|
|
561
|
-
"target": {
|
|
562
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
|
|
563
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
564
|
-
"metadataToken": 100663356
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
418
|
]
|
|
568
419
|
},
|
|
569
420
|
{
|
|
570
421
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
571
422
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
572
|
-
"tsEmitName": "PhysicalFileInfo",
|
|
573
423
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
574
424
|
"metadataToken": 0,
|
|
425
|
+
"kind": "Class",
|
|
426
|
+
"accessibility": "Public",
|
|
427
|
+
"isAbstract": false,
|
|
428
|
+
"isSealed": false,
|
|
429
|
+
"isStatic": false,
|
|
430
|
+
"arity": 0,
|
|
575
431
|
"methods": [
|
|
576
432
|
{
|
|
577
433
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::CreateReadStream():System.IO.Stream",
|
|
578
434
|
"clrName": "CreateReadStream",
|
|
579
|
-
"tsEmitName": "createReadStream",
|
|
580
435
|
"metadataToken": 100663376,
|
|
581
436
|
"canonicalSignature": "():System.IO.Stream",
|
|
582
437
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
583
438
|
"emitScope": "ClassSurface",
|
|
439
|
+
"provenance": "Original",
|
|
584
440
|
"arity": 0,
|
|
585
441
|
"parameterCount": 0,
|
|
442
|
+
"isStatic": false,
|
|
443
|
+
"isAbstract": false,
|
|
444
|
+
"isVirtual": true,
|
|
445
|
+
"isOverride": false,
|
|
446
|
+
"isSealed": true,
|
|
586
447
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
587
448
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
588
449
|
"isExtensionMethod": false
|
|
@@ -590,184 +451,244 @@
|
|
|
590
451
|
{
|
|
591
452
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
|
|
592
453
|
"clrName": "CreateReadStream",
|
|
593
|
-
"tsEmitName": "createReadStream$view",
|
|
594
454
|
"metadataToken": 100663319,
|
|
595
455
|
"canonicalSignature": "():System.IO.Stream",
|
|
596
456
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
597
457
|
"emitScope": "ViewOnly",
|
|
458
|
+
"provenance": "ExplicitView",
|
|
598
459
|
"arity": 0,
|
|
599
460
|
"parameterCount": 0,
|
|
461
|
+
"isStatic": false,
|
|
462
|
+
"isAbstract": false,
|
|
463
|
+
"isVirtual": true,
|
|
464
|
+
"isOverride": false,
|
|
465
|
+
"isSealed": false,
|
|
600
466
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
601
467
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
602
|
-
"isExtensionMethod": false
|
|
468
|
+
"isExtensionMethod": false,
|
|
469
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
|
|
603
470
|
}
|
|
604
471
|
],
|
|
605
472
|
"properties": [
|
|
606
473
|
{
|
|
607
474
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Exists:System.Boolean",
|
|
608
475
|
"clrName": "Exists",
|
|
609
|
-
"tsEmitName": "exists",
|
|
610
476
|
"metadataToken": 385875993,
|
|
611
477
|
"canonicalSignature": ":System.Boolean",
|
|
612
478
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
613
479
|
"emitScope": "ClassSurface",
|
|
480
|
+
"provenance": "Original",
|
|
614
481
|
"isIndexer": false,
|
|
615
482
|
"hasGetter": true,
|
|
616
483
|
"hasSetter": false,
|
|
484
|
+
"isStatic": false,
|
|
485
|
+
"isAbstract": false,
|
|
486
|
+
"isVirtual": true,
|
|
487
|
+
"isOverride": false,
|
|
617
488
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
618
489
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
619
490
|
},
|
|
620
491
|
{
|
|
621
492
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Length:System.Int64",
|
|
622
493
|
"clrName": "Length",
|
|
623
|
-
"tsEmitName": "length",
|
|
624
494
|
"metadataToken": 385875994,
|
|
625
495
|
"canonicalSignature": ":System.Int64",
|
|
626
496
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
627
497
|
"emitScope": "ClassSurface",
|
|
498
|
+
"provenance": "Original",
|
|
628
499
|
"isIndexer": false,
|
|
629
500
|
"hasGetter": true,
|
|
630
501
|
"hasSetter": false,
|
|
502
|
+
"isStatic": false,
|
|
503
|
+
"isAbstract": false,
|
|
504
|
+
"isVirtual": true,
|
|
505
|
+
"isOverride": false,
|
|
631
506
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
632
507
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
633
508
|
},
|
|
634
509
|
{
|
|
635
510
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::PhysicalPath:System.String",
|
|
636
511
|
"clrName": "PhysicalPath",
|
|
637
|
-
"tsEmitName": "physicalPath",
|
|
638
512
|
"metadataToken": 385875995,
|
|
639
513
|
"canonicalSignature": ":System.String",
|
|
640
514
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
641
515
|
"emitScope": "ClassSurface",
|
|
516
|
+
"provenance": "Original",
|
|
642
517
|
"isIndexer": false,
|
|
643
518
|
"hasGetter": true,
|
|
644
519
|
"hasSetter": false,
|
|
520
|
+
"isStatic": false,
|
|
521
|
+
"isAbstract": false,
|
|
522
|
+
"isVirtual": true,
|
|
523
|
+
"isOverride": false,
|
|
645
524
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
646
525
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
647
526
|
},
|
|
648
527
|
{
|
|
649
528
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Name:System.String",
|
|
650
529
|
"clrName": "Name",
|
|
651
|
-
"tsEmitName": "name",
|
|
652
530
|
"metadataToken": 385875996,
|
|
653
531
|
"canonicalSignature": ":System.String",
|
|
654
532
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
655
533
|
"emitScope": "ClassSurface",
|
|
534
|
+
"provenance": "Original",
|
|
656
535
|
"isIndexer": false,
|
|
657
536
|
"hasGetter": true,
|
|
658
537
|
"hasSetter": false,
|
|
538
|
+
"isStatic": false,
|
|
539
|
+
"isAbstract": false,
|
|
540
|
+
"isVirtual": true,
|
|
541
|
+
"isOverride": false,
|
|
659
542
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
660
543
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
661
544
|
},
|
|
662
545
|
{
|
|
663
546
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::LastModified:System.DateTimeOffset",
|
|
664
547
|
"clrName": "LastModified",
|
|
665
|
-
"tsEmitName": "lastModified",
|
|
666
548
|
"metadataToken": 385875997,
|
|
667
549
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
668
550
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
669
551
|
"emitScope": "ClassSurface",
|
|
552
|
+
"provenance": "Original",
|
|
670
553
|
"isIndexer": false,
|
|
671
554
|
"hasGetter": true,
|
|
672
555
|
"hasSetter": false,
|
|
556
|
+
"isStatic": false,
|
|
557
|
+
"isAbstract": false,
|
|
558
|
+
"isVirtual": true,
|
|
559
|
+
"isOverride": false,
|
|
673
560
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
674
561
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
675
562
|
},
|
|
676
563
|
{
|
|
677
564
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::IsDirectory:System.Boolean",
|
|
678
565
|
"clrName": "IsDirectory",
|
|
679
|
-
"tsEmitName": "isDirectory",
|
|
680
566
|
"metadataToken": 385875998,
|
|
681
567
|
"canonicalSignature": ":System.Boolean",
|
|
682
568
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
683
569
|
"emitScope": "ClassSurface",
|
|
570
|
+
"provenance": "Original",
|
|
684
571
|
"isIndexer": false,
|
|
685
572
|
"hasGetter": true,
|
|
686
573
|
"hasSetter": false,
|
|
574
|
+
"isStatic": false,
|
|
575
|
+
"isAbstract": false,
|
|
576
|
+
"isVirtual": true,
|
|
577
|
+
"isOverride": false,
|
|
687
578
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
688
579
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
689
580
|
},
|
|
690
581
|
{
|
|
691
582
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
|
|
692
583
|
"clrName": "Exists",
|
|
693
|
-
"tsEmitName": "exists$view",
|
|
694
584
|
"metadataToken": 385875972,
|
|
695
585
|
"canonicalSignature": ":System.Boolean",
|
|
696
586
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
697
587
|
"emitScope": "ViewOnly",
|
|
588
|
+
"provenance": "ExplicitView",
|
|
698
589
|
"isIndexer": false,
|
|
699
590
|
"hasGetter": true,
|
|
700
591
|
"hasSetter": false,
|
|
592
|
+
"isStatic": false,
|
|
593
|
+
"isAbstract": false,
|
|
594
|
+
"isVirtual": true,
|
|
595
|
+
"isOverride": false,
|
|
596
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
701
597
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
702
598
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
703
599
|
},
|
|
704
600
|
{
|
|
705
601
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
|
|
706
602
|
"clrName": "Length",
|
|
707
|
-
"tsEmitName": "length$view",
|
|
708
603
|
"metadataToken": 385875973,
|
|
709
604
|
"canonicalSignature": ":System.Int64",
|
|
710
605
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
711
606
|
"emitScope": "ViewOnly",
|
|
607
|
+
"provenance": "ExplicitView",
|
|
712
608
|
"isIndexer": false,
|
|
713
609
|
"hasGetter": true,
|
|
714
610
|
"hasSetter": false,
|
|
611
|
+
"isStatic": false,
|
|
612
|
+
"isAbstract": false,
|
|
613
|
+
"isVirtual": true,
|
|
614
|
+
"isOverride": false,
|
|
615
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
715
616
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
716
617
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
717
618
|
},
|
|
718
619
|
{
|
|
719
620
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
|
|
720
621
|
"clrName": "PhysicalPath",
|
|
721
|
-
"tsEmitName": "physicalPath$view",
|
|
722
622
|
"metadataToken": 385875974,
|
|
723
623
|
"canonicalSignature": ":System.String",
|
|
724
624
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
725
625
|
"emitScope": "ViewOnly",
|
|
626
|
+
"provenance": "ExplicitView",
|
|
726
627
|
"isIndexer": false,
|
|
727
628
|
"hasGetter": true,
|
|
728
629
|
"hasSetter": false,
|
|
630
|
+
"isStatic": false,
|
|
631
|
+
"isAbstract": false,
|
|
632
|
+
"isVirtual": true,
|
|
633
|
+
"isOverride": false,
|
|
634
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
729
635
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
730
636
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
731
637
|
},
|
|
732
638
|
{
|
|
733
639
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
|
|
734
640
|
"clrName": "Name",
|
|
735
|
-
"tsEmitName": "name$view",
|
|
736
641
|
"metadataToken": 385875975,
|
|
737
642
|
"canonicalSignature": ":System.String",
|
|
738
643
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
739
644
|
"emitScope": "ViewOnly",
|
|
645
|
+
"provenance": "ExplicitView",
|
|
740
646
|
"isIndexer": false,
|
|
741
647
|
"hasGetter": true,
|
|
742
648
|
"hasSetter": false,
|
|
649
|
+
"isStatic": false,
|
|
650
|
+
"isAbstract": false,
|
|
651
|
+
"isVirtual": true,
|
|
652
|
+
"isOverride": false,
|
|
653
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
743
654
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
744
655
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
745
656
|
},
|
|
746
657
|
{
|
|
747
658
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
|
|
748
659
|
"clrName": "LastModified",
|
|
749
|
-
"tsEmitName": "lastModified$view",
|
|
750
660
|
"metadataToken": 385875976,
|
|
751
661
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
752
662
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
753
663
|
"emitScope": "ViewOnly",
|
|
664
|
+
"provenance": "ExplicitView",
|
|
754
665
|
"isIndexer": false,
|
|
755
666
|
"hasGetter": true,
|
|
756
667
|
"hasSetter": false,
|
|
668
|
+
"isStatic": false,
|
|
669
|
+
"isAbstract": false,
|
|
670
|
+
"isVirtual": true,
|
|
671
|
+
"isOverride": false,
|
|
672
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
757
673
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
758
674
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
759
675
|
},
|
|
760
676
|
{
|
|
761
677
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
|
|
762
678
|
"clrName": "IsDirectory",
|
|
763
|
-
"tsEmitName": "isDirectory$view",
|
|
764
679
|
"metadataToken": 385875977,
|
|
765
680
|
"canonicalSignature": ":System.Boolean",
|
|
766
681
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
767
682
|
"emitScope": "ViewOnly",
|
|
683
|
+
"provenance": "ExplicitView",
|
|
768
684
|
"isIndexer": false,
|
|
769
685
|
"hasGetter": true,
|
|
770
686
|
"hasSetter": false,
|
|
687
|
+
"isStatic": false,
|
|
688
|
+
"isAbstract": false,
|
|
689
|
+
"isVirtual": true,
|
|
690
|
+
"isOverride": false,
|
|
691
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
771
692
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
772
693
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
773
694
|
}
|
|
@@ -785,180 +706,35 @@
|
|
|
785
706
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
786
707
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
787
708
|
}
|
|
788
|
-
],
|
|
789
|
-
"exposedMethods": [
|
|
790
|
-
{
|
|
791
|
-
"tsName": "createReadStream",
|
|
792
|
-
"isStatic": false,
|
|
793
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
794
|
-
"target": {
|
|
795
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
796
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
797
|
-
"metadataToken": 100663376
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"tsName": "createReadStream$view",
|
|
802
|
-
"isStatic": false,
|
|
803
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
804
|
-
"target": {
|
|
805
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
806
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
807
|
-
"metadataToken": 100663319
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
|
-
"exposedProperties": [
|
|
812
|
-
{
|
|
813
|
-
"tsName": "exists",
|
|
814
|
-
"isStatic": false,
|
|
815
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
816
|
-
"target": {
|
|
817
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
818
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
819
|
-
"metadataToken": 385875993
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"tsName": "length",
|
|
824
|
-
"isStatic": false,
|
|
825
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
826
|
-
"target": {
|
|
827
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
828
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
829
|
-
"metadataToken": 385875994
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"tsName": "physicalPath",
|
|
834
|
-
"isStatic": false,
|
|
835
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
836
|
-
"target": {
|
|
837
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
838
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
839
|
-
"metadataToken": 385875995
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"tsName": "name",
|
|
844
|
-
"isStatic": false,
|
|
845
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
846
|
-
"target": {
|
|
847
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
848
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
849
|
-
"metadataToken": 385875996
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"tsName": "lastModified",
|
|
854
|
-
"isStatic": false,
|
|
855
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
856
|
-
"target": {
|
|
857
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
858
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
859
|
-
"metadataToken": 385875997
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"tsName": "isDirectory",
|
|
864
|
-
"isStatic": false,
|
|
865
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
866
|
-
"target": {
|
|
867
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
868
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
869
|
-
"metadataToken": 385875998
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"tsName": "exists$view",
|
|
874
|
-
"isStatic": false,
|
|
875
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
876
|
-
"target": {
|
|
877
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
878
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
879
|
-
"metadataToken": 385875972
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"tsName": "length$view",
|
|
884
|
-
"isStatic": false,
|
|
885
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
886
|
-
"target": {
|
|
887
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
888
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
889
|
-
"metadataToken": 385875973
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"tsName": "physicalPath$view",
|
|
894
|
-
"isStatic": false,
|
|
895
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
896
|
-
"target": {
|
|
897
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
898
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
899
|
-
"metadataToken": 385875974
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"tsName": "name$view",
|
|
904
|
-
"isStatic": false,
|
|
905
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
906
|
-
"target": {
|
|
907
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
908
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
909
|
-
"metadataToken": 385875975
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"tsName": "lastModified$view",
|
|
914
|
-
"isStatic": false,
|
|
915
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
916
|
-
"target": {
|
|
917
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
918
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
919
|
-
"metadataToken": 385875976
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"tsName": "isDirectory$view",
|
|
924
|
-
"isStatic": false,
|
|
925
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
926
|
-
"target": {
|
|
927
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
928
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
929
|
-
"metadataToken": 385875977
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
],
|
|
933
|
-
"exposedConstructors": [
|
|
934
|
-
{
|
|
935
|
-
"isStatic": false,
|
|
936
|
-
"tsSignatureId": "constructor|(System.IO.FileInfo):void|static=false",
|
|
937
|
-
"target": {
|
|
938
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
|
|
939
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
940
|
-
"metadataToken": 100663369
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
709
|
]
|
|
944
710
|
},
|
|
945
711
|
{
|
|
946
712
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
947
713
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
948
|
-
"tsEmitName": "PhysicalFilesWatcher",
|
|
949
714
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
950
715
|
"metadataToken": 0,
|
|
716
|
+
"kind": "Class",
|
|
717
|
+
"accessibility": "Public",
|
|
718
|
+
"isAbstract": false,
|
|
719
|
+
"isSealed": false,
|
|
720
|
+
"isStatic": false,
|
|
721
|
+
"arity": 0,
|
|
951
722
|
"methods": [
|
|
952
723
|
{
|
|
953
724
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::CreateFileChangeToken(System.String):Microsoft.Extensions.Primitives.IChangeToken",
|
|
954
725
|
"clrName": "CreateFileChangeToken",
|
|
955
|
-
"tsEmitName": "createFileChangeToken",
|
|
956
726
|
"metadataToken": 100663383,
|
|
957
727
|
"canonicalSignature": "(System.String):Microsoft.Extensions.Primitives.IChangeToken",
|
|
958
728
|
"normalizedSignature": "CreateFileChangeToken|(System.String):Microsoft.Extensions.Primitives.IChangeToken|static=false",
|
|
959
729
|
"emitScope": "ClassSurface",
|
|
730
|
+
"provenance": "Original",
|
|
960
731
|
"arity": 0,
|
|
961
732
|
"parameterCount": 1,
|
|
733
|
+
"isStatic": false,
|
|
734
|
+
"isAbstract": false,
|
|
735
|
+
"isVirtual": false,
|
|
736
|
+
"isOverride": false,
|
|
737
|
+
"isSealed": false,
|
|
962
738
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
963
739
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
964
740
|
"isExtensionMethod": false
|
|
@@ -966,13 +742,18 @@
|
|
|
966
742
|
{
|
|
967
743
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::Dispose():System.Void",
|
|
968
744
|
"clrName": "Dispose",
|
|
969
|
-
"tsEmitName": "dispose",
|
|
970
745
|
"metadataToken": 100663387,
|
|
971
746
|
"canonicalSignature": "():System.Void",
|
|
972
747
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
973
748
|
"emitScope": "ClassSurface",
|
|
749
|
+
"provenance": "Original",
|
|
974
750
|
"arity": 0,
|
|
975
751
|
"parameterCount": 0,
|
|
752
|
+
"isStatic": false,
|
|
753
|
+
"isAbstract": false,
|
|
754
|
+
"isVirtual": true,
|
|
755
|
+
"isOverride": false,
|
|
756
|
+
"isSealed": true,
|
|
976
757
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
977
758
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
978
759
|
"isExtensionMethod": false
|
|
@@ -1002,67 +783,35 @@
|
|
|
1002
783
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
1003
784
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1004
785
|
}
|
|
1005
|
-
],
|
|
1006
|
-
"exposedMethods": [
|
|
1007
|
-
{
|
|
1008
|
-
"tsName": "createFileChangeToken",
|
|
1009
|
-
"isStatic": false,
|
|
1010
|
-
"tsSignatureId": "CreateFileChangeToken|(System.String):Microsoft.Extensions.Primitives.IChangeToken|static=false",
|
|
1011
|
-
"target": {
|
|
1012
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
1013
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1014
|
-
"metadataToken": 100663383
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"tsName": "dispose",
|
|
1019
|
-
"isStatic": false,
|
|
1020
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
1021
|
-
"target": {
|
|
1022
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
1023
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1024
|
-
"metadataToken": 100663387
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"exposedConstructors": [
|
|
1029
|
-
{
|
|
1030
|
-
"isStatic": false,
|
|
1031
|
-
"tsSignatureId": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean):void|static=false",
|
|
1032
|
-
"target": {
|
|
1033
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
1034
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1035
|
-
"metadataToken": 100663377
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"isStatic": false,
|
|
1040
|
-
"tsSignatureId": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void|static=false",
|
|
1041
|
-
"target": {
|
|
1042
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
|
|
1043
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1044
|
-
"metadataToken": 100663378
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
786
|
]
|
|
1048
787
|
},
|
|
1049
788
|
{
|
|
1050
789
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1051
790
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1052
|
-
"tsEmitName": "PollingFileChangeToken",
|
|
1053
791
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1054
792
|
"metadataToken": 0,
|
|
793
|
+
"kind": "Class",
|
|
794
|
+
"accessibility": "Public",
|
|
795
|
+
"isAbstract": false,
|
|
796
|
+
"isSealed": false,
|
|
797
|
+
"isStatic": false,
|
|
798
|
+
"arity": 0,
|
|
1055
799
|
"methods": [
|
|
1056
800
|
{
|
|
1057
801
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::RegisterChangeCallback(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
1058
802
|
"clrName": "RegisterChangeCallback",
|
|
1059
|
-
"tsEmitName": "registerChangeCallback",
|
|
1060
803
|
"metadataToken": 100663412,
|
|
1061
804
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
1062
805
|
"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",
|
|
1063
806
|
"emitScope": "ClassSurface",
|
|
807
|
+
"provenance": "Original",
|
|
1064
808
|
"arity": 0,
|
|
1065
809
|
"parameterCount": 2,
|
|
810
|
+
"isStatic": false,
|
|
811
|
+
"isAbstract": false,
|
|
812
|
+
"isVirtual": true,
|
|
813
|
+
"isOverride": false,
|
|
814
|
+
"isSealed": true,
|
|
1066
815
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1067
816
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1068
817
|
"isExtensionMethod": false
|
|
@@ -1070,72 +819,96 @@
|
|
|
1070
819
|
{
|
|
1071
820
|
"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",
|
|
1072
821
|
"clrName": "RegisterChangeCallback",
|
|
1073
|
-
"tsEmitName": "registerChangeCallback$view",
|
|
1074
822
|
"metadataToken": 100663343,
|
|
1075
823
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
1076
824
|
"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",
|
|
1077
825
|
"emitScope": "ViewOnly",
|
|
826
|
+
"provenance": "ExplicitView",
|
|
1078
827
|
"arity": 0,
|
|
1079
828
|
"parameterCount": 2,
|
|
829
|
+
"isStatic": false,
|
|
830
|
+
"isAbstract": false,
|
|
831
|
+
"isVirtual": true,
|
|
832
|
+
"isOverride": false,
|
|
833
|
+
"isSealed": false,
|
|
1080
834
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1081
835
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1082
|
-
"isExtensionMethod": false
|
|
836
|
+
"isExtensionMethod": false,
|
|
837
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
|
|
1083
838
|
}
|
|
1084
839
|
],
|
|
1085
840
|
"properties": [
|
|
1086
841
|
{
|
|
1087
842
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
1088
843
|
"clrName": "ActiveChangeCallbacks",
|
|
1089
|
-
"tsEmitName": "activeChangeCallbacks",
|
|
1090
844
|
"metadataToken": 385876003,
|
|
1091
845
|
"canonicalSignature": ":System.Boolean",
|
|
1092
846
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1093
847
|
"emitScope": "ClassSurface",
|
|
848
|
+
"provenance": "Original",
|
|
1094
849
|
"isIndexer": false,
|
|
1095
850
|
"hasGetter": true,
|
|
1096
851
|
"hasSetter": false,
|
|
852
|
+
"isStatic": false,
|
|
853
|
+
"isAbstract": false,
|
|
854
|
+
"isVirtual": true,
|
|
855
|
+
"isOverride": false,
|
|
1097
856
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1098
857
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1099
858
|
},
|
|
1100
859
|
{
|
|
1101
860
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::HasChanged:System.Boolean",
|
|
1102
861
|
"clrName": "HasChanged",
|
|
1103
|
-
"tsEmitName": "hasChanged",
|
|
1104
862
|
"metadataToken": 385876006,
|
|
1105
863
|
"canonicalSignature": ":System.Boolean",
|
|
1106
864
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1107
865
|
"emitScope": "ClassSurface",
|
|
866
|
+
"provenance": "Original",
|
|
1108
867
|
"isIndexer": false,
|
|
1109
868
|
"hasGetter": true,
|
|
1110
869
|
"hasSetter": false,
|
|
870
|
+
"isStatic": false,
|
|
871
|
+
"isAbstract": false,
|
|
872
|
+
"isVirtual": true,
|
|
873
|
+
"isOverride": false,
|
|
1111
874
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1112
875
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1113
876
|
},
|
|
1114
877
|
{
|
|
1115
878
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
|
|
1116
879
|
"clrName": "HasChanged",
|
|
1117
|
-
"tsEmitName": "hasChanged$view",
|
|
1118
880
|
"metadataToken": 385875983,
|
|
1119
881
|
"canonicalSignature": ":System.Boolean",
|
|
1120
882
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1121
883
|
"emitScope": "ViewOnly",
|
|
884
|
+
"provenance": "ExplicitView",
|
|
1122
885
|
"isIndexer": false,
|
|
1123
886
|
"hasGetter": true,
|
|
1124
887
|
"hasSetter": false,
|
|
888
|
+
"isStatic": false,
|
|
889
|
+
"isAbstract": false,
|
|
890
|
+
"isVirtual": true,
|
|
891
|
+
"isOverride": false,
|
|
892
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1125
893
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1126
894
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1127
895
|
},
|
|
1128
896
|
{
|
|
1129
897
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
1130
898
|
"clrName": "ActiveChangeCallbacks",
|
|
1131
|
-
"tsEmitName": "activeChangeCallbacks$view",
|
|
1132
899
|
"metadataToken": 385875984,
|
|
1133
900
|
"canonicalSignature": ":System.Boolean",
|
|
1134
901
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1135
902
|
"emitScope": "ViewOnly",
|
|
903
|
+
"provenance": "ExplicitView",
|
|
1136
904
|
"isIndexer": false,
|
|
1137
905
|
"hasGetter": true,
|
|
1138
906
|
"hasSetter": false,
|
|
907
|
+
"isStatic": false,
|
|
908
|
+
"isAbstract": false,
|
|
909
|
+
"isVirtual": true,
|
|
910
|
+
"isOverride": false,
|
|
911
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1139
912
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1140
913
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1141
914
|
}
|
|
@@ -1153,159 +926,113 @@
|
|
|
1153
926
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1154
927
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1155
928
|
}
|
|
1156
|
-
],
|
|
1157
|
-
"exposedMethods": [
|
|
1158
|
-
{
|
|
1159
|
-
"tsName": "registerChangeCallback",
|
|
1160
|
-
"isStatic": false,
|
|
1161
|
-
"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",
|
|
1162
|
-
"target": {
|
|
1163
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1164
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1165
|
-
"metadataToken": 100663412
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"tsName": "registerChangeCallback$view",
|
|
1170
|
-
"isStatic": false,
|
|
1171
|
-
"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",
|
|
1172
|
-
"target": {
|
|
1173
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1174
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1175
|
-
"metadataToken": 100663343
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"exposedProperties": [
|
|
1180
|
-
{
|
|
1181
|
-
"tsName": "activeChangeCallbacks",
|
|
1182
|
-
"isStatic": false,
|
|
1183
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1184
|
-
"target": {
|
|
1185
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1186
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1187
|
-
"metadataToken": 385876003
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"tsName": "hasChanged",
|
|
1192
|
-
"isStatic": false,
|
|
1193
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1194
|
-
"target": {
|
|
1195
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1196
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1197
|
-
"metadataToken": 385876006
|
|
1198
|
-
}
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"tsName": "hasChanged$view",
|
|
1202
|
-
"isStatic": false,
|
|
1203
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1204
|
-
"target": {
|
|
1205
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1206
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1207
|
-
"metadataToken": 385875983
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"tsName": "activeChangeCallbacks$view",
|
|
1212
|
-
"isStatic": false,
|
|
1213
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1214
|
-
"target": {
|
|
1215
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1216
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1217
|
-
"metadataToken": 385875984
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"exposedConstructors": [
|
|
1222
|
-
{
|
|
1223
|
-
"isStatic": false,
|
|
1224
|
-
"tsSignatureId": "constructor|(System.IO.FileInfo):void|static=false",
|
|
1225
|
-
"target": {
|
|
1226
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
|
|
1227
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1228
|
-
"metadataToken": 100663402
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1231
929
|
]
|
|
1232
930
|
},
|
|
1233
931
|
{
|
|
1234
932
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1235
933
|
"clrName": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1236
|
-
"tsEmitName": "PollingWildCardChangeToken",
|
|
1237
934
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1238
935
|
"metadataToken": 0,
|
|
936
|
+
"kind": "Class",
|
|
937
|
+
"accessibility": "Public",
|
|
938
|
+
"isAbstract": false,
|
|
939
|
+
"isSealed": false,
|
|
940
|
+
"isStatic": false,
|
|
941
|
+
"arity": 0,
|
|
1239
942
|
"methods": [
|
|
1240
943
|
{
|
|
1241
944
|
"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",
|
|
1242
945
|
"clrName": "RegisterChangeCallback",
|
|
1243
|
-
"tsEmitName": "registerChangeCallback",
|
|
1244
946
|
"metadataToken": 100663343,
|
|
1245
947
|
"canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
|
|
1246
948
|
"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",
|
|
1247
949
|
"emitScope": "ViewOnly",
|
|
950
|
+
"provenance": "ExplicitView",
|
|
1248
951
|
"arity": 0,
|
|
1249
952
|
"parameterCount": 2,
|
|
953
|
+
"isStatic": false,
|
|
954
|
+
"isAbstract": false,
|
|
955
|
+
"isVirtual": true,
|
|
956
|
+
"isOverride": false,
|
|
957
|
+
"isSealed": false,
|
|
1250
958
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1251
959
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1252
|
-
"isExtensionMethod": false
|
|
960
|
+
"isExtensionMethod": false,
|
|
961
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
|
|
1253
962
|
}
|
|
1254
963
|
],
|
|
1255
964
|
"properties": [
|
|
1256
965
|
{
|
|
1257
966
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
1258
967
|
"clrName": "ActiveChangeCallbacks",
|
|
1259
|
-
"tsEmitName": "activeChangeCallbacks",
|
|
1260
968
|
"metadataToken": 385876007,
|
|
1261
969
|
"canonicalSignature": ":System.Boolean",
|
|
1262
970
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1263
971
|
"emitScope": "ClassSurface",
|
|
972
|
+
"provenance": "Original",
|
|
1264
973
|
"isIndexer": false,
|
|
1265
974
|
"hasGetter": true,
|
|
1266
975
|
"hasSetter": false,
|
|
976
|
+
"isStatic": false,
|
|
977
|
+
"isAbstract": false,
|
|
978
|
+
"isVirtual": true,
|
|
979
|
+
"isOverride": false,
|
|
1267
980
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1268
981
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1269
982
|
},
|
|
1270
983
|
{
|
|
1271
984
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::HasChanged:System.Boolean",
|
|
1272
985
|
"clrName": "HasChanged",
|
|
1273
|
-
"tsEmitName": "hasChanged",
|
|
1274
986
|
"metadataToken": 385876012,
|
|
1275
987
|
"canonicalSignature": ":System.Boolean",
|
|
1276
988
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1277
989
|
"emitScope": "ClassSurface",
|
|
990
|
+
"provenance": "Original",
|
|
1278
991
|
"isIndexer": false,
|
|
1279
992
|
"hasGetter": true,
|
|
1280
993
|
"hasSetter": false,
|
|
994
|
+
"isStatic": false,
|
|
995
|
+
"isAbstract": false,
|
|
996
|
+
"isVirtual": true,
|
|
997
|
+
"isOverride": false,
|
|
1281
998
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1282
999
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1283
1000
|
},
|
|
1284
1001
|
{
|
|
1285
1002
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
|
|
1286
1003
|
"clrName": "HasChanged",
|
|
1287
|
-
"tsEmitName": "hasChanged$view",
|
|
1288
1004
|
"metadataToken": 385875983,
|
|
1289
1005
|
"canonicalSignature": ":System.Boolean",
|
|
1290
1006
|
"normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1291
1007
|
"emitScope": "ViewOnly",
|
|
1008
|
+
"provenance": "ExplicitView",
|
|
1292
1009
|
"isIndexer": false,
|
|
1293
1010
|
"hasGetter": true,
|
|
1294
1011
|
"hasSetter": false,
|
|
1012
|
+
"isStatic": false,
|
|
1013
|
+
"isAbstract": false,
|
|
1014
|
+
"isVirtual": true,
|
|
1015
|
+
"isOverride": false,
|
|
1016
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1295
1017
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1296
1018
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1297
1019
|
},
|
|
1298
1020
|
{
|
|
1299
1021
|
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
|
|
1300
1022
|
"clrName": "ActiveChangeCallbacks",
|
|
1301
|
-
"tsEmitName": "activeChangeCallbacks$view",
|
|
1302
1023
|
"metadataToken": 385875984,
|
|
1303
1024
|
"canonicalSignature": ":System.Boolean",
|
|
1304
1025
|
"normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1305
1026
|
"emitScope": "ViewOnly",
|
|
1027
|
+
"provenance": "ExplicitView",
|
|
1306
1028
|
"isIndexer": false,
|
|
1307
1029
|
"hasGetter": true,
|
|
1308
1030
|
"hasSetter": false,
|
|
1031
|
+
"isStatic": false,
|
|
1032
|
+
"isAbstract": false,
|
|
1033
|
+
"isVirtual": true,
|
|
1034
|
+
"isOverride": false,
|
|
1035
|
+
"sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1309
1036
|
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1310
1037
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives"
|
|
1311
1038
|
}
|
|
@@ -1323,71 +1050,6 @@
|
|
|
1323
1050
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1324
1051
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
1325
1052
|
}
|
|
1326
|
-
],
|
|
1327
|
-
"exposedMethods": [
|
|
1328
|
-
{
|
|
1329
|
-
"tsName": "registerChangeCallback",
|
|
1330
|
-
"isStatic": false,
|
|
1331
|
-
"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",
|
|
1332
|
-
"target": {
|
|
1333
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1334
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1335
|
-
"metadataToken": 100663343
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
],
|
|
1339
|
-
"exposedProperties": [
|
|
1340
|
-
{
|
|
1341
|
-
"tsName": "activeChangeCallbacks",
|
|
1342
|
-
"isStatic": false,
|
|
1343
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1344
|
-
"target": {
|
|
1345
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1346
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1347
|
-
"metadataToken": 385876007
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"tsName": "hasChanged",
|
|
1352
|
-
"isStatic": false,
|
|
1353
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1354
|
-
"target": {
|
|
1355
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1356
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1357
|
-
"metadataToken": 385876012
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"tsName": "hasChanged$view",
|
|
1362
|
-
"isStatic": false,
|
|
1363
|
-
"tsSignatureId": "HasChanged|:System.Boolean|static=false|accessor=get",
|
|
1364
|
-
"target": {
|
|
1365
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1366
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1367
|
-
"metadataToken": 385875983
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"tsName": "activeChangeCallbacks$view",
|
|
1372
|
-
"isStatic": false,
|
|
1373
|
-
"tsSignatureId": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
|
|
1374
|
-
"target": {
|
|
1375
|
-
"declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
|
|
1376
|
-
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1377
|
-
"metadataToken": 385875984
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
],
|
|
1381
|
-
"exposedConstructors": [
|
|
1382
|
-
{
|
|
1383
|
-
"isStatic": false,
|
|
1384
|
-
"tsSignatureId": "constructor|(System.String,System.String):void|static=false",
|
|
1385
|
-
"target": {
|
|
1386
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
|
|
1387
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
1388
|
-
"metadataToken": 100663414
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
1053
|
]
|
|
1392
1054
|
}
|
|
1393
1055
|
]
|