3 instantiations of UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (2)
174
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(solution.Id)
182
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(projectIds, documentIds)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
111
var scope = new
UnitTestingReanalyzeScope
(_registration.GetSolutionToAnalyze().Id);
3 references to UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
111
var
scope = new UnitTestingReanalyzeScope(_registration.GetSolutionToAnalyze().Id);
161
public void Reanalyze(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope
512
private async Task EnqueueWorkItemAsync(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope