2 writes to Path
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
846Path = newPath.ToString(); 1154Path = newPath.ToString();
9 references to Path
System.Messaging (9)
System\Messaging\Design\MessageQueueConverter.cs (3)
45componentsCreated[queue.Path] = queue; 87return ((MessageQueue)value).Path; 104if (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)
377if (queue.Path != null && queue.Path != string.Empty) 378Path = queue.Path; 415stateSaver["Path"] = queue.Path;