6 references to ExactLanguageMatch
Metrics (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\EditorConfigFile.cs (2)
33
=> TryGetSectionForLanguage(language, SectionMatch.
ExactLanguageMatch
, out sectionResult);
65
return TryGetSectionForFilePath(filePath, SectionMatch.
ExactLanguageMatch
, out sectionResult);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\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>
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (2)
46
return SectionMatch.
ExactLanguageMatch
;
81
return SectionMatch.
ExactLanguageMatch
;