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