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

namespace System.Threading
{
public class OSSpecificSynchronizationContext // TypeDefIndex: 3800
{
	// Fields
	type#23706 m_OSSynchronizationContext;
	type#4217 s_ContextCache;

	// Methods
	// RVA: -1
	private type#28660 .ctor(type#23705 osContext) { }
	// RVA: -1
	public static type#23693 Get() { }
	// RVA: -1
	public virtual type#26819 CreateCopy() { }
	// RVA: -1
	public virtual type#28660 Send(type#25812 d, type#23705 state) { }
	// RVA: -1
	public virtual type#28660 Post(type#25812 d, type#23705 state) { }
	// RVA: -1
	private static type#28660 InvocationEntry(type#20925 arg) { }
	// RVA: -1
	private static type#23705 GetOSContext() { }
	// RVA: -1
	private static type#28660 PostInternal(type#23705 osSynchronizationContext, type#20925 callback, type#20925 arg) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
