9 references to _analyzedProjectToDiagnostics
Microsoft.CodeAnalysis.Features (9)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (9)
40
/// this project (as opposed to removing from <see cref="
_analyzedProjectToDiagnostics
"/>) as we want our LSP
64
_analyzedProjectToDiagnostics
.Clear();
76
_clearedProjectIds.AddRange(
_analyzedProjectToDiagnostics
.Keys);
83
=>
_analyzedProjectToDiagnostics
.ContainsKey(projectId);
96
_analyzedProjectToDiagnostics
[project.Id] = diagnostics;
110
/// cref="
_analyzedProjectToDiagnostics
"/>. We return these cached document diagnostics here, including both
121
if (!
_analyzedProjectToDiagnostics
.TryGetValue(documentId.ProjectId, out var diagnostics))
130
/// cref="
_analyzedProjectToDiagnostics
"/>. We return these cached project diagnostics here, i.e. diagnostics
141
if (!
_analyzedProjectToDiagnostics
.TryGetValue(projectId, out var diagnostics))