6 references to CloseOtherAsync
System.ServiceModel.Primitives (6)
System\ServiceModel\ChannelFactory.cs (1)
289await CloseOtherAsync(InnerFactory, timeout);
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
211await CloseOtherAsync(channel, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannel.cs (2)
1311await CloseOtherAsync(InnerChannel, timeoutHelper.RemainingTime()); 1316await CloseOtherAsync(Factory, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
413await CloseOtherAsync(channel, timeoutHelper.RemainingTime()); 507await CloseOtherAsync(InnerChannelFactory, timeoutHelper.RemainingTime());