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