26 references to ModelBinding
Microsoft.AspNetCore.Mvc.Abstractions (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (12)
DefaultApiDescriptionProviderTest.cs (12)
1327Assert.Same(BindingSource.ModelBinding, parameter.Source);
1331Assert.Same(BindingSource.ModelBinding, parameter.Source);
1335Assert.Same(BindingSource.ModelBinding, parameter.Source);
1352Assert.Same(BindingSource.ModelBinding, parameter.Source);
1527Assert.Same(BindingSource.ModelBinding, parameter.Source);
1531Assert.Same(BindingSource.ModelBinding, parameter.Source);
1535Assert.Same(BindingSource.ModelBinding, parameter.Source);
1566Assert.Same(BindingSource.ModelBinding, comments.Source);
1777Assert.Same(BindingSource.ModelBinding, quantity.Source);
1781Assert.Same(BindingSource.ModelBinding, productId.Source);
1931Assert.Same(BindingSource.ModelBinding, items.Source);
2014Assert.Same(BindingSource.ModelBinding, comments.Source);
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (4)
Microsoft.AspNetCore.Mvc.FunctionalTests (4)