5 references to ControllerEndpointDataSourceIdMetadata
Microsoft.AspNetCore.Mvc.Core (5)
Builder\ControllerEndpointRouteBuilderExtensions.cs (4)
217
b.Metadata.Add(new
ControllerEndpointDataSourceIdMetadata
(dataSource.DataSourceId));
281
b.Metadata.Add(new
ControllerEndpointDataSourceIdMetadata
(dataSource.DataSourceId));
341
b.Metadata.Add(new
ControllerEndpointDataSourceIdMetadata
(dataSource.DataSourceId));
407
b.Metadata.Add(new
ControllerEndpointDataSourceIdMetadata
(dataSource.DataSourceId));
Routing\ControllerActionEndpointDataSource.cs (1)
151
b.Metadata.Add(new
ControllerEndpointDataSourceIdMetadata
(DataSourceId));