1 write to _lazySyntaxDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
215
Interlocked.CompareExchange(ref
_lazySyntaxDiagnostics
, syntaxDiagnostics, null);
2 references to _lazySyntaxDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor.cs (2)
209
if (
_lazySyntaxDiagnostics
== null)
218
return
_lazySyntaxDiagnostics
.TryGetValue(analyzer, out var diagnosticAnalysisResult)