4 references to GlobalSectionMatch
Microsoft.CodeAnalysis.Workspaces (3)
Section.cs (2)
94return SectionMatch.GlobalSectionMatch; 115return SectionMatch.GlobalSectionMatch;
SectionMatch.cs (1)
66Any = GlobalSectionMatch,
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
EditorConfigParsing\SectionParserTests.cs (1)
70Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.GlobalSectionMatch));