2 writes to cachedTransactionStatusQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
1824this.cachedTransactionStatusQueue = new MessageQueue("FORMATNAME:" + queueFormatName); 1846this.cachedTransactionStatusQueue = value;
4 references to cachedTransactionStatusQueue
System.Messaging (4)
System\Messaging\Message.cs (4)
1817if (this.cachedTransactionStatusQueue == null) 1828return this.cachedTransactionStatusQueue; 2194if (this.filter.TransactionStatusQueue && this.cachedTransactionStatusQueue != null) 2196queueFormatName = this.cachedTransactionStatusQueue.FormatName;