5 references to Type
System.Configuration (5)
System\Configuration\MgmtConfigurationRecord.cs (5)
972string typeName = configSectionGroup.Type; 1445string type = (configSectionGroup.Type != null) ? configSectionGroup.Type : factoryRecord.FactoryTypeName; 1561|| (configSectionGroup != null && configSectionGroup.Type != factoryRecord.FactoryTypeName)) { 1614(factoryRecord != null && configSectionGroup.Type != factoryRecord.FactoryTypeName)) {