// Assembly: mscorlib
// Full name: System.Threading.AsyncLocal`1

namespace System.Threading
{
public class AsyncLocal`1 // TypeDefIndex: 3736
{
	// Fields
	type#3054 m_valueChangedHandler;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#3053 valueChangedHandler) { }
	// RVA: -1
	public type#28660 set_Value(type#1000 value) { }
	// RVA: -1
	private virtual type#28660 System.Threading.IAsyncLocal.OnValueChanged(type#23705 previousValueObj, type#23705 currentValueObj, type#15313 contextChanged) { }
}
}
