1 instantiation of SectionNameMatcher
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
126return new SectionNameMatcher(
2 references to SectionNameMatcher
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
72internal static SectionNameMatcher? TryCreateSectionNameMatcher(string sectionName)
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (1)
87SectionNameMatcher? sectionNameMatcher = TryCreateSectionNameMatcher(section.Name);