1 write to MaxCount
System.ServiceModel.Primitives (1)
Internals\System\Runtime\SynchronizedPool.cs (1)
104
_globalPool.
MaxCount
= _maxCount;
2 references to MaxCount
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SynchronizedPool.cs (2)
413
if (_items.Count <
MaxCount
)
417
if (_items.Count <
MaxCount
)