26 references to ModelBinding
Microsoft.AspNetCore.Mvc.Abstractions (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (12)
DefaultApiDescriptionProviderTest.cs (12)
1357Assert.Same(BindingSource.ModelBinding, parameter.Source);
1361Assert.Same(BindingSource.ModelBinding, parameter.Source);
1365Assert.Same(BindingSource.ModelBinding, parameter.Source);
1382Assert.Same(BindingSource.ModelBinding, parameter.Source);
1557Assert.Same(BindingSource.ModelBinding, parameter.Source);
1561Assert.Same(BindingSource.ModelBinding, parameter.Source);
1565Assert.Same(BindingSource.ModelBinding, parameter.Source);
1596Assert.Same(BindingSource.ModelBinding, comments.Source);
1807Assert.Same(BindingSource.ModelBinding, quantity.Source);
1811Assert.Same(BindingSource.ModelBinding, productId.Source);
1961Assert.Same(BindingSource.ModelBinding, items.Source);
2044Assert.Same(BindingSource.ModelBinding, comments.Source);
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (4)
Microsoft.AspNetCore.Mvc.FunctionalTests (4)