5 references to s_processWaitStates
System.Diagnostics.Process (5)
System\Diagnostics\ProcessWaitState.Unix.cs (5)
120
lock (
s_processWaitStates
)
129
else if (
s_processWaitStates
.TryGetValue(processId, out pws))
140
s_processWaitStates
.Remove(processId);
148
s_processWaitStates
.Add(processId, pws);
164
Dictionary<int, ProcessWaitState> waitStates = _isChild ? s_childProcessWaitStates :
s_processWaitStates
;