3 references to CompositeEndpointDataSource
Microsoft.AspNetCore (1)
WebApplication.cs (1)
288
return 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);