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