2 references to GetPathMatchKind
Microsoft.CodeAnalysis.CodeStyle (2)
Section.cs (1)
155return matcher.GetPathMatchKind(relativePath);
SectionMatcher.cs (1)
39return lowestMatch >= (int)GetPathMatchKind(relativePath);