1 write to _globalConfig
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
139
_globalConfig
= globalConfig;
4 references to _globalConfig
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (4)
32
/// This does not include any of the global configs that were merged into <see cref="
_globalConfig
"/>.
192
foreach (var section in
_globalConfig
.NamedSections)
250
foreach (var configSection in
_globalConfig
.NamedSections)
375
ParseSectionOptions(
_globalConfig
.GlobalSection,