2 writes to waitHandle
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1411this.waitHandle = new ProcessWaitHandle(m_processHandle); 2389waitHandle = null;
2 references to waitHandle
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1412this.registeredWaitHandle = ThreadPool.RegisterWaitForSingleObject(this.waitHandle, 2388waitHandle.Close();