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