3 references to CompositeEndpointDataSource
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
78return new CompositeEndpointDataSource(dataSources);
Microsoft.AspNetCore.Routing.Tests (2)
CompositeEndpointDataSourceTest.cs (2)
203var compositeDataSource = new CompositeEndpointDataSource(observableCollection); 239var compositeDataSource = new CompositeEndpointDataSource(observableCollection);