7 references to CreateAnonymousPipe
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntimeOperations.cs (1)
55
SafeFileHandle.
CreateAnonymousPipe
(out SafeFileHandle inputReadHandle, out SafeFileHandle inputWriteHandle, asyncWrite: true);
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (3)
1334
SafeFileHandle.
CreateAnonymousPipe
(out childInputHandle, out parentInputPipeHandle);
1343
SafeFileHandle.
CreateAnonymousPipe
(out parentOutputPipeHandle, out childOutputHandle, asyncRead: OperatingSystem.IsWindows());
1352
SafeFileHandle.
CreateAnonymousPipe
(out parentErrorPipeHandle, out childErrorHandle, asyncRead: OperatingSystem.IsWindows());
System\Diagnostics\ProcessStartInfo.cs (3)
180
/// Use <see cref="SafeFileHandle.
CreateAnonymousPipe
"/> to create a pair of connected pipe handles,
206
/// Use <see cref="SafeFileHandle.
CreateAnonymousPipe
"/> to create a pair of connected pipe handles,
232
/// Use <see cref="SafeFileHandle.
CreateAnonymousPipe
"/> to create a pair of connected pipe handles,