2 writes to clientChannelPool
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2558this.ClientSendChannel = this.FactoryReference.TakeChannel(this.EndpointAddress, out this.clientChannelPool); 2568this.clientChannelPool = null;
2 references to clientChannelPool
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2557Fx.Assert(this.ClientSendChannel == null && this.clientChannelPool == null, "should only be called once per instance"); 2566this.FactoryReference.ReturnChannel(this.ClientSendChannel, this.clientChannelPool);