4 writes to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
361this.size = preambleReader.BufferSize; 429size = Connection.Read(connectionBuffer, 0, connectionBuffer.Length, timeoutHelper.RemainingTime()); 537size -= bytesDecoded; 790channel.size = channel.Connection.EndRead();
12 references to size
System.ServiceModel (12)
System\ServiceModel\Channels\SessionConnectionReader.cs (12)
426if (size == 0) 430if (size == 0) 448if (this.size > 0) 450connectionToUpgrade = new PreReadConnection(connectionToUpgrade, this.connectionBuffer, this.offset, this.size); 487if (size == 0) 533int bytesDecoded = decoder.Decode(connectionBuffer, offset, size); 714if (channel.size == 0) 781if (channel.size == 0) 791if (channel.size == 0) 802if (channel.size > 0) 804connectionToUpgrade = new PreReadConnection(connectionToUpgrade, channel.connectionBuffer, channel.offset, channel.size); 991: base(channel.Connection, channel.rawConnection, channel.offset, channel.size, channel.RemoteSecurity)