7 references to HostingContext
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (2)
1472bool isAppConfig = contextInformation.HostingContext is ExeContext; 1490return AspNetEnvironment.Current.IsWebConfigAboveApplication(contextInformation.HostingContext);
System.Web (3)
Configuration\CompilationSection.cs (1)
896WebContext context = EvaluationContext.HostingContext as WebContext;
Configuration\CustomErrorsSection.cs (1)
177context = EvaluationContext.HostingContext as WebContext;
Configuration\PagesSection.cs (1)
780context = EvaluationContext.HostingContext as WebContext;
System.Web.Services (2)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (2)
75WebContext webContext = context.HostingContext as WebContext; 119WebContext webContext = context.HostingContext as WebContext;