10 references to GetBindingContext
Microsoft.AspNetCore.Mvc.Core.Test (10)
ModelBinding\Binders\FormFileModelBinderTest.cs (10)
22var bindingContext = GetBindingContext(typeof(IEnumerable<IFormFile>), httpContext); 229var bindingContext = GetBindingContext(typeof(IEnumerable<IFormFile>), httpContext); 262var bindingContext = GetBindingContext(destinationType, httpContext); 279var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 297var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 317var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 341var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 367var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 387var bindingContext = GetBindingContext(typeof(IFormFile), httpContext); 422var bindingContext = GetBindingContext(typeof(ISet<IFormFile>), httpContext);