8 references to ObjURI
mscorlib (8)
system\runtime\remoting\channelservices.cs (1)
408
String uri = id.
ObjURI
;
system\runtime\remoting\identityholder.cs (1)
367
if ((srvID.
ObjURI
== null) ||
system\runtime\remoting\remotingproxy.cs (1)
292
RemotingServices.CreateEnvoyAndChannelSinks(idObj.
ObjURI
, null, out chnlSink, out envoySink);
system\runtime\remoting\remotingservices.cs (5)
529
Contract.Assert(null != idObj.
ObjURI
,"null != idObj.ObjURI");
740
idObj.
ObjURI
)))
756
Contract.Assert(idObj.
ObjURI
!= null, "Client side id without URI!");
766
if ((null != ObjURI) && (ObjURI != idObj.
ObjURI
))
774
Contract.Assert(null != idObj.
ObjURI
,"null != idObj.ObjURI");