2 references to GlobalKey
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.cs (1)
119internal bool IsGlobal => _hasGlobalFileName || GlobalSection.Properties.ContainsKey(GlobalKey);
CommandLine\AnalyzerConfigSet.cs (1)
575if (isGlobalSection && (Section.PropertiesKeyComparer.Equals(key, GlobalKey) || Section.PropertiesKeyComparer.Equals(key, GlobalLevelKey)))