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