4 references to RedirectStandardInput
System (4)
services\monitoring\system\diagnosticts\Process.cs (4)
2009
if (startInfo.
RedirectStandardInput
|| startInfo.RedirectStandardOutput || startInfo.RedirectStandardError) {
2010
if (startInfo.
RedirectStandardInput
) {
2153
if (startInfo.
RedirectStandardInput
) {
2191
if (startInfo.
RedirectStandardInput
|| startInfo.RedirectStandardOutput || startInfo.RedirectStandardError) {