2 writes to cachedBodyObject
System.Messaging (2)
System\Messaging\Message.cs (2)
624this.cachedBodyObject = this.Formatter.Read(this); 633this.cachedBodyObject = value;
4 references to cachedBodyObject
System.Messaging (4)
System\Messaging\Message.cs (4)
619if (this.cachedBodyObject == null) 627return this.cachedBodyObject; 2201if (this.filter.Body && this.cachedBodyObject != null) 2206this.Formatter.Write(this, this.cachedBodyObject);