8 references to PlatformInformation
Replay (8)
src\Compilers\Shared\BuildServerConnection.cs (5)
443
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{
PlatformInformation
.ExeExtension}");
545
if (
PlatformInformation
.IsWindows)
656
if (
PlatformInformation
.IsWindows)
694
if (
PlatformInformation
.IsUsingMonoRuntime)
714
if (
PlatformInformation
.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (1)
81
var (fileName, sep) =
PlatformInformation
.IsWindows