5 references to RedirectStandardError
System (5)
services\monitoring\system\diagnosticts\Process.cs (5)
1978
if( startInfo.StandardErrorEncoding != null && !startInfo.
RedirectStandardError
) {
2009
if (startInfo.RedirectStandardInput || startInfo.RedirectStandardOutput || startInfo.
RedirectStandardError
) {
2022
if (startInfo.
RedirectStandardError
) {
2161
if (startInfo.
RedirectStandardError
) {
2191
if (startInfo.RedirectStandardInput || startInfo.RedirectStandardOutput || startInfo.
RedirectStandardError
) {