7 references to AboveApplication
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
163
return context.ApplicationLevel == WebApplicationLevel.
AboveApplication
;
System.Web (6)
Configuration\WebConfigurationHost.cs (5)
614
return WebApplicationLevel.
AboveApplication
;
622
return WebApplicationLevel.
AboveApplication
;
628
return WebApplicationLevel.
AboveApplication
;
636
return WebApplicationLevel.
AboveApplication
;
653
return GetPathLevel(configPath) == WebApplicationLevel.
AboveApplication
;
Hosting\HostingEnvironment.cs (1)
1668
WebApplicationLevel pathLevel = WebApplicationLevel.
AboveApplication
;