10 references to PlatformInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (10)
BuildHost.cs (1)
59if (!PlatformInformation.IsRunningOnMono)
Rpc\Contracts\MonoMSBuildDiscovery.cs (5)
56if (PlatformInformation.IsWindows) 73Contract.ThrowIfTrue(PlatformInformation.IsWindows); 97Contract.ThrowIfTrue(PlatformInformation.IsWindows); 134Contract.ThrowIfTrue(PlatformInformation.IsWindows); 167Contract.ThrowIfTrue(PlatformInformation.IsWindows);
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
31internal static bool IsUnixLikePlatform => PlatformInformation.IsUnix;
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127if (!PlatformInformation.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28if (PlatformInformation.IsUnix) 58if (PlatformInformation.IsWindows)