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