2 references to ERROR_COUNTER_TIMEOUT
System (2)
sys\system\io\ports\SerialStream.cs (2)
1201
if (hr == NativeMethods.
ERROR_COUNTER_TIMEOUT
)
1242
if (Marshal.GetLastWin32Error() == NativeMethods.
ERROR_COUNTER_TIMEOUT
)