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)
474
private
ControlBuilderInterceptor
_controlBuilderInterceptor;
475
internal
ControlBuilderInterceptor
ControlBuilderInterceptor {
478
_controlBuilderInterceptor = (
ControlBuilderInterceptor
) Activator.CreateInstance(CompConfig.ControlBuilderInterceptorTypeInternal);