2 writes to asyncBytesRead
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
233
this.
asyncBytesRead
= bytesToCopy;
245
this.
asyncBytesRead
= 0;
2 references to asyncBytesRead
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
242
if (this.
asyncBytesRead
> 0)
244
int retValue = this.
asyncBytesRead
;