5 references to HasArgumentList
System.Diagnostics.Process (5)
System\Diagnostics\Process.cs (2)
1263
if (!string.IsNullOrEmpty(startInfo.Arguments) && startInfo.
HasArgumentList
)
1267
if (startInfo.
HasArgumentList
)
System\Diagnostics\Process.Unix.cs (2)
577
(ignoreArguments || (string.IsNullOrEmpty(psi.Arguments) && !psi.
HasArgumentList
)))
600
else if (psi.
HasArgumentList
)
System\Diagnostics\ProcessStartInfo.cs (1)
188
if (
HasArgumentList
)