2 writes to _files
Microsoft.AspNetCore.Http (2)
FormCollection.cs (2)
46_files = files; 55private set => _files = value;
1 reference to _files
Microsoft.AspNetCore.Http (1)
FormCollection.cs (1)
54get => _files ?? EmptyFiles;