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