1 instantiation of UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
150coordinator.Reanalyze(analyzer, new UnitTestingReanalyzeScope(projectIds, documentIds));
3 references to UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
95var scope = new UnitTestingReanalyzeScope(Registration.GetSolutionToAnalyze().Id); 99public void Reanalyze(IUnitTestingIncrementalAnalyzer analyzer, UnitTestingReanalyzeScope scope) 392private async Task EnqueueWorkItemAsync(IUnitTestingIncrementalAnalyzer analyzer, UnitTestingReanalyzeScope scope)