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