1 write to _channelInitializers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
27_channelInitializers = EmptyArray<IChannelInitializer>.ToArray(behavior.ChannelInitializers);
2 references to _channelInitializers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
163for (int i = 0; i < _channelInitializers.Length; ++i) 165_channelInitializers[i].Initialize(channel);