1 instantiation of PollingFileChangeToken
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
202
var pollingChangeToken = new
PollingFileChangeToken
(new FileInfo(Path.Combine(_root, filePath)));
3 references to PollingFileChangeToken
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (1)
21
/// <see cref="Watch(string)" /> will use <see cref="
PollingFileChangeToken
" />.
PhysicalFilesWatcher.cs (1)
202
var
pollingChangeToken = new PollingFileChangeToken(new FileInfo(Path.Combine(_root, filePath)));
PollingFileChangeToken.cs (1)
34
/// Initializes a new instance of the <see cref="
PollingFileChangeToken
"/> class that polls the specified file or directory