4 references to IsEquivalentType
System.Configuration (4)
System\Configuration\ConfigurationSectionGroup.cs (1)
166if (factoryRecord != null && !factoryRecord.IsEquivalentType(_configRecord.Host, typeName)) {
System\Configuration\FactoryRecord.cs (2)
270return IsEquivalentType(host, typeName); 291return IsEquivalentType(host, typeName);
System\Configuration\SectionInformation.cs (1)
753if (!factoryRecord.IsEquivalentType(host, value)) {