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