3 writes to limitedHopper
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (3)
70
this.
limitedHopper
= new Hashtable(hopperSize * 2);
97
this.
limitedHopper
= this.strongHopper;
190
this.
limitedHopper
= this.strongHopper;
3 references to limitedHopper
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (3)
90
Hashtable recycled = this.
limitedHopper
;
151
origValue = this.
limitedHopper
[key];
183
Hashtable recycled = this.
limitedHopper
;