2 writes to ResponseQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
1455this.filter.ResponseQueue = true; 1460this.filter.ResponseQueue = false;
5 references to ResponseQueue
System.Messaging (5)
System\Messaging\Message.cs (5)
1428if (!this.filter.ResponseQueue) 1458if (this.filter.ResponseQueue) 2138if (filter.ResponseQueue) 2187if (this.filter.ResponseQueue && this.cachedResponseQueue != null) 2322if (this.filter.ResponseQueue)