4 instantiations of ChannelFactoryRef
System.ServiceModel.Primitives (4)
System\ServiceModel\ClientBase.cs (4)
79_channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(binding, remoteAddress)); 101_channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpoint)); 133_channelFactoryRef = new ChannelFactoryRef<TChannel>( 670return new ChannelFactoryRef<TChannel>(channelFactory);
9 references to ChannelFactoryRef
System.ServiceModel.Primitives (9)
System\ServiceModel\ChannelFactoryRefCache.cs (3)
59internal class ChannelFactoryRefCache<TChannel> : MruCache<EndpointTrait<TChannel>, ChannelFactoryRef<TChannel>> 98protected override void OnSingleItemRemoved(ChannelFactoryRef<TChannel> item) 112protected override void OnItemAgedOutOfCache(ChannelFactoryRef<TChannel> item)
System\ServiceModel\ClientBase.cs (6)
22private ChannelFactoryRef<TChannel> _channelFactoryRef; 635ChannelFactoryRef<TChannel> factoryRef; 664static ChannelFactoryRef<TChannel> CreateChannelFactoryRef(EndpointTrait<TChannel> endpointTrait) 696ChannelFactoryRef<TChannel> pendingFactoryRef = _channelFactoryRef; 733ChannelFactoryRef<TChannel> cfRef; 760ChannelFactoryRef<TChannel> factoryRef;