1 write to channels
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
99this.channels = new CommunicationObjectManager<IChannel>(this.ThisLock);
8 references to channels
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelFactoryBase.cs (8)
130this.channels.Add((IChannel)(object)channel); 155IChannel[] currentChannels = this.channels.ToArray(); 159this.channels.Abort(); 164IChannel[] currentChannels = this.channels.ToArray(); 169this.channels.Close(timeoutHelper.RemainingTime()); 175this.channels.BeginClose, this.channels.EndClose, 176this.channels.ToArray());