3 references to GetPathParts
Microsoft.CodeAnalysis (3)
FileSystem\PathUtilities.cs (3)
577
var directoryPathParts =
GetPathParts
(directory);
578
var fullPathParts =
GetPathParts
(fullPath);
870
var parts =
GetPathParts
(p);