2 references to ReanalyzeScope
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerRegistrationService.cs (1)
169
coordinator.Reanalyze(analyzer, new
ReanalyzeScope
(workspace.CurrentSolution.Id), highPriority);
SolutionCrawler\WorkCoordinator.cs (1)
86
var scope = new
ReanalyzeScope
(_registration.GetSolutionToAnalyze().Id);