3 references to EndpointComparer
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
50
_comparer = new
EndpointComparer
(endpointComparerPolicies);
Microsoft.AspNetCore.Routing.Tests (2)
Matching\DfaMatcherBuilderTest.cs (1)
2915
var comparer = new
EndpointComparer
(policies.OrderBy(p => p.Order).OfType<IEndpointComparerPolicy>().ToArray());
Matching\EndpointComparerTest.cs (1)
254
return new
EndpointComparer
(policies);