3 references to AnyLanguageMatch
Microsoft.CodeAnalysis.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
138if (languageMatchKind.IsWorseMatchThan(SectionMatch.AnyLanguageMatch))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (2)
56return SectionMatch.AnyLanguageMatch; 91return SectionMatch.AnyLanguageMatch;