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