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