2 instantiations of LastHolder
System.ServiceModel.Internals (2)
System\Runtime\Collections\HopperCache.cs (2)
142this.mruEntry = new LastHolder(key, origValue); 160this.mruEntry = new LastHolder(key, origValue);
2 references to LastHolder
System.ServiceModel.Internals (2)
System\Runtime\Collections\HopperCache.cs (2)
58LastHolder mruEntry; 119LastHolder last = this.mruEntry;