2 references to GetMatchKind
Microsoft.CodeAnalysis.Workspaces (2)
EditorConfigFile.cs (1)
44.Select(section => (matchKind: section.GetMatchKind(language), section))
Section.cs (1)
75=> GetMatchKind(language).IsBetterOrEqualMatchThan(matchKind);