1 write to NamedSections
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
651
NamedSections
= namedSections;
2 references to NamedSections
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
192
foreach (var section in _globalConfig.
NamedSections
)
250
foreach (var configSection in _globalConfig.
NamedSections
)