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