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