7 references to PlatformInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
BuildHost.cs (1)
46
if (!
PlatformInformation
.IsRunningOnMono)
Rpc\Contracts\MonoMSBuildDiscovery.cs (4)
54
if (
PlatformInformation
.IsWindows)
71
Contract.ThrowIfTrue(
PlatformInformation
.IsWindows);
95
Contract.ThrowIfTrue(
PlatformInformation
.IsWindows);
132
Contract.ThrowIfTrue(
PlatformInformation
.IsWindows);
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
31
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127
if (!
PlatformInformation
.IsWindows)