2 references to GetMatchKind
Microsoft.CodeAnalysis.BannedApiAnalyzers (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);