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