5 references to IsWindows
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
61public static string ExeExtension => IsWindows ? ".exe" : string.Empty;
src\Compilers\Shared\BuildServerConnection.cs (2)
475if (PlatformInformation.IsWindows) 564if (PlatformInformation.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
src\Compilers\Shared\RuntimeHostInfo.cs (1)
72var (fileName, sep) = PlatformInformation.IsWindows