2 writes to cachedResponseQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
1444this.cachedResponseQueue = new MessageQueue("FORMATNAME:" + queueFormatName); 1466this.cachedResponseQueue = value;
4 references to cachedResponseQueue
System.Messaging (4)
System\Messaging\Message.cs (4)
1437if (this.cachedResponseQueue == null) 1448return this.cachedResponseQueue; 2187if (this.filter.ResponseQueue && this.cachedResponseQueue != null) 2189queueFormatName = this.cachedResponseQueue.FormatName;