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