1 write to _exited
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
270
_exited
= true;
12 references to _exited
System.Diagnostics.Process (12)
System\Diagnostics\ProcessWaitState.Unix.cs (12)
290
_exitedEvent = new ManualResetEvent(initialState:
_exited
);
291
if (!
_exited
)
314
Debug.Assert(
_exited
);
333
if (
_exited
)
357
return
_exited
;
419
if (
_exited
)
447
if (
_exited
)
467
return
_exited
;
540
if (!
_exited
)
545
if (
_exited
) // may have been updated by CheckForNonChildExit
561
Debug.Assert(!
_exited
);
580
if (
_exited
)