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