6 references to Type
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
791
string typeName = configSection.SectionInformation.
Type
;
1306
return factoryRecord.FactoryTypeName != configSection.SectionInformation.
Type
1328
string type = (configSection.SectionInformation.
Type
!= null) ? configSection.SectionInformation.
Type
: factoryRecord.FactoryTypeName;
1912
if (configSection.SectionInformation.
Type
!= null) {
1913
factoryRecord.FactoryTypeName = configSection.SectionInformation.
Type
;