7 references to PlatformInformation
Replay (7)
src\Compilers\Shared\BuildServerConnection.cs (4)
463
if (
PlatformInformation
.IsWindows)
548
if (
PlatformInformation
.IsWindows)
586
if (
PlatformInformation
.IsUsingMonoRuntime)
606
if (
PlatformInformation
.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (1)
54
var (fileName, sep) =
PlatformInformation
.IsWindows