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