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