4 references to Type
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (4)
840
string typeName = configSectionGroup.
Type
?? Host.GetConfigTypeName(configSectionGroup.GetType());
1279
string type = configSectionGroup.
Type
?? factoryRecord.FactoryTypeName;
1391
(configSectionGroup.
Type
!= factoryRecord.FactoryTypeName)))
1450
((factoryRecord != null) && (configSectionGroup.
Type
!= factoryRecord.FactoryTypeName)))