6 references to s_processWaitStates
System.Diagnostics.Process (6)
System\Diagnostics\ProcessWaitState.Unix.cs (6)
124
lock (
s_processWaitStates
)
133
else if (
s_processWaitStates
.TryGetValue(processId, out pws))
144
s_processWaitStates
.Remove(processId);
152
s_processWaitStates
.Add(processId, pws);
164
Dictionary<int, ProcessWaitState> waitStates = _isChild ? s_childProcessWaitStates :
s_processWaitStates
;
178
Dictionary<int, ProcessWaitState> waitStates = _isChild ? s_childProcessWaitStates :
s_processWaitStates
;