2 writes to _state
System.Diagnostics.Process (2)
System\Diagnostics\ProcessWaitState.Unix.cs (2)
59
_state
= ProcessWaitState.AddRef(processId, isNewChild, usesTerminal);
78
_state
= null!;
5 references to _state
System.Diagnostics.Process (5)
System\Diagnostics\Process.Unix.cs (1)
961
return _waitStateHolder.
_state
;
System\Diagnostics\ProcessWaitState.Unix.cs (4)
66
if (
_state
!= null && !Environment.HasShutdownStarted)
68
_state
.ReleaseRef();
74
if (
_state
!= null)
77
_state
.ReleaseRef();