3 references to ComputeHashCode
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionDuration.cs (1)
137this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace);
System\ServiceModel\Channels\RedirectionScope.cs (1)
143this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace);
System\ServiceModel\Channels\RedirectionType.cs (1)
145this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace);