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)
922
if (
_controlBuilderInterceptorType
== null && !String.IsNullOrWhiteSpace(ControlBuilderInterceptorType)) {
924
if (
_controlBuilderInterceptorType
== null) {
929
return
_controlBuilderInterceptorType
;