4 writes to hStdOutput
System (4)
compmod\microsoft\win32\NativeMethods.cs (1)
141hStdOutput = null;
compmod\system\codedom\compiler\Executor.cs (1)
183si.hStdOutput = output.SafeFileHandle;
services\monitoring\system\diagnosticts\Process.cs (2)
2017CreatePipe(out standardOutputReadPipeHandle, out startupInfo.hStdOutput, false); 2019startupInfo.hStdOutput = new SafeFileHandle(NativeMethods.GetStdHandle(NativeMethods.STD_OUTPUT_HANDLE), false);
3 references to hStdOutput
System (3)
compmod\microsoft\win32\NativeMethods.cs (3)
139if(hStdOutput != null && !hStdOutput.IsInvalid) { 140hStdOutput.Close();