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