19 references to AppDomainAppId
System.Web (19)
Compilation\CompilationLock.cs (1)
172int hashCode = StringUtil.GetNonRandomizedHashCode("CompilationLock" + HttpRuntime.AppDomainAppId.ToLower(CultureInfo.InvariantCulture));
Configuration\MachineKeySection.cs (1)
313string appId = HttpRuntime.AppDomainAppId;
FileChangesMonitor.cs (2)
446hr = UnsafeNativeMethods.DirMonOpen(dir, HttpRuntime.AppDomainAppId, watchSubtree, notifyFilter, dirMon.FcnMode, myCallback, out _ndirMonCompletionPtr); 1014UnsafeNativeMethods.GrowFileNotificationBuffer( HttpRuntime.AppDomainAppId, _watchSubtree );
Hosting\HostingEnvironment.cs (1)
335_appId = HttpRuntime.AppDomainAppId;
Hosting\IPipelineRuntime.cs (1)
738s_thisAppDomainsIsapiAppId + " (AppDomainAppId=" + HttpRuntime.AppDomainAppId + ")");
Hosting\ISAPIRuntime.cs (1)
238String appId = HttpRuntime.AppDomainAppId;
Hosting\ISAPIWorkerRequest.cs (1)
2861_serverVars.Add("APPL_MD_PATH", HttpRuntime.AppDomainAppId);
Hosting\ObjectCacheHost.cs (1)
56return HttpRuntime.AppDomainAppId;
HttpApplication.cs (1)
2796UnsafeNativeMethods.EndPrefetchActivity((uint)StringUtil.GetNonRandomizedHashCode(HttpRuntime.AppDomainAppId));
HttpApplicationFactory.cs (1)
592if (HttpRuntime.AppDomainAppId == null) // only if 'clean' app domain
HttpRuntime.cs (5)
2240Debug.Trace("AppDomainFactory", "ShutdownAppDomain IGNORED (1st request is not done yet), Id = " + AppDomainAppId); 2275Debug.Trace("AppDomainFactory", "ShutdownAppDomain, Id = " + AppDomainAppId + ", ShutdownInProgress=" + ShutdownInProgress 2953get { return AppDomainAppId != null; } 3352Debug.Assert(AppDomainAppId != null); 3372Debug.Trace("RestrictIISFolders", "Cannot restrict folder access for '" + AppDomainAppId + "'.");
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
56_applicationId = HttpRuntime.AppDomainAppId;
State\OutOfProcStateClientManager.cs (1)
107string appId = HttpRuntime.AppDomainAppId;
State\sqlstateclientmanager.cs (1)
1075p.Value = HttpRuntime.AppDomainAppId;