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