11 references to PlatformInformation
Replay (11)
src\Compilers\Shared\BuildServerConnection.cs (4)
459
if (
PlatformInformation
.IsWindows)
544
if (
PlatformInformation
.IsWindows)
582
if (
PlatformInformation
.IsUsingMonoRuntime)
602
if (
PlatformInformation
.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (5)
26
if (
PlatformInformation
.IsUnix)
56
if (
PlatformInformation
.IsWindows)
103
private static readonly PipeOptions CurrentUserOption =
PlatformInformation
.IsRunningOnMono
132
if (
PlatformInformation
.IsWindows)
148
if (
PlatformInformation
.IsRunningOnMono)
src\Compilers\Shared\RuntimeHostInfo.cs (2)
29
var appHostSuffix =
PlatformInformation
.IsWindows ? ".exe" : "";
70
var (fileName, sep) =
PlatformInformation
.IsWindows