9 references to _analyzedProjectToDiagnostics
Microsoft.CodeAnalysis.Features (9)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (9)
42/// this project (as opposed to removing from <see cref="_analyzedProjectToDiagnostics"/>) as we want our LSP 65_analyzedProjectToDiagnostics.Clear(); 77_clearedProjectIds.AddRange(_analyzedProjectToDiagnostics.Keys); 84=> _analyzedProjectToDiagnostics.ContainsKey(projectId); 97_analyzedProjectToDiagnostics[project.Id] = diagnostics; 111/// cref="_analyzedProjectToDiagnostics"/>. We return these cached document diagnostics here, including both 122if (!_analyzedProjectToDiagnostics.TryGetValue(documentId.ProjectId, out var diagnostics)) 131/// cref="_analyzedProjectToDiagnostics"/>. We return these cached project diagnostics here, i.e. diagnostics 142if (!_analyzedProjectToDiagnostics.TryGetValue(projectId, out var diagnostics))