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)
341
for (int i = 0; i <
_channelInitializers
.Count; ++i)
343
_channelInitializers
[i].Initialize(channel);