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