3 references to GetEventCount
System.Web (3)
HttpApplication.cs (3)
591
eventCount = CurrentModuleContainer.
GetEventCount
(Context.CurrentNotification, Context.IsPostNotification) - 1;
607
eventCount = ModuleContainers[nc.CurrentModuleIndex].
GetEventCount
(nc.CurrentNotification, nc.IsPostNotification) - 1;
4206
currentModuleLastEventIndex = _application.CurrentModuleContainer.
GetEventCount
(context.CurrentNotification, context.IsPostNotification) - 1;