3 writes to exitCode
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
245this.exitCode = exitCode; 274this.exitCode = exitCode; 1702if (NativeMethods.GetExitCodeProcess(handle, out exitCode) && exitCode != NativeMethods.STILL_ACTIVE) {
2 references to exitCode
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
212return exitCode; 1702if (NativeMethods.GetExitCodeProcess(handle, out exitCode) && exitCode != NativeMethods.STILL_ACTIVE) {