8 references to PlatformInformation
dotnet (8)
BuildServerConnection.cs (5)
435var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{PlatformInformation.ExeExtension}"); 475if (PlatformInformation.IsWindows) 564if (PlatformInformation.IsWindows) 602if (PlatformInformation.IsUsingMonoRuntime) 622if (PlatformInformation.IsUsingMonoRuntime)
NamedPipeUtil.cs (2)
28if (PlatformInformation.IsUnix) 58if (PlatformInformation.IsWindows)
RuntimeHostInfo.cs (1)
72var (fileName, sep) = PlatformInformation.IsWindows