5 references to Endpoint
Microsoft.AspNetCore.Mvc.Core (1)
Routing\InertEndpointBuilder.cs (1)
13return new Endpoint(RequestDelegate, new EndpointMetadataCollection(Metadata), DisplayName);
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
251return Http415Endpoint ??= new Endpoint(context =>
Matching\HttpMethodMatcherPolicy.cs (1)
383return new Endpoint(
Matching\NegotiationMatcherPolicy.cs (1)
349Http406Endpoint ??= new Endpoint(
RouteEndpoint.cs (1)
30: base(requestDelegate, metadata, displayName)