15 references to IsRunningOnMono
csc (2)
src\Compilers\Shared\BuildClient.cs (2)
296
if (PlatformInformation.
IsRunningOnMono
)
315
if (!PlatformInformation.
IsRunningOnMono
)
Microsoft.CodeAnalysis.Scripting (1)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
34
PlatformInformation.
IsRunningOnMono
;
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (4)
MetadataShadowCopyProviderTests.cs (4)
28
private static readonly ImmutableArray<string> s_systemNoShadowCopyDirectories =
IsRunningOnMono
68
Assert.Throws<ArgumentOutOfRangeException>(() => _provider.GetMetadataShadowCopy(
IsRunningOnMono
? "/goo.dll" : @"c:\goo.dll", (MetadataImageKind)Byte.MaxValue));
75
Assert.Throws<ArgumentOutOfRangeException>(() => _provider.GetMetadata(
IsRunningOnMono
? "/goo.dll" : @"c:\goo.dll", (MetadataImageKind)Byte.MaxValue));
157
if (!
IsRunningOnMono
)
vbc (4)
src\Compilers\Shared\BuildClient.cs (2)
296
if (PlatformInformation.
IsRunningOnMono
)
315
if (!PlatformInformation.
IsRunningOnMono
)
src\Compilers\Shared\NamedPipeUtil.cs (2)
105
private static readonly PipeOptions CurrentUserOption = PlatformInformation.
IsRunningOnMono
150
if (PlatformInformation.
IsRunningOnMono
)
VBCSCompiler (4)
src\Compilers\Shared\BuildClient.cs (2)
296
if (PlatformInformation.
IsRunningOnMono
)
315
if (!PlatformInformation.
IsRunningOnMono
)
src\Compilers\Shared\NamedPipeUtil.cs (2)
105
private static readonly PipeOptions CurrentUserOption = PlatformInformation.
IsRunningOnMono
150
if (PlatformInformation.
IsRunningOnMono
)