3 writes to CurrentModuleEventIndex
System.Web (3)
HttpApplication.cs (3)
2759context.CurrentModuleEventIndex = -1; 4205context.CurrentModuleEventIndex = -1; 4209context.CurrentModuleEventIndex++;
2 references to CurrentModuleEventIndex
System.Web (2)
HttpApplication.cs (2)
4174if (needToFinishRequest || context.CurrentModuleEventIndex == currentModuleLastEventIndex) { 4212context.CurrentModuleEventIndex);