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