@tsonic/microsoft-extensions 0.1.2 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
  2. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
  3. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
  4. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
  5. package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
  6. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
  7. package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
  8. package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
  9. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
  10. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
  11. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
  12. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
  13. package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
  14. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
  15. package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
  16. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
  17. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
  18. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
  19. package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
  20. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
  21. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
  22. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
  23. package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
  24. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
  25. package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
  26. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
  27. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
  28. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
  29. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
  30. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
  31. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
  32. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
  33. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
  34. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  35. package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
  36. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
  37. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
  38. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
  39. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
  40. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  41. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
  42. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
  43. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
  44. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
  45. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
  46. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
  47. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
  48. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
  49. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
  50. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
  51. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
  52. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
  53. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
  54. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
  55. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
  56. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
  57. package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
  58. package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
  59. package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
  60. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  61. package/Microsoft.Extensions.Http/bindings.json +93 -160
  62. package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
  63. package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
  64. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
  65. package/Microsoft.Extensions.Internal/bindings.json +32 -51
  66. package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
  67. package/Microsoft.Extensions.Localization/bindings.json +294 -531
  68. package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
  69. package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
  70. package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
  71. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
  72. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
  73. package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
  74. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
  75. package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
  76. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
  77. package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
  78. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
  79. package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
  80. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
  81. package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
  82. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
  83. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
  84. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
  85. package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
  86. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
  87. package/Microsoft.Extensions.Options/bindings.json +1780 -3480
  88. package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
  89. package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
  90. package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
  91. package/Microsoft.Extensions.Validation/bindings.json +196 -336
  92. package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
  93. package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
  94. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
  95. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
  96. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
  97. package/System.Diagnostics/bindings.json +560 -1240
  98. package/System.Diagnostics/internal/index.d.ts +94 -94
  99. package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
  100. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
  101. package/System.Net.Http/bindings.json +56 -60
  102. package/System.Net.Http/internal/index.d.ts +4 -4
  103. package/System.Security.Cryptography/bindings.json +101 -208
  104. package/System.Security.Cryptography/internal/index.d.ts +14 -14
  105. package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
  106. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
  107. package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
  108. package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
  109. package/__build/scripts/generate.sh +4 -4
  110. package/__internal/extensions/index.d.ts +426 -426
  111. package/package.json +3 -3
  112. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
  113. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
  114. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
  115. package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
  116. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
  117. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
  118. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
  119. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
  120. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
  121. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
  122. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
  123. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
  124. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
  125. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
  126. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
  127. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
  128. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
  129. package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
  130. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
  131. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
  132. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
  133. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
  134. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
  135. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
  140. package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
  141. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
  142. package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
  143. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
  144. package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
  145. package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
  146. package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
  147. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
  148. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
  149. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
  150. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
  151. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
  152. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
  153. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
  154. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
  155. package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
  156. package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
  157. package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
  158. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
  159. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
  160. package/System.Diagnostics/internal/metadata.json +0 -1694
  161. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
  162. package/System.Net.Http/internal/metadata.json +0 -141
  163. package/System.Security.Cryptography/internal/metadata.json +0 -302
  164. package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
  165. package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
