1 write to _configSectionGroup
System.Configuration (1)
System\Configuration\ConfigurationSectionCollection.cs (1)
26_configSectionGroup = configSectionGroup;
5 references to _configSectionGroup
System.Configuration (5)
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);