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