8 references to IsUnix
csc (2)
BuildServerConnection.cs (1)
597
if (PlatformInformation.
IsUnix
)
NamedPipeUtil.cs (1)
26
if (PlatformInformation.
IsUnix
)
Microsoft.CodeAnalysis (2)
FileSystem\PathUtilities.cs (2)
24
internal static readonly char DirectorySeparatorChar = PlatformInformation.
IsUnix
? '/' : '\\';
30
internal static bool IsUnixLikePlatform => PlatformInformation.
IsUnix
;
vbc (2)
BuildServerConnection.cs (1)
597
if (PlatformInformation.
IsUnix
)
NamedPipeUtil.cs (1)
26
if (PlatformInformation.
IsUnix
)
VBCSCompiler (2)
BuildServerConnection.cs (1)
597
if (PlatformInformation.
IsUnix
)
NamedPipeUtil.cs (1)
26
if (PlatformInformation.
IsUnix
)