6 references to GetSection
System.Configuration.ConfigurationManager (5)
System\Configuration\ClientSettingsStore.cs (1)
96ClientSettingsSection section = ConfigurationManager.GetSection(prefix + sectionName) as ClientSettingsSection;
System\Configuration\ConfigurationManager.cs (2)
37object section = GetSection("appSettings"); 53object section = GetSection("connectionStrings");
System\Configuration\ConfigurationSettings.cs (1)
24return ConfigurationManager.GetSection(sectionName);
System\Configuration\PrivilegedConfigurationManager.cs (1)
12return ConfigurationManager.GetSection(sectionName);
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStatistics.cs (1)
129MemoryCacheSection section = ConfigurationManager.GetSection("system.runtime.caching/memoryCache") as MemoryCacheSection;