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