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