5 references to ControlBuilderInterceptorType
System.Web (5)
Compilation\CompilationUtil.cs (2)
162if (!String.IsNullOrWhiteSpace(ps.ControlBuilderInterceptorType)) { 163recompilationHash.AddObject(ps.ControlBuilderInterceptorType);
Compilation\ControlBuilderInterceptor.cs (1)
9/// A type that extends this class can be registered in web.config using <see cref="System.Web.Configuration.CompilationSection.ControlBuilderInterceptorType"/> property
Configuration\CompilationSection.cs (2)
922if (_controlBuilderInterceptorType == null && !String.IsNullOrWhiteSpace(ControlBuilderInterceptorType)) { 925_controlBuilderInterceptorType = CompilationUtil.LoadTypeWithChecks(ControlBuilderInterceptorType, typeof(ControlBuilderInterceptor), null, this, controlBuilderInterceptorTypeAttributeName);