8 references to PlatformInformation
Microsoft.Build.Tasks.CodeAnalysis (8)
src\Compilers\Core\MSBuildTask\GenerateMSBuildEditorConfig.cs (1)
162=> PlatformInformation.IsUnix ? p : p.Replace('\\', '/');
src\Compilers\Shared\BuildServerConnection.cs (4)
463if (PlatformInformation.IsWindows) 548if (PlatformInformation.IsWindows) 586if (PlatformInformation.IsUsingMonoRuntime) 606if (PlatformInformation.IsUsingMonoRuntime)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28if (PlatformInformation.IsUnix) 58if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (1)
54var (fileName, sep) = PlatformInformation.IsWindows