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