3 references to GlobalLevelKey
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.cs (2)
125/// A user can explicitly set the global level via the <see cref="GlobalLevelKey"/>. 142if (GlobalSection.Properties.TryGetValue(GlobalLevelKey, out string? val) && int.TryParse(val, out int level))
CommandLine\AnalyzerConfigSet.cs (1)
575if (isGlobalSection && (Section.PropertiesKeyComparer.Equals(key, GlobalKey) || Section.PropertiesKeyComparer.Equals(key, GlobalLevelKey)))