1 write to NamedSections
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
165
NamedSections
= namedSections;
7 references to NamedSections
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfigSet.cs (7)
40
/// corresponds to each <see cref="AnalyzerConfig.
NamedSections
"/>.
147
var builder = ArrayBuilder<SectionNameMatcher?>.GetInstance(config.
NamedSections
.Length);
148
foreach (var section in config.
NamedSections
)
154
Debug.Assert(builder.Count == config.
NamedSections
.Length);
232
var section = config.
NamedSections
[sectionIndex];
277
if (sectionKey[sectionKeyIndex] == config.
NamedSections
[matcherIndex])
492
foreach (var section in config.
NamedSections
)