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