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)
64if (_all == null) { 72if (_all != null) { 73_all.CopyTo(dest, index);