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