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