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