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