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