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