7 references to BuildInnerChannelFactory
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
173IChannelFactory<TChannel> channelFactory = context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElement.cs (1)
26return context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (1)
59IChannelFactory<TChannel> factory = _context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
62return context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
34return context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
92return context.BuildInnerChannelFactory<TChannel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
57return context.BuildInnerChannelFactory<TChannel>();