2 references to DebugScriptTimeout
System.Web (2)
Compilation\PageCodeDomTreeGenerator.cs (1)
139
setScriptTimeout.Right = new CodePrimitiveExpression(
DebugScriptTimeout
);
State\SessionStateModule.cs (1)
127
static readonly TimeSpan DEFAULT_DBG_EXECUTION_TIMEOUT = new TimeSpan(0, 0, System.Web.Compilation.PageCodeDomTreeGenerator.
DebugScriptTimeout
);