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