1 instantiation of EndpointComparer
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
50_comparer = new EndpointComparer(endpointComparerPolicies);
2 references to EndpointComparer
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
25private readonly EndpointComparer _comparer; 60internal EndpointComparer Comparer => _comparer;