2 writes to count
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
710this.count = this.buffer.Count; 736count -= bytesRead;
3 references to count
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
713IAsyncResult result = inputStream.BeginRead(buffer.Array, offset, count, onRead, this); 737if (count <= 0) 743IAsyncResult result = inputStream.BeginRead(buffer.Array, offset, count, onRead, this);