3 references to ModuleContainers
System.Web (3)
HttpApplication.cs (3)
607eventCount = ModuleContainers[nc.CurrentModuleIndex].GetEventCount(nc.CurrentNotification, nc.IsPostNotification) - 1; 689private PipelineModuleStepContainer CurrentModuleContainer { get { return ModuleContainers[_context.CurrentModuleIndex]; } } 705PipelineModuleStepContainer container = ModuleContainers[moduleIndex];