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