4 references to KEYWORD_CONFIGSECTIONS
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (2)
2304if (xmlUtil.Reader.Depth == 1 && xmlUtil.Reader.Name == KEYWORD_CONFIGSECTIONS) { 2926if (tagName == KEYWORD_CONFIGSECTIONS) {
System\Configuration\MgmtConfigurationRecord.cs (2)
2361if (reader.NodeType == XmlNodeType.Element && reader.Name == KEYWORD_CONFIGSECTIONS) { 2384Debug.Assert(reader.NodeType == XmlNodeType.EndElement && reader.Name == KEYWORD_CONFIGSECTIONS,