3 references to debug
System.Web (3)
UI\TemplateParser.cs (3)
1257
compilParams.IncludeDebugInformation = flags[
debug
];
1904
flags[
debug
] = Util.GetBooleanAttribute(name, value);
1905
if (flags[
debug
] && !HttpRuntime.HasAspNetHostingPermission(AspNetHostingPermissionLevel.Medium)) {