3 instantiations of HttpStaticObjectsEntry
System.Web (3)
httpstaticobjectscollection.cs (3)
43_objects.Add(name, new HttpStaticObjectsEntry(name, t, lateBound)); 214entry = new HttpStaticObjectsEntry(name, instance, 0); 219entry = new HttpStaticObjectsEntry(name, Type.GetType(typename), lateBound);
15 references to HttpStaticObjectsEntry
System.Web (15)
Compilation\BaseCodeDomTreeGenerator.cs (2)
635HttpStaticObjectsEntry entry = (HttpStaticObjectsEntry)en.Value;
httpstaticobjectscollection.cs (11)
60HttpStaticObjectsEntry entry = (HttpStaticObjectsEntry)e.Value; 76HttpStaticObjectsEntry entry = (HttpStaticObjectsEntry)e.Value; 104HttpStaticObjectsEntry e = (HttpStaticObjectsEntry)_objects[name]; 174HttpStaticObjectsEntry entry; 181entry = (HttpStaticObjectsEntry)e.Value; 203HttpStaticObjectsEntry entry; 314HttpStaticObjectsEntry e = (HttpStaticObjectsEntry)_enum.Value;
UI\TemplateControlParser.cs (2)
266HttpStaticObjectsEntry entry = (HttpStaticObjectsEntry)en.Value;