2 writes to UseActivePolling
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\CertificatePathWatcher.cs (1)
39
UseActivePolling
= true,
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFileProvider.cs (1)
170
UseActivePolling
= true;
3 references to UseActivePolling
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
86
/// <seealso cref="
UseActivePolling
"/>
177
watcher = UsePollingFileWatcher &&
UseActivePolling
? null : new FileSystemWatcher(root);
182
UseActivePolling =
UseActivePolling
,