2 instantiations of FormFileCollection
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (1)
279files = new FormFileCollection();
FormCollection.cs (1)
28private static readonly IFormFileCollection EmptyFiles = new FormFileCollection();
1 reference to FormFileCollection
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
205FormFileCollection? files = null;