2 writes to _all
System.Web (2)
HttpFileCollection.cs (2)
69
_all
= all; // wait until end of loop to set _all reference in case Get throws
80
_all
= null;
3 references to _all
System.Web (3)
HttpFileCollection.cs (3)
64
if (
_all
== null) {
72
if (
_all
!= null) {
73
_all
.CopyTo(dest, index);