2 writes to isRemoteMachine
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
162
this.
isRemoteMachine
= isRemoteMachine;
1308
isRemoteMachine
= false;
3 references to isRemoteMachine
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
872
if (processName.Length == 15 && ProcessManager.IsNt && ProcessManager.IsOSOlderThanXP && !
isRemoteMachine
) {
1055
newThreadsArray[i] = new ProcessThread(
isRemoteMachine
, (ThreadInfo)processInfo.threadInfoList[i]);
1370
if ((state & State.IsLocal) != (State)0 &&
isRemoteMachine
) {