12 references to MonoHelpers
Microsoft.CodeAnalysis.Test.Utilities (12)
Assert\ClrOnlyFactAttribute.cs (1)
53
if (
MonoHelpers
.IsRunningOnMono())
Assert\ConditionalFactAttribute.cs (3)
334
public override bool ShouldSkip =>
MonoHelpers
.IsRunningOnMono();
340
public override bool ShouldSkip =>
MonoHelpers
.IsRunningOnMonoCore();
364
public override bool ShouldSkip =>
MonoHelpers
.IsRunningOnMono() || !ExecutionConditionUtil.IsDesktop;
Compilation\CompilationExtensions.cs (1)
66
if (
MonoHelpers
.IsRunningOnMono() || PathUtilities.IsUnixLikePlatform)
Diagnostics\DiagnosticExtensions.cs (1)
366
var pdbStream =
MonoHelpers
.IsRunningOnMono() || options?.EmitMetadataOnly == true ? null : new MemoryStream();
Metadata\IlasmUtilities.cs (1)
113
if (includePdb && !
MonoHelpers
.IsRunningOnMono())
Platform\Desktop\CLRHelpers.cs (2)
59
Debug.Assert(!
MonoHelpers
.IsRunningOnMono());
86
if (
MonoHelpers
.IsRunningOnMono())
Platform\Desktop\RuntimeAssemblyManager.cs (3)
105
if (!
MonoHelpers
.IsRunningOnMono())
276
if (!
MonoHelpers
.IsRunningOnMono())
328
if (!
MonoHelpers
.IsRunningOnMono())