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