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