1 write to _analyzerMatchers
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
160_analyzerMatchers = allMatchers.ToImmutableAndFree();
2 references to _analyzerMatchers
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
238ImmutableArray<SectionNameMatcher?> matchers = _analyzerMatchers[analyzerConfigIndex]; 285ImmutableArray<SectionNameMatcher?> matchers = _analyzerMatchers[analyzerConfigIndex];