2 references to UriGetHashCode
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
176
return EndpointAddress.
UriGetHashCode
(this.listenUri, true /* includeHost */);
System\ServiceModel\EndpointAddress.cs (1)
486
return
UriGetHashCode
(this.uri, true /* includeHostInComparison */);