// Assembly: mscorlib
// Full name: System.Threading.Tasks.Task`1

namespace System.Threading.Tasks
{
public class Task`1 // TypeDefIndex: 3875
{
	// Fields
	type#1373 m_result;
	type#10420 s_defaultFactory;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#23705 state, type#27032 options) { }
	// RVA: -1
	internal type#28660 .ctor(type#1372 result) { }
	// RVA: -1
	internal type#28660 .ctor(type#15313 canceled, type#1372 result, type#27032 creationOptions, type#15724 ct) { }
	// RVA: -1
	public type#28660 .ctor(type#5815 function, type#23705 state, type#15724 cancellationToken, type#27032 creationOptions) { }
	// RVA: -1
	internal type#28660 .ctor(type#5461 valueSelector, type#27008 parent, type#15724 cancellationToken, type#27032 creationOptions, type#21002 internalOptions, type#27047 scheduler) { }
	// RVA: -1
	internal type#28660 .ctor(type#17247 valueSelector, type#23705 state, type#27008 parent, type#15724 cancellationToken, type#27032 creationOptions, type#21002 internalOptions, type#27047 scheduler) { }
	// RVA: -1
	internal static type#10458 StartNew(type#27008 parent, type#5461 function, type#15724 cancellationToken, type#27032 creationOptions, type#21002 internalOptions, type#27047 scheduler) { }
	// RVA: -1
	internal static type#10458 StartNew(type#27008 parent, type#5815 function, type#23705 state, type#15724 cancellationToken, type#27032 creationOptions, type#21002 internalOptions, type#27047 scheduler) { }
	// RVA: -1
	internal type#15313 TrySetResult(type#1372 result) { }
	// RVA: -1
	internal type#28660 DangerousSetResult(type#1372 result) { }
	// RVA: -1
	public type#1372 get_Result() { }
	// RVA: -1
	internal type#1372 get_ResultOnSuccess() { }
	// RVA: -1
	internal type#1372 GetResultCore(type#15313 waitCompletionNotification) { }
	// RVA: -1
	public static type#10419 get_Factory() { }
	// RVA: -1
	internal virtual type#28660 InnerInvoke() { }
	// RVA: -1
	public type#10388 GetAwaiter() { }
	// RVA: -1
	public type#4220 ConfigureAwait(type#15313 continueOnCapturedContext) { }
	// RVA: -1
	public type#27008 ContinueWith(type#3079 continuationAction, type#27047 scheduler) { }
	// RVA: -1
	internal type#27008 ContinueWith(type#3079 continuationAction, type#27047 scheduler, type#15724 cancellationToken, type#27027 continuationOptions) { }
	// RVA: -1
	public type#10442 ContinueWith(type#5664 continuationFunction, type#27027 continuationOptions) { }
	// RVA: -1
	internal type#10443 ContinueWith(type#5665 continuationFunction, type#27047 scheduler, type#15724 cancellationToken, type#27027 continuationOptions) { }
}
}
