2 instantiations of PhysicalFilesWatcher
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFileProvider.cs (1)
180return new PhysicalFilesWatcher(root, watcher, UsePollingFileWatcher, _filters)
PhysicalFilesWatcher.cs (1)
124/// <see cref="PhysicalFilesWatcher(string, FileSystemWatcher, bool)" />. Globbing patterns
8 references to PhysicalFilesWatcher
Microsoft.Extensions.FileProviders.Physical (8)
PhysicalFileProvider.cs (4)
31private readonly Func<PhysicalFilesWatcher> _fileWatcherFactory; 32private PhysicalFilesWatcher? _fileWatcher; 141internal PhysicalFilesWatcher FileWatcher 160internal PhysicalFilesWatcher CreateFileWatcher()
PhysicalFilesWatcher.cs (2)
44/// Initializes a new instance of the <see cref="PhysicalFilesWatcher"/> class that watches files in <paramref name="root"/>. 62/// Initializes a new instance of the <see cref="PhysicalFilesWatcher"/> class that watches files in <paramref name="root"/>.
PollingFileChangeToken.cs (1)
44internal static TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.DefaultPollingInterval;
PollingWildCardChangeToken.cs (1)
69internal TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.DefaultPollingInterval;