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