3 writes to strongHopper
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (3)
69this.strongHopper = new Hashtable(hopperSize * 2); 98this.strongHopper = recycled; 191this.strongHopper = this.outstandingHopper;
6 references to strongHopper
System.ServiceModel.Internals (6)
System\Runtime\Collections\HopperCache.cs (6)
85Fx.Assert(this.strongHopper.Count <= this.hopperSize * 2, 88if (this.strongHopper.Count >= this.hopperSize * 2) 97this.limitedHopper = this.strongHopper; 105this.strongHopper[key] = value; 147origValue = this.strongHopper[key]; 190this.limitedHopper = this.strongHopper;