// Assembly: mscorlib
// Full name: System.Threading.CancellationCallbackInfo

namespace System.Threading
{
public class CancellationCallbackInfo // TypeDefIndex: 3769
{
	// Fields
	type#3280 Callback;
	type#23713 StateForCallback;
	type#18167 TargetExecutionContext;
	type#15744 CancellationTokenSource;
	type#16455 s_executionContextCallback;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#3275 callback, type#23705 stateForCallback, type#18163 targetExecutionContext, type#15738 cancellationTokenSource) { }
	// RVA: -1
	internal type#28660 ExecuteCallback() { }
	// RVA: -1
	private static type#28660 ExecutionContextCallback(type#23705 obj) { }
}
}
