5 references to KEYWORD_SECTION_NAME
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (4)
2438case KEYWORD_SECTION_NAME: 2512tagName, KEYWORD_SECTION_NAME, ExceptionAction.NonSpecific)) { 2604if (xmlUtil.Reader.Name != KEYWORD_SECTION_NAME) { 2614name, KEYWORD_SECTION_NAME, ExceptionAction.NonSpecific)) {
System\Configuration\MgmtConfigurationRecord.cs (1)
1332AppendAttribute(sb, KEYWORD_SECTION_NAME, configSection.SectionInformation.Name);