4 writes to size
System.ServiceModel (4)
System\ServiceModel\Channels\SingletonConnectionReader.cs (4)
58this.size = size; 141size -= bytesRead; 368this.parent.size = value; 891size = Connection.EndRead();
6 references to size
System.ServiceModel (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
81get { return this.size; } 119while ((size > 0 || !isReadPending) && !IsClosed) 121if (size == 0) 137int bytesRead = decoder.Decode(connectionBuffer, offset, size); 364return this.parent.size; 893if (size == 0)