3 instantiations of UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (2)
146
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(solution.Id));
150
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(projectIds, documentIds));
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
94
var scope = new
UnitTestingReanalyzeScope
(Registration.GetSolutionToAnalyze().Id);
3 references to UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
94
var
scope = new UnitTestingReanalyzeScope(Registration.GetSolutionToAnalyze().Id);
98
public void Reanalyze(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope)
386
private async Task EnqueueWorkItemAsync(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope)