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

namespace System.Runtime.CompilerServices
{
public class AsyncTaskMethodBuilder // TypeDefIndex: 4457
{
	// Fields
	type#10511 s_cachedCompleted;
	type#3676 m_builder;

	// Methods
	// RVA: -1
	public static type#14660 Create() { }
	// RVA: -1
	public type#28660 Start(type#11323 stateMachine) { }
	// RVA: -1
	public type#28660 SetStateMachine(type#19813 stateMachine) { }
	// RVA: -1
	public type#28660 AwaitUnsafeOnCompleted(type#11322 awaiter, type#11540 stateMachine) { }
	// RVA: -1
	public type#27008 get_Task() { }
	// RVA: -1
	public type#28660 SetResult() { }
	// RVA: -1
	public type#28660 SetException(type#18121 exception) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
