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
128
if (!
_analyzedProjectToDiagnostics
.TryGetValue(documentId.ProjectId, out var diagnostics))
137
/// cref="
_analyzedProjectToDiagnostics
"/>. We return these cached project diagnostics here, i.e. diagnostics
148
if (!
_analyzedProjectToDiagnostics
.TryGetValue(projectId, out var diagnostics))