6 references to HttpStaticObjectsCollection
System.Web (6)
httpapplicationstate.cs (2)
55
_applicationStaticObjects = new
HttpStaticObjectsCollection
();
60
_sessionStaticObjects = new
HttpStaticObjectsCollection
();
httpstaticobjectscollection.cs (2)
55
HttpStaticObjectsCollection c = new
HttpStaticObjectsCollection
();
206
col = new
HttpStaticObjectsCollection
();
UI\TemplateParser.cs (2)
1420
_sessionObjects = new
HttpStaticObjectsCollection
();
1428
_applicationObjects = new
HttpStaticObjectsCollection
();