3 references to GetBindingContext
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\BinderTypeModelBinderTest.cs (3)
17var bindingContext = GetBindingContext(typeof(Person), binderType: typeof(NullModelBinder)); 32var bindingContext = GetBindingContext(typeof(Person), binderType: typeof(NotNullModelBinder)); 56var bindingContext = GetBindingContext(typeof(Person), binderType: typeof(Person));