8 references to FactoryReference
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\InternalSendMessage.cs (8)
1414
if (instance.
FactoryReference
.NeedsOpen)
1451
CorrelationQueryBehavior correlationQueryBehavior = instance.
FactoryReference
.CorrelationQueryBehavior;
1655
if (this.instance.
FactoryReference
.NeedsOpen)
1657
IAsyncResult result = this.instance.
FactoryReference
.BeginOpen(PrepareAsyncCompletion(channelFactoryOpenCompletion), this);
1688
this.instance.
FactoryReference
.EndOpen(result, this.instance.FactoryCache);
2558
this.ClientSendChannel = this.
FactoryReference
.TakeChannel(this.EndpointAddress, out this.clientChannelPool);
2565
Fx.Assert(this.
FactoryReference
!= null, "Must have a factory reference.");
2566
this.
FactoryReference
.ReturnChannel(this.ClientSendChannel, this.clientChannelPool);