2 instantiations of FileList
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\FormFileModelBinderTest.cs (2)
96
bindingContext.Model = new
FileList
();
138
bindingContext.Model = new
FileList
();
2 references to FileList
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\FormFileModelBinderTest.cs (2)
254
[InlineData(typeof(
FileList
))]
519
public
FileList
Files { get; }