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