4 references to VerifyAssignableType
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
133TypeUtil.VerifyAssignableType(typeof(IConfigurationSectionHandler), type, true);
System\Configuration\RuntimeConfigurationRecord.cs (1)
110TypeUtil.VerifyAssignableType(typeof(IConfigurationSectionHandler), type, true);
System\Configuration\TypeUtil.cs (2)
131VerifyAssignableType(typeof(T), type, true); 142type = VerifyAssignableType(baseType, type, throwOnError);