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