3 writes to UseActivePolling
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
165fileProvider.UseActivePolling = true;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\CertificatePathWatcher.cs (1)
39UseActivePolling = true,
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFileProvider.cs (1)
164UseActivePolling = true;
3 references to UseActivePolling
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
80/// <seealso cref="UseActivePolling"/> 171watcher = UsePollingFileWatcher && UseActivePolling ? null : new FileSystemWatcher(); 176UseActivePolling = UseActivePolling,