26 references to ModelBinding
Microsoft.AspNetCore.Mvc.Abstractions (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (12)
DefaultApiDescriptionProviderTest.cs (12)
1356Assert.Same(BindingSource.ModelBinding, parameter.Source);
1360Assert.Same(BindingSource.ModelBinding, parameter.Source);
1364Assert.Same(BindingSource.ModelBinding, parameter.Source);
1381Assert.Same(BindingSource.ModelBinding, parameter.Source);
1570Assert.Same(BindingSource.ModelBinding, parameter.Source);
1574Assert.Same(BindingSource.ModelBinding, parameter.Source);
1578Assert.Same(BindingSource.ModelBinding, parameter.Source);
1609Assert.Same(BindingSource.ModelBinding, comments.Source);
1820Assert.Same(BindingSource.ModelBinding, quantity.Source);
1824Assert.Same(BindingSource.ModelBinding, productId.Source);
1974Assert.Same(BindingSource.ModelBinding, items.Source);
2057Assert.Same(BindingSource.ModelBinding, comments.Source);
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (4)
Microsoft.AspNetCore.Mvc.FunctionalTests (4)