@@ -1,879 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Extensions.FileProviders.Physical",
3
- "contributingAssemblies": [
4
- "Microsoft.Extensions.FileProviders.Physical"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
9
- "clrName": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
10
- "tsEmitName": "ExclusionFilters",
11
- "kind": "Enum",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [
20
- {
21
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::value__System.Int32",
22
- "clrName": "value__",
23
- "tsEmitName": "value__",
24
- "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
- "isStatic": false,
26
- "isReadOnly": false,
27
- "isLiteral": false
28
- },
29
- {
30
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SensitiveMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
31
- "clrName": "Sensitive",
32
- "tsEmitName": "sensitive",
33
- "normalizedSignature": "Sensitive|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
34
- "isStatic": true,
35
- "isReadOnly": false,
36
- "isLiteral": true
37
- },
38
- {
39
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::DotPrefixedMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
40
- "clrName": "DotPrefixed",
41
- "tsEmitName": "dotPrefixed",
42
- "normalizedSignature": "DotPrefixed|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
43
- "isStatic": true,
44
- "isReadOnly": false,
45
- "isLiteral": true
46
- },
47
- {
48
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::HiddenMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
49
- "clrName": "Hidden",
50
- "tsEmitName": "hidden",
51
- "normalizedSignature": "Hidden|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
52
- "isStatic": true,
53
- "isReadOnly": false,
54
- "isLiteral": true
55
- },
56
- {
57
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SystemMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
58
- "clrName": "System",
59
- "tsEmitName": "system",
60
- "normalizedSignature": "System|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
61
- "isStatic": true,
62
- "isReadOnly": false,
63
- "isLiteral": true
64
- },
65
- {
66
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::NoneMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
67
- "clrName": "None",
68
- "tsEmitName": "none",
69
- "normalizedSignature": "None|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
70
- "isStatic": true,
71
- "isReadOnly": false,
72
- "isLiteral": true
73
- }
74
- ],
75
- "events": [],
76
- "constructors": []
77
- },
78
- {
79
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
80
- "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
81
- "tsEmitName": "PhysicalDirectoryInfo",
82
- "kind": "Class",
83
- "accessibility": "Public",
84
- "isAbstract": false,
85
- "isSealed": false,
86
- "isStatic": false,
87
- "arity": 0,
88
- "methods": [
89
- {
90
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::CreateReadStream():System.IO.Stream",
91
- "clrName": "CreateReadStream",
92
- "tsEmitName": "createReadStream",
93
- "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
94
- "provenance": "Original",
95
- "emitScope": "ClassSurface",
96
- "isStatic": false,
97
- "isAbstract": false,
98
- "isVirtual": true,
99
- "isOverride": false,
100
- "isSealed": true,
101
- "arity": 0,
102
- "parameterCount": 0,
103
- "isExtensionMethod": false
104
- },
105
- {
106
- "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]]",
107
- "clrName": "GetEnumerator",
108
- "tsEmitName": "getEnumerator",
109
- "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",
110
- "provenance": "Original",
111
- "emitScope": "ClassSurface",
112
- "isStatic": false,
113
- "isAbstract": false,
114
- "isVirtual": true,
115
- "isOverride": false,
116
- "isSealed": true,
117
- "arity": 0,
118
- "parameterCount": 0,
119
- "isExtensionMethod": false
120
- },
121
- {
122
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
123
- "clrName": "CreateReadStream",
124
- "tsEmitName": "createReadStream$view",
125
- "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
126
- "provenance": "ExplicitView",
127
- "emitScope": "ViewOnly",
128
- "isStatic": false,
129
- "isAbstract": false,
130
- "isVirtual": true,
131
- "isOverride": false,
132
- "isSealed": false,
133
- "arity": 0,
134
- "parameterCount": 0,
135
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
136
- "isExtensionMethod": false
137
- }
138
- ],
139
- "properties": [
140
- {
141
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Exists:System.Boolean",
142
- "clrName": "Exists",
143
- "tsEmitName": "exists",
144
- "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
145
- "provenance": "Original",
146
- "emitScope": "ClassSurface",
147
- "isStatic": false,
148
- "isAbstract": false,
149
- "isVirtual": true,
150
- "isOverride": false,
151
- "isIndexer": false,
152
- "hasGetter": true,
153
- "hasSetter": false
154
- },
155
- {
156
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Length:System.Int64",
157
- "clrName": "Length",
158
- "tsEmitName": "length",
159
- "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
160
- "provenance": "Original",
161
- "emitScope": "ClassSurface",
162
- "isStatic": false,
163
- "isAbstract": false,
164
- "isVirtual": true,
165
- "isOverride": false,
166
- "isIndexer": false,
167
- "hasGetter": true,
168
- "hasSetter": false
169
- },
170
- {
171
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::PhysicalPath:System.String",
172
- "clrName": "PhysicalPath",
173
- "tsEmitName": "physicalPath",
174
- "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
175
- "provenance": "Original",
176
- "emitScope": "ClassSurface",
177
- "isStatic": false,
178
- "isAbstract": false,
179
- "isVirtual": true,
180
- "isOverride": false,
181
- "isIndexer": false,
182
- "hasGetter": true,
183
- "hasSetter": false
184
- },
185
- {
186
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Name:System.String",
187
- "clrName": "Name",
188
- "tsEmitName": "name",
189
- "normalizedSignature": "Name|:System.String|static=false|accessor=get",
190
- "provenance": "Original",
191
- "emitScope": "ClassSurface",
192
- "isStatic": false,
193
- "isAbstract": false,
194
- "isVirtual": true,
195
- "isOverride": false,
196
- "isIndexer": false,
197
- "hasGetter": true,
198
- "hasSetter": false
199
- },
200
- {
201
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::LastModified:System.DateTimeOffset",
202
- "clrName": "LastModified",
203
- "tsEmitName": "lastModified",
204
- "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
205
- "provenance": "Original",
206
- "emitScope": "ClassSurface",
207
- "isStatic": false,
208
- "isAbstract": false,
209
- "isVirtual": true,
210
- "isOverride": false,
211
- "isIndexer": false,
212
- "hasGetter": true,
213
- "hasSetter": false
214
- },
215
- {
216
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::IsDirectory:System.Boolean",
217
- "clrName": "IsDirectory",
218
- "tsEmitName": "isDirectory",
219
- "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
220
- "provenance": "Original",
221
- "emitScope": "ClassSurface",
222
- "isStatic": false,
223
- "isAbstract": false,
224
- "isVirtual": true,
225
- "isOverride": false,
226
- "isIndexer": false,
227
- "hasGetter": true,
228
- "hasSetter": false
229
- },
230
- {
231
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
232
- "clrName": "Exists",
233
- "tsEmitName": "exists$view",
234
- "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
235
- "provenance": "ExplicitView",
236
- "emitScope": "ViewOnly",
237
- "isStatic": false,
238
- "isAbstract": false,
239
- "isVirtual": true,
240
- "isOverride": false,
241
- "isIndexer": false,
242
- "hasGetter": true,
243
- "hasSetter": false,
244
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
245
- },
246
- {
247
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
248
- "clrName": "Length",
249
- "tsEmitName": "length$view",
250
- "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
251
- "provenance": "ExplicitView",
252
- "emitScope": "ViewOnly",
253
- "isStatic": false,
254
- "isAbstract": false,
255
- "isVirtual": true,
256
- "isOverride": false,
257
- "isIndexer": false,
258
- "hasGetter": true,
259
- "hasSetter": false,
260
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
261
- },
262
- {
263
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
264
- "clrName": "PhysicalPath",
265
- "tsEmitName": "physicalPath$view",
266
- "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
267
- "provenance": "ExplicitView",
268
- "emitScope": "ViewOnly",
269
- "isStatic": false,
270
- "isAbstract": false,
271
- "isVirtual": true,
272
- "isOverride": false,
273
- "isIndexer": false,
274
- "hasGetter": true,
275
- "hasSetter": false,
276
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
277
- },
278
- {
279
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
280
- "clrName": "Name",
281
- "tsEmitName": "name$view",
282
- "normalizedSignature": "Name|:System.String|static=false|accessor=get",
283
- "provenance": "ExplicitView",
284
- "emitScope": "ViewOnly",
285
- "isStatic": false,
286
- "isAbstract": false,
287
- "isVirtual": true,
288
- "isOverride": false,
289
- "isIndexer": false,
290
- "hasGetter": true,
291
- "hasSetter": false,
292
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
293
- },
294
- {
295
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
296
- "clrName": "LastModified",
297
- "tsEmitName": "lastModified$view",
298
- "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
299
- "provenance": "ExplicitView",
300
- "emitScope": "ViewOnly",
301
- "isStatic": false,
302
- "isAbstract": false,
303
- "isVirtual": true,
304
- "isOverride": false,
305
- "isIndexer": false,
306
- "hasGetter": true,
307
- "hasSetter": false,
308
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
309
- },
310
- {
311
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
312
- "clrName": "IsDirectory",
313
- "tsEmitName": "isDirectory$view",
314
- "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
315
- "provenance": "ExplicitView",
316
- "emitScope": "ViewOnly",
317
- "isStatic": false,
318
- "isAbstract": false,
319
- "isVirtual": true,
320
- "isOverride": false,
321
- "isIndexer": false,
322
- "hasGetter": true,
323
- "hasSetter": false,
324
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
325
- },
326
- {
327
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IDirectoryContents::Exists:System.Boolean",
328
- "clrName": "Exists",
329
- "tsEmitName": "exists$view",
330
- "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
331
- "provenance": "ExplicitView",
332
- "emitScope": "ViewOnly",
333
- "isStatic": false,
334
- "isAbstract": false,
335
- "isVirtual": true,
336
- "isOverride": false,
337
- "isIndexer": false,
338
- "hasGetter": true,
339
- "hasSetter": false,
340
- "sourceInterface": "Microsoft.Extensions.FileProviders.IDirectoryContents"
341
- }
342
- ],
343
- "fields": [],
344
- "events": [],
345
- "constructors": [
346
- {
347
- "normalizedSignature": "constructor|(System.IO.DirectoryInfo):void|static=false",
348
- "isStatic": false,
349
- "parameterCount": 1
350
- }
351
- ]
352
- },
353
- {
354
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
355
- "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
356
- "tsEmitName": "PhysicalFileInfo",
357
- "kind": "Class",
358
- "accessibility": "Public",
359
- "isAbstract": false,
360
- "isSealed": false,
361
- "isStatic": false,
362
- "arity": 0,
363
- "methods": [
364
- {
365
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::CreateReadStream():System.IO.Stream",
366
- "clrName": "CreateReadStream",
367
- "tsEmitName": "createReadStream",
368
- "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
369
- "provenance": "Original",
370
- "emitScope": "ClassSurface",
371
- "isStatic": false,
372
- "isAbstract": false,
373
- "isVirtual": true,
374
- "isOverride": false,
375
- "isSealed": true,
376
- "arity": 0,
377
- "parameterCount": 0,
378
- "isExtensionMethod": false
379
- },
380
- {
381
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
382
- "clrName": "CreateReadStream",
383
- "tsEmitName": "createReadStream$view",
384
- "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
385
- "provenance": "ExplicitView",
386
- "emitScope": "ViewOnly",
387
- "isStatic": false,
388
- "isAbstract": false,
389
- "isVirtual": true,
390
- "isOverride": false,
391
- "isSealed": false,
392
- "arity": 0,
393
- "parameterCount": 0,
394
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
395
- "isExtensionMethod": false
396
- }
397
- ],
398
- "properties": [
399
- {
400
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Exists:System.Boolean",
401
- "clrName": "Exists",
402
- "tsEmitName": "exists",
403
- "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
404
- "provenance": "Original",
405
- "emitScope": "ClassSurface",
406
- "isStatic": false,
407
- "isAbstract": false,
408
- "isVirtual": true,
409
- "isOverride": false,
410
- "isIndexer": false,
411
- "hasGetter": true,
412
- "hasSetter": false
413
- },
414
- {
415
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Length:System.Int64",
416
- "clrName": "Length",
417
- "tsEmitName": "length",
418
- "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
419
- "provenance": "Original",
420
- "emitScope": "ClassSurface",
421
- "isStatic": false,
422
- "isAbstract": false,
423
- "isVirtual": true,
424
- "isOverride": false,
425
- "isIndexer": false,
426
- "hasGetter": true,
427
- "hasSetter": false
428
- },
429
- {
430
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::PhysicalPath:System.String",
431
- "clrName": "PhysicalPath",
432
- "tsEmitName": "physicalPath",
433
- "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
434
- "provenance": "Original",
435
- "emitScope": "ClassSurface",
436
- "isStatic": false,
437
- "isAbstract": false,
438
- "isVirtual": true,
439
- "isOverride": false,
440
- "isIndexer": false,
441
- "hasGetter": true,
442
- "hasSetter": false
443
- },
444
- {
445
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Name:System.String",
446
- "clrName": "Name",
447
- "tsEmitName": "name",
448
- "normalizedSignature": "Name|:System.String|static=false|accessor=get",
449
- "provenance": "Original",
450
- "emitScope": "ClassSurface",
451
- "isStatic": false,
452
- "isAbstract": false,
453
- "isVirtual": true,
454
- "isOverride": false,
455
- "isIndexer": false,
456
- "hasGetter": true,
457
- "hasSetter": false
458
- },
459
- {
460
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::LastModified:System.DateTimeOffset",
461
- "clrName": "LastModified",
462
- "tsEmitName": "lastModified",
463
- "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
464
- "provenance": "Original",
465
- "emitScope": "ClassSurface",
466
- "isStatic": false,
467
- "isAbstract": false,
468
- "isVirtual": true,
469
- "isOverride": false,
470
- "isIndexer": false,
471
- "hasGetter": true,
472
- "hasSetter": false
473
- },
474
- {
475
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::IsDirectory:System.Boolean",
476
- "clrName": "IsDirectory",
477
- "tsEmitName": "isDirectory",
478
- "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
479
- "provenance": "Original",
480
- "emitScope": "ClassSurface",
481
- "isStatic": false,
482
- "isAbstract": false,
483
- "isVirtual": true,
484
- "isOverride": false,
485
- "isIndexer": false,
486
- "hasGetter": true,
487
- "hasSetter": false
488
- },
489
- {
490
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
491
- "clrName": "Exists",
492
- "tsEmitName": "exists$view",
493
- "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
494
- "provenance": "ExplicitView",
495
- "emitScope": "ViewOnly",
496
- "isStatic": false,
497
- "isAbstract": false,
498
- "isVirtual": true,
499
- "isOverride": false,
500
- "isIndexer": false,
501
- "hasGetter": true,
502
- "hasSetter": false,
503
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
504
- },
505
- {
506
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
507
- "clrName": "Length",
508
- "tsEmitName": "length$view",
509
- "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
510
- "provenance": "ExplicitView",
511
- "emitScope": "ViewOnly",
512
- "isStatic": false,
513
- "isAbstract": false,
514
- "isVirtual": true,
515
- "isOverride": false,
516
- "isIndexer": false,
517
- "hasGetter": true,
518
- "hasSetter": false,
519
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
520
- },
521
- {
522
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
523
- "clrName": "PhysicalPath",
524
- "tsEmitName": "physicalPath$view",
525
- "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
526
- "provenance": "ExplicitView",
527
- "emitScope": "ViewOnly",
528
- "isStatic": false,
529
- "isAbstract": false,
530
- "isVirtual": true,
531
- "isOverride": false,
532
- "isIndexer": false,
533
- "hasGetter": true,
534
- "hasSetter": false,
535
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
536
- },
537
- {
538
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
539
- "clrName": "Name",
540
- "tsEmitName": "name$view",
541
- "normalizedSignature": "Name|:System.String|static=false|accessor=get",
542
- "provenance": "ExplicitView",
543
- "emitScope": "ViewOnly",
544
- "isStatic": false,
545
- "isAbstract": false,
546
- "isVirtual": true,
547
- "isOverride": false,
548
- "isIndexer": false,
549
- "hasGetter": true,
550
- "hasSetter": false,
551
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
552
- },
553
- {
554
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
555
- "clrName": "LastModified",
556
- "tsEmitName": "lastModified$view",
557
- "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
558
- "provenance": "ExplicitView",
559
- "emitScope": "ViewOnly",
560
- "isStatic": false,
561
- "isAbstract": false,
562
- "isVirtual": true,
563
- "isOverride": false,
564
- "isIndexer": false,
565
- "hasGetter": true,
566
- "hasSetter": false,
567
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
568
- },
569
- {
570
- "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
571
- "clrName": "IsDirectory",
572
- "tsEmitName": "isDirectory$view",
573
- "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
574
- "provenance": "ExplicitView",
575
- "emitScope": "ViewOnly",
576
- "isStatic": false,
577
- "isAbstract": false,
578
- "isVirtual": true,
579
- "isOverride": false,
580
- "isIndexer": false,
581
- "hasGetter": true,
582
- "hasSetter": false,
583
- "sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
584
- }
585
- ],
586
- "fields": [],
587
- "events": [],
588
- "constructors": [
589
- {
590
- "normalizedSignature": "constructor|(System.IO.FileInfo):void|static=false",
591
- "isStatic": false,
592
- "parameterCount": 1
593
- }
594
- ]
595
- },
596
- {
597
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
598
- "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
599
- "tsEmitName": "PhysicalFilesWatcher",
600
- "kind": "Class",
601
- "accessibility": "Public",
602
- "isAbstract": false,
603
- "isSealed": false,
604
- "isStatic": false,
605
- "arity": 0,
606
- "methods": [
607
- {
608
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::CreateFileChangeToken(System.String):Microsoft.Extensions.Primitives.IChangeToken",
609
- "clrName": "CreateFileChangeToken",
610
- "tsEmitName": "createFileChangeToken",
611
- "normalizedSignature": "CreateFileChangeToken|(System.String):Microsoft.Extensions.Primitives.IChangeToken|static=false",
612
- "provenance": "Original",
613
- "emitScope": "ClassSurface",
614
- "isStatic": false,
615
- "isAbstract": false,
616
- "isVirtual": false,
617
- "isOverride": false,
618
- "isSealed": false,
619
- "arity": 0,
620
- "parameterCount": 1,
621
- "isExtensionMethod": false
622
- },
623
- {
624
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::Dispose():System.Void",
625
- "clrName": "Dispose",
626
- "tsEmitName": "dispose",
627
- "normalizedSignature": "Dispose|():System.Void|static=false",
628
- "provenance": "Original",
629
- "emitScope": "ClassSurface",
630
- "isStatic": false,
631
- "isAbstract": false,
632
- "isVirtual": true,
633
- "isOverride": false,
634
- "isSealed": true,
635
- "arity": 0,
636
- "parameterCount": 0,
637
- "isExtensionMethod": false
638
- }
639
- ],
640
- "properties": [],
641
- "fields": [],
642
- "events": [],
643
- "constructors": [
644
- {
645
- "normalizedSignature": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean):void|static=false",
646
- "isStatic": false,
647
- "parameterCount": 3
648
- },
649
- {
650
- "normalizedSignature": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void|static=false",
651
- "isStatic": false,
652
- "parameterCount": 4
653
- }
654
- ]
655
- },
656
- {
657
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
658
- "clrName": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
659
- "tsEmitName": "PollingFileChangeToken",
660
- "kind": "Class",
661
- "accessibility": "Public",
662
- "isAbstract": false,
663
- "isSealed": false,
664
- "isStatic": false,
665
- "arity": 0,
666
- "methods": [
667
- {
668
- "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",
669
- "clrName": "RegisterChangeCallback",
670
- "tsEmitName": "registerChangeCallback",
671
- "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",
672
- "provenance": "Original",
673
- "emitScope": "ClassSurface",
674
- "isStatic": false,
675
- "isAbstract": false,
676
- "isVirtual": true,
677
- "isOverride": false,
678
- "isSealed": true,
679
- "arity": 0,
680
- "parameterCount": 2,
681
- "isExtensionMethod": false
682
- },
683
- {
684
- "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",
685
- "clrName": "RegisterChangeCallback",
686
- "tsEmitName": "registerChangeCallback$view",
687
- "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",
688
- "provenance": "ExplicitView",
689
- "emitScope": "ViewOnly",
690
- "isStatic": false,
691
- "isAbstract": false,
692
- "isVirtual": true,
693
- "isOverride": false,
694
- "isSealed": false,
695
- "arity": 0,
696
- "parameterCount": 2,
697
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
698
- "isExtensionMethod": false
699
- }
700
- ],
701
- "properties": [
702
- {
703
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::ActiveChangeCallbacks:System.Boolean",
704
- "clrName": "ActiveChangeCallbacks",
705
- "tsEmitName": "activeChangeCallbacks",
706
- "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
707
- "provenance": "Original",
708
- "emitScope": "ClassSurface",
709
- "isStatic": false,
710
- "isAbstract": false,
711
- "isVirtual": true,
712
- "isOverride": false,
713
- "isIndexer": false,
714
- "hasGetter": true,
715
- "hasSetter": false
716
- },
717
- {
718
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::HasChanged:System.Boolean",
719
- "clrName": "HasChanged",
720
- "tsEmitName": "hasChanged",
721
- "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
722
- "provenance": "Original",
723
- "emitScope": "ClassSurface",
724
- "isStatic": false,
725
- "isAbstract": false,
726
- "isVirtual": true,
727
- "isOverride": false,
728
- "isIndexer": false,
729
- "hasGetter": true,
730
- "hasSetter": false
731
- },
732
- {
733
- "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
734
- "clrName": "HasChanged",
735
- "tsEmitName": "hasChanged$view",
736
- "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
737
- "provenance": "ExplicitView",
738
- "emitScope": "ViewOnly",
739
- "isStatic": false,
740
- "isAbstract": false,
741
- "isVirtual": true,
742
- "isOverride": false,
743
- "isIndexer": false,
744
- "hasGetter": true,
745
- "hasSetter": false,
746
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
747
- },
748
- {
749
- "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
750
- "clrName": "ActiveChangeCallbacks",
751
- "tsEmitName": "activeChangeCallbacks$view",
752
- "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
753
- "provenance": "ExplicitView",
754
- "emitScope": "ViewOnly",
755
- "isStatic": false,
756
- "isAbstract": false,
757
- "isVirtual": true,
758
- "isOverride": false,
759
- "isIndexer": false,
760
- "hasGetter": true,
761
- "hasSetter": false,
762
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
763
- }
764
- ],
765
- "fields": [],
766
- "events": [],
767
- "constructors": [
768
- {
769
- "normalizedSignature": "constructor|(System.IO.FileInfo):void|static=false",
770
- "isStatic": false,
771
- "parameterCount": 1
772
- }
773
- ]
774
- },
775
- {
776
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
777
- "clrName": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
778
- "tsEmitName": "PollingWildCardChangeToken",
779
- "kind": "Class",
780
- "accessibility": "Public",
781
- "isAbstract": false,
782
- "isSealed": false,
783
- "isStatic": false,
784
- "arity": 0,
785
- "methods": [
786
- {
787
- "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",
788
- "clrName": "RegisterChangeCallback",
789
- "tsEmitName": "registerChangeCallback",
790
- "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",
791
- "provenance": "ExplicitView",
792
- "emitScope": "ViewOnly",
793
- "isStatic": false,
794
- "isAbstract": false,
795
- "isVirtual": true,
796
- "isOverride": false,
797
- "isSealed": false,
798
- "arity": 0,
799
- "parameterCount": 2,
800
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken",
801
- "isExtensionMethod": false
802
- }
803
- ],
804
- "properties": [
805
- {
806
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::ActiveChangeCallbacks:System.Boolean",
807
- "clrName": "ActiveChangeCallbacks",
808
- "tsEmitName": "activeChangeCallbacks",
809
- "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
810
- "provenance": "Original",
811
- "emitScope": "ClassSurface",
812
- "isStatic": false,
813
- "isAbstract": false,
814
- "isVirtual": true,
815
- "isOverride": false,
816
- "isIndexer": false,
817
- "hasGetter": true,
818
- "hasSetter": false
819
- },
820
- {
821
- "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::HasChanged:System.Boolean",
822
- "clrName": "HasChanged",
823
- "tsEmitName": "hasChanged",
824
- "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
825
- "provenance": "Original",
826
- "emitScope": "ClassSurface",
827
- "isStatic": false,
828
- "isAbstract": false,
829
- "isVirtual": true,
830
- "isOverride": false,
831
- "isIndexer": false,
832
- "hasGetter": true,
833
- "hasSetter": false
834
- },
835
- {
836
- "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
837
- "clrName": "HasChanged",
838
- "tsEmitName": "hasChanged$view",
839
- "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
840
- "provenance": "ExplicitView",
841
- "emitScope": "ViewOnly",
842
- "isStatic": false,
843
- "isAbstract": false,
844
- "isVirtual": true,
845
- "isOverride": false,
846
- "isIndexer": false,
847
- "hasGetter": true,
848
- "hasSetter": false,
849
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
850
- },
851
- {
852
- "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
853
- "clrName": "ActiveChangeCallbacks",
854
- "tsEmitName": "activeChangeCallbacks$view",
855
- "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
856
- "provenance": "ExplicitView",
857
- "emitScope": "ViewOnly",
858
- "isStatic": false,
859
- "isAbstract": false,
860
- "isVirtual": true,
861
- "isOverride": false,
862
- "isIndexer": false,
863
- "hasGetter": true,
864
- "hasSetter": false,
865
- "sourceInterface": "Microsoft.Extensions.Primitives.IChangeToken"
866
- }
867
- ],
868
- "fields": [],
869
- "events": [],
870
- "constructors": [
871
- {
872
- "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
873
- "isStatic": false,
874
- "parameterCount": 2
875
- }
876
- ]
877
- }
878
- ]
879
- }