1 write to NamedSections
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
145
NamedSections
= namedSections;
11 references to NamedSections
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfigSet.cs (7)
39
/// corresponds to each <see cref="AnalyzerConfig.
NamedSections
"/>.
146
var builder = ArrayBuilder<SectionNameMatcher?>.GetInstance(config.
NamedSections
.Length);
147
foreach (var section in config.
NamedSections
)
153
Debug.Assert(builder.Count == config.
NamedSections
.Length);
243
var section = config.
NamedSections
[sectionIndex];
288
if (sectionKey[sectionKeyIndex] == config.
NamedSections
[matcherIndex])
503
foreach (var section in config.
NamedSections
)
Microsoft.CodeAnalysis.UnitTests (4)
Analyzers\AnalyzerConfigTests.cs (4)
49
var namedSections = config.
NamedSections
;
76
var namedSections = config.
NamedSections
;
139
Assert.Equal(0, config.
NamedSections
.Length);
151
Assert.Equal(0, config.
NamedSections
.Length);