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