2 references to GetMatchKind
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\EditorConfigFile.cs (1)
82
.SelectAsArray(section => (matchKind: section.
GetMatchKind
(filePath), section))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
88
=>
GetMatchKind
(codeFilePath).IsBetterOrEqualMatchThan(matchKind);