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; 66if (_diagnosticsByFilePath.TryGetValue(documentFilePath, out var diagnostics)) 68_diagnosticsByFilePath.Remove(documentFilePath);