5 references to IsEquivalentTo
System.ServiceModel (4)
System\UriTemplateEquivalenceComparer.cs (1)
36return x.IsEquivalentTo(y);
System\UriTemplateHelpers.cs (3)
251if (!array[i].IsEquivalentTo(array[i + 1])) 314if (!array[i + a].IsEquivalentTo(array[j + a])) 319Fx.Assert(array[i + a].IsEquivalentTo(array[j + a]), "bad equiv logic");
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
395return this.uriTemplate.IsEquivalentTo(other.uriTemplate) && this.method == other.method;