5 references to GetSectionName
System (5)
sys\system\configuration\LocalFileSettingsProvider.cs (5)
93string sectionName = GetSectionName(context); 168string sectionName = GetSectionName(context); 213string sectionName = GetSectionName(context); 294SettingsPropertyValueCollection values = GetSettingValuesFromFile(prevConfig, GetSectionName(context), true, properties); 520SettingsPropertyValueCollection values = GetSettingValuesFromFile(prevConfig, GetSectionName(context), true, upgradeProperties);