7 writes to queuePath
System.Messaging (7)
System\Messaging\MessageQueue.cs (7)
657
this.
queuePath
= labeledQueue.QueuePath;
661
this.
queuePath
= this.path;
1177
this.
queuePath
= labeledQueue.QueuePath;
1193
this.
queuePath
= description;
1196
this.
queuePath
= path;
1606
this.
queuePath
= null;
2050
queues[index].
queuePath
= path;
3 references to queuePath
System.Messaging (3)
System\Messaging\MessageQueue.cs (3)
662
this.formatName = ResolveFormatNameFromQueuePath(this.
queuePath
, true);
1165
if (this.
queuePath
== null)
1198
return this.
queuePath
;