1 write to hopperSize
System.ServiceModel.Internals (1)
System\Runtime\Collections\HopperCache.cs (1)
65
this.
hopperSize
= hopperSize;
4 references to hopperSize
System.ServiceModel.Internals (4)
System\Runtime\Collections\HopperCache.cs (4)
85
Fx.Assert(this.strongHopper.Count <= this.
hopperSize
* 2,
88
if (this.strongHopper.Count >= this.
hopperSize
* 2)
176
Fx.Assert(this.outstandingHopper.Count <= this.
hopperSize
,
179
if (this.outstandingHopper.Count >= this.
hopperSize
)