1 implementation of ProcessSection
Microsoft.CodeAnalysis.CodeStyle (1)
NamingStyleOptionAccumulator.cs (1)
25public void ProcessSection(Section section, IReadOnlyDictionary<string, (string value, TextLine? line)> properties)
1 reference to ProcessSection
Microsoft.CodeAnalysis.CodeStyle (1)
EditorConfigParser.cs (1)
124accumulator.ProcessSection(previousSection, activeSectionProperties);