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