4 writes to ServerExecuteDepth
System.Web (4)
httpserverutility.cs (4)
364_context.ServerExecuteDepth++; 385_context.ServerExecuteDepth--; 457_context.ServerExecuteDepth++; 630_context.ServerExecuteDepth--;
3 references to ServerExecuteDepth
System.Web (3)
HttpApplication.cs (1)
1358IHttpHandler handler = (context.ServerExecuteDepth == 0) ? context.RemapHandlerInstance : null;
UI\HtmlForm.cs (1)
283if (Context.ServerExecuteDepth == 0) {
UI\Page.cs (1)
1678if (Context.ServerExecuteDepth > 0 &&