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