5 references to InheritedHandles
System.Diagnostics.Process (5)
System\Diagnostics\ProcessStartInfo.cs (5)
244
/// Two concurrent process starts that pass same handle in <see cref="
InheritedHandles
"/>
446
if (
InheritedHandles
is not null && (UseShellExecute || !string.IsNullOrEmpty(UserName)))
458
if (
InheritedHandles
is not null)
460
IList<SafeHandle> list =
InheritedHandles
;
561
throw new ArgumentException(SR.InheritedHandles_MustNotContainStandardHandles, nameof(
InheritedHandles
));