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