2 writes to EndpointAddress
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1315instance.EndpointAddress = CreateEndpointAddressFromCallback(instance.CorrelationCallbackContext.ListenAddress.ToEndpointAddress()); 1329instance.EndpointAddress = CreateEndpointAddress(context);
3 references to EndpointAddress
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
1326if (instance.EndpointAddress == null) 1332if (instance.EndpointAddress == null) 2558this.ClientSendChannel = this.FactoryReference.TakeChannel(this.EndpointAddress, out this.clientChannelPool);