// Assembly: mscorlib
// Full name: System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1

namespace System.Runtime.CompilerServices
{
public class AsyncTaskMethodBuilder`1 // TypeDefIndex: 4458
{
	// Fields
	type#10447 s_defaultResultTask;
	type#14606 m_coreState;
	type#10446 m_task;

	// Methods
	// RVA: -1
	public static type#3649 Create() { }
	// RVA: -1
	public type#28660 Start(type#11325 stateMachine) { }
	// RVA: -1
	public type#28660 SetStateMachine(type#19813 stateMachine) { }
	// RVA: -1
	public type#28660 AwaitUnsafeOnCompleted(type#11324 awaiter, type#11541 stateMachine) { }
	// RVA: -1
	public type#10445 get_Task() { }
	// RVA: -1
	public type#28660 SetResult(type#1001 result) { }
	// RVA: -1
	internal type#28660 SetResult(type#10445 completedTask) { }
	// RVA: -1
	public type#28660 SetException(type#18121 exception) { }
	// RVA: -1
	internal static type#10445 GetTaskForResult(type#1001 result) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
