2 writes to ClientSendChannel
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2558this.ClientSendChannel = this.FactoryReference.TakeChannel(this.EndpointAddress, out this.clientChannelPool); 2567this.ClientSendChannel = null;
5 references to ClientSendChannel
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
1445IContextChannel contextChannel = instance.ClientSendChannel as IContextChannel; 1766this.channel = this.instance.ClientSendChannel; 2557Fx.Assert(this.ClientSendChannel == null && this.clientChannelPool == null, "should only be called once per instance"); 2563if (this.ClientSendChannel != null) 2566this.FactoryReference.ReturnChannel(this.ClientSendChannel, this.clientChannelPool);