Implemented interface member:
method
Watch
Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)
3 references to Watch
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
21/// <see cref="Watch(string)" /> will use <see cref="PollingFileChangeToken" />. 78/// for <see cref="Watch(string)"/>. <see cref="FileSystemWatcher"/> is ineffective in some scenarios such as mounted drives. 115/// When <see langword="true"/>, <see cref="IChangeToken"/> returned by <see cref="Watch(string)"/> will actively poll for file changes