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