5 references to _analyzedProjectIds
Microsoft.CodeAnalysis.Features (5)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (5)
46
/// this project (as opposed to removing from <see cref="
_analyzedProjectIds
"/>) as we want our LSP handler to
73
_analyzedProjectIds
.Clear();
85
_clearedProjectIds.AddRange(
_analyzedProjectIds
);
91
public bool HasProjectBeenAnalyzed(ProjectId projectId) =>
_analyzedProjectIds
.Contains(projectId);
122
_analyzedProjectIds
.Add(project.Id);