3 references to IsDriveRootedAbsolutePath
Metrics (3)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
392if (IsDriveRootedAbsolutePath(path)) 769if (!IsUnixLikePlatform && IsDriveRootedAbsolutePath(filePath)) 869bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);