4 references to Section
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfig.cs (1)
269var previousSection = new Section(sectionName, activeSectionProperties.ToImmutable());
CommandLine\AnalyzerConfigSet.cs (3)
497var unescapedSection = new Section(UnescapeSectionName(section.Name), section.Properties); 516return new GlobalAnalyzerConfig(new Section(GlobalSectionName, AnalyzerOptions.Empty), ImmutableArray<Section>.Empty); 558return new Section(sectionName, result);