7 references to IsRunningOnMono
csc (2)
src\roslyn\src\Compilers\Shared\BuildClient.cs (2)
295if (PlatformInformation.IsRunningOnMono) 314if (!PlatformInformation.IsRunningOnMono)
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
34PlatformInformation.IsRunningOnMono;
vbc (2)
src\roslyn\src\Compilers\Shared\BuildClient.cs (2)
295if (PlatformInformation.IsRunningOnMono) 314if (!PlatformInformation.IsRunningOnMono)
VBCSCompiler (2)
src\roslyn\src\Compilers\Shared\BuildClient.cs (2)
295if (PlatformInformation.IsRunningOnMono) 314if (!PlatformInformation.IsRunningOnMono)