4 references to IdleConnections
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (4)
374
TItem item =
IdleConnections
.Take(out dummy);
391
if (!
IdleConnections
.Add(connection))
429
item =
IdleConnections
.Take(out closeItem);
482
if (!
IdleConnections
.Return(connection))