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