4 references to Add
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
130this.channels.Add((IChannel)(object)channel);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
948this.webSocketLifetimeManager.Add(channel);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1725channelDispatcher.Channels.Add(proxy);
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
561this.channelDispatcher.Channels.Add(channel.Binder.Channel);