8 references to IsUnixLikePlatform
Microsoft.CodeAnalysis.Workspaces (8)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (8)
130return GetDirectoryName(path, IsUnixLikePlatform); 188return GetPathRoot(path, IsUnixLikePlatform); 330if (!IsUnixLikePlatform) 361if (IsUnixLikePlatform) 385Debug.Assert(!IsUnixLikePlatform); 679return IsUnixLikePlatform 740if (!IsUnixLikePlatform && IsDriveRootedAbsolutePath(filePath)) 840bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);