15 writes to channelFactoryRef
System.ServiceModel (15)
System\ServiceModel\ClientBase.cs (15)
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>( 838this.channelFactoryRef = factoryRef; 853this.channelFactoryRef = CreateChannelFactoryRef(this.endpointTrait); 886this.channelFactoryRef = CreateChannelFactoryRef(this.endpointTrait);
26 references to channelFactoryRef
System.ServiceModel (26)
System\ServiceModel\ClientBase.cs (26)
68this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 88this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 111this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 133this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 161this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 181channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 197this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 220this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 246this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 271this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 301this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 324this.channelFactoryRef.ChannelFactory.TraceOpenAndClose = false; 505if (this.channelFactoryRef.Release()) 518this.channelFactoryRef.Abort(); 618if (this.channelFactoryRef.Release()) 632this.channelFactoryRef.Abort(); 636this.channelFactoryRef.Close(timeoutHelper.RemainingTime()); 819return this.channelFactoryRef.ChannelFactory; 824Fx.Assert(this.channelFactoryRef == null, "The channelFactory should have never been assigned"); 839this.channelFactoryRef.AddRef(); 850if (this.channelFactoryRef == null) 885ChannelFactoryRef<TChannel> pendingFactoryRef = this.channelFactoryRef; 914Fx.Assert(this.channelFactoryRef.ChannelFactory.State == CommunicationState.Opened, 924this.channelFactoryRef.AddRef(); 925factoryRefCache.Add(this.endpointTrait, this.channelFactoryRef); 950if (object.ReferenceEquals(this.channelFactoryRef, factoryRef))