3 references to InternalBuildChannelFactory
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
202return InternalBuildChannelFactory<TChannel>(context);
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
164return InternalBuildChannelFactory<TChannel>(context);
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
146return InternalBuildChannelFactory<TChannel>(context);