2 references to GetMatchKind
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\EditorConfigFile.cs (1)
44
.Select(section => (matchKind: section.
GetMatchKind
(language), section))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
75
=>
GetMatchKind
(language).IsBetterOrEqualMatchThan(matchKind);