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