12 references to IsUnixLikePlatform
Microsoft.CodeAnalysis (12)
CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs (1)
71if (PathUtilities.IsUnixLikePlatform)
CommandLine\SarifErrorLogger.cs (1)
149if (!PathUtilities.IsUnixLikePlatform)
FileSystem\PathUtilities.cs (8)
130return GetDirectoryName(path, IsUnixLikePlatform); 188return GetPathRoot(path, IsUnixLikePlatform); 330if (!IsUnixLikePlatform) 361if (IsUnixLikePlatform) 385Debug.Assert(!IsUnixLikePlatform); 679return IsUnixLikePlatform 740if (!IsUnixLikePlatform && IsDriveRootedAbsolutePath(filePath)) 840bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);
RuleSet\RuleSetInclude.cs (1)
95if (resolvedIncludePath == null && PathUtilities.IsUnixLikePlatform)
StrongName\DesktopStrongNameProvider.cs (1)
193catch (MarshalDirectiveException) when (PathUtilities.IsUnixLikePlatform)