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)
412if (_items.Count < this.MaxCount) 416if (_items.Count < this.MaxCount)