40 references to PlatformInformation
csc (11)
src\roslyn\src\Compilers\Shared\BuildClient.cs (3)
295
if (
PlatformInformation
.IsRunningOnMono)
314
if (!
PlatformInformation
.IsRunningOnMono)
353
Debug.Assert(
PlatformInformation
.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (5)
443
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{
PlatformInformation
.ExeExtension}");
556
if (
PlatformInformation
.IsWindows)
667
if (
PlatformInformation
.IsWindows)
705
if (
PlatformInformation
.IsUsingMonoRuntime)
725
if (
PlatformInformation
.IsUsingMonoRuntime)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88
var (fileName, sep) =
PlatformInformation
.IsWindows
Microsoft.CodeAnalysis (4)
Emit\EmitOptions.cs (1)
19
internal static readonly EmitOptions Default =
PlatformInformation
.IsWindows
FileSystem\PathUtilities.cs (2)
34
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
108
if (!
PlatformInformation
.IsWindows)
InternalUtilities\FileLockCheck.cs (1)
127
if (!
PlatformInformation
.IsWindows)
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
34
PlatformInformation
.IsRunningOnMono;
vbc (11)
src\roslyn\src\Compilers\Shared\BuildClient.cs (3)
295
if (
PlatformInformation
.IsRunningOnMono)
314
if (!
PlatformInformation
.IsRunningOnMono)
353
Debug.Assert(
PlatformInformation
.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (5)
443
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{
PlatformInformation
.ExeExtension}");
556
if (
PlatformInformation
.IsWindows)
667
if (
PlatformInformation
.IsWindows)
705
if (
PlatformInformation
.IsUsingMonoRuntime)
725
if (
PlatformInformation
.IsUsingMonoRuntime)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88
var (fileName, sep) =
PlatformInformation
.IsWindows
VBCSCompiler (13)
src\roslyn\src\Compilers\Server\VBCSCompiler\MemoryHelper.cs (1)
37
if (!
PlatformInformation
.IsWindows)
src\roslyn\src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
196
if (!
PlatformInformation
.IsWindows)
src\roslyn\src\Compilers\Shared\BuildClient.cs (3)
295
if (
PlatformInformation
.IsRunningOnMono)
314
if (!
PlatformInformation
.IsRunningOnMono)
353
Debug.Assert(
PlatformInformation
.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (5)
443
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{
PlatformInformation
.ExeExtension}");
556
if (
PlatformInformation
.IsWindows)
667
if (
PlatformInformation
.IsWindows)
705
if (
PlatformInformation
.IsUsingMonoRuntime)
725
if (
PlatformInformation
.IsUsingMonoRuntime)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (2)
28
if (
PlatformInformation
.IsUnix)
58
if (
PlatformInformation
.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88
var (fileName, sep) =
PlatformInformation
.IsWindows