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