21 references to WebApplicationLevel
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
163return context.ApplicationLevel == WebApplicationLevel.AboveApplication;
System.Web (20)
Configuration\CompilationSection.cs (1)
898if (context.ApplicationLevel == WebApplicationLevel.BelowApplication) {
Configuration\WebConfigurationHost.cs (9)
612private WebApplicationLevel GetPathLevel(string configPath) { 614return WebApplicationLevel.AboveApplication; 622return WebApplicationLevel.AboveApplication; 628return WebApplicationLevel.AboveApplication; 631return WebApplicationLevel.AtApplication; 634return WebApplicationLevel.BelowApplication; 636return WebApplicationLevel.AboveApplication; 653return GetPathLevel(configPath) == WebApplicationLevel.AboveApplication; 781WebApplicationLevel pathLevel;
Configuration\WebContext.cs (3)
18private WebApplicationLevel _pathLevel; 30public WebContext( WebApplicationLevel pathLevel, 48public WebApplicationLevel ApplicationLevel
Hosting\HostingEnvironment.cs (7)
1667internal static WebApplicationLevel GetPathLevel(String path) { 1668WebApplicationLevel pathLevel = WebApplicationLevel.AboveApplication; 1675pathLevel = WebApplicationLevel.AtApplication; 1678pathLevel = WebApplicationLevel.BelowApplication; 1683pathLevel = WebApplicationLevel.AtApplication; 1688pathLevel = WebApplicationLevel.BelowApplication;