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