7 writes to formatName
System.Messaging (7)
System\Messaging\MessageQueue.cs (7)
627this.formatName = MessageQueue.formatNameCache.Get(pathUpper); 645this.formatName = newFormatName.ToString(); 651this.formatName = this.path.Substring(PREFIX_FORMAT_NAME.Length); 656this.formatName = labeledQueue.FormatName; 662this.formatName = ResolveFormatNameFromQueuePath(this.queuePath, true); 1176this.formatName = labeledQueue.FormatName; 1605this.formatName = null;
7 references to formatName
System.Messaging (7)
System\Messaging\MessageQueue.cs (7)
616if (this.formatName == null) 630if (formatName == null) 646return this.formatName; 665MessageQueue.formatNameCache.Put(pathUpper, formatName); 669return this.formatName; 834if ((this.path == null || this.path.Length == 0) && this.formatName == null) 1143if ((this.path == null || this.path.Length == 0) && this.formatName == null)