Base:
method
Return
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Return(TItem)
1 override of Return
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
139public override bool Return(TItem connection)
2 references to Return
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
148bool result = base.Return(connection); 275bool successfulReturn = base.Return(connectionsCopy[i]);