1 write to MaxCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (1)
103
_globalPool.
MaxCount
= _maxCount;
2 references to MaxCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (2)
412
if (_items.Count < this.
MaxCount
)
416
if (_items.Count < this.
MaxCount
)