3 references to AnyLanguageMatch
Microsoft.CodeAnalysis.CodeStyle (3)
Section.cs (1)
138
if (languageMatchKind.IsWorseMatchThan(SectionMatch.
AnyLanguageMatch
))
SectionMatcher.cs (2)
56
return SectionMatch.
AnyLanguageMatch
;
91
return SectionMatch.
AnyLanguageMatch
;