1 instantiation of PollingFileChangeToken
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
189
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)
189
var
pollingChangeToken = new PollingFileChangeToken(new FileInfo(Path.Combine(_root, filePath)));
PollingFileChangeToken.cs (1)
31
/// Initializes a new instance of <see cref="
PollingFileChangeToken
" /> that polls the specified file for changes as