1 write to _enum
System.Web (1)
httpstaticobjectscollection.cs (1)
293
_enum
= e;
5 references to _enum
System.Web (5)
httpstaticobjectscollection.cs (5)
299
_enum
.Reset();
303
return
_enum
.MoveNext();
308
return
_enum
.Key;
314
HttpStaticObjectsEntry e = (HttpStaticObjectsEntry)
_enum
.Value;
331
return new DictionaryEntry(
_enum
.Key, this.Value);