5 references to HasArgumentList
System.Diagnostics.Process (5)
System\Diagnostics\ProcessStartInfo.cs (3)
400if (HasArgumentList) 448if (!string.IsNullOrEmpty(Arguments) && HasArgumentList) 452if (HasArgumentList)
System\Diagnostics\ProcessUtils.Unix.cs (2)
237(ignoreArguments || (string.IsNullOrEmpty(psi.Arguments) && !psi.HasArgumentList))) 260else if (psi.HasArgumentList)