1 write to Name
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
156Name = name;
2 references to Name
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
68/// Takes a <see cref="EditorConfigFile.Section.Name"/> and creates a matcher that
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (1)
87SectionNameMatcher? sectionNameMatcher = TryCreateSectionNameMatcher(section.Name);