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