2 references to IsDriveRootedAbsolutePath
Microsoft.CodeAnalysis (2)
FileSystem\PathUtilities.cs (2)
366if (IsDriveRootedAbsolutePath(path)) 790bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);