2 references to 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);