3 references to OpenStandardErrorHandle
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
122childErrorHandle ??= nullDeviceHandle ?? (ProcessUtils.PlatformSupportsConsole ? Console.OpenStandardErrorHandle() : null);
System\Diagnostics\Process.cs (1)
1255childErrorHandle ??= Console.OpenStandardErrorHandle();
System\Diagnostics\ProcessStartInfo.cs (1)
209/// or <see cref="System.Console.OpenStandardErrorHandle"/> to inherit the parent's standard error