4 references to KEYWORD_SECTIONGROUP_NAME
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (2)
2347case KEYWORD_SECTIONGROUP_NAME: 2365KEYWORD_SECTIONGROUP_NAME,
System\Configuration\MgmtConfigurationRecord.cs (2)
1444AppendAttribute(sb, KEYWORD_SECTIONGROUP_NAME, configSectionGroup.Name); 2577string name = reader.GetAttribute(KEYWORD_SECTIONGROUP_NAME);