4 references to UnitTestingSolutionCrawlerTimeSpan
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (4)
56
var allFilesWorkerBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.AllFilesWorkerBackOff;
57
var entireProjectWorkerBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.EntireProjectWorkerBackOff;
67
var semanticBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.SemanticChangeBackOff;
68
var projectBackOffTimeSpan =
UnitTestingSolutionCrawlerTimeSpan
.ProjectPropagationBackOff;