1 write to GlobalSection
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
164
GlobalSection
= globalSection;
4 references to GlobalSection
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfig.cs (3)
114
internal bool IsRoot =>
GlobalSection
.Properties.TryGetValue("root", out string? val) && val == "true";
119
internal bool IsGlobal => _hasGlobalFileName ||
GlobalSection
.Properties.ContainsKey(GlobalKey);
142
if (
GlobalSection
.Properties.TryGetValue(GlobalLevelKey, out string? val) && int.TryParse(val, out int level))
CommandLine\AnalyzerConfigSet.cs (1)
491
MergeSection(config.PathToFile, config.
GlobalSection
, config.GlobalLevel, isGlobalSection: true);