3 writes to comStat
System (3)
sys\system\io\ports\SerialStream.cs (3)
612if (UnsafeNativeMethods.ClearCommError(_handle, ref errorCode, ref comStat) == false) 626if (UnsafeNativeMethods.ClearCommError(_handle, ref errorCode, ref comStat) == false) 710comStat = new UnsafeNativeMethods.COMSTAT();
2 references to comStat
System (2)
sys\system\io\ports\SerialStream.cs (2)
616return (int) comStat.cbInQue; 628return (int) comStat.cbOutQue;