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)
60internal EndpointComparer Comparer => _comparer; 587node.Matches?.Sort(_comparer); 721if (!_comparer.Equals(examplar, endpoint)) 886node.Matches.Sort(_comparer);