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