4 writes to _numBytes
System (4)
sys\system\io\ports\SerialStream.cs (4)
1641
asyncResult.
_numBytes
= (int)numBytes;
1728
asyncResult.
_numBytes
= 2;
1785
if (Interlocked.Decrement(ref asyncResult.
_numBytes
) == 0)
1806
if (Interlocked.Decrement(ref asyncResult.
_numBytes
) == 0)
4 references to _numBytes
System (4)
sys\system\io\ports\SerialStream.cs (4)
989
if ((afsar.
_numBytes
== 0) && (ReadTimeout == SerialPort.InfiniteTimeout) && (afsar._errorCode == 0))
1009
return afsar.
_numBytes
;
1194
numBytes = afsar.
_numBytes
;
1236
numBytes = afsar.
_numBytes
;