2 references to UriEquals
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
89&& EndpointAddress.UriEquals(_listenUri, other._listenUri, true /* ignoreCase */, true /* includeHost */);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
436if (!UriEquals(thisTo, otherTo, false /* ignoreCase */, true /* includeHostInComparison */))