3 references to IsObjectOutOfAppDomain
mscorlib (1)
system\runtime\remoting\remotingproxy.cs (1)
614
bool fIsXAppDomain = RemotingServices.
IsObjectOutOfAppDomain
(otp);
System.Core (2)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (1)
315
if (ido != null && !RemotingServices.
IsObjectOutOfAppDomain
(value)) {
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (1)
180
if (RemotingServices.
IsObjectOutOfAppDomain
(value)) {