3 references to RemapHandlerInstance
System.Web (3)
HttpApplication.cs (3)
1358IHttpHandler handler = (context.ServerExecuteDepth == 0) ? context.RemapHandlerInstance : null; 3309if (context.RemapHandlerInstance != null){ 3312context.Handler = context.RemapHandlerInstance;