3 writes to _maxCount
System.ServiceModel.Primitives (3)
Internals\System\Runtime\SynchronizedPool.cs (3)
354
_maxCount
= maxCount;
371
_maxCount
= value;
392
_maxCount
--;
2 references to _maxCount
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SynchronizedPool.cs (2)
361
return
_maxCount
;
388
if (_items.Count ==
_maxCount
)