19 references to IsWindows
BuildValidator (1)
IldasmUtilities.cs (1)
17var ildasmExeName = PlatformInformation.IsWindows ? "ildasm.exe" : "ildasm";
csc (4)
BuildServerConnection.cs (2)
434if (PlatformInformation.IsWindows) 511if (PlatformInformation.IsWindows)
NamedPipeUtil.cs (1)
56if (PlatformInformation.IsWindows)
RuntimeHostInfo.cs (1)
23private static string NativeToolSuffix => PlatformInformation.IsWindows ? ".exe" : "";
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
19internal static readonly EmitOptions Default = PlatformInformation.IsWindows
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\IlasmUtilities.cs (1)
36var ilasmExeName = PlatformInformation.IsWindows ? "ilasm.exe" : "ilasm";
vbc (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" : "";
VBCSCompiler (7)
BuildServerConnection.cs (2)
434if (PlatformInformation.IsWindows) 511if (PlatformInformation.IsWindows)
MemoryHelper.cs (1)
37if (!PlatformInformation.IsWindows)
NamedPipeClientConnectionHost.cs (1)
196if (!PlatformInformation.IsWindows)
NamedPipeUtil.cs (2)
56if (PlatformInformation.IsWindows) 134if (PlatformInformation.IsWindows)
RuntimeHostInfo.cs (1)
23private static string NativeToolSuffix => PlatformInformation.IsWindows ? ".exe" : "";