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