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