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