@tsonic/microsoft-extensions 0.1.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 (277) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Extensions.Caching.Distributed/bindings.json +1214 -0
  3. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +109 -0
  4. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +835 -0
  5. package/Microsoft.Extensions.Caching.Distributed.d.ts +26 -0
  6. package/Microsoft.Extensions.Caching.Distributed.js +9 -0
  7. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +738 -0
  8. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +82 -0
  9. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +476 -0
  10. package/Microsoft.Extensions.Caching.Hybrid.d.ts +21 -0
  11. package/Microsoft.Extensions.Caching.Hybrid.js +9 -0
  12. package/Microsoft.Extensions.Caching.Memory/bindings.json +2741 -0
  13. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +238 -0
  14. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +1740 -0
  15. package/Microsoft.Extensions.Caching.Memory.d.ts +35 -0
  16. package/Microsoft.Extensions.Caching.Memory.js +9 -0
  17. package/Microsoft.Extensions.Configuration/bindings.json +6692 -0
  18. package/Microsoft.Extensions.Configuration/internal/index.d.ts +616 -0
  19. package/Microsoft.Extensions.Configuration/internal/metadata.json +4603 -0
  20. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +440 -0
  21. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +61 -0
  22. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +295 -0
  23. package/Microsoft.Extensions.Configuration.CommandLine.d.ts +16 -0
  24. package/Microsoft.Extensions.Configuration.CommandLine.js +9 -0
  25. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +449 -0
  26. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +62 -0
  27. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +301 -0
  28. package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +16 -0
  29. package/Microsoft.Extensions.Configuration.EnvironmentVariables.js +9 -0
  30. package/Microsoft.Extensions.Configuration.Ini/bindings.json +973 -0
  31. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +99 -0
  32. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +568 -0
  33. package/Microsoft.Extensions.Configuration.Ini.d.ts +20 -0
  34. package/Microsoft.Extensions.Configuration.Ini.js +9 -0
  35. package/Microsoft.Extensions.Configuration.Json/bindings.json +949 -0
  36. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +98 -0
  37. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +552 -0
  38. package/Microsoft.Extensions.Configuration.Json.d.ts +20 -0
  39. package/Microsoft.Extensions.Configuration.Json.js +9 -0
  40. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +598 -0
  41. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +69 -0
  42. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +402 -0
  43. package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +17 -0
  44. package/Microsoft.Extensions.Configuration.KeyPerFile.js +9 -0
  45. package/Microsoft.Extensions.Configuration.Memory/bindings.json +464 -0
  46. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +65 -0
  47. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +312 -0
  48. package/Microsoft.Extensions.Configuration.Memory.d.ts +17 -0
  49. package/Microsoft.Extensions.Configuration.Memory.js +9 -0
  50. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +127 -0
  51. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +35 -0
  52. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +85 -0
  53. package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +13 -0
  54. package/Microsoft.Extensions.Configuration.UserSecrets.js +9 -0
  55. package/Microsoft.Extensions.Configuration.Xml/bindings.json +1036 -0
  56. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +113 -0
  57. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +611 -0
  58. package/Microsoft.Extensions.Configuration.Xml.d.ts +22 -0
  59. package/Microsoft.Extensions.Configuration.Xml.js +9 -0
  60. package/Microsoft.Extensions.Configuration.d.ts +63 -0
  61. package/Microsoft.Extensions.Configuration.js +9 -0
  62. package/Microsoft.Extensions.DependencyInjection/bindings.json +7129 -0
  63. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +626 -0
  64. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +4903 -0
  65. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +1052 -0
  66. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +62 -0
  67. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +713 -0
  68. package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +17 -0
  69. package/Microsoft.Extensions.DependencyInjection.Extensions.js +9 -0
  70. package/Microsoft.Extensions.DependencyInjection.d.ts +91 -0
  71. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  72. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +1298 -0
  73. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +159 -0
  74. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +802 -0
  75. package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +25 -0
  76. package/Microsoft.Extensions.Diagnostics.HealthChecks.js +9 -0
  77. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +1145 -0
  78. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +141 -0
  79. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +785 -0
  80. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +44 -0
  81. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +19 -0
  82. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +41 -0
  83. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +13 -0
  84. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.js +9 -0
  85. package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +29 -0
  86. package/Microsoft.Extensions.Diagnostics.Metrics.js +9 -0
  87. package/Microsoft.Extensions.FileProviders/bindings.json +2187 -0
  88. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +234 -0
  89. package/Microsoft.Extensions.FileProviders/internal/metadata.json +1423 -0
  90. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +117 -0
  91. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +37 -0
  92. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +79 -0
  93. package/Microsoft.Extensions.FileProviders.Composite.d.ts +15 -0
  94. package/Microsoft.Extensions.FileProviders.Composite.js +9 -0
  95. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +381 -0
  96. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +40 -0
  97. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +251 -0
  98. package/Microsoft.Extensions.FileProviders.Embedded.d.ts +15 -0
  99. package/Microsoft.Extensions.FileProviders.Embedded.js +9 -0
  100. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +136 -0
  101. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +39 -0
  102. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +84 -0
  103. package/Microsoft.Extensions.FileProviders.Internal.d.ts +16 -0
  104. package/Microsoft.Extensions.FileProviders.Internal.js +9 -0
  105. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +1394 -0
  106. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +136 -0
  107. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +879 -0
  108. package/Microsoft.Extensions.FileProviders.Physical.d.ts +22 -0
  109. package/Microsoft.Extensions.FileProviders.Physical.js +9 -0
  110. package/Microsoft.Extensions.FileProviders.d.ts +28 -0
  111. package/Microsoft.Extensions.FileProviders.js +9 -0
  112. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +807 -0
  113. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +90 -0
  114. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +511 -0
  115. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +572 -0
  116. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +80 -0
  117. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +352 -0
  118. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +18 -0
  119. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.js +9 -0
  120. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +624 -0
  121. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +90 -0
  122. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +443 -0
  123. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +853 -0
  124. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +121 -0
  125. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +550 -0
  126. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +18 -0
  127. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.js +9 -0
  128. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +2291 -0
  129. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +198 -0
  130. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +1527 -0
  131. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +23 -0
  132. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.js +9 -0
  133. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +112 -0
  134. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +26 -0
  135. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +68 -0
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +13 -0
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.js +9 -0
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +21 -0
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.js +9 -0
  140. package/Microsoft.Extensions.FileSystemGlobbing.d.ts +21 -0
  141. package/Microsoft.Extensions.FileSystemGlobbing.js +9 -0
  142. package/Microsoft.Extensions.Hosting/bindings.json +3856 -0
  143. package/Microsoft.Extensions.Hosting/internal/index.d.ts +369 -0
  144. package/Microsoft.Extensions.Hosting/internal/metadata.json +2577 -0
  145. package/Microsoft.Extensions.Hosting.Internal/bindings.json +858 -0
  146. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +88 -0
  147. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +559 -0
  148. package/Microsoft.Extensions.Hosting.Internal.d.ts +20 -0
  149. package/Microsoft.Extensions.Hosting.Internal.js +9 -0
  150. package/Microsoft.Extensions.Hosting.d.ts +51 -0
  151. package/Microsoft.Extensions.Hosting.js +9 -0
  152. package/Microsoft.Extensions.Http/bindings.json +378 -0
  153. package/Microsoft.Extensions.Http/internal/index.d.ts +58 -0
  154. package/Microsoft.Extensions.Http/internal/metadata.json +266 -0
  155. package/Microsoft.Extensions.Http.Logging/bindings.json +357 -0
  156. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +64 -0
  157. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +240 -0
  158. package/Microsoft.Extensions.Http.Logging.d.ts +20 -0
  159. package/Microsoft.Extensions.Http.Logging.js +9 -0
  160. package/Microsoft.Extensions.Http.d.ts +17 -0
  161. package/Microsoft.Extensions.Http.js +9 -0
  162. package/Microsoft.Extensions.Internal/bindings.json +129 -0
  163. package/Microsoft.Extensions.Internal/internal/index.d.ts +37 -0
  164. package/Microsoft.Extensions.Internal/internal/metadata.json +94 -0
  165. package/Microsoft.Extensions.Internal.d.ts +13 -0
  166. package/Microsoft.Extensions.Internal.js +9 -0
  167. package/Microsoft.Extensions.Localization/bindings.json +1233 -0
  168. package/Microsoft.Extensions.Localization/internal/index.d.ts +194 -0
  169. package/Microsoft.Extensions.Localization/internal/metadata.json +831 -0
  170. package/Microsoft.Extensions.Localization.d.ts +43 -0
  171. package/Microsoft.Extensions.Localization.js +9 -0
  172. package/Microsoft.Extensions.Logging/bindings.json +4881 -0
  173. package/Microsoft.Extensions.Logging/internal/index.d.ts +438 -0
  174. package/Microsoft.Extensions.Logging/internal/metadata.json +3222 -0
  175. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +1166 -0
  176. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +144 -0
  177. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +782 -0
  178. package/Microsoft.Extensions.Logging.Abstractions.d.ts +33 -0
  179. package/Microsoft.Extensions.Logging.Abstractions.js +9 -0
  180. package/Microsoft.Extensions.Logging.Configuration/bindings.json +273 -0
  181. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +62 -0
  182. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +212 -0
  183. package/Microsoft.Extensions.Logging.Configuration.d.ts +24 -0
  184. package/Microsoft.Extensions.Logging.Configuration.js +9 -0
  185. package/Microsoft.Extensions.Logging.Console/bindings.json +1810 -0
  186. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +203 -0
  187. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +1119 -0
  188. package/Microsoft.Extensions.Logging.Console.d.ts +32 -0
  189. package/Microsoft.Extensions.Logging.Console.js +9 -0
  190. package/Microsoft.Extensions.Logging.Debug/bindings.json +114 -0
  191. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +33 -0
  192. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +80 -0
  193. package/Microsoft.Extensions.Logging.Debug.d.ts +13 -0
  194. package/Microsoft.Extensions.Logging.Debug.js +9 -0
  195. package/Microsoft.Extensions.Logging.EventLog/bindings.json +333 -0
  196. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +57 -0
  197. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +206 -0
  198. package/Microsoft.Extensions.Logging.EventLog.d.ts +15 -0
  199. package/Microsoft.Extensions.Logging.EventLog.js +9 -0
  200. package/Microsoft.Extensions.Logging.EventSource/bindings.json +225 -0
  201. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +56 -0
  202. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +149 -0
  203. package/Microsoft.Extensions.Logging.EventSource.d.ts +16 -0
  204. package/Microsoft.Extensions.Logging.EventSource.js +9 -0
  205. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +133 -0
  206. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +35 -0
  207. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +85 -0
  208. package/Microsoft.Extensions.Logging.TraceSource.d.ts +14 -0
  209. package/Microsoft.Extensions.Logging.TraceSource.js +9 -0
  210. package/Microsoft.Extensions.Logging.d.ts +62 -0
  211. package/Microsoft.Extensions.Logging.js +9 -0
  212. package/Microsoft.Extensions.ObjectPool/bindings.json +1265 -0
  213. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +176 -0
  214. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +867 -0
  215. package/Microsoft.Extensions.ObjectPool.d.ts +40 -0
  216. package/Microsoft.Extensions.ObjectPool.js +9 -0
  217. package/Microsoft.Extensions.Options/bindings.json +7654 -0
  218. package/Microsoft.Extensions.Options/internal/index.d.ts +872 -0
  219. package/Microsoft.Extensions.Options/internal/metadata.json +4965 -0
  220. package/Microsoft.Extensions.Options.d.ts +102 -0
  221. package/Microsoft.Extensions.Options.js +9 -0
  222. package/Microsoft.Extensions.Primitives/bindings.json +2797 -0
  223. package/Microsoft.Extensions.Primitives/internal/index.d.ts +245 -0
  224. package/Microsoft.Extensions.Primitives/internal/metadata.json +1830 -0
  225. package/Microsoft.Extensions.Primitives.d.ts +27 -0
  226. package/Microsoft.Extensions.Primitives.js +9 -0
  227. package/Microsoft.Extensions.Validation/bindings.json +815 -0
  228. package/Microsoft.Extensions.Validation/internal/index.d.ts +158 -0
  229. package/Microsoft.Extensions.Validation/internal/metadata.json +577 -0
  230. package/Microsoft.Extensions.Validation.d.ts +26 -0
  231. package/Microsoft.Extensions.Validation.js +9 -0
  232. package/Microsoft.Extensions.WebEncoders/bindings.json +66 -0
  233. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +25 -0
  234. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +46 -0
  235. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +647 -0
  236. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +71 -0
  237. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +431 -0
  238. package/Microsoft.Extensions.WebEncoders.Testing.d.ts +16 -0
  239. package/Microsoft.Extensions.WebEncoders.Testing.js +9 -0
  240. package/Microsoft.Extensions.WebEncoders.d.ts +13 -0
  241. package/Microsoft.Extensions.WebEncoders.js +9 -0
  242. package/README.md +5 -0
  243. package/System.Diagnostics/bindings.json +2729 -0
  244. package/System.Diagnostics/internal/index.d.ts +208 -0
  245. package/System.Diagnostics/internal/metadata.json +1694 -0
  246. package/System.Diagnostics.Eventing.Reader/bindings.json +6318 -0
  247. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +553 -0
  248. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +3706 -0
  249. package/System.Diagnostics.Eventing.Reader.d.ts +51 -0
  250. package/System.Diagnostics.Eventing.Reader.js +9 -0
  251. package/System.Diagnostics.d.ts +25 -0
  252. package/System.Diagnostics.js +9 -0
  253. package/System.Net.Http/bindings.json +161 -0
  254. package/System.Net.Http/internal/index.d.ts +40 -0
  255. package/System.Net.Http/internal/metadata.json +141 -0
  256. package/System.Net.Http.d.ts +19 -0
  257. package/System.Net.Http.js +9 -0
  258. package/System.Security.Cryptography/bindings.json +474 -0
  259. package/System.Security.Cryptography/internal/index.d.ts +63 -0
  260. package/System.Security.Cryptography/internal/metadata.json +302 -0
  261. package/System.Security.Cryptography.Pkcs/bindings.json +8554 -0
  262. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +763 -0
  263. package/System.Security.Cryptography.Pkcs/internal/metadata.json +5125 -0
  264. package/System.Security.Cryptography.Pkcs.d.ts +61 -0
  265. package/System.Security.Cryptography.Pkcs.js +9 -0
  266. package/System.Security.Cryptography.Xml/bindings.json +10485 -0
  267. package/System.Security.Cryptography.Xml/internal/index.d.ts +855 -0
  268. package/System.Security.Cryptography.Xml/internal/metadata.json +5727 -0
  269. package/System.Security.Cryptography.Xml.d.ts +62 -0
  270. package/System.Security.Cryptography.Xml.js +9 -0
  271. package/System.Security.Cryptography.d.ts +16 -0
  272. package/System.Security.Cryptography.js +9 -0
  273. package/__build/scripts/generate.sh +120 -0
  274. package/__internal/extensions/index.d.ts +699 -0
  275. package/families.json +58 -0
  276. package/package.json +28 -0
  277. package/tsconfig.json +20 -0
