2 references to GetPathRoot
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
138
var rootLength =
GetPathRoot
(path, isUnixLike).Length;
188
return
GetPathRoot
(path, IsUnixLikePlatform);