2 references to IsDriveRootedAbsolutePath
Microsoft.CodeAnalysis (2)
FileSystem\PathUtilities.cs (2)
366
if (
IsDriveRootedAbsolutePath
(path))
790
bool isDriveRooted = !IsUnixLikePlatform &&
IsDriveRootedAbsolutePath
(p);