3 references to GetPathParts
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
555var directoryPathParts = GetPathParts(directory); 556var fullPathParts = GetPathParts(fullPath); 848var parts = GetPathParts(p);