1 write to _controlBuilderInterceptorType
System.Web (1)
Configuration\CompilationSection.cs (1)
925_controlBuilderInterceptorType = CompilationUtil.LoadTypeWithChecks(ControlBuilderInterceptorType, typeof(ControlBuilderInterceptor), null, this, controlBuilderInterceptorTypeAttributeName);
3 references to _controlBuilderInterceptorType
System.Web (3)
Configuration\CompilationSection.cs (3)
922if (_controlBuilderInterceptorType == null && !String.IsNullOrWhiteSpace(ControlBuilderInterceptorType)) { 924if (_controlBuilderInterceptorType == null) { 929return _controlBuilderInterceptorType;