NUnit.Framework.Internal.MessagePumpStrategy
namespace NUnit.Framework.Internal
{
internal abstract class MessagePumpStrategy
{
public abstract void WaitForCompletion(AwaitAdapter awaiter);
public static MessagePumpStrategy FromCurrentSynchronizationContext();
protected MessagePumpStrategy();
}
}