4 instantiations of ReanalyzeScope
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
2478
Dim reanalysisScope = New SolutionCrawlerRegistrationService.
ReanalyzeScope
(documentIds:={missingDocumentId})
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\SolutionCrawlerRegistrationService.cs (2)
169
coordinator.Reanalyze(analyzer, new
ReanalyzeScope
(workspace.CurrentSolution.Id), highPriority);
173
coordinator.Reanalyze(analyzer, new
ReanalyzeScope
(projectIds, documentIds), highPriority);
SolutionCrawler\WorkCoordinator.cs (1)
86
var scope = new
ReanalyzeScope
(_registration.GetSolutionToAnalyze().Id);
3 references to ReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\WorkCoordinator.cs (3)
86
var
scope = new ReanalyzeScope(_registration.GetSolutionToAnalyze().Id);
134
public void Reanalyze(IIncrementalAnalyzer analyzer,
ReanalyzeScope
scope, bool highPriority = false)
459
private async Task EnqueueWorkItemAsync(IIncrementalAnalyzer analyzer,
ReanalyzeScope
scope, bool highPriority)