8 references to PlatformInformation
Microsoft.Build.Tasks.CodeAnalysis (8)
GenerateMSBuildEditorConfig.cs (1)
162=> PlatformInformation.IsUnix ? p : p.Replace('\\', '/');
src\Compilers\Shared\BuildServerConnection.cs (4)
466if (PlatformInformation.IsWindows) 551if (PlatformInformation.IsWindows) 589if (PlatformInformation.IsUsingMonoRuntime) 609if (PlatformInformation.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
26if (PlatformInformation.IsUnix) 56if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (1)
52var (fileName, sep) = PlatformInformation.IsWindows