1 write to _collection
System.Web (1)
Abstractions\HttpFileCollectionWrapper.cs (1)
31
_collection
= httpFileCollection;
15 references to _collection
System.Web (15)
Abstractions\HttpFileCollectionWrapper.cs (15)
36
return
_collection
.AllKeys;
42
return ((ICollection)
_collection
).Count;
48
return ((ICollection)
_collection
).IsSynchronized;
55
return
_collection
.Keys;
61
return ((ICollection)
_collection
).SyncRoot;
67
HttpPostedFile file =
_collection
[name];
74
HttpPostedFile file =
_collection
[index];
80
_collection
.CopyTo(dest, index);
84
HttpPostedFile file =
_collection
.Get(index);
89
HttpPostedFile file =
_collection
.Get(name);
94
ICollection<HttpPostedFile> files =
_collection
.GetMultiple(name);
100
return ((IEnumerable)
_collection
).GetEnumerator();
104
return
_collection
.GetKey(index);
111
_collection
.GetObjectData(info, context);
116
_collection
.OnDeserialization(sender);