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.Emitter.cs (1)
124
.Distinct(
EndpointHttpMethodComparer
.Instance)
StaticRouteHandlerModel\EndpointHttpMethodComparer.cs (1)
11
public static readonly
EndpointHttpMethodComparer
Instance = new();