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