1 instantiation of HttpConfigurationContext
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
767
return new
HttpConfigurationContext
(VPathFromConfigPath(configPath));
5 references to HttpConfigurationContext
System.Web (3)
Configuration\HandlerBase.cs (1)
261
return context is
HttpConfigurationContext
;
Configuration\HttpCapabilitiesSectionHandler.cs (2)
286
HttpConfigurationContext
httpConfigurationContext = (
HttpConfigurationContext
) configurationContext;
System.Web.Mobile (2)
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
32
if (context == null || context.GetType() != typeof(System.Web.Configuration.
HttpConfigurationContext
)) {
UI\MobileControls\MobileControlsSectionHandler.cs (1)
29
if (context == null || context.GetType() != typeof(System.Web.Configuration.
HttpConfigurationContext
)) {