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