// Assembly: mscorlib
// Full name: System.LocalDataStoreMgr

namespace System
{
public class LocalDataStoreMgr // TypeDefIndex: 3622
{
	// Fields
	type#12852 m_SlotInfoTable;
	type#20868 m_FirstAvailableSlot;
	type#8798 m_ManagedLocalDataStores;
	type#4761 m_KeyToSlotMap;
	type#20901 m_CookieGenerator;

	// Methods
	// RVA: -1
	public type#22102 CreateLocalDataStore() { }
	// RVA: -1
	public type#28660 DeleteLocalDataStore(type#22099 store) { }
	// RVA: -1
	public type#22108 AllocateDataSlot() { }
	// RVA: -1
	public type#22108 AllocateNamedDataSlot(type#26576 name) { }
	// RVA: -1
	public type#22108 GetNamedDataSlot(type#26576 name) { }
	// RVA: -1
	public type#28660 FreeNamedDataSlot(type#26576 name) { }
	// RVA: -1
	internal type#28660 FreeDataSlot(type#20867 slot, type#20900 cookie) { }
	// RVA: -1
	public type#28660 ValidateSlot(type#22108 slot) { }
	// RVA: -1
	internal type#20867 GetSlotTableLength() { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
