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

namespace System.Threading
{
public class ExecutionContext // TypeDefIndex: 3793
{
	// Fields
	type#26820 _syncContext;
	type#26820 _syncContextNoFlow;
	type#22180 _logicalCallContext;
	type#20718 _illogicalCallContext;
	type#31222 _flags;
	type#4435 _localValues;
	type#8662 _localChangeNotifications;
	type#18168 s_dummyDefaultEC;
	type#18169 Default;

	// Methods
	// RVA: -1
	internal type#15313 get_isNewCapture() { }
	// RVA: -1
	internal type#28660 set_isNewCapture(type#15313 value) { }
	// RVA: -1
	internal type#15313 get_isFlowSuppressed() { }
	// RVA: -1
	internal type#28660 set_isFlowSuppressed(type#15313 value) { }
	// RVA: -1
	internal type#15313 get_IsPreAllocatedDefault() { }
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#15313 isPreAllocatedDefault) { }
	// RVA: -1
	internal static type#28660 SetLocalValue(type#19738 local, type#23705 newValue, type#15313 needChangeNotifications) { }
	// RVA: -1
	internal static type#28660 OnAsyncLocalContextChanged(type#18163 previous, type#18163 current) { }
	// RVA: -1
	internal type#22179 get_LogicalCallContext() { }
	// RVA: -1
	internal type#28660 set_LogicalCallContext(type#22179 value) { }
	// RVA: -1
	internal type#20717 get_IllogicalCallContext() { }
	// RVA: -1
	internal type#28660 set_IllogicalCallContext(type#20717 value) { }
	// RVA: -1
	internal type#26819 get_SynchronizationContext() { }
	// RVA: -1
	internal type#28660 set_SynchronizationContext(type#26819 value) { }
	// RVA: -1
	internal type#26819 get_SynchronizationContextNoFlow() { }
	// RVA: -1
	internal type#28660 set_SynchronizationContextNoFlow(type#26819 value) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public static type#28660 Run(type#18163 executionContext, type#16454 callback, type#23705 state) { }
	// RVA: -1
	internal static type#28660 Run(type#18163 executionContext, type#16454 callback, type#23705 state, type#15313 preserveSyncCtx) { }
	// RVA: -1
	internal static type#28660 RunInternal(type#18163 executionContext, type#16454 callback, type#23705 state) { }
	// RVA: -1
	internal static type#28660 RunInternal(type#18163 executionContext, type#16454 callback, type#23705 state, type#15313 preserveSyncCtx) { }
	// RVA: -1
	internal static type#28660 EstablishCopyOnWriteScope(type#11874 ecsw) { }
	// RVA: -1
	private static type#28660 EstablishCopyOnWriteScope(type#27367 currentThread, type#15313 knownNullWindowsIdentity, type#11874 ecsw) { }
	// RVA: -1
	internal static type#18170 SetExecutionContext(type#18163 executionContext, type#15313 preserveSyncCtx) { }
	// RVA: -1
	public type#18163 CreateCopy() { }
	// RVA: -1
	internal type#18163 CreateMutableCopy() { }
	// RVA: -1
	public static type#14590 SuppressFlow() { }
	// RVA: -1
	public static type#28660 RestoreFlow() { }
	// RVA: -1
	public static type#15313 IsFlowSuppressed() { }
	// RVA: -1
	public static type#18163 Capture() { }
	// RVA: -1
	internal static type#18163 FastCapture() { }
	// RVA: -1
	internal static type#18163 Capture(type#12122 stackMark, type#31219 options) { }
	// RVA: -1
	public virtual type#28660 GetObjectData(type#25857 info, type#26566 context) { }
	// RVA: -1
	private type#28660 .ctor(type#25857 info, type#26566 context) { }
	// RVA: -1
	internal type#15313 IsDefaultFTContext(type#15313 ignoreSyncCtx) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
