3 writes to mruEntry
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (3)
129this.mruEntry = null; 142this.mruEntry = new LastHolder(key, origValue); 160this.mruEntry = new LastHolder(key, origValue);
1 reference to mruEntry
System.ServiceModel.Internals (1)
System\Runtime\Collections\HopperCache.cs (1)
119LastHolder last = this.mruEntry;