2 references to _lastProjectAndCompilationWithAnalyzers
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (2)
129
if (
_lastProjectAndCompilationWithAnalyzers
.TryGetTarget(out var projectAndCompilationWithAnalyzers) &&
144
_lastProjectAndCompilationWithAnalyzers
.SetTarget(new ProjectAndCompilationWithAnalyzers(project, compilationWithAnalyzers));