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