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

namespace System.Runtime.CompilerServices
{
public class AsyncVoidMethodBuilder // TypeDefIndex: 4456
{
	// Fields
	type#26820 m_synchronizationContext;
	type#14606 m_coreState;
	type#27009 m_task;

	// Methods
	// RVA: -1
	public static type#14685 Create() { }
	// RVA: -1
	public type#28660 Start(type#11332 stateMachine) { }
	// RVA: -1
	public type#28660 SetStateMachine(type#19813 stateMachine) { }
	// RVA: -1
	public type#28660 AwaitUnsafeOnCompleted(type#11331 awaiter, type#11544 stateMachine) { }
	// RVA: -1
	public type#28660 SetResult() { }
	// RVA: -1
	public type#28660 SetException(type#18121 exception) { }
	// RVA: -1
	private type#28660 NotifySynchronizationContextOfCompletion() { }
	// RVA: -1
	internal type#27008 get_Task() { }
}
}
