4 references to DataSources
Microsoft.AspNetCore (4)
WebApplication.cs (4)
84ICollection<EndpointDataSource> IEndpointRouteBuilder.DataSources => DataSources; 280if (compositeEndpointDataSource.DataSources.Intersect(_webApplication.DataSources).Count() == _webApplication.DataSources.Count) 288return new CompositeEndpointDataSource(_webApplication.DataSources).Endpoints;