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);