1 write to _configSectionGroup
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationSectionCollection.cs (1)
19_configSectionGroup = configSectionGroup;
5 references to _configSectionGroup
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationSectionCollection.cs (5)
24if (factoryId.Group == _configSectionGroup.SectionGroupName) BaseAdd(factoryId.Name, factoryId.Name); 52_configRecord.AddConfigurationSection(_configSectionGroup.SectionGroupName, name, section); 99string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name); 129_configRecord.RemoveConfigurationSection(_configSectionGroup.SectionGroupName, name); 132string configKey = BaseConfigurationRecord.CombineConfigKey(_configSectionGroup.SectionGroupName, name);