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