4 references to VerifyAssignableType
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
133TypeUtil.VerifyAssignableType(typeof(IConfigurationSectionHandler), type, true);
System\Configuration\RuntimeConfigurationRecord.cs (1)
161TypeUtil.VerifyAssignableType(typeof(IConfigurationSectionHandler), type, true);
System\Configuration\TypeUtil.cs (2)
107VerifyAssignableType(typeof(T), type, true /* throwOnError */); 205type = VerifyAssignableType(baseType, type, throwOnError);