6 references to SectionsStack
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElement.cs (4)
1014
if (_configRecord.
SectionsStack
.Count > 0)
1015
section = _configRecord.
SectionsStack
.Peek() as ConfigurationSection;
1059
if (_configRecord.
SectionsStack
.Count > 0)
1060
section = _configRecord.
SectionsStack
.Peek() as ConfigurationSection;
System\Configuration\ConfigurationSection.cs (2)
69
_configRecord.
SectionsStack
.Push(this);
74
_configRecord.
SectionsStack
.Pop();