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