2 references to SignatureEquals
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
StaticRouteHandlerModel\Endpoint.cs (1)
111
o is Endpoint other && InterceptableLocation == other.InterceptableLocation &&
SignatureEquals
(this, other);
StaticRouteHandlerModel\EndpointDelegateComparer.cs (1)
12
public bool Equals(Endpoint a, Endpoint b) => Endpoint.
SignatureEquals
(a, b);