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