3 references to GetPathParts
Microsoft.CodeAnalysis.InteractiveHost (3)
PathUtilities.cs (3)
554var directoryPathParts = GetPathParts(directory); 555var fullPathParts = GetPathParts(fullPath); 798var parts = GetPathParts(p);