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