3 references to GetPathParts
Microsoft.CodeAnalysis (3)
FileSystem\PathUtilities.cs (3)
580var directoryPathParts = GetPathParts(directory); 581var fullPathParts = GetPathParts(fullPath); 877var parts = GetPathParts(p);