1 implementation of CachePollDelay
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.DelayService.cs (1)
15public TimeSpan CachePollDelay { get; } = TimeSpan.FromMinutes(1);
1 reference to CachePollDelay
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
546return (element: null, _service._delayService.CachePollDelay);