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)
25
private readonly
EndpointComparer
_comparer;
60
internal
EndpointComparer
Comparer => _comparer;