4 writes to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
1127this.size = size; 1148return DecodeMessage(buffer, ref offset, ref size, ref isAtEOF, timeout); 1154return DecodeMessage(envelopeBuffer, ref dummyOffset, ref size, ref isAtEOF, timeout); 1425this.size = bytesRead;
8 references to size
System.ServiceModel (8)
System\ServiceModel\Channels\SessionConnectionReader.cs (8)
1185if (size > 0) 1190preReadConnection.AddPreReadData(this.buffer, this.offset, this.size); 1194result = new PreReadConnection(result, this.buffer, this.offset, this.size); 1217if (size > 0) 1232if (size != 0) 1295if (size > 0) 1310if (size != 0) 1456if (size != 0)