4 references to IsEquivalentType
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationSectionGroup.cs (1)
53if ((factoryRecord != null) && !factoryRecord.IsEquivalentType(_configRecord.Host, typeName))
System\Configuration\FactoryRecord.cs (2)
234return IsEquivalentType(host, typeName); 253return IsEquivalentType(host, typeName);
System\Configuration\SectionInformation.cs (1)
377if (!factoryRecord.IsEquivalentType(host, value))