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