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