1 write to _theHostingEnvironment
System.Web (1)
Hosting\HostingEnvironment.cs (1)
186
_theHostingEnvironment
= this;
85 references to _theHostingEnvironment
System.Web (85)
Hosting\HostingEnvironment.cs (85)
159
if (
_theHostingEnvironment
!= null &&
_theHostingEnvironment
._hostingParameters != null) {
160
return
_theHostingEnvironment
._hostingParameters.FcnMode;
168
if (
_theHostingEnvironment
!= null &&
_theHostingEnvironment
._hostingParameters != null) {
169
return
_theHostingEnvironment
._hostingParameters.FcnSkipReadAndCacheDacls;
182
if (
_theHostingEnvironment
!= null)
200
if (
_theHostingEnvironment
!= null)
201
return
_theHostingEnvironment
.TrimCacheInternal(percent);
418
if (
_theHostingEnvironment
!= null) {
419
_theHostingEnvironment
.InitializeObjectCacheHostPrivate();
873
if (
_theHostingEnvironment
== null)
876
return
_theHostingEnvironment
._appManager;
1023
state.VirtualPathProvider =
_theHostingEnvironment
._virtualPathProvider;
1028
CallContext.SetData(TemporaryVirtualPathProviderKey,
_theHostingEnvironment
._mapPathBasedVirtualPathProvider);
1129
if (
_theHostingEnvironment
!= null)
1130
_theHostingEnvironment
.RegisterRunningObjectInternal(obj);
1137
if (
_theHostingEnvironment
!= null)
1138
_theHostingEnvironment
.UnregisterRunningObjectInternal(obj);
1179
if (
_theHostingEnvironment
== null) {
1183
_theHostingEnvironment
.QueueBackgroundWorkItemInternal(workItem);
1214
if (
_theHostingEnvironment
!= null)
1215
_theHostingEnvironment
.IncrementBusyCountInternal();
1220
if (
_theHostingEnvironment
!= null)
1221
_theHostingEnvironment
.DecrementBusyCountInternal();
1226
if (
_theHostingEnvironment
!= null)
1227
_theHostingEnvironment
.MessageReceivedInternal();
1238
return (
_theHostingEnvironment
!= null);
1268
if (
_theHostingEnvironment
== null)
1271
return
_theHostingEnvironment
._appHost;
1277
if (
_theHostingEnvironment
== null)
1280
return
_theHostingEnvironment
._appHost;
1296
if (
_theHostingEnvironment
== null)
1299
return
_theHostingEnvironment
._applicationMonitors;
1305
if (
_theHostingEnvironment
== null)
1308
return
_theHostingEnvironment
._busyCount;
1314
if (
_theHostingEnvironment
== null)
1317
return
_theHostingEnvironment
._shutdownInitiated;
1324
if (
_theHostingEnvironment
== null)
1327
return
_theHostingEnvironment
._shutdownInProgress;
1337
if (
_theHostingEnvironment
== null)
1341
return
_theHostingEnvironment
._appId;
1347
if (
_theHostingEnvironment
== null) {
1351
return
_theHostingEnvironment
._appId;
1361
if (
_theHostingEnvironment
== null)
1365
return
_theHostingEnvironment
._appPhysicalPath;
1381
if (
_theHostingEnvironment
== null)
1384
return
_theHostingEnvironment
._appVirtualPath;
1394
if (
_theHostingEnvironment
== null)
1398
return
_theHostingEnvironment
.GetSiteName();
1404
if (
_theHostingEnvironment
== null)
1407
return
_theHostingEnvironment
.GetSiteName();
1413
if (
_theHostingEnvironment
== null)
1416
return
_theHostingEnvironment
.GetSiteID();
1422
if (
_theHostingEnvironment
== null)
1425
return
_theHostingEnvironment
._configMapPath;
1431
if (
_theHostingEnvironment
== null) {
1435
return
_theHostingEnvironment
.GetAppConfigPath();
1503
if (
_theHostingEnvironment
== null)
1506
return
_theHostingEnvironment
._hostingParameters;
1556
if (
_theHostingEnvironment
!= null) {
1557
_theHostingEnvironment
.FireStopListeningHandlers();
1583
if (
_theHostingEnvironment
!= null)
1584
_theHostingEnvironment
.InitiateShutdownInternal();
1588
if (
_theHostingEnvironment
!= null)
1589
_theHostingEnvironment
.InitiateShutdownInternal();
1615
if (
_theHostingEnvironment
== null)
1631
if (
_theHostingEnvironment
== null) {
1635
return
_theHostingEnvironment
.MapPathActual(virtualPath, false);
1643
if (
_theHostingEnvironment
== null) {
1647
return
_theHostingEnvironment
.MapPathActual(virtualPath, permitNull);
1670
if (
_theHostingEnvironment
!= null && !String.IsNullOrEmpty(path)) {
1703
if (
_theHostingEnvironment
== null) {
1707
if (
_theHostingEnvironment
._appIdentityTokenSet)
1708
return
_theHostingEnvironment
._appIdentityToken;
1710
return
_theHostingEnvironment
._configToken;
1745
if (
_theHostingEnvironment
== null) {
1855
if (
_theHostingEnvironment
== null)
1864
return
_theHostingEnvironment
._virtualPathProvider;
1870
if (
_theHostingEnvironment
== null)
1873
return (
_theHostingEnvironment
._virtualPathProvider ==
1874
_theHostingEnvironment
._mapPathBasedVirtualPathProvider);
1884
if (
_theHostingEnvironment
== null)
1895
VirtualPathProvider previous =
_theHostingEnvironment
._virtualPathProvider;
1896
_theHostingEnvironment
._virtualPathProvider = virtualPathProvider;