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