1 write to _comparer
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
50
_comparer
= new EndpointComparer(endpointComparerPolicies);
4 references to _comparer
Microsoft.AspNetCore.Routing (4)
Matching\DfaMatcherBuilder.cs (4)
60
internal EndpointComparer Comparer =>
_comparer
;
587
node.Matches?.Sort(
_comparer
);
721
if (!
_comparer
.Equals(examplar, endpoint))
886
node.Matches.Sort(
_comparer
);