7 references to FilePatternMatch
Microsoft.CodeAnalysis.Workspaces (2)
SectionMatcher.cs (2)
66return SectionMatch.FilePatternMatch; 101return SectionMatch.FilePatternMatch;
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
EditorConfigParsing\SectionParserTests.cs (5)
136Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.FilePatternMatch)); 153Assert.False(section.SupportsLanguage(language, matchKind: SectionMatch.FilePatternMatch)); 188Assert.True(section.SupportsFilePath(codefilePath, matchKind: SectionMatch.FilePatternMatch)); 211Assert.False(section.SupportsFilePath(codefilePath, matchKind: SectionMatch.FilePatternMatch)); 220Assert.True(section.SupportsFilePath(codefilePath, matchKind: SectionMatch.FilePatternMatch));