8 references to IsUnixLikePlatform
Microsoft.CodeAnalysis.PublicApiAnalyzers (8)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (8)
152
return GetDirectoryName(path,
IsUnixLikePlatform
);
210
return GetPathRoot(path,
IsUnixLikePlatform
);
352
if (!
IsUnixLikePlatform
)
383
if (
IsUnixLikePlatform
)
407
Debug.Assert(!
IsUnixLikePlatform
);
701
return
IsUnixLikePlatform
762
if (!
IsUnixLikePlatform
&& IsDriveRootedAbsolutePath(filePath))
862
bool isDriveRooted = !
IsUnixLikePlatform
&& IsDriveRootedAbsolutePath(p);