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