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