15 writes to channelFactoryRef
System.ServiceModel (15)
System\ServiceModel\ClientBase.cs (15)
67
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>("*"));
87
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName));
110
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, endpointAddress));
132
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, remoteAddress));
160
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(binding, remoteAddress));
180
channelFactoryRef
= new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpoint));
195
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
218
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
244
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
269
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
299
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
322
this.
channelFactoryRef
= new ChannelFactoryRef<TChannel>(
838
this.
channelFactoryRef
= factoryRef;
853
this.
channelFactoryRef
= CreateChannelFactoryRef(this.endpointTrait);
886
this.
channelFactoryRef
= CreateChannelFactoryRef(this.endpointTrait);
26 references to channelFactoryRef
System.ServiceModel (26)
System\ServiceModel\ClientBase.cs (26)
68
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
88
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
111
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
133
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
161
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
181
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
197
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
220
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
246
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
271
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
301
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
324
this.
channelFactoryRef
.ChannelFactory.TraceOpenAndClose = false;
505
if (this.
channelFactoryRef
.Release())
518
this.
channelFactoryRef
.Abort();
618
if (this.
channelFactoryRef
.Release())
632
this.
channelFactoryRef
.Abort();
636
this.
channelFactoryRef
.Close(timeoutHelper.RemainingTime());
819
return this.
channelFactoryRef
.ChannelFactory;
824
Fx.Assert(this.
channelFactoryRef
== null, "The channelFactory should have never been assigned");
839
this.
channelFactoryRef
.AddRef();
850
if (this.
channelFactoryRef
== null)
885
ChannelFactoryRef<TChannel> pendingFactoryRef = this.
channelFactoryRef
;
914
Fx.Assert(this.
channelFactoryRef
.ChannelFactory.State == CommunicationState.Opened,
924
this.
channelFactoryRef
.AddRef();
925
factoryRefCache.Add(this.endpointTrait, this.
channelFactoryRef
);
950
if (object.ReferenceEquals(this.
channelFactoryRef
, factoryRef))