5 writes to path
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
168this.path = String.Empty; 224this.path = path; 245this.path = path; 264this.path = path; 1087this.path = value;
18 references to path
System.Messaging (18)
System\Messaging\MessageQueue.cs (18)
618if (this.path == null || path.Length == 0) 623string pathUpper = this.path.ToUpper(CultureInfo.InvariantCulture); 651this.formatName = this.path.Substring(PREFIX_FORMAT_NAME.Length); 655MessageQueue labeledQueue = ResolveQueueFromLabel(this.path, true); 661this.queuePath = this.path; 834if ((this.path == null || this.path.Length == 0) && this.formatName == null) 1073return this.path; 1084if (!String.IsNullOrEmpty(this.path)) 1143if ((this.path == null || this.path.Length == 0) && this.formatName == null) 1167if (this.path == null || this.path.Length == 0) 1172string pathUpper = this.path.ToUpper(CultureInfo.InvariantCulture); 1175MessageQueue labeledQueue = ResolveQueueFromLabel(this.path, true); 1196this.queuePath = path; 3534formatNameCache.Remove(path.ToUpper(CultureInfo.InvariantCulture));