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)
1358
IHttpHandler handler = (context.
ServerExecuteDepth
== 0) ? context.RemapHandlerInstance : null;
UI\HtmlForm.cs (1)
283
if (Context.
ServerExecuteDepth
== 0) {
UI\Page.cs (1)
1678
if (Context.
ServerExecuteDepth
> 0 &&