4 references to _projectCompilationsWithAnalyzers
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.CompilationManager.cs (4)
30
if (
_projectCompilationsWithAnalyzers
.TryGetValue(project, out var compilationWithAnalyzers))
49
compilationWithAnalyzers =
_projectCompilationsWithAnalyzers
.GetValue(project, _ => newCompilationWithAnalyzers);
64
=>
_projectCompilationsWithAnalyzers
.Remove(project);
75
_projectCompilationsWithAnalyzers
.Clear();