5 references to SupersetFilePatternMatch
Microsoft.CodeAnalysis.Workspaces (3)
Section.cs (1)
152return SectionMatch.SupersetFilePatternMatch;
SectionMatcher.cs (2)
63return SectionMatch.SupersetFilePatternMatch; 98return SectionMatch.SupersetFilePatternMatch;
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
EditorConfigParsing\SectionParserTests.cs (2)
50Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.SupersetFilePatternMatch)); 122Assert.False(section.SupportsLanguage(language, matchKind: SectionMatch.SupersetFilePatternMatch));