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