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