6 references to CheckAssignableType
System.Web (6)
Compilation\CompilationUtil.cs (1)
439
ConfigUtil.
CheckAssignableType
(requiredBaseType, t, elem, propertyName);
Configuration\ProtocolsSection.cs (2)
276
ConfigUtil.
CheckAssignableType
( typeof(ProcessProtocolHandler), processHandlerType, this, "ProcessHandlerType");
291
ConfigUtil.
CheckAssignableType
( typeof(AppDomainProtocolHandler), appDomainHandlerType, this, "AppDomainHandlerType");
Hosting\ProcessHost.cs (1)
392
ConfigUtil.
CheckAssignableType
( assignableType, handlerType, element, elementPropertyName);
State\SessionStateModule.cs (2)
304
ConfigUtil.
CheckAssignableType
(typeof(IPartitionResolver), resolverType, config, "partitionResolverType");
324
ConfigUtil.
CheckAssignableType
(typeof(ISessionIDManager), managerType, config, "sessionIDManagerType");