2 writes to haveProcessHandle
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1305
haveProcessHandle
= false;
1788
this.
haveProcessHandle
= true;
8 references to haveProcessHandle
System (8)
services\monitoring\system\diagnosticts\Process.cs (8)
181
return haveProcessId ||
haveProcessHandle
;
1260
if (
haveProcessHandle
&& handle == m_processHandle) {
1300
if (
haveProcessHandle
) {
1356
if (
haveProcessHandle
) {
1393
if (!
haveProcessHandle
) {
1407
Debug.Assert(
haveProcessHandle
, "Process.EnsureWatchingForExit called with no process handle");
1659
if (
haveProcessHandle
) {
1730
if (!
haveProcessHandle
) {