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