3 references to Add
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
135
_channels.
Add
((IChannel)(object)channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
259
channelDispatcher.Channels.
Add
(proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
292
_channelDispatcher.Channels.
Add
(channel.Binder.Channel);