4 instantiations of ModelBinder
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
2460private void AcceptsProduct_Custom([ModelBinder<BodyModelBinder>] Product product) 2560private void FromCustom([ModelBinder<BodyModelBinder>] int id)
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
BinderTypeBasedModelBinderIntegrationTest.cs (2)
127[ModelBinder<AddressModelBinder>] 191[ModelBinder<Address3ModelBinder>]