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)
163
for (int i = 0; i <
_channelInitializers
.Length; ++i)
165
_channelInitializers
[i].Initialize(channel);