4 references to HttpModuleCollection
System.Web (4)
Configuration\HttpModulesSection.cs (1)
51HttpModuleCollection modules = new HttpModuleCollection();
HttpApplication.cs (3)
484_moduleCollection = new HttpModuleCollection(); 2365HttpModuleCollection moduleCollection = new HttpModuleCollection(); 2930HttpModuleCollection modules = new HttpModuleCollection();