5 references to LoadTypeWithChecks
System.Web (5)
Configuration\BuildProvider.cs (1)
122
_type = CompilationUtil.
LoadTypeWithChecks
(_buildProvider.Type, typeof(System.Web.Compilation.BuildProvider), null, _buildProvider, "type");
Configuration\CompilationSection.cs (1)
925
_controlBuilderInterceptorType = CompilationUtil.
LoadTypeWithChecks
(ControlBuilderInterceptorType, typeof(ControlBuilderInterceptor), null, this, controlBuilderInterceptorTypeAttributeName);
Configuration\Compiler.cs (1)
117
Type codeDomProviderType = CompilationUtil.
LoadTypeWithChecks
(
Configuration\ExpressionBuilder.cs (1)
86
return CompilationUtil.
LoadTypeWithChecks
(Type,
Configuration\FolderLevelBuildProvider.cs (1)
96
_type = CompilationUtil.
LoadTypeWithChecks
(Type, typeof(System.Web.Compilation.BuildProvider), null, this, "type");