3 references to DefaultPollingInterval
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (1)
111_timerFactory = () => NonCapturingTimer.Create(RaiseChangeEvents, state: PollingChangeTokens, dueTime: TimeSpan.Zero, period: DefaultPollingInterval);
PollingFileChangeToken.cs (1)
47internal static TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.DefaultPollingInterval;
PollingWildCardChangeToken.cs (1)
67internal TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.DefaultPollingInterval;