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