5 references to UnitTestingSolutionCrawlerTimeSpan
Microsoft.CodeAnalysis.Features (5)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (5)
65
var activeFileBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.ActiveFileWorkerBackOff;
66
var allFilesWorkerBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.AllFilesWorkerBackOff;
67
var entireProjectWorkerBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.EntireProjectWorkerBackOff;
81
var semanticBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.SemanticChangeBackOff;
82
var projectBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.ProjectPropagationBackOff;