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