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