// Assembly: mscorlib
// Full name: System.Runtime.CompilerServices.TaskAwaiter

namespace System.Runtime.CompilerServices
{
public class TaskAwaiter // TypeDefIndex: 4449
{
	// Fields
	type#27014 m_task;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27008 task) { }
	// RVA: -1
	public type#15313 get_IsCompleted() { }
	// RVA: -1
	public virtual type#28660 UnsafeOnCompleted(type#14105 continuation) { }
	// RVA: -1
	public type#28660 GetResult() { }
	// RVA: -1
	internal static type#28660 ValidateEnd(type#27008 task) { }
	// RVA: -1
	private static type#28660 HandleNonSuccessAndDebuggerNotification(type#27008 task) { }
	// RVA: -1
	private static type#28660 ThrowForNonSuccess(type#27008 task) { }
	// RVA: -1
	internal static type#28660 OnCompletedInternal(type#27008 task, type#14105 continuation, type#15313 continueOnCapturedContext, type#15313 flowExecutionContext) { }
	// RVA: -1
	private static type#14105 OutputWaitEtwEvents(type#27008 task, type#14105 continuation) { }
}
}
