1 write to _lazyControlFlowGraphMap
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1683Interlocked.CompareExchange(ref _lazyControlFlowGraphMap, new ConcurrentDictionary<IOperation, ControlFlowGraph>(), null);
4 references to _lazyControlFlowGraphMap
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (4)
1681if (_lazyControlFlowGraphMap == null) 1686return _lazyControlFlowGraphMap.GetOrAdd(operation, op => ControlFlowGraphBuilder.Create(op)); 1710if (_lazyControlFlowGraphMap?.Count > 0) 1715_lazyControlFlowGraphMap.TryRemove(root, out _);