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