2 references to GetPathMatchKind
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
155return matcher.GetPathMatchKind(relativePath);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
39return lowestMatch >= (int)GetPathMatchKind(relativePath);