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