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