9 references to PlatformInformation
Replay (9)
src\Compilers\Shared\BuildServerConnection.cs (4)
459
if (
PlatformInformation
.IsWindows)
544
if (
PlatformInformation
.IsWindows)
584
if (
PlatformInformation
.IsUsingMonoRuntime)
604
if (
PlatformInformation
.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (5)
26
if (
PlatformInformation
.IsUnix)
56
if (
PlatformInformation
.IsWindows)
105
private static readonly PipeOptions CurrentUserOption =
PlatformInformation
.IsRunningOnMono
134
if (
PlatformInformation
.IsWindows)
150
if (
PlatformInformation
.IsRunningOnMono)