// Assembly: mscorlib
// Full name: System.Threading.Tasks.ValueTask

namespace System.Threading.Tasks
{
public class ValueTask // TypeDefIndex: 3843
{
	// Fields
	type#27015 s_canceledTask;
	type#23713 _obj;
	type#20861 _token;
	type#15323 _continueOnCapturedContext;

	// Methods
	// RVA: -1
	internal static type#27008 get_CompletedTask() { }
	// RVA: -1
	public type#28660 .ctor(type#27008 task) { }
	// RVA: -1
	public type#28660 .ctor(type#20621 source, type#20856 token) { }
	// RVA: -1
	private type#28660 .ctor(type#23705 obj, type#20856 token, type#15313 continueOnCapturedContext) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#28389 other) { }
	// RVA: -1
	public type#27008 AsTask() { }
	// RVA: -1
	private type#27008 GetTaskForValueTaskSource(type#20621 t) { }
	// RVA: -1
	public type#15313 get_IsCompleted() { }
	// RVA: -1
	internal type#28660 ThrowIfCompletedUnsuccessfully() { }
	// RVA: -1
	public type#28391 GetAwaiter() { }
	// RVA: -1
	public type#16330 ConfigureAwait(type#15313 continueOnCapturedContext) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
