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)
139
public override bool
Return
(TItem connection)
2 references to Return
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
148
bool result = base.
Return
(connection);
275
bool successfulReturn = base.
Return
(connectionsCopy[i]);