12 references to SectionGroupName
System.Configuration (12)
System\Configuration\ConfigurationSectionCollection.cs (5)
30if (factoryId.Group == _configSectionGroup.SectionGroupName) { 86_configRecord.AddConfigurationSection(_configSectionGroup.SectionGroupName, name, section); 151string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name); 191_configRecord.RemoveConfigurationSection(_configSectionGroup.SectionGroupName, name); 196string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name);
System\Configuration\ConfigurationSectionGroupCollection.cs (5)
29if (factoryId.Group == _configSectionGroup.SectionGroupName) { 84_configRecord.AddConfigurationSectionGroup(_configSectionGroup.SectionGroupName, name, sectionGroup); 157string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name); 194_configRecord.RemoveConfigurationSectionGroup(_configSectionGroup.SectionGroupName, name); 199string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name);
System\Configuration\MgmtConfigurationRecord.cs (2)
1608if (GetFactoryRecord(configSectionGroup.SectionGroupName, false) != null) { 1612FactoryRecord factoryRecord = MgmtParent.FindFactoryRecord(configSectionGroup.SectionGroupName, false);