13 instantiations of ChannelFactoryRef
System.ServiceModel (13)
System\ServiceModel\ClientBase.cs (13)
67this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>("*")); 87this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName)); 110this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, endpointAddress)); 132this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, remoteAddress)); 160this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(binding, remoteAddress)); 180channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpoint)); 195this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 218this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 244this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 269this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 299this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 322this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 863return new ChannelFactoryRef<TChannel>(channelFactory);
9 references to ChannelFactoryRef
System.ServiceModel (9)
System\ServiceModel\ChannelFactoryRefCache.cs (3)
61class ChannelFactoryRefCache<TChannel> : MruCache<EndpointTrait<TChannel>, ChannelFactoryRef<TChannel>> 100protected override void OnSingleItemRemoved(ChannelFactoryRef<TChannel> item) 114protected override void OnItemAgedOutOfCache(ChannelFactoryRef<TChannel> item)
System\ServiceModel\ClientBase.cs (6)
23ChannelFactoryRef<TChannel> channelFactoryRef; 828ChannelFactoryRef<TChannel> factoryRef; 857static ChannelFactoryRef<TChannel> CreateChannelFactoryRef(EndpointTrait<TChannel> endpointTrait) 885ChannelFactoryRef<TChannel> pendingFactoryRef = this.channelFactoryRef; 920ChannelFactoryRef<TChannel> cfRef; 947ChannelFactoryRef<TChannel> factoryRef;