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