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