3 references to InternalBuildChannelFactory
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
186return InternalBuildChannelFactory<TChannel>(context);
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
156return InternalBuildChannelFactory<TChannel>(context);
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
138return InternalBuildChannelFactory<TChannel>(context);