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