3 references to ThreadPriority
mscorlib (2)
system\threading\thread.cs (2)
635
public
ThreadPriority
Priority {
637
get { return (
ThreadPriority
)GetPriorityNative(); }
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
34
this.controllerThread.Priority =
ThreadPriority
.Lowest;