4 references to SupportsFilePath
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
EditorConfigParsing\SectionParserTests.cs (4)
188
Assert.True(section.
SupportsFilePath
(codefilePath, matchKind: SectionMatch.FilePatternMatch));
211
Assert.False(section.
SupportsFilePath
(codefilePath, matchKind: SectionMatch.FilePatternMatch));
220
Assert.True(section.
SupportsFilePath
(codefilePath, matchKind: SectionMatch.FilePatternMatch));
231
Assert.True(section.
SupportsFilePath
(codefilePath, matchKind: SectionMatch.SplatMatch));