1 instantiation of PeerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (1)
233
return new
PeerChannelFactory
<TChannel>(this, context, peerResolver);
1 reference to PeerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
97
if (typeof(T) == typeof(
PeerChannelFactory
<TChannel>))