1 write to _lazySemanticDiagnostics
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
250Interlocked.CompareExchange(ref _lazySemanticDiagnostics, semanticDiagnostics, null);
2 references to _lazySemanticDiagnostics
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
244if (_lazySemanticDiagnostics == null) 253return _lazySemanticDiagnostics.TryGetValue(analyzer, out var diagnosticAnalysisResult)