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