2 writes to outstandingHopper
System.ServiceModel.Internals (2)
System\Runtime\Collections\HopperCache.cs (2)
68this.outstandingHopper = new Hashtable(hopperSize * 2); 192this.outstandingHopper = recycled;
5 references to outstandingHopper
System.ServiceModel.Internals (5)
System\Runtime\Collections\HopperCache.cs (5)
138object origValue = this.outstandingHopper[key]; 176Fx.Assert(this.outstandingHopper.Count <= this.hopperSize, 179if (this.outstandingHopper.Count >= this.hopperSize) 191this.strongHopper = this.outstandingHopper; 204this.outstandingHopper[key] = origValue;