7 references to IsLocal
System.Diagnostics.Process (7)
System\Diagnostics\Process.cs (5)
383
EnsureState(State.HaveNonExitedId | State.
IsLocal
);
922
if ((state & State.
IsLocal
) != (State)0 && _isRemoteMachine)
1789
EnsureState(State.HaveId | State.
IsLocal
);
1824
EnsureState(State.HaveId | State.
IsLocal
);
1859
EnsureState(State.HaveId | State.
IsLocal
);
System\Diagnostics\Process.NonUap.cs (1)
23
EnsureState(State.Associated | State.
IsLocal
);
System\Diagnostics\Process.Unix.cs (1)
421
EnsureState(State.HaveNonExitedId | State.
IsLocal
);