1 write to _appDomainAppId
System.Web (1)
HttpRuntime.cs (1)
322
_appDomainAppId
= GetAppDomainString(".appId");
5 references to _appDomainAppId
System.Web (5)
HttpRuntime.cs (5)
330
PerfCounters.Open(
_appDomainAppId
);
454
UnsafeNativeMethods.StartPrefetchActivity((uint)StringUtil.GetStringHashCode(
_appDomainAppId
));
1869
Debug.Trace("AppDomainFactory", "ReleaseResourcesAndUnloadAppDomain, Id=" +
_appDomainAppId
1898
Debug.Trace("AppDomainFactory", "AppDomain.Unload exception: " + e + "; Id=" +
_appDomainAppId
);
2948
return _theRuntime.
_appDomainAppId
;