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