1 instantiation of HostUriComparer
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
148internal static readonly UriComparer Value = new HostUriComparer();
2 references to HostUriComparer
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
43this.comparer = HostUriComparer.Value;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
75this.toHostLookup = new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.HostUriComparer.Value);