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); 91public bool HasProjectBeenAnalyzed(ProjectId projectId) => _analyzedProjectIds.Contains(projectId); 122_analyzedProjectIds.Add(project.Id);