3 references to CompositeEndpointDataSource
Microsoft.AspNetCore (1)
WebApplication.cs (1)
288return new CompositeEndpointDataSource(_webApplication.DataSources).Endpoints;
Microsoft.AspNetCore.Routing (2)
EndpointRoutingMiddleware.cs (1)
56_endpointDataSource = new CompositeEndpointDataSource(endpointRouteBuilder.DataSources);
RouteGroupBuilder.cs (1)
125_compositeDataSource ??= new CompositeEndpointDataSource(_routeGroupBuilder._dataSources);