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