2 references to GetMatchKind
Microsoft.CodeAnalysis.Workspaces (2)
EditorConfigFile.cs (1)
82
.SelectAsArray(section => (matchKind: section.
GetMatchKind
(filePath), section))
Section.cs (1)
88
=>
GetMatchKind
(codeFilePath).IsBetterOrEqualMatchThan(matchKind);