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