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