12 references to IsUnixLikePlatform
Microsoft.CodeAnalysis (12)
CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs (1)
71
if (PathUtilities.
IsUnixLikePlatform
)
CommandLine\SarifErrorLogger.cs (1)
149
if (!PathUtilities.
IsUnixLikePlatform
)
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);
RuleSet\RuleSetInclude.cs (1)
95
if (resolvedIncludePath == null && PathUtilities.
IsUnixLikePlatform
)
StrongName\DesktopStrongNameProvider.cs (1)
193
catch (MarshalDirectiveException) when (PathUtilities.
IsUnixLikePlatform
)