6 instantiations of 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)) {
5 references to ProcessWaitHandle
System (5)
compmod\system\codedom\compiler\Executor.cs (1)
290ProcessWaitHandle pwh = null;
services\monitoring\system\diagnosticts\Process.cs (3)
255ProcessWaitHandle wh = null; 1664ProcessWaitHandle waitHandle = null; 2429ProcessWaitHandle processWaitHandle = null;
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1241using (ProcessWaitHandle wh = new ProcessWaitHandle(procHandle)) {