6 references to ProcessWaitHandle
System (6)
compmod\system\codedom\compiler\Executor.cs (1)
292pwh = new ProcessWaitHandle(procSH);
services\monitoring\system\diagnosticts\Process.cs (4)
258wh = new ProcessWaitHandle(handle); 1411this.waitHandle = new ProcessWaitHandle(m_processHandle); 1666waitHandle = new ProcessWaitHandle(m_processHandle); 2436processWaitHandle = new ProcessWaitHandle(handle);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1241using (ProcessWaitHandle wh = new ProcessWaitHandle(procHandle)) {