2 references to ERROR_IO_INCOMPLETE
System (2)
sys\system\io\ports\SerialStream.cs (2)
1764while (error == NativeMethods.ERROR_IO_INCOMPLETE && !ShutdownLoop && !success); 1769if (! ( (error == NativeMethods.ERROR_IO_INCOMPLETE || error == NativeMethods.ERROR_INVALID_PARAMETER) && ShutdownLoop))