9 references to GetIdentity
mscorlib (9)
system\runtime\remoting\identityholder.cs (3)
296Contract.Assert(srvID == MarshalByRefObject.GetIdentity(obj), "Bad ID state!" ); 786ServerIdentity srvID = (ServerIdentity)MarshalByRefObject.GetIdentity(realObj); 818ServerIdentity srvID = (ServerIdentity)MarshalByRefObject.GetIdentity(realObj);
system\runtime\remoting\messagesmuggler.cs (1)
87ServerIdentity srvId = (ServerIdentity)MarshalByRefObject.GetIdentity(mbo);
system\runtime\remoting\remotingservices.cs (3)
438Contract.Assert(idObj == MarshalByRefObject.GetIdentity(obj), "Bad ID state!" ); 1080idObj = MarshalByRefObject.GetIdentity(obj); 1844ServerIdentity si = (ServerIdentity)MarshalByRefObject.GetIdentity(Thread.CurrentContext.AppDomain);
system\runtime\remoting\serveridentity.cs (1)
442BCLDebug.Assert(MarshalByRefObject.GetIdentity((MarshalByRefObject)this.TPOrObject) == this, "Server ID mismatch with Object");
system\runtime\serialization\objectclonehelper.cs (1)
72ServerIdentity srvId = (ServerIdentity)MarshalByRefObject.GetIdentity((MarshalByRefObject)serObj);