6 references to ExactLanguageMatch
Microsoft.CodeAnalysis.CodeStyle (6)
EditorConfigFile.cs (2)
33=> TryGetSectionForLanguage(language, SectionMatch.ExactLanguageMatch, out sectionResult); 65return TryGetSectionForFilePath(filePath, SectionMatch.ExactLanguageMatch, out sectionResult);
Section.cs (2)
72/// <param name="matchKind">The criteria for which we consider a language a mache the default is <see cref="SectionMatch.ExactLanguageMatch"/>.</param> 81/// <param name="matchKind">The criteria for which we consider a language a mache the default is <see cref="SectionMatch.ExactLanguageMatch"/>.</param>
SectionMatcher.cs (2)
46return SectionMatch.ExactLanguageMatch; 81return SectionMatch.ExactLanguageMatch;