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