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