15 references to IsRunningOnMono
csc (2)
BuildClient.cs (2)
298if (PlatformInformation.IsRunningOnMono) 317if (!PlatformInformation.IsRunningOnMono)
Microsoft.CodeAnalysis.Scripting (1)
GacFileResolver.cs (1)
34PlatformInformation.IsRunningOnMono;
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (4)
MetadataShadowCopyProviderTests.cs (4)
29private static readonly ImmutableArray<string> s_systemNoShadowCopyDirectories = IsRunningOnMono 69Assert.Throws<ArgumentOutOfRangeException>(() => _provider.GetMetadataShadowCopy(IsRunningOnMono ? "/goo.dll" : @"c:\goo.dll", (MetadataImageKind)Byte.MaxValue)); 76Assert.Throws<ArgumentOutOfRangeException>(() => _provider.GetMetadata(IsRunningOnMono ? "/goo.dll" : @"c:\goo.dll", (MetadataImageKind)Byte.MaxValue)); 158if (!IsRunningOnMono)
vbc (4)
BuildClient.cs (2)
298if (PlatformInformation.IsRunningOnMono) 317if (!PlatformInformation.IsRunningOnMono)
NamedPipeUtil.cs (2)
105private static readonly PipeOptions CurrentUserOption = PlatformInformation.IsRunningOnMono 150if (PlatformInformation.IsRunningOnMono)
VBCSCompiler (4)
BuildClient.cs (2)
298if (PlatformInformation.IsRunningOnMono) 317if (!PlatformInformation.IsRunningOnMono)
NamedPipeUtil.cs (2)
105private static readonly PipeOptions CurrentUserOption = PlatformInformation.IsRunningOnMono 150if (PlatformInformation.IsRunningOnMono)