6 references to _diagnosticsByFilePath
Microsoft.CodeAnalysis.LanguageServer (6)
FileBasedPrograms\VirtualProjectXmlProvider.cs (6)
34
_diagnosticsByFilePath
.TryGetValue(path, out var diagnostics);
43
_diagnosticsByFilePath
.Remove(path);
54
_diagnosticsByFilePath
.TryGetValue(documentFilePath, out var previousCachedDiagnostics);
55
_diagnosticsByFilePath
[documentFilePath] = project.Diagnostics;
66
if (
_diagnosticsByFilePath
.TryGetValue(documentFilePath, out var diagnostics))
68
_diagnosticsByFilePath
.Remove(documentFilePath);