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