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