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