6 writes to Formatter
System.Messaging (6)
System\Messaging\Message.cs (2)
100
this.
Formatter
= formatter;
2204
this.
Formatter
= new XmlMessageFormatter();
System\Messaging\MessageQueue.cs (4)
2967
receiveMessage.
Formatter
= (IMessageFormatter)this.formatter.Clone();
3050
receiveMessage.
Formatter
= (IMessageFormatter)this.formatter.Clone();
3265
message.
Formatter
= this.Formatter;
3843
this.message.
Formatter
= (IMessageFormatter)this.owner.formatter.Clone();
4 references to Formatter
System.Messaging (4)
System\Messaging\Message.cs (4)
621
if (this.
Formatter
== null)
624
this.cachedBodyObject = this.
Formatter
.Read(this);
2203
if (this.
Formatter
== null)
2206
this.
Formatter
.Write(this, this.cachedBodyObject);