9 references to _analyzedProjectToDiagnostics
Microsoft.CodeAnalysis.Features (9)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (9)
41
/// this project (as opposed to removing from <see cref="
_analyzedProjectToDiagnostics
"/>) as we want our LSP
67
_analyzedProjectToDiagnostics
.Clear();
79
_clearedProjectIds.AddRange(
_analyzedProjectToDiagnostics
.Keys);
86
=>
_analyzedProjectToDiagnostics
.ContainsKey(projectId);
99
_analyzedProjectToDiagnostics
[project.Id] = diagnostics;
113
/// cref="
_analyzedProjectToDiagnostics
"/>. We return these cached document diagnostics here, including both
124
if (!
_analyzedProjectToDiagnostics
.TryGetValue(documentId.ProjectId, out var diagnostics))
133
/// cref="
_analyzedProjectToDiagnostics
"/>. We return these cached project diagnostics here, i.e. diagnostics
144
if (!
_analyzedProjectToDiagnostics
.TryGetValue(projectId, out var diagnostics))