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