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