5 references to IsWindows
dotnet (5)
BuildServerConnection.cs (2)
475if (PlatformInformation.IsWindows) 564if (PlatformInformation.IsWindows)
NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
PlatformInformation.cs (1)
61public static string ExeExtension => IsWindows ? ".exe" : string.Empty;
RuntimeHostInfo.cs (1)
72var (fileName, sep) = PlatformInformation.IsWindows