6 references to ExactLanguageMatch
Microsoft.CodeAnalysis.Workspaces (6)
EditorConfigFile.cs (2)
33
=> TryGetSectionForLanguage(language, SectionMatch.
ExactLanguageMatch
, out sectionResult);
65
return 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)
46
return SectionMatch.
ExactLanguageMatch
;
81
return SectionMatch.
ExactLanguageMatch
;