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