6 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));
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (1)
17
var dataSourceKey = new
ControllerEndpointDataSourceIdMetadata
(1);