Implemented interface member:
method
GetHashCode
System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)
3 references to GetHashCode
System.ServiceModel (2)
System\UriTemplate.cs (2)
441
Fx.Assert(UriTemplateEquivalenceComparer.Instance.
GetHashCode
(this) == UriTemplateEquivalenceComparer.Instance.
GetHashCode
(other), "bad GetHashCode impl");
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
399
return UriTemplateEquivalenceComparer.Instance.
GetHashCode
(this.uriTemplate);