1 override of AbortItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
71protected override void AbortItem(TItem item)
5 references to AbortItem
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (4)
357this.AbortItem(idleItemsToClose[i]); 362this.AbortItem(_busyConnections[i]); 504this.AbortItem(connection); 528this.AbortItem(connection);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
74base.AbortItem(item);