5 references to AnyLanguageMatch
Microsoft.CodeAnalysis.Workspaces (3)
Section.cs (1)
138
if (languageMatchKind.IsWorseMatchThan(SectionMatch.
AnyLanguageMatch
))
SectionMatcher.cs (2)
56
return SectionMatch.
AnyLanguageMatch
;
91
return SectionMatch.
AnyLanguageMatch
;
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
EditorConfigParsing\SectionParserTests.cs (2)
40
Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.
AnyLanguageMatch
));
113
Assert.False(section.SupportsLanguage(language, matchKind: SectionMatch.
AnyLanguageMatch
));