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"/> 446if (InheritedHandles is not null && (UseShellExecute || !string.IsNullOrEmpty(UserName))) 458if (InheritedHandles is not null) 460IList<SafeHandle> list = InheritedHandles; 561throw new ArgumentException(SR.InheritedHandles_MustNotContainStandardHandles, nameof(InheritedHandles));