1 instantiation of ClientSettingsSection
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientSettingsStore.cs (1)
77
section = new
ClientSettingsSection
();
11 references to ClientSettingsSection
System (1)
src\libraries\shims\System\ref\System.cs (1)
419
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
ClientSettingsSection
))]
System.Configuration.ConfigurationManager (10)
System\Configuration\ClientSettingsStore.cs (10)
35
private static
ClientSettingsSection
GetConfigSection(Configuration config, string sectionName, bool declare)
38
ClientSettingsSection
section = null;
42
section = config.GetSection(fullSectionName) as
ClientSettingsSection
;
48
section = config.GetSection(fullSectionName) as
ClientSettingsSection
;
96
ClientSettingsSection
section = ConfigurationManager.GetSection(prefix + sectionName) as
ClientSettingsSection
;
136
ClientSettingsSection
section = config.GetSection(prefix + sectionName) as
ClientSettingsSection
;
162
ClientSettingsSection
section = GetConfigSection(config, sectionName, false);
180
ClientSettingsSection
section = GetConfigSection(config, sectionName, true);