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