2 writes to cachedDestinationQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
878
this.
cachedDestinationQueue
= new MessageQueue("FORMATNAME:" + queueFormatName);
2270
this.
cachedDestinationQueue
= null;
2 references to cachedDestinationQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
872
if (this.
cachedDestinationQueue
== null)
882
return this.
cachedDestinationQueue
;