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