1 write to _exited
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
255
_exited
= true;
12 references to _exited
System.Diagnostics.Process (12)
System\Diagnostics\ProcessWaitState.Unix.cs (12)
275
_exitedEvent = new ManualResetEvent(initialState:
_exited
);
276
if (!
_exited
)
299
Debug.Assert(
_exited
);
318
if (
_exited
)
342
return
_exited
;
404
if (
_exited
)
432
if (
_exited
)
452
return
_exited
;
525
if (!
_exited
)
530
if (
_exited
) // may have been updated by CheckForNonChildExit
546
Debug.Assert(!
_exited
);
564
if (
_exited
)