// Assembly: mscorlib
// Full name: System.Threading.Tasks.DebuggerSupport

namespace System.Threading.Tasks
{
public class DebuggerSupport // TypeDefIndex: 3874
{
	// Fields
	type#9369 s_activeTasks;
	type#23715 s_activeTasksLock;

	// Methods
	// RVA: -1
	public static type#15313 get_LoggingOn() { }
	// RVA: -1
	public static type#28660 TraceOperationCreation(type#15803 traceLevel, type#27008 task, type#26576 operationName, type#27937 relatedContext) { }
	// RVA: -1
	public static type#28660 TraceOperationCompletion(type#15803 traceLevel, type#27008 task, type#14656 status) { }
	// RVA: -1
	public static type#28660 TraceOperationRelation(type#15803 traceLevel, type#27008 task, type#15799 relation) { }
	// RVA: -1
	public static type#28660 TraceSynchronousWorkStart(type#15803 traceLevel, type#27008 task, type#15801 work) { }
	// RVA: -1
	public static type#28660 TraceSynchronousWorkCompletion(type#15803 traceLevel, type#15801 work) { }
	// RVA: -1
	public static type#28660 AddToActiveTasks(type#27008 task) { }
	// RVA: -1
	private static type#28660 AddToActiveTasksNonInlined(type#27008 task) { }
	// RVA: -1
	public static type#28660 RemoveFromActiveTasks(type#27008 task) { }
	// RVA: -1
	private static type#28660 RemoveFromActiveTasksNonInlined(type#27008 task) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
