1 write to bodyLength
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
48this.bodyLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_SIZE);
3 references to bodyLength
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (3)
79bufferSizeQuota.Alloc(this.bodyLength.Value); 80this.body.EnsureBufferLength(this.bodyLength.Value); 130get { return this.bodyLength; }