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