7 references to CheckBaseType
System.Web (7)
Configuration\CompilationSection.cs (1)
456ConfigUtil.CheckBaseType(typeof(System.Web.Compilation.IAssemblyPostProcessor),
Configuration\GlobalizationSection.cs (1)
235ConfigUtil.CheckBaseType(typeof(System.Web.Compilation.ResourceProviderFactory), resourceProviderFactoryType, "resourceProviderFactoryType", this);
Configuration\PagesSection.cs (3)
370ConfigUtil.CheckBaseType(typeof(System.Web.UI.Page), pageBaseType, "pageBaseType", this); 390ConfigUtil.CheckBaseType(typeof(System.Web.UI.UserControl), 423ConfigUtil.CheckBaseType(typeof(PageParserFilter), pageParserFilterType, "pageParserFilterType", this);
Util\HttpEncoder.cs (1)
145ConfigUtil.CheckBaseType(typeof(HttpEncoder) /* expectedBaseType */, encoderType, "encoderType", runtimeSection);
Util\RequestValidator.cs (1)
50ConfigUtil.CheckBaseType(typeof(RequestValidator) /* expectedBaseType */, validatorType, "requestValidationType", runtimeSection);