4 references to PlatformInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
34
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
108
if (!
PlatformInformation
.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)