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