1 write to endpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
3046this.endpoint = endpoint;
12 references to endpoint
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\InternalSendMessage.cs (12)
3092if ((this.endpoint == null && other.endpoint != null) || 3093(other.endpoint == null && this.endpoint != null)) 3099if (this.endpoint != null) 3101if (!object.ReferenceEquals(this.endpoint, other.endpoint)) 3105if (this.endpoint.Binding != other.endpoint.Binding) 3155if (this.endpoint != null && this.endpoint.Binding != null) 3158hashCode ^= this.endpoint.Binding.GetHashCode();