3 references to ERROR_IO_PENDING
System (3)
sys\system\io\ports\SerialStream.cs (3)
1466
if (hr != NativeMethods.
ERROR_IO_PENDING
)
1519
if (hr != NativeMethods.
ERROR_IO_PENDING
)
1749
if (hr == NativeMethods.
ERROR_IO_PENDING
)