8 references to IsUnixLikePlatform
Metrics (8)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (8)
155return GetDirectoryName(path, IsUnixLikePlatform); 213return GetPathRoot(path, IsUnixLikePlatform); 355if (!IsUnixLikePlatform) 386if (IsUnixLikePlatform) 410Debug.Assert(!IsUnixLikePlatform); 704return IsUnixLikePlatform 769if (!IsUnixLikePlatform && IsDriveRootedAbsolutePath(filePath)) 869bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);