1 instantiation of OrderComparer
Microsoft.AspNetCore.Routing (1)
Matching\EndpointComparer.cs (1)
108public static readonly IComparer<Endpoint> Instance = new OrderComparer();
1 reference to OrderComparer
Microsoft.AspNetCore.Routing (1)
Matching\EndpointComparer.cs (1)
31_comparers[0] = OrderComparer.Instance;