11 references to GetSection
System (11)
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
95CodeDomCompilationConfiguration _configuration= (CodeDomCompilationConfiguration)PrivilegedConfigurationManager.GetSection(CodeDomCompilationConfiguration.sectionName);
compmod\system\diagnostics\DiagnosticsConfiguration.cs (1)
170SystemDiagnosticsSection configSection = (SystemDiagnosticsSection) PrivilegedConfigurationManager.GetSection("system.diagnostics");
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
136AuthenticationModulesSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.AuthenticationModulesSectionPath) as AuthenticationModulesSection;
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
81ConnectionManagementSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.ConnectionManagementSectionPath) as ConnectionManagementSection;
net\System\Net\Configuration\DefaultProxySection.cs (1)
295DefaultProxySection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.DefaultProxySectionPath) as DefaultProxySection;
net\System\Net\Configuration\RequestCachingSection.cs (1)
290RequestCachingSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.RequestCachingSectionPath) as RequestCachingSection;
net\System\Net\Configuration\SettingsSection.cs (2)
201s_settings = new SettingsSectionInternal((SettingsSection) PrivilegedConfigurationManager.GetSection(ConfigurationStrings.SettingsSectionPath)); 225return new SettingsSectionInternal((SettingsSection) PrivilegedConfigurationManager.GetSection(ConfigurationStrings.SettingsSectionPath));
net\System\Net\Configuration\SmtpSection.cs (1)
225SmtpSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.SmtpSectionPath) as SmtpSection;
net\System\Net\Configuration\UriSection.cs (1)
182UriSection section = PrivilegedConfigurationManager.GetSection(
net\System\Net\Configuration\WebRequestModulesSection.cs (1)
109WebRequestModulesSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.WebRequestModulesSectionPath) as WebRequestModulesSection;