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