2 writes to _analyzerExecutionContextMap
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerManager.cs (2)
35_analyzerExecutionContextMap = CreateAnalyzerExecutionContextMap(analyzers); 40_analyzerExecutionContextMap = CreateAnalyzerExecutionContextMap(SpecializedCollections.SingletonEnumerable(analyzer));
2 references to _analyzerExecutionContextMap
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerManager.cs (2)
54private AnalyzerExecutionContext GetAnalyzerExecutionContext(DiagnosticAnalyzer analyzer) => _analyzerExecutionContextMap[analyzer]; 496foreach (var analyzerExecutionContext in _analyzerExecutionContextMap.Values)