1 override of CloseItemAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
77
protected override void
CloseItemAsync
(TItem item, TimeSpan timeout)
2 references to CloseItemAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
514
this.
CloseItemAsync
(connection, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
80
base.
CloseItemAsync
(item, timeout);