2 references to IsUnix
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
31internal static bool IsUnixLikePlatform => PlatformInformation.IsUnix;
src\Compilers\Shared\NamedPipeUtil.cs (1)
26if (PlatformInformation.IsUnix)