1 write to CurrentModuleIndex
System.Web (1)
HttpContext.cs (1)
2073
_notificationContext.
CurrentModuleIndex
= value;
2 references to CurrentModuleIndex
System.Web (2)
HttpApplication.cs (1)
607
eventCount = ModuleContainers[nc.
CurrentModuleIndex
].GetEventCount(nc.CurrentNotification, nc.IsPostNotification) - 1;
HttpContext.cs (1)
2070
return _notificationContext.
CurrentModuleIndex
;