5 references to HasArgumentList
System.Diagnostics.Process (5)
System\Diagnostics\ProcessStartInfo.cs (3)
280if (HasArgumentList) 328if (!string.IsNullOrEmpty(Arguments) && HasArgumentList) 332if (HasArgumentList)
System\Diagnostics\ProcessUtils.Unix.cs (2)
295(ignoreArguments || (string.IsNullOrEmpty(psi.Arguments) && !psi.HasArgumentList))) 318else if (psi.HasArgumentList)