3 writes to size
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
55this.size = size; 137size = Connection.EndRead(); 172size -= bytesDecoded;
4 references to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
68get { return size; } 138if (size == 0) 151if (size == 0) 168int bytesDecoded = decoder.Decode(connectionBuffer, offset, size);