2 overrides of ReturnConnectionIfNecessary
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
371protected override void ReturnConnectionIfNecessary(bool abort, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
182protected override void ReturnConnectionIfNecessary(bool abort, TimeSpan timeout)
4 references to ReturnConnectionIfNecessary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
64this.ReturnConnectionIfNecessary(false, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
389this.ReturnConnectionIfNecessary(true, TimeSpan.Zero); 395this.ReturnConnectionIfNecessary(true, TimeSpan.Zero); 722this.ReturnConnectionIfNecessary(false, timeoutHelper.RemainingTime());