3 references to Thread
mscorlib (1)
system\threading\Tasks\ThreadPoolTaskScheduler.cs (1)
61
Thread thread = new
Thread
(s_longRunningThreadWork);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
71
pingThread = new
Thread
(PingProc);
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
32
this.controllerThread = new
Thread
(ControllerThreadFunction);