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

namespace System.Runtime.CompilerServices
{
public class AsyncValueTaskMethodBuilder`1 // TypeDefIndex: 4414
{
	// Fields
	type#3650 _methodBuilder;
	type#1009 _result;
	type#15314 _haveResult;
	type#15314 _useBuilder;

	// Methods
	// RVA: -1
	public static type#3708 Create() { }
	// RVA: -1
	public type#28660 Start(type#11330 stateMachine) { }
	// RVA: -1
	public type#28660 SetStateMachine(type#19813 stateMachine) { }
	// RVA: -1
	public type#28660 SetResult(type#1008 result) { }
	// RVA: -1
	public type#28660 SetException(type#18121 exception) { }
	// RVA: -1
	public type#11170 get_Task() { }
	// RVA: -1
	public type#28660 AwaitUnsafeOnCompleted(type#11329 awaiter, type#11543 stateMachine) { }
}
}
