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