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