3 writes to URI
mscorlib (3)
system\runtime\remoting\identity.cs (1)
277
((ObjRef)_objRef).
URI
= null;
system\runtime\remoting\identityholder.cs (1)
516
idObj.ObjectRef.
URI
= idObj.URI;
system\runtime\remoting\objref.cs (1)
1061
URI
= httpUri;
8 references to URI
mscorlib (8)
system\runtime\remoting\objref.cs (2)
1058
String httpUri = ChannelServices.FindFirstHttpUrlForObject(
URI
);
1084
(null == objectRef.
URI
) ||
system\runtime\remoting\remotingservices.cs (6)
1197
objectRef.
URI
);
1205
idObj = IdentityHolder.ResolveIdentity(objectRef.
URI
);
1213
Message.DebugOut("RemotingService::InternalUnmarshal IN URI" + objectRef.
URI
);
1215
idObj = IdentityHolder.FindOrCreateIdentity(objectRef.
URI
, null, objectRef);
1226
Message.DebugOut("RemotingService::InternalUnmarshal IN URI" + objectRef.
URI
);
1298
CreateEnvoyAndChannelSinks(objectRef.
URI
, null, out chnlSink, out envoySink);