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)
2915var comparer = new EndpointComparer(policies.OrderBy(p => p.Order).OfType<IEndpointComparerPolicy>().ToArray());
Matching\EndpointComparerTest.cs (1)
254return new EndpointComparer(policies);