3 references to GetPathParts
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
577var directoryPathParts = GetPathParts(directory); 578var fullPathParts = GetPathParts(fullPath); 870var parts = GetPathParts(p);