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