2 writes to processId
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
163this.processId = processId; 1800this.processId = processId;
9 references to processId
System (9)
services\monitoring\system\diagnosticts\Process.cs (9)
306throw new InvalidOperationException(SR.GetString(SR.ProcessHasExited, processId.ToString(CultureInfo.CurrentCulture))); 393return processId; 425mainWindowHandle = ProcessManager.GetMainWindowHandle(processId); 489ModuleInfo module = NtProcessManager.GetFirstModuleInfo(processId); 557ModuleInfo[] moduleInfos = ProcessManager.GetModuleInfos(processId); 1378processInfo = ProcessManager.GetProcessInfo(processId, machineName); 1669throw new InvalidOperationException(SR.GetString(SR.ProcessHasExited, processId.ToString(CultureInfo.CurrentCulture))); 1686handle = ProcessManager.OpenProcess(processId, access, throwIfExited); 1703throw new InvalidOperationException(SR.GetString(SR.ProcessHasExited, processId.ToString(CultureInfo.CurrentCulture)));