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