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