NUnit.Framework.Internal.FSharpAsyncAwaitAdapter
namespace NUnit.Framework.Internal
{
internal static class FSharpAsyncAwaitAdapter
{
public static bool IsAwaitable(Type awaitableType);
public static Type GetResultType(Type awaitableType);
public static AwaitAdapter TryCreate(object awaitable);
}
}