7 references to IsUnixLikePlatform
Microsoft.CodeAnalysis.CodeStyle (7)
PathUtilities.cs (7)
129
return GetDirectoryName(path,
IsUnixLikePlatform
);
187
return GetPathRoot(path,
IsUnixLikePlatform
);
329
if (!
IsUnixLikePlatform
)
360
if (
IsUnixLikePlatform
)
384
Debug.Assert(!
IsUnixLikePlatform
);
675
return
IsUnixLikePlatform
790
bool isDriveRooted = !
IsUnixLikePlatform
&& IsDriveRootedAbsolutePath(p);