5 references to SplatMatch
Microsoft.CodeAnalysis.Workspaces (3)
Section.cs (2)
99
return SectionMatch.
SplatMatch
;
120
return SectionMatch.
SplatMatch
;
SectionMatch.cs (1)
62
AnyButGlobal =
SplatMatch
,
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
EditorConfigParsing\SectionParserTests.cs (2)
60
Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.
SplatMatch
));
231
Assert.True(section.SupportsFilePath(codefilePath, matchKind: SectionMatch.
SplatMatch
));