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