3 references to IsDriveRootedAbsolutePath
Microsoft.CodeAnalysis (3)
FileSystem\PathUtilities.cs (3)
392
if (
IsDriveRootedAbsolutePath
(path))
769
if (!IsUnixLikePlatform &&
IsDriveRootedAbsolutePath
(filePath))
869
bool isDriveRooted = !IsUnixLikePlatform &&
IsDriveRootedAbsolutePath
(p);