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