2 references to GlobalSectionName
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
516return new GlobalAnalyzerConfig(new Section(GlobalSectionName, AnalyzerOptions.Empty), ImmutableArray<Section>.Empty); 523string sectionName = isGlobalSection ? GlobalSectionName : section;