9 references to s_childProcessWaitStates
System.Diagnostics.Process (9)
System\Diagnostics\ProcessWaitState.Unix.cs (9)
105lock (s_childProcessWaitStates) 111s_childProcessWaitStates.Remove(processId); 114s_childProcessWaitStates.Add(processId, pws); 125if (s_childProcessWaitStates.TryGetValue(processId, out pws)) 164Dictionary<int, ProcessWaitState> waitStates = _isChild ? s_childProcessWaitStates : s_processWaitStates; 596lock (s_childProcessWaitStates) 608if (s_childProcessWaitStates.TryGetValue(pid, out ProcessWaitState? pws)) 641foreach (KeyValuePair<int, ProcessWaitState> kv in s_childProcessWaitStates) 683if (s_childProcessWaitStates.TryGetValue(pid, out ProcessWaitState? pws))