10 references to TPOrObject
mscorlib (10)
system\runtime\remoting\objref.cs (2)
340
serverID.
TPOrObject
));
968
MarshalByRefObject obj = idObj.
TPOrObject
;
system\runtime\remoting\remotingservices.cs (4)
732
srvID.
TPOrObject
,
1260
obj = serverID.
TPOrObject
;
1271
(MarshalByRefObject)serverID.
TPOrObject
,
1430
Object proxy = idObj.
TPOrObject
;
system\runtime\remoting\serveridentity.cs (4)
211
this.
TPOrObject
;
440
if((null != this.
TPOrObject
) && !RemotingServices.IsTransparentProxy(this.
TPOrObject
))
442
BCLDebug.Assert(MarshalByRefObject.GetIdentity((MarshalByRefObject)this.
TPOrObject
) == this, "Server ID mismatch with Object");