1 override of Take
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
590
public override TItem
Take
(out bool closeItem)
2 references to Take
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
377
TItem item = IdleConnections.
Take
(out dummy);
436
item = IdleConnections.
Take
(out closeItem);