2 writes to Path
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
846
Path
= newPath.ToString();
1154
Path
= newPath.ToString();
9 references to Path
System.Messaging (9)
System\Messaging\Design\MessageQueueConverter.cs (3)
45
componentsCreated[queue.
Path
] = queue;
87
return ((MessageQueue)value).
Path
;
104
if (existingComponent.
Path
== path)
System\Messaging\MessageQueue.cs (2)
161
/// constructor, the <see cref='System.Messaging.MessageQueue.
Path
'/>
1058
/// Gets or sets the queue's path. When setting the <see cref='System.Messaging.MessageQueue.
Path
'/>, this points the <see cref='System.Messaging.MessageQueue'/>
System\Messaging\MessageQueueInstaller.cs (4)
377
if (queue.
Path
!= null && queue.
Path
!= string.Empty)
378
Path = queue.
Path
;
415
stateSaver["Path"] = queue.
Path
;