1 instantiation of EndpointHttpMethodComparer
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\EndpointHttpMethodComparer.cs (1)
11
public static readonly EndpointHttpMethodComparer Instance =
new
();
2 references to EndpointHttpMethodComparer
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGenerator.cs (1)
164
.Distinct(
EndpointHttpMethodComparer
.Instance)
StaticRouteHandlerModel\EndpointHttpMethodComparer.cs (1)
11
public static readonly
EndpointHttpMethodComparer
Instance = new();