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