9 references to PlatformInformation
Microsoft.Build.Tasks.CodeAnalysis (9)
GenerateMSBuildEditorConfig.cs (1)
162=> PlatformInformation.IsUnix ? p : p.Replace('\\', '/');
src\Compilers\Shared\BuildServerConnection.cs (4)
459if (PlatformInformation.IsWindows) 544if (PlatformInformation.IsWindows) 582if (PlatformInformation.IsUsingMonoRuntime) 602if (PlatformInformation.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
26if (PlatformInformation.IsUnix) 56if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (2)
29var appHostSuffix = PlatformInformation.IsWindows ? ".exe" : ""; 70var (fileName, sep) = PlatformInformation.IsWindows