7 references to IChannelInitializer
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
18private SynchronizedCollection<IChannelInitializer> _channelInitializers; 50_channelInitializers = this.NewBehaviorCollection<IChannelInitializer>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
52private ProxyBehaviorCollection<IChannelInitializer> _channelInitializers; 98_channelInitializers = new ProxyBehaviorCollection<IChannelInitializer>(this); 133public SynchronizedCollection<IChannelInitializer> ChannelInitializers
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
18private IChannelInitializer[] _channelInitializers; 27_channelInitializers = EmptyArray<IChannelInitializer>.ToArray(behavior.ChannelInitializers);