1 reference to IsRuntimeAsyncEnabled
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
RuntimeAsyncTestHelpers.cs (1)
28public static string? ExpectedOutput(string? output) => ExecutionConditionUtil.IsCoreClr && IsRuntimeAsyncEnabled ? output : null;