4 references to AppDomainIdInternal
System.Web (4)
HttpCachePolicy.cs (1)
742
sb.Append(HttpRuntime.
AppDomainIdInternal
);
HttpRuntime.cs (2)
2997
if (
AppDomainIdInternal
== null)
3010
return
AppDomainIdInternal
;
VirtualPath.cs (1)
335
if (HttpRuntime.
AppDomainIdInternal
== null) {