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