5 references to IsWindows
Replay (5)
src\Compilers\Shared\BuildServerConnection.cs (2)
459if (PlatformInformation.IsWindows) 544if (PlatformInformation.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (1)
56if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (2)
30var appHostSuffix = PlatformInformation.IsWindows ? ".exe" : ""; 66var (fileName, sep) = PlatformInformation.IsWindows