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