1 write to MaxCount
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
105
globalPool.
MaxCount
= maxCount;
2 references to MaxCount
System.ServiceModel.Internals (2)
System\Runtime\SynchronizedPool.cs (2)
415
if (this.items.Count < this.
MaxCount
)
419
if (this.items.Count < this.
MaxCount
)