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