3 references to GetLanguageMatchKind
Microsoft.CodeAnalysis.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (2)
108
return matcher.
GetLanguageMatchKind
(language);
135
var languageMatchKind = matcher.
GetLanguageMatchKind
(language);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
34
=>
GetLanguageMatchKind
(language) == matchKind;