3 references to IsWindows
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127if (!PlatformInformation.IsWindows)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
61public static string ExeExtension => IsWindows ? ".exe" : string.Empty;
src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)