9 types derived from EndpointBuilder
Microsoft.AspNetCore.Cors.Test (1)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Http.Results.Tests (1)
Microsoft.AspNetCore.HttpLogging.Tests (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.AspNetCore.RateLimiting.Tests (1)
Microsoft.AspNetCore.Routing (1)
Microsoft.AspNetCore.Routing.Tests (1)
387 references to EndpointBuilder
Microsoft.AspNetCore.Authorization.Test (3)
Microsoft.AspNetCore.Components.Endpoints (18)
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
Microsoft.AspNetCore.Components.Server (4)
Microsoft.AspNetCore.Cors.Test (3)
Microsoft.AspNetCore.Http.Abstractions (12)
Microsoft.AspNetCore.Http.Connections (6)
Microsoft.AspNetCore.Http.Extensions (14)
Microsoft.AspNetCore.Http.Microbenchmarks (16)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (16)
32public static void PopulateMetadata(ParameterInfo parameter, EndpointBuilder builder)
40public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
564public static void PopulateMetadata(ParameterInfo parameter, EndpointBuilder builder)
569public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
599public static void PopulateMetadata(ParameterInfo parameter, EndpointBuilder builder)
604public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
612public static void PopulateMetadata(ParameterInfo parameter, EndpointBuilder builder)
617public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
624public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
634public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
647public static void PopulateMetadata(ParameterInfo parameter, EndpointBuilder builder)
665public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
688public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
930public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
950public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
963public static void PopulateMetadata(MethodInfo method, EndpointBuilder builder)
Microsoft.AspNetCore.Http.Results (32)
Microsoft.AspNetCore.Http.Results.Tests (37)
Microsoft.AspNetCore.HttpLogging.Tests (4)
Microsoft.AspNetCore.Identity (5)
Microsoft.AspNetCore.JsonPatch (2)
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Microsoft.AspNetCore.Mvc.Core (50)
Routing\ActionEndpointFactory.cs (19)
43IReadOnlyList<Action<EndpointBuilder>> conventions,
44IReadOnlyList<Action<EndpointBuilder>> groupConventions,
45IReadOnlyList<Action<EndpointBuilder>> finallyConventions,
46IReadOnlyList<Action<EndpointBuilder>> groupFinallyConventions,
76perRouteConventions: Array.Empty<Action<EndpointBuilder>>(),
79perRouteFinallyConventions: Array.Empty<Action<EndpointBuilder>>());
166perRouteConventions: Array.Empty<Action<EndpointBuilder>>(),
169perRouteFinallyConventions: Array.Empty<Action<EndpointBuilder>>());
179IReadOnlyList<Action<EndpointBuilder>> groupConventions,
180IReadOnlyList<Action<EndpointBuilder>> conventions,
181IReadOnlyList<Action<EndpointBuilder>> groupFinallyConventions,
182IReadOnlyList<Action<EndpointBuilder>> finallyConventions,
329EndpointBuilder builder,
336IReadOnlyList<Action<EndpointBuilder>> groupConventions,
337IReadOnlyList<Action<EndpointBuilder>> conventions,
338IReadOnlyList<Action<EndpointBuilder>> perRouteConventions,
339IReadOnlyList<Action<EndpointBuilder>> groupFinallyConventions,
340IReadOnlyList<Action<EndpointBuilder>> finallyConventions,
341IReadOnlyList<Action<EndpointBuilder>> perRouteFinallyConventions)
Microsoft.AspNetCore.Mvc.Core.Test (37)
Routing\ActionEndpointFactoryTest.cs (22)
278conventions: Array.Empty<Action<EndpointBuilder>>(),
279groupConventions: Array.Empty<Action<EndpointBuilder>>(),
280finallyConventions: Array.Empty<Action<EndpointBuilder>>(),
281groupFinallyConventions: Array.Empty<Action<EndpointBuilder>>(),
384conventions: Array.Empty<Action<EndpointBuilder>>(),
385groupConventions: Array.Empty<Action<EndpointBuilder>>(),
386finallyConventions: Array.Empty<Action<EndpointBuilder>>(),
387groupFinallyConventions: Array.Empty<Action<EndpointBuilder>>(),
394return CreateConventionalRoutedEndpoint(action, new ConventionalRouteEntry(routeName: null, template, null, null, null, order: 0, new List<Action<EndpointBuilder>>(), new List<Action<EndpointBuilder>>()));
407conventions: Array.Empty<Action<EndpointBuilder>>(),
408groupConventions: Array.Empty<Action<EndpointBuilder>>(),
409finallyConventions: Array.Empty<Action<EndpointBuilder>>(),
410groupFinallyConventions: Array.Empty<Action<EndpointBuilder>>(),
433conventions: Array.Empty<Action<EndpointBuilder>>(),
434groupConventions: Array.Empty<Action<EndpointBuilder>>(),
435finallyConventions: Array.Empty<Action<EndpointBuilder>>(),
436groupFinallyConventions: Array.Empty<Action<EndpointBuilder>>(),
448List<Action<EndpointBuilder>> conventions = null,
449List<Action<EndpointBuilder>> finallyConventions = null)
451conventions ??= new List<Action<EndpointBuilder>>();
452finallyConventions ??= new List<Action<EndpointBuilder>>();
Microsoft.AspNetCore.Mvc.RazorPages (16)
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Microsoft.AspNetCore.OpenApi (3)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.AspNetCore.RateLimiting.Tests (4)
Microsoft.AspNetCore.Routing (53)
Microsoft.AspNetCore.Routing.Tests (31)
Microsoft.AspNetCore.SignalR (5)
Microsoft.AspNetCore.StaticAssets (11)
RoutingSandbox (3)
Sample (4)