6 references to ControlBuilderInterceptor
System.Web (6)
Compilation\ControlBuilderInterceptor.cs (2)
24/// <param name="additionalState">This is an additional state which can be used to store/retrive data within several methods of <see cref="System.Web.Compilation.ControlBuilderInterceptor"/>. 45/// <param name="additionalState">This is an additional state which can be used to store/retrive data within several methods of <see cref="System.Web.Compilation.ControlBuilderInterceptor"/>.
Configuration\CompilationSection.cs (1)
925_controlBuilderInterceptorType = CompilationUtil.LoadTypeWithChecks(ControlBuilderInterceptorType, typeof(ControlBuilderInterceptor), null, this, controlBuilderInterceptorTypeAttributeName);
UI\TemplateParser.cs (3)
474private ControlBuilderInterceptor _controlBuilderInterceptor; 475internal ControlBuilderInterceptor ControlBuilderInterceptor { 478_controlBuilderInterceptor = (ControlBuilderInterceptor) Activator.CreateInstance(CompConfig.ControlBuilderInterceptorTypeInternal);