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