8 references to PlatformInformation
Replay (8)
src\Compilers\Shared\BuildServerConnection.cs (4)
459if (PlatformInformation.IsWindows) 544if (PlatformInformation.IsWindows) 581if (PlatformInformation.IsUsingMonoRuntime) 601if (PlatformInformation.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
26if (PlatformInformation.IsUnix) 56if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (2)
30var appHostSuffix = PlatformInformation.IsWindows ? ".exe" : ""; 66var (fileName, sep) = PlatformInformation.IsWindows