1 write to _lazySemanticDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
294
Interlocked.CompareExchange(ref
_lazySemanticDiagnostics
, semanticDiagnostics, null);
2 references to _lazySemanticDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor.cs (2)
288
if (
_lazySemanticDiagnostics
== null)
297
return
_lazySemanticDiagnostics
.TryGetValue(analyzer, out var diagnosticAnalysisResult)