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