1 instantiation of EndpointDelegateComparer
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\EndpointDelegateComparer.cs (1)
10
public static readonly EndpointDelegateComparer Instance = new
EndpointDelegateComparer
();
2 references to EndpointDelegateComparer
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGenerator.cs (1)
55
.GroupWith((endpoint) => endpoint.InterceptableLocation,
EndpointDelegateComparer
.Instance)
StaticRouteHandlerModel\EndpointDelegateComparer.cs (1)
10
public static readonly
EndpointDelegateComparer
Instance = new EndpointDelegateComparer();