1 write to _theRuntime
System.Web (1)
HttpRuntime.cs (1)
104
_theRuntime
= new HttpRuntime();
91 references to _theRuntime
System.Web (91)
HttpRuntime.cs (91)
106
_theRuntime
.Init();
560
return
_theRuntime
._initializationError;
565
_theRuntime
._initializationError = value;
568
_theRuntime
.StartAppDomainShutdownTimer();
575
return
_theRuntime
._hostingInitFailed;
580
_theRuntime
.HostingInit(hostingFlags, policyLevel, appDomainCreationException);
585
return
_theRuntime
._enableHeaderChecking;
591
return
_theRuntime
._processRequestInApplicationTrust;
597
return
_theRuntime
._disableProcessRequestInApplicationTrust;
603
return
_theRuntime
._isLegacyCas;
609
return
_theRuntime
._appOfflineMessage;
744
_theRuntime
._fcm.StartListeningToLocalResourcesDirectory(virtualDir);
1243
string appOfflineFile = Path.Combine(
_theRuntime
._appDomainAppPath, AppOfflineFileName);
1247
_theRuntime
._fcm.StartMonitoringFile(appOfflineFile, new FileChangeEventHandler(
_theRuntime
.OnAppOfflineFileChange));
1263
_theRuntime
._appOfflineMessage = message;
1270
_theRuntime
._appOfflineMessage = new byte[0];
1318
if (!
_theRuntime
._configInited) {
1319
_theRuntime
._configInited = true;
1375
Interlocked.Increment(ref
_theRuntime
._activeRequestCount);
1381
Interlocked.Decrement(ref
_theRuntime
._activeRequestCount);
1432
return
_theRuntime
.ProcessRequestNotificationPrivate(wr, context);
1579
_theRuntime
._firstRequestCompleted = true;
2181
if (DateTime.UtcNow >
_theRuntime
.LastShutdownAttemptTime.AddSeconds(waitChangeNotification))
2196
AppDomainShutdown(
_theRuntime
, e);
2201
_theRuntime
._userForcedShutdown = true;
2228
if (
_theRuntime
.LastShutdownAttemptTime == DateTime.MinValue && !
_theRuntime
._firstRequestCompleted && !
_theRuntime
._userForcedShutdown) {
2239
if (DateTime.UtcNow <
_theRuntime
._firstRequestStartTime.AddSeconds(delayTimeoutSec)) {
2251
_theRuntime
.RaiseShutdownWebEventOnce();
2258
_theRuntime
.LastShutdownAttemptTime = DateTime.UtcNow;
2272
if (!
_theRuntime
.InitiateShutdownOnce())
2276
+ ", ShutdownMessage=" +
_theRuntime
._shutDownMessage);
2284
_theRuntime
._shutDownStack = Environment.StackTrace;
2291
_theRuntime
._shutDownStack = stackTrace;
2295
OnAppDomainShutdown(new BuildManagerHostUnloadEventArgs(
_theRuntime
._shutdownReason));
2298
ThreadPool.QueueUserWorkItem(
_theRuntime
._appDomainUnloadallback);
2304
if (
_theRuntime
._shutdownInProgress)
2309
_theRuntime
._shutdownInProgress = true;
2319
_theRuntime
.Dispose();
2333
if (
_theRuntime
._shutdownReason == ApplicationShutdownReason.None) {
2334
_theRuntime
._shutdownReason = reason;
2342
if (
_theRuntime
._shutDownMessage == null)
2343
_theRuntime
._shutDownMessage = message;
2345
_theRuntime
._shutDownMessage += "\r\n" + message;
2352
get { return
_theRuntime
._shutdownReason; }
2381
RequestQueue rq =
_theRuntime
._requestQueue;
2410
_theRuntime
.ProcessRequestInternal(wr);
2414
_theRuntime
.RejectRequestInternal(wr, silent);
2424
if (
_theRuntime
.InitiateShutdownOnce()) {
2432
_theRuntime
.Dispose();
2442
_theRuntime
._userForcedShutdown = true;
2463
return
_theRuntime
._profiler;
2479
return
_theRuntime
._namedPermissionSet;
2485
return
_theRuntime
._policyLevel;
2491
return
_theRuntime
._hostSecurityPolicyResolverType;
2497
NamedPermissionSet namedPermissionSet =
_theRuntime
._namedPermissionSet;
2511
return (
_theRuntime
._namedPermissionSet == null);
2783
get { return
_theRuntime
._fcm; }
2787
get { return
_theRuntime
._timeoutManager; }
2801
Cache cachePublic =
_theRuntime
._cachePublic;
2803
lock (
_theRuntime
) {
2804
cachePublic =
_theRuntime
._cachePublic;
2808
_theRuntime
._cachePublic = cachePublic;
2842
if (
_theRuntime
._clientScriptVirtualPath == null) {
2846
_theRuntime
._clientScriptVirtualPath = clientScriptVirtualPath;
2849
return
_theRuntime
._clientScriptVirtualPath;
2870
if (
_theRuntime
._clientScriptPhysicalPath == null) {
2873
_theRuntime
._clientScriptPhysicalPath = clientScriptPhysicalPath;
2876
return
_theRuntime
._clientScriptPhysicalPath;
2935
get { return
_theRuntime
._codegenDir; }
2939
get { return
_theRuntime
._tempDir; }
2948
return
_theRuntime
._appDomainAppId;
2969
get { return
_theRuntime
._appDomainAppPath; }
2978
return VirtualPath.GetVirtualPathStringNoTrailingSlash(
_theRuntime
._appDomainAppVPath);
2986
return VirtualPath.GetVirtualPathString(
_theRuntime
._appDomainAppVPath);
2992
return
_theRuntime
._appDomainAppVPath;
3015
get { return
_theRuntime
._appDomainId; }
3032
get { return Path.Combine(
_theRuntime
._appDomainAppPath, BinDirectoryName) + Path.DirectorySeparatorChar; }
3037
get { return
_theRuntime
._appDomainAppVPath.SimpleCombineWithDir(CodeDirectoryName); }
3041
get { return
_theRuntime
._appDomainAppVPath.SimpleCombineWithDir(ResourcesDirectoryName); }
3045
get { return
_theRuntime
._appDomainAppVPath.SimpleCombineWithDir(WebRefDirectoryName); }
3060
get { return
_theRuntime
._isOnUNCShare; }
3097
get { return
_theRuntime
._debuggingEnabled; }
3101
get { return
_theRuntime
._configInited; }
3105
get { return
_theRuntime
._fusionInited; }
3109
get { return
_theRuntime
._apartmentThreading; }
3113
get { return
_theRuntime
._shutdownInProgress; }
3117
get { return
_theRuntime
._trustLevel; }
3121
get { return
_theRuntime
._wpUserId; }