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