1 write to _analyzerConfigs
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
138
_analyzerConfigs
= analyzerConfigs;
8 references to _analyzerConfigs
Microsoft.CodeAnalysis (8)
CommandLine\AnalyzerConfigSet.cs (8)
39
/// <see cref="SectionNameMatcher"/>s for each section. The entries in the outer array correspond to entries in <see cref="
_analyzerConfigs
"/>, and each inner array
141
var allMatchers = ArrayBuilder<ImmutableArray<SectionNameMatcher?>>.GetInstance(
_analyzerConfigs
.Length);
143
foreach (var config in
_analyzerConfigs
)
159
Debug.Assert(allMatchers.Count ==
_analyzerConfigs
.Length);
204
for (int analyzerConfigIndex = 0; analyzerConfigIndex <
_analyzerConfigs
.Length; analyzerConfigIndex++)
206
var config =
_analyzerConfigs
[analyzerConfigIndex];
270
analyzerConfigIndex <
_analyzerConfigs
.Length && sectionKeyIndex < sectionKey.Count;
273
AnalyzerConfig config =
_analyzerConfigs
[analyzerConfigIndex];