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