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