9 references to _analyzedProjectToDiagnostics
Microsoft.CodeAnalysis.Features (9)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (9)
46/// this project (as opposed to removing from <see cref="_analyzedProjectToDiagnostics"/>) as we want our LSP 71_analyzedProjectToDiagnostics.Clear(); 83_clearedProjectIds.AddRange(_analyzedProjectToDiagnostics.Keys); 90=> _analyzedProjectToDiagnostics.ContainsKey(projectId); 103_analyzedProjectToDiagnostics[project.Id] = diagnostics; 117/// cref="_analyzedProjectToDiagnostics"/>. We return these cached document diagnostics here, including both 128if (!_analyzedProjectToDiagnostics.TryGetValue(documentId.ProjectId, out var diagnostics)) 137/// cref="_analyzedProjectToDiagnostics"/>. We return these cached project diagnostics here, i.e. diagnostics 148if (!_analyzedProjectToDiagnostics.TryGetValue(projectId, out var diagnostics))