@@ -0,0 +1,1394 @@
1
+ {
2
+ "namespace": "Microsoft.Extensions.FileProviders.Physical",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
6
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
7
+ "tsEmitName": "ExclusionFilters",
8
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108880,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
22
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
23
+ },
24
+ {
25
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SensitiveMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
26
+ "clrName": "Sensitive",
27
+ "tsEmitName": "sensitive",
28
+ "metadataToken": 67108881,
29
+ "normalizedSignature": "Sensitive|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
33
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
34
+ },
35
+ {
36
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::DotPrefixedMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
37
+ "clrName": "DotPrefixed",
38
+ "tsEmitName": "dotPrefixed",
39
+ "metadataToken": 67108882,
40
+ "normalizedSignature": "DotPrefixed|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
44
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
45
+ },
46
+ {
47
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::HiddenMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
48
+ "clrName": "Hidden",
49
+ "tsEmitName": "hidden",
50
+ "metadataToken": 67108883,
51
+ "normalizedSignature": "Hidden|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
55
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
56
+ },
57
+ {
58
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::SystemMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
59
+ "clrName": "System",
60
+ "tsEmitName": "system",
61
+ "metadataToken": 67108884,
62
+ "normalizedSignature": "System|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
66
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
67
+ },
68
+ {
69
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters::NoneMicrosoft.Extensions.FileProviders.Physical.ExclusionFilters",
70
+ "clrName": "None",
71
+ "tsEmitName": "none",
72
+ "metadataToken": 67108885,
73
+ "normalizedSignature": "None|Microsoft.Extensions.FileProviders.Physical.ExclusionFilters|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.ExclusionFilters",
77
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
78
+ }
79
+ ],
80
+ "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
+ ]
144
+ },
145
+ {
146
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
147
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
148
+ "tsEmitName": "PhysicalDirectoryInfo",
149
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
150
+ "metadataToken": 0,
151
+ "methods": [
152
+ {
153
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::CreateReadStream():System.IO.Stream",
154
+ "clrName": "CreateReadStream",
155
+ "tsEmitName": "createReadStream",
156
+ "metadataToken": 100663364,
157
+ "canonicalSignature": "():System.IO.Stream",
158
+ "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
159
+ "emitScope": "ClassSurface",
160
+ "arity": 0,
161
+ "parameterCount": 0,
162
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
163
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
164
+ "isExtensionMethod": false
165
+ },
166
+ {
167
+ "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
+ "clrName": "GetEnumerator",
169
+ "tsEmitName": "getEnumerator",
170
+ "metadataToken": 100663365,
171
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
172
+ "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
+ "emitScope": "ClassSurface",
174
+ "arity": 0,
175
+ "parameterCount": 0,
176
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
177
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
178
+ "isExtensionMethod": false
179
+ },
180
+ {
181
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
182
+ "clrName": "CreateReadStream",
183
+ "tsEmitName": "createReadStream$view",
184
+ "metadataToken": 100663319,
185
+ "canonicalSignature": "():System.IO.Stream",
186
+ "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
187
+ "emitScope": "ViewOnly",
188
+ "arity": 0,
189
+ "parameterCount": 0,
190
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
191
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
192
+ "isExtensionMethod": false
193
+ }
194
+ ],
195
+ "properties": [
196
+ {
197
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Exists:System.Boolean",
198
+ "clrName": "Exists",
199
+ "tsEmitName": "exists",
200
+ "metadataToken": 385875987,
201
+ "canonicalSignature": ":System.Boolean",
202
+ "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
203
+ "emitScope": "ClassSurface",
204
+ "isIndexer": false,
205
+ "hasGetter": true,
206
+ "hasSetter": false,
207
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
208
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
209
+ },
210
+ {
211
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Length:System.Int64",
212
+ "clrName": "Length",
213
+ "tsEmitName": "length",
214
+ "metadataToken": 385875988,
215
+ "canonicalSignature": ":System.Int64",
216
+ "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
217
+ "emitScope": "ClassSurface",
218
+ "isIndexer": false,
219
+ "hasGetter": true,
220
+ "hasSetter": false,
221
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
222
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
223
+ },
224
+ {
225
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::PhysicalPath:System.String",
226
+ "clrName": "PhysicalPath",
227
+ "tsEmitName": "physicalPath",
228
+ "metadataToken": 385875989,
229
+ "canonicalSignature": ":System.String",
230
+ "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
231
+ "emitScope": "ClassSurface",
232
+ "isIndexer": false,
233
+ "hasGetter": true,
234
+ "hasSetter": false,
235
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
236
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
237
+ },
238
+ {
239
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::Name:System.String",
240
+ "clrName": "Name",
241
+ "tsEmitName": "name",
242
+ "metadataToken": 385875990,
243
+ "canonicalSignature": ":System.String",
244
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
245
+ "emitScope": "ClassSurface",
246
+ "isIndexer": false,
247
+ "hasGetter": true,
248
+ "hasSetter": false,
249
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
250
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
251
+ },
252
+ {
253
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::LastModified:System.DateTimeOffset",
254
+ "clrName": "LastModified",
255
+ "tsEmitName": "lastModified",
256
+ "metadataToken": 385875991,
257
+ "canonicalSignature": ":System.DateTimeOffset",
258
+ "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
259
+ "emitScope": "ClassSurface",
260
+ "isIndexer": false,
261
+ "hasGetter": true,
262
+ "hasSetter": false,
263
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
264
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
265
+ },
266
+ {
267
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::IsDirectory:System.Boolean",
268
+ "clrName": "IsDirectory",
269
+ "tsEmitName": "isDirectory",
270
+ "metadataToken": 385875992,
271
+ "canonicalSignature": ":System.Boolean",
272
+ "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
273
+ "emitScope": "ClassSurface",
274
+ "isIndexer": false,
275
+ "hasGetter": true,
276
+ "hasSetter": false,
277
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
278
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
279
+ },
280
+ {
281
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
282
+ "clrName": "Exists",
283
+ "tsEmitName": "exists$view",
284
+ "metadataToken": 385875972,
285
+ "canonicalSignature": ":System.Boolean",
286
+ "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
287
+ "emitScope": "ViewOnly",
288
+ "isIndexer": false,
289
+ "hasGetter": true,
290
+ "hasSetter": false,
291
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
292
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
293
+ },
294
+ {
295
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
296
+ "clrName": "Length",
297
+ "tsEmitName": "length$view",
298
+ "metadataToken": 385875973,
299
+ "canonicalSignature": ":System.Int64",
300
+ "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
301
+ "emitScope": "ViewOnly",
302
+ "isIndexer": false,
303
+ "hasGetter": true,
304
+ "hasSetter": false,
305
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
306
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
307
+ },
308
+ {
309
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
310
+ "clrName": "PhysicalPath",
311
+ "tsEmitName": "physicalPath$view",
312
+ "metadataToken": 385875974,
313
+ "canonicalSignature": ":System.String",
314
+ "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
315
+ "emitScope": "ViewOnly",
316
+ "isIndexer": false,
317
+ "hasGetter": true,
318
+ "hasSetter": false,
319
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
320
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
321
+ },
322
+ {
323
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
324
+ "clrName": "Name",
325
+ "tsEmitName": "name$view",
326
+ "metadataToken": 385875975,
327
+ "canonicalSignature": ":System.String",
328
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
329
+ "emitScope": "ViewOnly",
330
+ "isIndexer": false,
331
+ "hasGetter": true,
332
+ "hasSetter": false,
333
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
334
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
335
+ },
336
+ {
337
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
338
+ "clrName": "LastModified",
339
+ "tsEmitName": "lastModified$view",
340
+ "metadataToken": 385875976,
341
+ "canonicalSignature": ":System.DateTimeOffset",
342
+ "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
343
+ "emitScope": "ViewOnly",
344
+ "isIndexer": false,
345
+ "hasGetter": true,
346
+ "hasSetter": false,
347
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
348
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
349
+ },
350
+ {
351
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
352
+ "clrName": "IsDirectory",
353
+ "tsEmitName": "isDirectory$view",
354
+ "metadataToken": 385875977,
355
+ "canonicalSignature": ":System.Boolean",
356
+ "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
357
+ "emitScope": "ViewOnly",
358
+ "isIndexer": false,
359
+ "hasGetter": true,
360
+ "hasSetter": false,
361
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
362
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
363
+ },
364
+ {
365
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IDirectoryContents::Exists:System.Boolean",
366
+ "clrName": "Exists",
367
+ "tsEmitName": "exists$view",
368
+ "metadataToken": 385875971,
369
+ "canonicalSignature": ":System.Boolean",
370
+ "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
371
+ "emitScope": "ViewOnly",
372
+ "isIndexer": false,
373
+ "hasGetter": true,
374
+ "hasSetter": false,
375
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IDirectoryContents",
376
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
377
+ }
378
+ ],
379
+ "fields": [],
380
+ "events": [],
381
+ "constructors": [
382
+ {
383
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo::.ctor(System.IO.DirectoryInfo):void",
384
+ "metadataToken": 100663356,
385
+ "canonicalSignature": "(System.IO.DirectoryInfo):void",
386
+ "normalizedSignature": "constructor|(System.IO.DirectoryInfo):void|static=false",
387
+ "isStatic": false,
388
+ "parameterCount": 1,
389
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo",
390
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
391
+ }
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
+ ]
568
+ },
569
+ {
570
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
571
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
572
+ "tsEmitName": "PhysicalFileInfo",
573
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
574
+ "metadataToken": 0,
575
+ "methods": [
576
+ {
577
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::CreateReadStream():System.IO.Stream",
578
+ "clrName": "CreateReadStream",
579
+ "tsEmitName": "createReadStream",
580
+ "metadataToken": 100663376,
581
+ "canonicalSignature": "():System.IO.Stream",
582
+ "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
583
+ "emitScope": "ClassSurface",
584
+ "arity": 0,
585
+ "parameterCount": 0,
586
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
587
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
588
+ "isExtensionMethod": false
589
+ },
590
+ {
591
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
592
+ "clrName": "CreateReadStream",
593
+ "tsEmitName": "createReadStream$view",
594
+ "metadataToken": 100663319,
595
+ "canonicalSignature": "():System.IO.Stream",
596
+ "normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
597
+ "emitScope": "ViewOnly",
598
+ "arity": 0,
599
+ "parameterCount": 0,
600
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
601
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
602
+ "isExtensionMethod": false
603
+ }
604
+ ],
605
+ "properties": [
606
+ {
607
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Exists:System.Boolean",
608
+ "clrName": "Exists",
609
+ "tsEmitName": "exists",
610
+ "metadataToken": 385875993,
611
+ "canonicalSignature": ":System.Boolean",
612
+ "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
613
+ "emitScope": "ClassSurface",
614
+ "isIndexer": false,
615
+ "hasGetter": true,
616
+ "hasSetter": false,
617
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
618
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
619
+ },
620
+ {
621
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Length:System.Int64",
622
+ "clrName": "Length",
623
+ "tsEmitName": "length",
624
+ "metadataToken": 385875994,
625
+ "canonicalSignature": ":System.Int64",
626
+ "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
627
+ "emitScope": "ClassSurface",
628
+ "isIndexer": false,
629
+ "hasGetter": true,
630
+ "hasSetter": false,
631
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
632
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
633
+ },
634
+ {
635
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::PhysicalPath:System.String",
636
+ "clrName": "PhysicalPath",
637
+ "tsEmitName": "physicalPath",
638
+ "metadataToken": 385875995,
639
+ "canonicalSignature": ":System.String",
640
+ "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
641
+ "emitScope": "ClassSurface",
642
+ "isIndexer": false,
643
+ "hasGetter": true,
644
+ "hasSetter": false,
645
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
646
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
647
+ },
648
+ {
649
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::Name:System.String",
650
+ "clrName": "Name",
651
+ "tsEmitName": "name",
652
+ "metadataToken": 385875996,
653
+ "canonicalSignature": ":System.String",
654
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
655
+ "emitScope": "ClassSurface",
656
+ "isIndexer": false,
657
+ "hasGetter": true,
658
+ "hasSetter": false,
659
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
660
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
661
+ },
662
+ {
663
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::LastModified:System.DateTimeOffset",
664
+ "clrName": "LastModified",
665
+ "tsEmitName": "lastModified",
666
+ "metadataToken": 385875997,
667
+ "canonicalSignature": ":System.DateTimeOffset",
668
+ "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
669
+ "emitScope": "ClassSurface",
670
+ "isIndexer": false,
671
+ "hasGetter": true,
672
+ "hasSetter": false,
673
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
674
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
675
+ },
676
+ {
677
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::IsDirectory:System.Boolean",
678
+ "clrName": "IsDirectory",
679
+ "tsEmitName": "isDirectory",
680
+ "metadataToken": 385875998,
681
+ "canonicalSignature": ":System.Boolean",
682
+ "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
683
+ "emitScope": "ClassSurface",
684
+ "isIndexer": false,
685
+ "hasGetter": true,
686
+ "hasSetter": false,
687
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
688
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
689
+ },
690
+ {
691
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
692
+ "clrName": "Exists",
693
+ "tsEmitName": "exists$view",
694
+ "metadataToken": 385875972,
695
+ "canonicalSignature": ":System.Boolean",
696
+ "normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
697
+ "emitScope": "ViewOnly",
698
+ "isIndexer": false,
699
+ "hasGetter": true,
700
+ "hasSetter": false,
701
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
702
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
703
+ },
704
+ {
705
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
706
+ "clrName": "Length",
707
+ "tsEmitName": "length$view",
708
+ "metadataToken": 385875973,
709
+ "canonicalSignature": ":System.Int64",
710
+ "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
711
+ "emitScope": "ViewOnly",
712
+ "isIndexer": false,
713
+ "hasGetter": true,
714
+ "hasSetter": false,
715
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
716
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
717
+ },
718
+ {
719
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
720
+ "clrName": "PhysicalPath",
721
+ "tsEmitName": "physicalPath$view",
722
+ "metadataToken": 385875974,
723
+ "canonicalSignature": ":System.String",
724
+ "normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
725
+ "emitScope": "ViewOnly",
726
+ "isIndexer": false,
727
+ "hasGetter": true,
728
+ "hasSetter": false,
729
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
730
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
731
+ },
732
+ {
733
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
734
+ "clrName": "Name",
735
+ "tsEmitName": "name$view",
736
+ "metadataToken": 385875975,
737
+ "canonicalSignature": ":System.String",
738
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
739
+ "emitScope": "ViewOnly",
740
+ "isIndexer": false,
741
+ "hasGetter": true,
742
+ "hasSetter": false,
743
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
744
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
745
+ },
746
+ {
747
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
748
+ "clrName": "LastModified",
749
+ "tsEmitName": "lastModified$view",
750
+ "metadataToken": 385875976,
751
+ "canonicalSignature": ":System.DateTimeOffset",
752
+ "normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
753
+ "emitScope": "ViewOnly",
754
+ "isIndexer": false,
755
+ "hasGetter": true,
756
+ "hasSetter": false,
757
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
758
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
759
+ },
760
+ {
761
+ "stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
762
+ "clrName": "IsDirectory",
763
+ "tsEmitName": "isDirectory$view",
764
+ "metadataToken": 385875977,
765
+ "canonicalSignature": ":System.Boolean",
766
+ "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
767
+ "emitScope": "ViewOnly",
768
+ "isIndexer": false,
769
+ "hasGetter": true,
770
+ "hasSetter": false,
771
+ "declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
772
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
773
+ }
774
+ ],
775
+ "fields": [],
776
+ "events": [],
777
+ "constructors": [
778
+ {
779
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo::.ctor(System.IO.FileInfo):void",
780
+ "metadataToken": 100663369,
781
+ "canonicalSignature": "(System.IO.FileInfo):void",
782
+ "normalizedSignature": "constructor|(System.IO.FileInfo):void|static=false",
783
+ "isStatic": false,
784
+ "parameterCount": 1,
785
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo",
786
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
787
+ }
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
+ ]
944
+ },
945
+ {
946
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
947
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
948
+ "tsEmitName": "PhysicalFilesWatcher",
949
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
950
+ "metadataToken": 0,
951
+ "methods": [
952
+ {
953
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::CreateFileChangeToken(System.String):Microsoft.Extensions.Primitives.IChangeToken",
954
+ "clrName": "CreateFileChangeToken",
955
+ "tsEmitName": "createFileChangeToken",
956
+ "metadataToken": 100663383,
957
+ "canonicalSignature": "(System.String):Microsoft.Extensions.Primitives.IChangeToken",
958
+ "normalizedSignature": "CreateFileChangeToken|(System.String):Microsoft.Extensions.Primitives.IChangeToken|static=false",
959
+ "emitScope": "ClassSurface",
960
+ "arity": 0,
961
+ "parameterCount": 1,
962
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
963
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
964
+ "isExtensionMethod": false
965
+ },
966
+ {
967
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::Dispose():System.Void",
968
+ "clrName": "Dispose",
969
+ "tsEmitName": "dispose",
970
+ "metadataToken": 100663387,
971
+ "canonicalSignature": "():System.Void",
972
+ "normalizedSignature": "Dispose|():System.Void|static=false",
973
+ "emitScope": "ClassSurface",
974
+ "arity": 0,
975
+ "parameterCount": 0,
976
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
977
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
978
+ "isExtensionMethod": false
979
+ }
980
+ ],
981
+ "properties": [],
982
+ "fields": [],
983
+ "events": [],
984
+ "constructors": [
985
+ {
986
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::.ctor(System.String,System.IO.FileSystemWatcher,System.Boolean):void",
987
+ "metadataToken": 100663377,
988
+ "canonicalSignature": "(System.String,System.IO.FileSystemWatcher,System.Boolean):void",
989
+ "normalizedSignature": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean):void|static=false",
990
+ "isStatic": false,
991
+ "parameterCount": 3,
992
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
993
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
994
+ },
995
+ {
996
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher::.ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void",
997
+ "metadataToken": 100663378,
998
+ "canonicalSignature": "(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void",
999
+ "normalizedSignature": "constructor|(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void|static=false",
1000
+ "isStatic": false,
1001
+ "parameterCount": 4,
1002
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher",
1003
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1004
+ }
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
+ ]
1048
+ },
1049
+ {
1050
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1051
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1052
+ "tsEmitName": "PollingFileChangeToken",
1053
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
1054
+ "metadataToken": 0,
1055
+ "methods": [
1056
+ {
1057
+ "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
+ "clrName": "RegisterChangeCallback",
1059
+ "tsEmitName": "registerChangeCallback",
1060
+ "metadataToken": 100663412,
1061
+ "canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
1062
+ "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
+ "emitScope": "ClassSurface",
1064
+ "arity": 0,
1065
+ "parameterCount": 2,
1066
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1067
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
1068
+ "isExtensionMethod": false
1069
+ },
1070
+ {
1071
+ "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
+ "clrName": "RegisterChangeCallback",
1073
+ "tsEmitName": "registerChangeCallback$view",
1074
+ "metadataToken": 100663343,
1075
+ "canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
1076
+ "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
+ "emitScope": "ViewOnly",
1078
+ "arity": 0,
1079
+ "parameterCount": 2,
1080
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1081
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives",
1082
+ "isExtensionMethod": false
1083
+ }
1084
+ ],
1085
+ "properties": [
1086
+ {
1087
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::ActiveChangeCallbacks:System.Boolean",
1088
+ "clrName": "ActiveChangeCallbacks",
1089
+ "tsEmitName": "activeChangeCallbacks",
1090
+ "metadataToken": 385876003,
1091
+ "canonicalSignature": ":System.Boolean",
1092
+ "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
1093
+ "emitScope": "ClassSurface",
1094
+ "isIndexer": false,
1095
+ "hasGetter": true,
1096
+ "hasSetter": false,
1097
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1098
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1099
+ },
1100
+ {
1101
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::HasChanged:System.Boolean",
1102
+ "clrName": "HasChanged",
1103
+ "tsEmitName": "hasChanged",
1104
+ "metadataToken": 385876006,
1105
+ "canonicalSignature": ":System.Boolean",
1106
+ "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
1107
+ "emitScope": "ClassSurface",
1108
+ "isIndexer": false,
1109
+ "hasGetter": true,
1110
+ "hasSetter": false,
1111
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1112
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1113
+ },
1114
+ {
1115
+ "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
1116
+ "clrName": "HasChanged",
1117
+ "tsEmitName": "hasChanged$view",
1118
+ "metadataToken": 385875983,
1119
+ "canonicalSignature": ":System.Boolean",
1120
+ "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
1121
+ "emitScope": "ViewOnly",
1122
+ "isIndexer": false,
1123
+ "hasGetter": true,
1124
+ "hasSetter": false,
1125
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1126
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives"
1127
+ },
1128
+ {
1129
+ "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
1130
+ "clrName": "ActiveChangeCallbacks",
1131
+ "tsEmitName": "activeChangeCallbacks$view",
1132
+ "metadataToken": 385875984,
1133
+ "canonicalSignature": ":System.Boolean",
1134
+ "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
1135
+ "emitScope": "ViewOnly",
1136
+ "isIndexer": false,
1137
+ "hasGetter": true,
1138
+ "hasSetter": false,
1139
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1140
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives"
1141
+ }
1142
+ ],
1143
+ "fields": [],
1144
+ "events": [],
1145
+ "constructors": [
1146
+ {
1147
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken::.ctor(System.IO.FileInfo):void",
1148
+ "metadataToken": 100663402,
1149
+ "canonicalSignature": "(System.IO.FileInfo):void",
1150
+ "normalizedSignature": "constructor|(System.IO.FileInfo):void|static=false",
1151
+ "isStatic": false,
1152
+ "parameterCount": 1,
1153
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken",
1154
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1155
+ }
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
+ ]
1232
+ },
1233
+ {
1234
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
1235
+ "clrName": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
1236
+ "tsEmitName": "PollingWildCardChangeToken",
1237
+ "assemblyName": "Microsoft.Extensions.FileProviders.Physical",
1238
+ "metadataToken": 0,
1239
+ "methods": [
1240
+ {
1241
+ "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
+ "clrName": "RegisterChangeCallback",
1243
+ "tsEmitName": "registerChangeCallback",
1244
+ "metadataToken": 100663343,
1245
+ "canonicalSignature": "(System.Action_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object):System.IDisposable",
1246
+ "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
+ "emitScope": "ViewOnly",
1248
+ "arity": 0,
1249
+ "parameterCount": 2,
1250
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1251
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives",
1252
+ "isExtensionMethod": false
1253
+ }
1254
+ ],
1255
+ "properties": [
1256
+ {
1257
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::ActiveChangeCallbacks:System.Boolean",
1258
+ "clrName": "ActiveChangeCallbacks",
1259
+ "tsEmitName": "activeChangeCallbacks",
1260
+ "metadataToken": 385876007,
1261
+ "canonicalSignature": ":System.Boolean",
1262
+ "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
1263
+ "emitScope": "ClassSurface",
1264
+ "isIndexer": false,
1265
+ "hasGetter": true,
1266
+ "hasSetter": false,
1267
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
1268
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1269
+ },
1270
+ {
1271
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::HasChanged:System.Boolean",
1272
+ "clrName": "HasChanged",
1273
+ "tsEmitName": "hasChanged",
1274
+ "metadataToken": 385876012,
1275
+ "canonicalSignature": ":System.Boolean",
1276
+ "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
1277
+ "emitScope": "ClassSurface",
1278
+ "isIndexer": false,
1279
+ "hasGetter": true,
1280
+ "hasSetter": false,
1281
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
1282
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1283
+ },
1284
+ {
1285
+ "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::HasChanged:System.Boolean",
1286
+ "clrName": "HasChanged",
1287
+ "tsEmitName": "hasChanged$view",
1288
+ "metadataToken": 385875983,
1289
+ "canonicalSignature": ":System.Boolean",
1290
+ "normalizedSignature": "HasChanged|:System.Boolean|static=false|accessor=get",
1291
+ "emitScope": "ViewOnly",
1292
+ "isIndexer": false,
1293
+ "hasGetter": true,
1294
+ "hasSetter": false,
1295
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1296
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives"
1297
+ },
1298
+ {
1299
+ "stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.IChangeToken::ActiveChangeCallbacks:System.Boolean",
1300
+ "clrName": "ActiveChangeCallbacks",
1301
+ "tsEmitName": "activeChangeCallbacks$view",
1302
+ "metadataToken": 385875984,
1303
+ "canonicalSignature": ":System.Boolean",
1304
+ "normalizedSignature": "ActiveChangeCallbacks|:System.Boolean|static=false|accessor=get",
1305
+ "emitScope": "ViewOnly",
1306
+ "isIndexer": false,
1307
+ "hasGetter": true,
1308
+ "hasSetter": false,
1309
+ "declaringClrType": "Microsoft.Extensions.Primitives.IChangeToken",
1310
+ "declaringAssemblyName": "Microsoft.Extensions.Primitives"
1311
+ }
1312
+ ],
1313
+ "fields": [],
1314
+ "events": [],
1315
+ "constructors": [
1316
+ {
1317
+ "stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken::.ctor(System.String,System.String):void",
1318
+ "metadataToken": 100663414,
1319
+ "canonicalSignature": "(System.String,System.String):void",
1320
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1321
+ "isStatic": false,
1322
+ "parameterCount": 2,
1323
+ "declaringClrType": "Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken",
1324
+ "declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
1325
+ }
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
+ ]
1392
+ }
1393
+ ]
1394
+ }