5 references to IsWindows
Microsoft.Build.Tasks.CodeAnalysis (5)
BuildServerConnection.cs (2)
434if (PlatformInformation.IsWindows) 511if (PlatformInformation.IsWindows)
NamedPipeUtil.cs (2)
56if (PlatformInformation.IsWindows) 134if (PlatformInformation.IsWindows)
RuntimeHostInfo.cs (1)
23private static string NativeToolSuffix => PlatformInformation.IsWindows ? ".exe" : "";