5 references to formatNameCache
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
627
this.formatName = MessageQueue.
formatNameCache
.Get(pathUpper);
665
MessageQueue.
formatNameCache
.Put(pathUpper, formatName);
1583
formatNameCache
.ClearStale(new TimeSpan(0));
1746
formatNameCache
.Remove(path.ToUpper(CultureInfo.InvariantCulture));
3534
formatNameCache
.Remove(path.ToUpper(CultureInfo.InvariantCulture));