3 references to Reanalyze
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\SolutionCrawlerRegistrationService.cs (2)
169coordinator.Reanalyze(analyzer, new ReanalyzeScope(workspace.CurrentSolution.Id), highPriority); 173coordinator.Reanalyze(analyzer, new ReanalyzeScope(projectIds, documentIds), highPriority);
SolutionCrawler\WorkCoordinator.cs (1)
87Reanalyze(analyzer, scope);