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