7 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)
130MemoryCacheSection section = ConfigurationManager.GetSection("system.runtime.caching/memoryCache") as MemoryCacheSection;
System.Windows.Forms.Design (1)
System\Drawing\BitmapSelector.cs (1)
28s_suffix ??= ConfigurationManager.GetSection("system.drawing") is SystemDrawingSection section && section.BitmapSuffix is string suffix