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