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