6 references to PlatformInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
BuildHost.cs (1)
72
if (!
PlatformInformation
.IsRunningOnMono)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
31
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
105
if (!
PlatformInformation
.IsWindows)
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127
if (!
PlatformInformation
.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)