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