1 write to hashCode
System.ServiceModel (1)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
327
this.
hashCode
= this.comparand.Address.GetHashCode() ^ this.comparand.Port ^ (int)this.HostNameComparisonMode;
3 references to hashCode
System.ServiceModel (3)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (3)
221
if (other == null || other.
hashCode
!= this.
hashCode
|| other.hostNameComparisonMode != this.hostNameComparisonMode ||
235
return this.
hashCode
;