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