2 references to GetPathRoot
Microsoft.CodeAnalysis (2)
FileSystem\PathUtilities.cs (2)
160
var rootLength =
GetPathRoot
(path, isUnixLike).Length;
210
return
GetPathRoot
(path, IsUnixLikePlatform);