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