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