10 references to GetAppLKGConfig
System.Web (10)
Configuration\HealthMonitoringSectionHelper.cs (1)
71_section = RuntimeConfig.GetAppLKGConfig().HealthMonitoring;
Hosting\HostingEnvironment.cs (3)
424HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().HostingEnvironment; 565HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().HostingEnvironment; 1768return SetCultures(RuntimeConfig.GetAppLKGConfig().Globalization);
HttpRuntime.cs (5)
776RuntimeConfig appLKGConfig = RuntimeConfig.GetAppLKGConfig(); 1327GlobalizationSection globConfig = RuntimeConfig.GetAppLKGConfig().Globalization; 1963HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2165HttpRuntimeSection config = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2233RuntimeConfig runtimeConfig = RuntimeConfig.GetAppLKGConfig();
Management\webeventbuffer.cs (1)
136HealthMonitoringSection section = RuntimeConfig.GetAppLKGConfig().HealthMonitoring;