3 references to CurrentModuleContainer
System.Web (3)
HttpApplication.cs (3)
591
eventCount =
CurrentModuleContainer
.GetEventCount(Context.CurrentNotification, Context.IsPostNotification) - 1;
4206
currentModuleLastEventIndex = _application.
CurrentModuleContainer
.GetEventCount(context.CurrentNotification, context.IsPostNotification) - 1;
4211
IExecutionStep step = _application.
CurrentModuleContainer
.GetNextEvent(context.CurrentNotification, context.IsPostNotification,