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