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