2 references to UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
146
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(solution.Id));
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
94
var scope = new
UnitTestingReanalyzeScope
(Registration.GetSolutionToAnalyze().Id);