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