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