14 references to IsUnixLikePlatform
Microsoft.CodeAnalysis (12)
CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs (1)
72
if (PathUtilities.
IsUnixLikePlatform
)
CommandLine\SarifErrorLogger.cs (1)
149
if (!PathUtilities.
IsUnixLikePlatform
)
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);
RuleSet\RuleSetInclude.cs (1)
95
if (resolvedIncludePath == null && PathUtilities.
IsUnixLikePlatform
)
StrongName\DesktopStrongNameProvider.cs (1)
193
catch (MarshalDirectiveException) when (PathUtilities.
IsUnixLikePlatform
)
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
74
DebugInformationFormat debugInformationFormat = PathUtilities.
IsUnixLikePlatform
? DebugInformationFormat.PortablePdb : DebugInformationFormat.Pdb;
826
debugInformationFormat = PathUtilities.
IsUnixLikePlatform
? DebugInformationFormat.PortablePdb : DebugInformationFormat.Pdb;