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