3 references to ERROR_IO_PENDING
System.Core (3)
System\IO\Pipes\Pipe.cs (1)
679
if (errorCode == UnsafeNativeMethods.
ERROR_IO_PENDING
) {
System\IO\Pipes\PipeStream.cs (2)
350
else if (hr != UnsafeNativeMethods.
ERROR_IO_PENDING
) {
552
if (hr != UnsafeNativeMethods.
ERROR_IO_PENDING
) {