3 writes to _appHost
System.Web (3)
Hosting\HostingEnvironment.cs (3)
255
_appHost
= new SimpleApplicationHost(_appVirtualPath, _appPhysicalPath);
338
_appHost
= appHost;
357
_appHost
= new SimpleApplicationHost(_appVirtualPath, _appPhysicalPath);
10 references to _appHost
System.Web (10)
Hosting\HostingEnvironment.cs (10)
254
originalAppHost =
_appHost
;
356
if (
_appHost
== null) {
364
_configToken =
_appHost
.GetConfigToken();
934
if (
_appHost
!= null) {
938
s =
_appHost
.GetSiteName();
964
if (
_appHost
!= null) {
968
s =
_appHost
.GetSiteID();
1271
return _theHostingEnvironment.
_appHost
;
1280
return _theHostingEnvironment.
_appHost
;
1286
return
_appHost
;