4 writes to _outstandingRefCount
System.Diagnostics.Process (4)
System\Diagnostics\ProcessWaitState.Unix.cs (4)
115
pws.
_outstandingRefCount
++; // For Holder
116
pws.
_outstandingRefCount
++; // Decremented in CheckChildren
150
pws.
_outstandingRefCount
++;
171
--
_outstandingRefCount
;
1 reference to _outstandingRefCount
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
172
if (
_outstandingRefCount
== 0)