11 references to IsRunningOnMono
Microsoft.CodeAnalysis.Test.Utilities (11)
Assert\ClrOnlyFactAttribute.cs (1)
53
if (MonoHelpers.
IsRunningOnMono
())
Assert\ConditionalFactAttribute.cs (2)
335
public override bool ShouldSkip => MonoHelpers.
IsRunningOnMono
();
365
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
())