21 references to ObjectRef
mscorlib (21)
system\runtime\remoting\identityholder.cs (2)
514if (idObj.ObjectRef != null) 516idObj.ObjectRef.URI = idObj.URI;
system\runtime\remoting\lifetimeservices.cs (1)
360if (identity.ObjectRef != null)
system\runtime\remoting\remotingproxy.cs (3)
286if(!idObj.ObjectRef.IsObjRefLite()) 288RemotingServices.CreateEnvoyAndChannelSinks(null, idObj.ObjectRef, out chnlSink, out envoySink); 662ObjRef oRef = IdentityObject.ObjectRef;
system\runtime\remoting\remotingservices.cs (15)
158ObjRef objRef = id.ObjectRef; 537objectRef = idObj.ObjectRef; 951objRef = id.ObjectRef; 1206if (idObj.ObjectRef == null) 1342BCLDebug.Assert(ObjRef.IsWellFormed(idObj.ObjectRef), 1344IRemotingTypeInfo serverTypeInfo = idObj.ObjectRef.TypeInfo; 1493if (idObj.ObjectRef != null) 1496realProxy = pa.CreateProxy(idObj.ObjectRef, 1507realProxy = defaultProxyAttribute.CreateProxy(idObj.ObjectRef, 1764ObjRef objRef = id.ObjectRef; 2221return id.ObjectRef.GetServerDomainId(); 2278objRef = id.ObjectRef; 2355if((null != id) && (null != id.ObjectRef) && 2356(null != id.ObjectRef.TypeInfo)) 2358IRemotingTypeInfo serverTypeInfo = id.ObjectRef.TypeInfo;