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