2 instantiations of Pool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
236_readerPool = new Pool<XmlDictionaryReader>(maxPoolSize);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
545_idleConnections = new Pool<TItem>(maxCount);
2 references to Pool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
229private Pool<XmlDictionaryReader> _readerPool;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
540private Pool<TItem> _idleConnections;