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(); 303return _enum.MoveNext(); 308return _enum.Key; 314HttpStaticObjectsEntry e = (HttpStaticObjectsEntry)_enum.Value; 331return new DictionaryEntry(_enum.Key, this.Value);