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