2 references to ModulesEntry
System.Web (2)
Configuration\HttpModuleAction.cs (1)
108
_modualEntry = new
ModulesEntry
(Name, Type, _propType.Name, this);
HttpApplication.cs (1)
2936
ModulesEntry currentModule = new
ModulesEntry
(mod.Name, mod.Type, "type", null);