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