6 references to SolutionCrawlerTimeSpan
Microsoft.CodeAnalysis.Features (5)
SolutionCrawler\WorkCoordinator.cs (5)
57var activeFileBackOffTimeSpan = SolutionCrawlerTimeSpan.ActiveFileWorkerBackOff; 58var allFilesWorkerBackOffTimeSpan = SolutionCrawlerTimeSpan.AllFilesWorkerBackOff; 59var entireProjectWorkerBackOffTimeSpan = SolutionCrawlerTimeSpan.EntireProjectWorkerBackOff; 65var semanticBackOffTimeSpan = SolutionCrawlerTimeSpan.SemanticChangeBackOff; 66var projectBackOffTimeSpan = SolutionCrawlerTimeSpan.ProjectPropagationBackOff;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ProjectCodeModelFactory.cs (1)
65SolutionCrawlerTimeSpan.AllFilesWorkerBackOff,