2 references to UriGetHashCode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
142return EndpointAddress.UriGetHashCode(uri, CompareHost, ComparePort);
System\ServiceModel\EndpointAddress.cs (1)
399return UriGetHashCode(uri, includeHostInComparison, true);