// Assembly: mscorlib
// Full name: ConfiguredTaskAwaiter

public class ConfiguredTaskAwaiter // TypeDefIndex: 4451
{
	// Fields
	type#27014 m_task;
	type#15323 m_continueOnCapturedContext;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27008 task, type#15313 continueOnCapturedContext) { }
	// RVA: -1
	public type#15313 get_IsCompleted() { }
	// RVA: -1
	public virtual type#28660 OnCompleted(type#14105 continuation) { }
	// RVA: -1
	public virtual type#28660 UnsafeOnCompleted(type#14105 continuation) { }
	// RVA: -1
	public type#28660 GetResult() { }
}
