45 references to PlatformInformation
BuildValidator (1)
IldasmUtilities.cs (1)
17
var ildasmExeName =
PlatformInformation
.IsWindows ? "ildasm.exe" : "ildasm";
csc (10)
BuildClient.cs (2)
298
if (
PlatformInformation
.IsRunningOnMono)
317
if (!
PlatformInformation
.IsRunningOnMono)
BuildServerConnection.cs (5)
434
if (
PlatformInformation
.IsWindows)
511
if (
PlatformInformation
.IsWindows)
548
if (
PlatformInformation
.IsUsingMonoRuntime)
568
if (
PlatformInformation
.IsUsingMonoRuntime)
597
if (
PlatformInformation
.IsUnix)
NamedPipeUtil.cs (2)
26
if (
PlatformInformation
.IsUnix)
56
if (
PlatformInformation
.IsWindows)
RuntimeHostInfo.cs (1)
23
private static string NativeToolSuffix =>
PlatformInformation
.IsWindows ? ".exe" : "";
Microsoft.CodeAnalysis (3)
Emit\EmitOptions.cs (1)
19
internal static readonly EmitOptions Default =
PlatformInformation
.IsWindows
FileSystem\PathUtilities.cs (2)
24
internal static readonly char DirectorySeparatorChar =
PlatformInformation
.IsUnix ? '/' : '\\';
30
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
Microsoft.CodeAnalysis.Scripting (1)
GacFileResolver.cs (1)
34
PlatformInformation
.IsRunningOnMono;
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (1)
MetadataShadowCopyProviderTests.cs (1)
19
using static Roslyn.Utilities.
PlatformInformation
;
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\IlasmUtilities.cs (1)
36
var ilasmExeName =
PlatformInformation
.IsWindows ? "ilasm.exe" : "ilasm";
vbc (13)
BuildClient.cs (2)
298
if (
PlatformInformation
.IsRunningOnMono)
317
if (!
PlatformInformation
.IsRunningOnMono)
BuildServerConnection.cs (5)
434
if (
PlatformInformation
.IsWindows)
511
if (
PlatformInformation
.IsWindows)
548
if (
PlatformInformation
.IsUsingMonoRuntime)
568
if (
PlatformInformation
.IsUsingMonoRuntime)
597
if (
PlatformInformation
.IsUnix)
NamedPipeUtil.cs (5)
26
if (
PlatformInformation
.IsUnix)
56
if (
PlatformInformation
.IsWindows)
105
private static readonly PipeOptions CurrentUserOption =
PlatformInformation
.IsRunningOnMono
134
if (
PlatformInformation
.IsWindows)
150
if (
PlatformInformation
.IsRunningOnMono)
RuntimeHostInfo.cs (1)
23
private static string NativeToolSuffix =>
PlatformInformation
.IsWindows ? ".exe" : "";
VBCSCompiler (15)
BuildClient.cs (2)
298
if (
PlatformInformation
.IsRunningOnMono)
317
if (!
PlatformInformation
.IsRunningOnMono)
BuildServerConnection.cs (5)
434
if (
PlatformInformation
.IsWindows)
511
if (
PlatformInformation
.IsWindows)
548
if (
PlatformInformation
.IsUsingMonoRuntime)
568
if (
PlatformInformation
.IsUsingMonoRuntime)
597
if (
PlatformInformation
.IsUnix)
MemoryHelper.cs (1)
37
if (!
PlatformInformation
.IsWindows)
NamedPipeClientConnectionHost.cs (1)
196
if (!
PlatformInformation
.IsWindows)
NamedPipeUtil.cs (5)
26
if (
PlatformInformation
.IsUnix)
56
if (
PlatformInformation
.IsWindows)
105
private static readonly PipeOptions CurrentUserOption =
PlatformInformation
.IsRunningOnMono
134
if (
PlatformInformation
.IsWindows)
150
if (
PlatformInformation
.IsRunningOnMono)
RuntimeHostInfo.cs (1)
23
private static string NativeToolSuffix =>
PlatformInformation
.IsWindows ? ".exe" : "";