6 references to SectionsStack
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (4)
1121
if (_configRecord.
SectionsStack
.Count >0) {
1122
section = _configRecord.
SectionsStack
.Peek() as ConfigurationSection;
1168
if (_configRecord.
SectionsStack
.Count >0) {
1169
section = _configRecord.
SectionsStack
.Peek() as ConfigurationSection;
System\Configuration\ConfigurationSection.cs (2)
86
_configRecord.
SectionsStack
.Push(this);
91
_configRecord.
SectionsStack
.Pop();