2 references to GetKey
System.Web (2)
Abstractions\HttpFileCollectionWrapper.cs (1)
104return _collection.GetKey(index);
HttpFileCollection.cs (1)
151string key = GetKey(i);