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)
51
private AnalyzerExecutionContext GetAnalyzerExecutionContext(DiagnosticAnalyzer analyzer) =>
_analyzerExecutionContextMap
[analyzer];
459
foreach (var analyzerExecutionContext in
_analyzerExecutionContextMap
.Values)