1 write to bytesRead
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
511bytesRead = connection.EndRead();
2 references to bytesRead
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
512Buffer.BlockCopy(connection.AsyncReadBuffer, 0, buffer, offset, bytesRead); 518return thisPtr.bytesRead;