1 write to _channelInitializers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
50_channelInitializers = this.NewBehaviorCollection<IChannelInitializer>();
2 references to _channelInitializers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
341for (int i = 0; i < _channelInitializers.Count; ++i) 343_channelInitializers[i].Initialize(channel);