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