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