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)
227
ImmutableArray<SectionNameMatcher?> matchers =
_analyzerMatchers
[analyzerConfigIndex];
274
ImmutableArray<SectionNameMatcher?> matchers =
_analyzerMatchers
[analyzerConfigIndex];