3 references to AppDomain
mscorlib (3)
system\runtime\remoting\remotingservices.cs (2)
1839Thread.CurrentContext.AppDomain, 1844ServerIdentity si = (ServerIdentity)MarshalByRefObject.GetIdentity(Thread.CurrentContext.AppDomain);
system\threading\thread.cs (1)
1479Contract.Assert(CurrentThread.m_Context == null || CurrentThread.m_Context.AppDomain == ad, "AppDomains on the managed & unmanaged threads should match");