Implemented interface member:
method
Reanalyze
Microsoft.CodeAnalysis.Diagnostics.IDiagnosticAnalyzerService.Reanalyze(Microsoft.CodeAnalysis.Workspace, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectId>, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId>, System.Boolean)
4 references to Reanalyze
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
48=> Reanalyze(e.Solution.Workspace, documentIds: SpecializedCollections.SingletonEnumerable(e.NewActiveContextDocumentId), highPriority: true);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_BuildSynchronization.cs (3)
81AnalyzerService.Reanalyze(Workspace, documentIds: ImmutableArray.Create(activeDocument.Id), highPriority: true); 89AnalyzerService.Reanalyze(Workspace, documentIds: Workspace.GetOpenDocumentIds()); 96AnalyzerService.Reanalyze(Workspace, projectsByLanguage.Select(p => p.Id));