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