1 write to FormFileCollection
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (1)
40FormFileCollection = formFileCollection;
4 references to FormFileCollection
Microsoft.AspNetCore.Http.Extensions (4)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Converters\FileConverter.cs (4)
18if (reader.FormFileCollection == null) 54result = (T)reader.FormFileCollection.GetFiles(reader.CurrentPrefix.ToString()); 61result = (T)reader.FormFileCollection; 66var formFileCollection = reader.FormFileCollection;