11 references to Join
mscorlib (1)
system\applicationactivator.cs (1)
89th.Join();
System (2)
compmod\microsoft\win32\SystemEvents.cs (1)
1417windowThread.Join(); //avoids an AppDomainUnloaded exception on our background thread.
services\monitoring\system\diagnosticts\Process.cs (1)
2860executionThread.Join();
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
61this.worker.Join();
System.Management (1)
InteropClasses\WMIInterop.cs (1)
2441this.thread.Join ( ) ;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
1080thread.Join();
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (1)
88workerThread.Start(); workerThread.Join();
DebugEngine\DebugControllerThread.cs (2)
68this.controllerThread.Join(); 72this.controllerThread.Join();
DebugEngine\ProgramPublisher.cs (2)
53publisherThread.Join(); 96unpublisherThread.Join();