2 writes to CurrentModuleIndex
System.Web (2)
HttpApplication.cs (1)
4202context.CurrentModuleIndex = currentModuleIndex;
HttpRuntime.cs (1)
1445context.CurrentModuleIndex = currentModuleIndex;
2 references to CurrentModuleIndex
System.Web (2)
HttpApplication.cs (1)
689private PipelineModuleStepContainer CurrentModuleContainer { get { return ModuleContainers[_context.CurrentModuleIndex]; } }
HttpContext.cs (1)
1091if (_notificationContext != null && CurrentModuleIndex == -1) {