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